/*=========================== NORMALIZE, RESET, & GLOBAL ELEMENTS */

*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  letter-spacing: 0.25px;
  height: 100%;
  position: relative;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Avenir-Roman,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

input, button, select, textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:focus:active:hover {
  outline: 0;
}

p {
  word-break: break-word;
}

a {
  color: rgba(22, 40, 72, 1);
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  color: rgba(105, 105, 105, 1);
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 2em 0;
  border: 0;
  border-top: 1px solid rgba(22, 40, 72, 1);
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin: 0 0 calc(16px * 1.5);
}

h3 {
  margin: 0 0 calc(16px * 1.5);
  transition: all 0.4s;
}

h4 {
  margin: 0 0 calc(16px * 1.5);
}

h5 {
  margin: 0 0 calc(16px * 1.5);
}

h6 {
  margin: 0 0 calc(16px * 1.5);
}

.h1 {
  margin: 0 0 calc(16px * 1.5);
}

.h2 {
  margin: 0 0 calc(16px * 1.5);
}

.h3 {
  margin: 0 0 calc(16px * 1.5);
}

.h4 {
  margin: 0 0 calc(16px * 1.5);
}

.h5 {
  margin: 0 0 calc(16px * 1.5);
}

.h6 {
  margin: 0 0 calc(16px * 1.5);
}

p {
  margin: 0 0 calc(16px * 1.5);
}

ul {
  padding: 0px;
  margin: 0 0 calc(16px * 1.5);
}

ol {
  margin: 0 0 calc(16px * 1.5);
}

h1 {
  font-size: 36px;
  color: rgba(22, 40, 72, 1);
}

h2 {
  font-size: 32px;
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3, .h3 {
  font-size: 24px;
  line-height: 36px;
}

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

.h4 {
  font-size: calc(16px * 1.25);
}

h5 {
  font-size: calc(16px * 1.1);
}

.h5 {
  font-size: calc(16px * 1.1);
}

h6 {
  font-size: calc(16px * 1);
}

.h6 {
  font-size: calc(16px * 1);
}

b, strong {
  font-weight: 600;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5);
}

dt {
  margin-bottom: calc(16px * 1.5 / 2);
  line-height: 1.5;
}

dd {
  margin-bottom: calc(16px * 1.5 / 2);
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dd {
    float: right;
    width: 70%
  }
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted rgba(22, 40, 72, 1);
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(22, 40, 72, 1);
}

blockquote {
  padding: 40px 20px;
  margin: 0 0 calc(16px * 1.5);
  font-family: Baskerville, 'Times New Roman', Times, serif;
  font-style: italic;
  background-color: rgba(248, 248, 255, 0);
  border-left: 5px solid rgba(22, 40, 72, 1);
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

code {
  padding: 20px !important;
  border-radius: 1px !important;
}

address {
  margin-bottom: calc(16px * 1.5);
  font-style: normal;
  line-height: 1.5;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.is-hidden, .hidden {
  display: none !important;
}

.powered-by-zendesk {
  width: unset !important;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: rgba(22, 40, 72, 1);
  border: 0;
  border-bottom: 1px solid rgba(22, 40, 72, 1);
}

[dir="ltr"] .optional {
  margin-left: 5px;
}
[dir="rtl"] .optional {
  margin-right: 5px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px 6px 35px;
  font-size: 16px;
  line-height: 48px;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"]:active {
  border-color: rgba(22, 40, 72, 1);
}

.searchbar-top input[type="search"] {
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 19px 0;
  width: 127px;
  transition: all 0.3s ease-out;
}

[dir="ltr"] .searchbar-top input[type="search"] {
  padding-right: 5px;
  padding-left: 40px;
}
[dir="rtl"] .searchbar-top input[type="search"] {
  padding-right: 40px;
  padding-left: 5px;
}

.searchbar-top input[type="search"]:focus {
  width: 300px;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eceeef;
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eceeef;
  border-radius: 1px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
  border: 1px solid;
  background-color: transparent;
  box-shadow: 0 4px 16px 0 rgba(22, 40, 72, 1);
  border-color: rgba(105, 105, 105, 1);
  outline: 0;
  transition: all 0.3s;
  opacity: unset;
}

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .nesty-input::-ms-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

select::placeholder, textarea::placeholder, input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="time"]::placeholder, input[type="week"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="color"]::placeholder, .nesty-input::placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

.searchbar-top input::-webkit-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

.searchbar-top input:-ms-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

.searchbar-top input::placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

.searchbar-top input:focus::-webkit-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 1;
}

.searchbar-top input:focus:-ms-input-placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 1;
}

.searchbar-top input:focus::placeholder {
  color: rgba(22, 40, 72, 1);
  opacity: 1;
}

select {
  height: calc( 16px * 1.5 + 12px + 2px);
}

textarea {
  height: auto;
  height: calc( (16px * 1.5 + 12px + 2px) * 3);
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: calc(16px * 1.5 * 2.5);
  }
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

.my-activities-page {
  padding-top: 60px;
}

.request-container {
  padding-top: 40px;
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header .container-wrapper {
  max-width: unset;
}

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
}
[dir="rtl"] .col {
  float: right;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 769px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

.meta {
  font-size: 14px;
  color: #2e5396;
}

.meta-item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta-item+.meta-item:before {
  margin-right: calc(12px / 2);
  font-size: 10px;
  content: "\2022";
}

.meta-profile {
  margin-bottom: 0;
}

.site-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 20px 20px;
  max-width: 1024px;
}

.site-wrapper:after {
  clear: both;
}

.category-body {
  width: 50%;
}

/*=========================== END OF GLOBAL ELEMENTS */

/*=========================== CUSTOM HEADER */
.logo {
  flex: 1;
  margin: 0 0 0 12px;
}

.icon {
  fill: #162848;
  height: 18px;
  margin-bottom: 0.4rem;
  margin-right: 0;
  width: 18px;
}

.click-link--active {
  cursor: pointer;
}

a {
  color: currentColor;
  text-decoration: none;
}

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

.promotion-banner {
  align-items: flex-end;
  background-color: #162848;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  height: calc(3.2rem + 42px);
  flex-direction: column;
  height: calc(3.2rem + 42px);
  justify-content: center;
  padding: 8px;
}

.promotion-banner--with-left-icon {
  padding-left: 10px;
}

.promotion-banner__inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
}

.promotion-banner__inner-text--mobile p,
.promotion-banner__inner-text p {
  margin: 0;
}

.promotion-banner__inner-text {
  display: none;
}

.promotion-banner__inner-text--mobile {
  color: #fff;
  font-family: Avenir-Roman,sans-serif;
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 1.5;
  text-align: center;
}

.promotion-banner__inner-text--mobile a {
  text-decoration: underline;
}

.promotion-banner__inner-icon {
  display: none;
}

.logo__icon {
  height: 16px;
  width: 175px
}

.top-navigation-item {
  cursor: pointer;
  position: relative;
}

.top-navigation-item__badge {
  background: #162848;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  height: 15px;
  line-height: 14px;
  padding: 0 4px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -7px;
}

.top-navigation-item--wishlist-deselected {
  display: none;
}

.top-navigation-item--wishlist-deselected--active {
  display: block;
}

.top-navigation-item--text:not(.top-navigation-item--icon) {
  color: #162848;
  padding: 0 8px;
}

.top-navigation-item--text:not(.top-navigation-item--icon):first-child {
  padding-left: 0;
}

.top-navigation-item--with-separator {
  border-left: 1px solid #777;
}

.top-navigation-item__text {
  display: none;
}

.icon {
  height: 18px;
  width: 18px;
  fill: #162848;
}

.top-navigation {
  display: none;
  margin-right: auto;
}

.top-nav {
  display: flex;
  width: auto;
}

.top-nav--right {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  max-width: 90px;
  width: 100%;
}

.navigation {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.navigation__next__icon {
  background: transparent;
  flex: 0 0 24px;
  height: 24px;
  margin: auto 4px;
  width: 24px;
}

.navigation__next--disabled {
  opacity: .5;
  pointer-events: none;
}

.navigation--scrolled-right:after {
  color: #c6c6c300 !important;
}

.navigation__menu {
  -ms-overflow-style: none;
  display: flex;
  flex: 1;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 24px;
  scroll-snap-type: x mandatory;
}

.navigation__menu:-webkit-scrollbar,
.navigation__menu::-webkit-scrollbar {
  display: none;
}

.navigation__item {
  padding: 12px 16px;
  scroll-snap-align: end;
}

.navigation__link {
  color: #162848;
  cursor: pointer;
  font-family: Avenir-Roman,sans-serif;
  font-size: 10px;
  letter-spacing: .5px;
  padding: 0 2px 5px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation__link--demibold {
  font-weight: 600;
}

.header {
  border-bottom: 1px solid #dee1dd;
}

.header__container {
  align-items: center;
  border-bottom: 2px solid #dee1dd;
  container-type: inline-size;
  display: flex;
  gap: 18px;
  justify-content: center;
  max-width: 100%;
  padding: 12px 18px 8px;
}

.header__burger {
  display: block;
}

.header__navigation {
  width: 100%;
}

.header__drawer {
  bottom: 0;
  box-shadow: -5px 0 20px -5px #00000080;
  overflow-y: scroll;
  position: fixed;
  top: 0;
}

@media (width >= 360px) {
  .promotion-banner__inner-icon {
    display: flex;
    height: 25px;
    min-width: 25px;
  }

  .promotion-banner__inner-icon.icon--left {
    margin-right: 10px;
  }

  .promotion-banner__inner-icon.icon--right {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .header__container {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 90px;
    padding: 10px 24px 6px;
  }

  .promotion-banner__inner-text--mobile {
    display: none;
  }

  .promotion-banner__inner-text {
    color: #fff;
    display: block;
    font-family: Avenir-Roman,sans-serif;
    font-size: 14px;
    letter-spacing: 1.12px;
    line-height: 1.5;
    text-align: center;
  }

  .promotion-banner__inner-text a {
    text-decoration: underline;
  }
}

@media (min-width: 1024px) {
  .header__container {
    padding:12px 18px 8px;
  }

  .promotion-banner {
    height: unset;
  }
}

@media (min-width: 1300px) {
  .logo__icon {
    width: 205px;
  }

  .logo {
    margin: 0 auto;
  }

  .top-navigation-item__badge {
    right: 6px;
    top: -6px;
  }

  .top-navigation-item--wishlist-deselected {
    display: block;
  }

  .top-navigation-item__text {
    color: #162848;
    cursor: pointer;
    display: block;
    font-family: Avenir-Roman,sans-serif;
    font-size: 8px;
    letter-spacing: .4px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
  }

  .top-navigation-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .icon {
    height: 22px;
    margin-bottom: 4px;
    width: 22px;
  }

  .top-navigation {
    display: flex;
    gap: 12px;
  }

  .top-navigation-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }

  .top-navigation-item__icon {
    height: 22px;
    margin-bottom: 4px;
    width: 22px;
    fill: #162848;
  }

  .top-nav--right {
    max-width: none;
    width: inherit;
  }

  .navigation__menu {
    justify-content: center;
  }

  .navigation__item {
    padding: 0;
  }

  .navigation__item:last-child {
    margin-right: 0;
  }

  .navigation__item:hover .navigation__link span {
    border-bottom: 2px solid #e27575;
  }

  .navigation__link {
    display: block;
    padding: 8px 24px 0;
  }

  .navigation__link span {
    border: 2px solid transparent;
    display: block;
    padding-bottom: 8px;
  }

  .navigation__link--active span {
    border-bottom: 2px solid #e27575;
  }

  .navigation {
    justify-content: center;
    position: relative;
  }

  .navigation:after {
    display: none;
  }

  .header__container {
    border-bottom: none;
    grid-template-columns: 250px 1fr 250px;
    margin: 5px auto;
    max-width: 1080px;
    padding: 8px 18px 4px;
  }

  .header__burger {
    display: none;
  }
}

/*=========================== END OF CUSTOM HEADER */

/*=========================== BUTTONS */

.btn, input[type="submit"], a[role="button"]:not([class*="didomi"]):not([id*="didomi"]), button:not([class*="didomi"]):not([id*="didomi"]), .header .login, .lines-btn, .community-recent-activity .recent-activity-panel a, .satisfaction-box input[type="radio"]~label {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn-header {
  font-size: calc(16px - 5px);
}

.btn:focus, .btn:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):focus, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):active:focus, button:not([class*="didomi"]):not([id*="didomi"]):active:focus, .header .login:focus, .header .login:active:focus, .lines-btn:focus, .lines-btn:active:focus, .community-recent-activity .recent-activity-panel a:focus, .community-recent-activity .recent-activity-panel a:active:focus, .satisfaction-box input[type="radio"]~label:focus, .satisfaction-box input[type="radio"]~label:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, button:not([class*="didomi"]):not([id*="didomi"]):hover, .btn:focus, button:not([class*="didomi"]):not([id*="didomi"]):focus, input[type="submit"]:hover, input[type="submit"]:focus, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):hover, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):focus, .header .login:hover, .header .login:focus, .lines-btn:hover, .lines-btn:focus, .community-recent-activity .recent-activity-panel a:hover, .community-recent-activity .recent-activity-panel a:focus, .satisfaction-box input[type="radio"]~label:hover, .satisfaction-box input[type="radio"]~label:focus {
  color: rgba(105, 105, 105, 1);
  text-decoration: none;
}

.btn:active, input[type="submit"]:active, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):active, button:not([class*="didomi"]):not([id*="didomi"]):active, .header .login:active, .lines-btn:active, .community-recent-activity .recent-activity-panel a:active, .satisfaction-box input[type="radio"]~label:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a[role="button"]:not([class*="didomi"]):not([id*="didomi"]), button:not([class*="didomi"]):not([id*="didomi"]), .btn-default, .section-subscribe .dropdown-toggle, .community-recent-activity .recent-activity-panel a, .article-subscribe, .article-unsubscribe, .post-subscribe, .post-unsubscribe, .topic-menu-item-subscribe .dropdown-toggle, .topic-menu-item-subscribe .topic-unsubscribe {
  color: rgba(22, 40, 72, 1);
  background-color: transparent;
  border-color: rgba(22, 40, 72, 1);
  transition: all 0.2s ease-out;
}

a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):hover, button:not([class*="didomi"]):not([id*="didomi"]):hover, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):focus, button:not([class*="didomi"]):not([id*="didomi"]):focus, a[role="button"]:not([class*="didomi"]):not([id*="didomi"]):active, button:active, .btn-default:hover, .btn-default:focus, .btn-default:active, .section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active, .community-recent-activity .recent-activity-panel a:hover, .community-recent-activity .recent-activity-panel a:focus, .community-recent-activity .recent-activity-panel a:active, .article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active, .article-unsubscribe:hover, .article-unsubscribe:focus, .article-unsubscribe:active, .post-subscribe:hover, .post-subscribe:focus, .post-subscribe:active, .post-unsubscribe:hover, .post-unsubscribe:focus, .post-unsubscribe:active, .topic-menu-item-subscribe .dropdown-toggle:hover, .topic-menu-item-subscribe .dropdown-toggle:focus, .topic-menu-item-subscribe .dropdown-toggle:active, .topic-menu-item-subscribe .topic-unsubscribe:hover, .topic-menu-item-subscribe .topic-unsubscribe:focus, .topic-menu-item-subscribe .topic-unsubscribe:active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 40, 72, 1);
  border-color: #080e19;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  border-radius: 1px;
  outline: 0;
}

input[type="submit"], .btn-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 40, 72, 1);
  border-color: rgba(22, 40, 72, 1);
  font-size: 16px;
  font-family: Baskerville, 'Times New Roman', Times, serif;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: rgba(255, 255, 255, 1);
  background-color: #080e19;
  border-color: #080e19;
}

.btn-header, .header .login {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
}

.btn-footer {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border: unset;
  font-size: calc(16px - 2px);
  padding: 6px 0;
}

.btn-footer:active {
  box-shadow: unset;
}

.btn-footer span {
  padding: 10px 49px;
}

.btn-header:hover, .btn-header:focus, .btn-header:active, .header .login:hover, .header .login:focus, .header .login:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: rgba(105, 105, 105, 1)
}

.profile-header-options [data-action="edit-profile"] {
  color: rgba(22, 40, 72, 1);
  background-color: transparent;
  border-color: rgba(22, 40, 72, 1);
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease-out;
  touch-action: manipulation;
  outline: 0;
}

.profile-header-options [data-action="edit-profile"]:active {}

.profile-header-options [data-action="edit-profile"]:hover, .profile-header-options [data-action="edit-profile"]:focus, .profile-header-options [data-action="edit-profile"]:active {
  color: #080e19;
  background-color: darken(transparent, 12%);
  border-color: #080e19;
}

.profile-header-options [data-action="edit-profile"]:active {
  background-image: none;
}

.profile-header-options [data-action="edit-profile"]:hover {
  opacity: 0.8;
}

.split-btn {
  display: flex;
  justify-content: center;
}

.split-btn button {
  height: 32px;
  line-height: 16px;
}

.split-btn button:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(22, 40, 72, 1);
  border-color: rgba(22, 40, 72, 1);
  box-shadow: 0px 8px 16px 0 rgba(22, 40, 72, 1);
  outline: 0;
}

[dir="rtl"] .split-btn button:not(:only-child):first-child {
  border-left: 1px solid rgba(22, 40, 72, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-btn button:not(:only-child):first-child {
  border-right: 1px solid rgba(22, 40, 72, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-btn button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-btn button:not(:only-child):last-child {
  border-left: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-btn button:not(:only-child):last-child {
  border-left: 0;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/*=========================== END OF BUTTONS */

/*=========================== COMMUNITY BADGES */

.community-badge {
  display: flex;
}

.community-badge-titles {
  background-color: rgba(22, 40, 72, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 5px 2px;
}

.community-badge-container-achievements {
  padding-top: 5px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 5px 5px;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

.community-badge.comment-badge {
  margin-top: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}

.community-badge-titles.comment-badge {
  margin-left: 5px;
}

/*=========================== END OF COMMUNITY BADGES */

/*=========================== HEADER LOGO */

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  width: auto;
  max-width: unset;
  max-height: 120px !important;
  height: calc(17 * 1px);
}

/*=========================== END OF HEADER LOGO */

/*=========================== HEADER */

.wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 1);
  min-height: 100vh;
  position: relative;
  padding-bottom: 105px;
}

.wrapper-main {
  margin-top: 0;
}
@media (max-width: 768px) {
  .wrapper-main {
    margin-top: 0;
  }
}
.wrapper-main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\00a0";
}

.wrapper-header, .wrapper-footer {
  -webkit-box-flex: 0;
  flex: none;
}

/*.header {
  width: 100%;
  height: auto;
  font-style: Baskerville, 'Times New Roman', Times, serif;
  background-color: rgba(22, 40, 72, 1);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 0;
  position: absolute;
  top: 0;
  z-index: 126;
  padding-bottom: 9px;
  padding-top: 9px;
  transition: all 0.3s ease-out;
}
.header.scrolled {
  position: fixed;
  background-color: rgba(22, 40, 72, 1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.header a {
  color: rgba(255, 255, 255, 1);
}
.header span {
  color: rgba(255, 255, 255, 1);
}
.header.scrolled a {
  color: rgba(255, 255, 255, 1) !important;
}
.header.scrolled .sign-in {
  color: rgba(22, 40, 72, 1) !important;
}
.header.scrolled .searchbar-top {
  display: block !important;
}

@media (max-width: 768px) {
  .header .submit-a-request, .header .login, .header .language-dropdown {
    margin-bottom: 6px
  }
  .header.scrolled .searchbar-top {
    display: none !important;
  }
}

.header-wrapper {
  width: 100%;
  margin: 0 auto;
}

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

.header-col {
  padding: 0;
}

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

@media (min-width: 768px) {
  .header-panel {
    float: right
  }
}

@media (min-width: 769px) {
  .header-collapse {
    display: block !important
  }
}

@media (max-width: 767px) {
  .header-menu {
    padding: 0
  }
}

@media (min-width: 768px) {
  .header-col {
    padding: 5px 0;
  }
}
*/

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user-menu [role="menuitem"] {
  white-space: nowrap;
}

#user>.btn {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    opacity: 1 !important
  }
  #user-dropdown:before, #user-dropdown:after {
    display: none;
  }
}

#user-dropdown [role="menuitem"] {
  padding: 10px 0;
}

@media (max-width: 767px) {
  #user-dropdown [role="menuitem"] {
    color: rgba(255, 255, 255, 1);
  }
  #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #user-dropdown [role="menuitem"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#user-dropdown [role="separator"] {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #user-dropdown [role="separator"] {
    border-color: rgba(22, 40, 72, 1);
  }
}

@media (min-width: 768px) {
  #user-dropdown[aria-expanded="true"] {
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out
  }
}

#user-dropdown:before, #user-dropdown:after {
  color: inherit;
}

#user {
  display: block;
}

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

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: calc(16px - 2px);
  color: inherit;
}

#user .dropdown-toggle, #user .dropdown-toggle:active, #user .dropdown-toggle:hover {
  border-color: transparent;
}

#user .dropdown-toggle:before, #user .dropdown-toggle:after {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px) {
  #user .dropdown-toggle:before, #user .dropdown-toggle:after {
    display: none;
  }
}

#user-password, #user-profile {
  color: rgba(22, 40, 72, 1);
}

@media (max-width: 767px) {
  #user-password {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 1px
  }
  #user-profile {
    min-width: 1px !important;
    padding: calc(16px * 1.5 / 4) 12px !important;
    margin-top: calc(16px * 1.5 / 4);
    background-color: #fff;
    border-radius: 1px
  }
}

#user-password [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile [role="separator"] {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-password form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile form {
  padding: calc(16px * 1.5 / 4) 12px !important;
}

#user-profile {
  font-size: calc(16px - 2px) !important;
}

#user-profile dt {
  padding: 8px 4px !important;
}

#user-profile dt label {
  margin-bottom: 0 !important;
}

#user-profile input[type="text"] {
  font-size: calc(16px - 2px) !important;
}

#password-form label {
  font-size: calc(16px - 2px) !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

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

.article-avatar{
  padding-right: 18px;
}

.avatar .icon-agent {
  color: rgba(22, 40, 72, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.avatar-agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(22, 40, 72, 1);
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-avatar {
  border-radius: 100%;
  width: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.lines-btn {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  z-index: 9999;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .lines-btn {
    float: right
  }
}

@media (min-width: 769px) {
  .lines-btn {
    display: none
  }
}

.lines-btn:hover {
  opacity: 1;
}

.lines-btn:active {
  outline: 0;
  box-shadow: none;
  -webkit-transition: 0;
  transition: 0;
}

.lines-btn:focus {
  outline: 0;
}

.lines, .lines:before, .lines:after {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines {
  position: relative;
}

.lines:before, .lines:after {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: calc(30px / 14) center;
  transform-origin: calc(30px / 14) center;
}

.lines:before {
  top: 7.5px;
}

.lines:after {
  top: -7.5px;
}

.lines-btn.is-active .lines {
  background: transparent;
}

.lines-btn.is-active .lines:before, .lines-btn.is-active .lines:after {
  top: 0;
  width: 30px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.lines-btn.is-active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-btn.is-active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Header controller */

.header-panel {
  float: right;
  display: flex;
  align-items: center;
}

[dir="rtl"] .header-panel {
  float: left;
}

[dir="ltr"] .header-panel > a {
  margin-left: 23px;
}
[dir="rtl"] .header-panel > a {
  margin-right: 23px;
}

.header-panel a:hover {
  color: rgba(255, 255, 255, 1);
}

.user-info {
  position: relative;
}
[dir="ltr"] .user-info {
  margin-left: 23px;
}
[dir="rtl"] .user-info {
  margin-right: 23px;
}

.user-info>button, .sign-in {
  border-radius: 1px;
  border: 0;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 16px 0 rgba(22, 40, 72, 1);
  outline: none;
  min-width: 0;
  padding: 8px 10px;
  white-space: nowrap;
  text-transform: none;
  transition: all 0.3s ease;
}
.sign-in {
  color: rgba(22, 40, 72, 1) !important;
}
.user-info>button:hover, .sign-in:hover {
  color: rgba(22, 40, 72, 1) !important;
  background-color: rgba(105, 105, 105, 1);
  border-radius: 1px;
}

@media (max-width: 768px) {
  .user-info>button, .sign-in {
    margin-left: 0;
  }
}

. .user-info>button:hover, .user-info>button:focus {
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(22, 40, 72, 1);
  background-color: transparent;
}

.user-info>button::after {
  color: rgba(22, 40, 72, 1);
  padding-right: 15px;
}

.dropdown-header {
  width: 100%;
}

[dir="ltr"] .dropdown-header {
  right: 0;
  left: unset;
}
[dir="rtl"] .dropdown-header {
  left: 0;
  right: unset;
}

.user-info img {
  margin-right: 5px;
  width: 29px;
}

.dropdown-toggle {
  background: none;
}

.hc-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
[dir="ltr"] .header .hc-name {
  padding-left: 12px;
  margin-left: 12px;
}

[dir="rtl"] .header .hc-name {
  padding-right: 12px;
  margin-right: 12px;
}

@media (max-width: 1080px) {
  .hc-name {
    display: none
  }
}

/* END OF Header controller */

/*=========================== END OF HEADER */

/*=========================== HERO */

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 170%;
  background-image: url(/hc/theming_assets/01HZPYBJM4T2PVAGHMDYBB9T6F);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.hero-background-gradient {
  background: rgba(255, 255, 255, 1);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(226, 226, 238, 1) 100%);
}

.hero-item {
  position: relative;
  padding: calc(32 * 0.5px) 32px;
  background: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.banner-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-image: url(/hc/theming_assets/01HZPYBJM4T2PVAGHMDYBB9T6F);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 80%;
}

.banner {
  position: relative;
  background-image: url(/hc/theming_assets/01HZPYBJM4T2PVAGHMDYBB9T6F);
  background-size: cover;
  background-position: center;
  z-index: 3;
  min-height: 290px;
  padding: 0 25px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0.9;
  z-index: -1;
}

.banner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 55px 0px;
  width: 100%;
}

.banner-title, .banner-desc {
  color: rgba(22, 40, 72, 1) !important;
}

@media (min-width: 480px) {
  .hero-item {
    padding: calc((32 * 2px) + (17 * 1px)) 32px calc(32 * 2px) 32px;
  }
}

.hero-background:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.9;
}

.hero-background.gradient:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  width: 100%;
  left: 0;
  height: 27%;
  top: 73%;
  content: "";
}

.hero-item.changed {
  overflow: hidden;
}

.hero-title {
  margin-bottom: calc(16px * 1.5);
  font-size: 48px;
  line-height: 1.1;
  font-family: Baskerville, 'Times New Roman', Times, serif;
  font-weight: 700;
  color: rgba(22, 40, 72, 1);
  text-align: center;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: calc(55px * 0.9);
    font-weight: 700;
  }
}

@media (min-width: 992px) {
  .hero-title {
    margin-bottom: calc(16px * 1.5 * 1.5);
    font-size: 55px;
  }
}

/*=========================== END OF HERO */

/*=========================== Homepage */

.homepage-container h3 {
  margin-bottom: 30px;
  font-weight: 700;
}

.homepage-container h3:before {
  font-size: 20px;
  margin-right: 5px;
}

.homepage-base {
  max-width: unset;
}

.content-header:before {
  font-family: "Font Awesome 5 free";
  content: "\f0c9";
}

.homepage-articles h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
}

.homepage-articles ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
  margin-left: 10px;
}

.homepage-articles li {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  line-height: 22px;
  margin-bottom: 18px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .homepage-articles li {
    width: 100%;
    text-overflow: unset;
    white-space: unset;
  }
}

.homepage-articles li:before {
  display: block;
  content: '•';
  position: absolute;
  left: 0;
}

.site-sidebar li a, .category-block li a {
  font-size: 20px;
  color: rgba(22, 40, 72, 1);
  margin-bottom: 12px;
  display: block;
  position: relative;
  line-height: unset !important;
}

.site-sidebar li a:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(105, 105, 105, 1);
  transition: all 0.4s;
}

[dir="rtl"] .site-sidebar li a:before {
  left: 0;
  right: -10px;
}

.site-sidebar li a:hover, .category-block li a:hover, .site-sidebar li.active a, .site-sidebar li a.active {
  color: rgba(22, 40, 72, 1);
  text-decoration: none;
}

.site-sidebar>section {
  margin-bottom: calc(16px * 1.5);
  padding-top: 20px;
  border-top: 1px solid rgba(22, 40, 72, 1);
}

.site-sidebar>section:first-child {
  border-top: none;
}

.site-sidebar li.active a, .site-sidebar li a.active {
  font-weight: bold;
  font-family: Baskerville, 'Times New Roman', Times, serif;
}

.site-sidebar li.active a:before, .site-sidebar li a.active:before {
  height: 100%;
}

.site-sidebar h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 20px 10px 0;
  font-weight: bold;
  line-height: 28px;
}

.site-sidebar h4 {
  margin: 0 40px 20px 0;
}

.collapse-btn {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  background: none;
  border: none;
  top: 20%;
  color: $sidebar_text_color;
  padding: 10px 0;
}

.collapse-btn i {
  width: 100%;
}

.collapse-btn:hover {
  color: $sidebar_text_color;
}

.content-container {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 1);
}

.content-base {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(248, 248, 255, 0);
}

.content-base:last-child {
  border: unset;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  transition: all 0.3s ease;
}
@media(max-width: 768px) {
  .content-wrapper {
    grid-template-columns: none;
  }
}

.content-block {
  display: none;
  flex-wrap: wrap;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  border-radius: 1px;
  margin-bottom: 15px;
  height: auto;
  float: left;
  width: 100%;
  break-inside: avoid;
  -webkit-col-break-inside: avoid;
  page-break-inside: avoid;
  padding: 15px;
  transition: all 0.2s;
}

.content-block:nth-child(2n) {
  float: right;
}

.content-block>.content-section {
  padding: 0;
}

.content-block>.content-link>.fa {
  display: flex;
  position: relative;
  justify-content: center;
  transition: transform 0.3s ease-out;
  z-index: 0;
}

.content-block>.content-link>.fa:before {
  content: "\f107";
}

.content-block>.content-link[aria-expanded="true"]>.fa {
  transform: rotate(-180deg);
}

.content-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: rgba(22, 40, 72, 1);
  transition: all 0.2s;
  cursor: pointer;
}

.content-link-title {
  float: left;
  width: 90%;
  font-weight: 700;
  font-size: 24px;
}

.content-link:focus {
  color: rgba(22, 40, 72, 1);
}

.content-link-description {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.content-block:hover>a, .content-block:hover>.content-link>h3, .content-block:hover>.content-section a, .content-block:hover>.content-section, .content-section a:focus, .content-block:hover>.fa {
  color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, 1);
}

.content-block:hover, .content-block:focus {
  z-index: 999999;
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(105, 105, 105, 1);
}

.content-section {
  color: rgba(22, 40, 72, 1);
  width: 100%;
  transition: all 0.3s ease-out;
}

.content-list {
  border-top: 1px solid rgba(22, 40, 72, 1);
  transition: all 0.2s ease;
  padding: 0;
  margin: 0;
}

.content-block:hover>.content-section>.content-list {
  border-color: rgba(255, 255, 255, 1);
}

.content-section a[aria-expaned="true"] {
  color: rgba(255, 255, 255, 1);
}

.content-section li {
  display: block;
  padding-top: 10px;
}

.content-section a {
  color: rgba(22, 40, 72, 1);
  font-weight: 700;
  width: 100%;
}

.content-extra>.container {
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.content-extra>.container>a {
  flex-basis: 50%;
  font-weight: 700;
}

.content-extra>.container>.content-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-extra>.container>a+a {
  border-left: 2px solid #5d85cd;
}

.content-extra>.container>.content-link>.far {
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 5px;
}

.content-extra>.container>a>span {
  vertical-align: middle;
}

.section {
  margin-bottom: calc(16px * 1.5);
}

.article-list {
  padding-left: 0;
  list-style: none;
}

pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-lists ul:first-child {
  margin-left: 0;
}

.breadcrumbs {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 1px;
}

@media (max-width: 480px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.breadcrumbs>li {
  display: inline-block;
  color: rgba(22, 40, 72, 1);
  opacity: 0.8;
}

.breadcrumbs>li+li:before {
  padding: 0 5px;
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
  content: "\00a0";
  content: "› ";
  font-size: 20px;
}

.breadcrumbs li a, .breadcrumbs>li a {
  color: #2e5396;
}

.breadcrumbs li a:hover, .breadcrumbs>li a:hover {
  text-decoration: none;
  color: rgba(105, 105, 105, 1);
}

.search-result-breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

/*=========================== END OF HOMEPAGE */

.footer-top {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

/*=========================== SEARCHBOX */

.search {
  position: relative;
}

.transparent input[type="search"] {
  background-color: transparent;
}

/*.search:before {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -12px;
  color: #5d85cd;
  content: '';
  background-image: url(/hc/theming_assets/01HZPYBHMFPY3WNE46Q58BEQJ2);
  width: 24px;
  height: 24px;
  background-size: 100%;
}*/
[dir="ltr"] .search:before {
  left: 10px;
}
[dir="rtl"] .search:before {
  right: 10px;
}

@media (max-width: 768px) {
  .search:before {
    display: none;
  }
}

.hero-item .search:before {
  width: 30px;
  height: 30px;
  left: 20px;
}

.searchbox {
  margin-top: calc(16px * 1.5);
}

.searchbox-suggestions ul {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: calc(16px * 1.5 / 3);
}

.search-container {
  position: relative;
}

.search-container #query {
  padding-left: 35px;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

::-webkit-input-placeholder {
  color: white;
}

.search-container-hero-item {
  z-index: 2;
  max-width: 680px;
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.search-container-hero-item .search {
  display: -webkit-box;
  display: flex;
}

.search-container-hero-item .search:before {
  display: block;
  position: absolute;
  content: '';
  background: url(/hc/theming_assets/01HZPYBHMFPY3WNE46Q58BEQJ2);
  left: 10px;
  margin-top: -15px;
}

@media(max-width:768px) {
  .search-container-hero-item .search:before {
    font-size: 20px;
  }
}

.search-container-hero-item #query {
  height: 50px;
  padding: 0 55px;
  font-size: 24px;
  font-family: Baskerville, 'Times New Roman', Times, serif;
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  color: rgba(22, 40, 72, 1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-container-hero-item #query:focus {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 992px) {
  .search-container-hero-item #query {
    height: 60px;
  }
}

.search-container-hero-item input[type="submit"] {
  display: inline-block;
  height: 60px;
  padding-right: calc(12px * 2);
  padding-left: calc(12px * 2);
  margin-left: 16px;
  flex-shrink: 0;
  display: none;
}

@media (max-width: 991px) {
  .search-container-hero-item input[type="submit"] {
    display: none
  }
}

.search-container-small {
  margin-bottom: calc(16px * 1.5 * 2);
}

/*=========================== END OF SEARCHBOX */

@media (min-width: 480px) {
  .collapse-btn {
    display: none;
  }
}


/*=========================== FOOTER */

.footer {
  padding-top: calc(16px * 1.5 * 1);
  padding-bottom: calc(16px * 1.5 * 1);
  font-size: calc(16px - 2px);
  line-height: 1.1;
  border-top: 1px solid #fff;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 40, 72, 1);
  position: absolute;
  width: 100%;
  z-index: 101;
}


.footer-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer-wrapper {
    display: table
  }
}

.footer-col {
  position: relative;
}

@media (min-width: 769px) {
  .footer-col {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
}

.footer-social-link:hover {
  color: rgba(22, 40, 72, 1);
  background: rgba(105, 105, 105, 1);
}

.footer-social-link {
  display: block;
  padding: 0;
  font-size: calc(19 * 1px) !important;
  color: rgba(22, 40, 72, 1);
  width: calc(19 * 2px);
  height: calc(19 * 2px);
  background: rgba(248, 248, 255, 1);
  border-radius: 50%;
  text-align: center;
  line-height: calc(19 * 2px) !important;
  margin-right: 5px;
}

.footer-social-link+.footer-social-link {
  margin-left: 5px;
}

.copyrights a {
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;
  text-align: left;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .copyrights a {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .copyrights-col {
    display: flex;
    flex-direction: row;
  }
}

.copyrights p:last-of-type {
  margin-bottom: 5px;
  margin-top: 10px;
}

/*=========================== END OF FOOTER */

/*=========================== LANGUAGE SELECTOR */

.language-dropdown {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .language-dropdown {
    padding-left: unset;
  }
}

/*=========================== END OF LANGUAGE SELECTOR */

/*=========================== SEARCH RESULTS*/

.search-results-page {
  margin-bottom: 0;
  padding: 60px 0;
}

.search-results-count {
  font-size: 28px;
  font-weight: 600;
}

.search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #84a3d9;
}

.search-result-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.search-result-description {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-description:empty {
  display: none;
}

.search-result-description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: rgba(248, 248, 255, 0);
  border-radius: 3px;
}

.search-result-meta {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 16px;
  color: rgba(22, 40, 72, 1);
  background-color: rgba(22, 40, 72, 1);
  border-radius: 1px;
}

.search-results a:hover {
  text-decoration: underline;
}

.search-results-filters {
  padding: 16px;
  font-size: calc(16px - 2px);
  border: 1px solid #84a3d9;
  border-radius: 1px;
}

@media (max-width: 767px) {
  .search-results-filters {
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.search-results-filter+.search-results-filter {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .search-results-filter+.search-results-filter {
    margin-top: 32px
  }
}

.search-results-filter-title {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767px) {
  .search-results-filter-title {
    position: relative;
    font-size: calc(16px * 1);
    cursor: pointer
  }
}

@media (max-width: 767px) {
  .search-results-filter-title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-title:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="false"] .search-results-filter-list {
    display: none;
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }
}

.search-results-filter-list {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .search-results-filter-list {
    display: block !important
  }
}

.search-results-filter-item {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.search-results-filter-item.is-active .search-results-filter-link {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 40, 72, 1);
  border-color: rgba(22, 40, 72, 1);
}

.search-results-filter-item-subfilter:nth-child(n + 7) {
  display: none;
}

.search-result-subfilters-all .search-results-filter-item:nth-child(n + 7) {
  display: block;
}

.search-result-subfilters-all .search-result-show-more {
  display: none !important;
}

.search-results-filter-link {
  display: block;
  padding: 6px 8px;
  color: rgba(22, 40, 72, 1);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-results-filter-link:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-results-filter-count {
  opacity: 0.6;
}

.search-result-show-more {
  padding: 0;
  margin-left: 8px;
  color: rgba(22, 40, 72, 1);
  background-color: transparent;
  border: 0;
}

/*=========================== END OF SEARCH RESULTS */


/*=========================== ARTICLES ===========================*/
.article-container {
  margin-bottom: calc(16px * 1.5 * 2);
}

.article {
  position: relative;
}

@mixin focus-ring {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(22, 40, 72, 1);
}

.article-title {
  font-size: calc(16px * 1.5);
  font-weight: 300;
}

@media (min-width: 768px) {
  .article-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .article-title {
    font-size: calc(16px * 2.5)
  }
}

.article-meta {
  width: 100%;
}

.article-meta-col {
  display: table-cell;
  vertical-align: top;
}

.article-meta-col-main {
  width: 100%;
  padding-right: 12px;
}

.article-body {
  margin-bottom: calc(16px * 1.5);
}

.article-body h2 {
  font-size: calc(16px * 1.75);
  font-weight: 400;
  line-height: 1.2;
}

.article-body .wysiwyg-font-size-x-large {
  font-size: calc(16px * 1.75);
  font-weight: 400;
  line-height: 1.2;
}

.article-body .wysiwyg-font-size-large {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.2;
}

.article-body .wysiwyg-font-size-medium {
  font-size: calc(16px * 1.25);
  font-weight: 600;
  line-height: 1.2;
}

.article-body .wysiwyg-font-size-small {
  font-size: calc(16px * 0.75);
}

.article-body ul, .article-body ol {
  padding-left: 20px;
}

.article-body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

.article-body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

.article-body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

.article-body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

.article-body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.article-body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.article-container {
  display: -webkit-box;
  display: flex;
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
  flex-wrap: wrap;
}

.article-container-col {
  padding-right: 15px;
  padding-left: 15px;
}

.article-container-sidenav, .article-container-toc {
  display: none;
}

.sidenav-enabled .article-container-sidenav, .toc-enabled .article-container-toc {
  display: block;
}

.sidenav-enabled .article-container-sidenav {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .article-container-article {
    width: calc(100% / 12 * 8);
  }
  .article-container-sidebar {
    width: calc(100% / 12 * 4);
  }
  .toc-enabled .article-container-toc {
    width: calc(100% / 12 * 4);
  }
  .sidenav-enabled .article-container-sidenav {
    width: calc(100% / 12 * 4);
  }
  .sidenav-enabled .article-container-sidebar {
    margin-left: calc(100% / 12 * 4);
  }
  .sidenav-enabled.toc-enabled .article-container-sidenav, .sidenav-enabled.toc-enabled .article-container-toc {
    width: calc(100% / 12 * 3);
  }
  .sidenav-enabled.toc-enabled .article-container-article {
    width: calc(100% / 12 * 6);
  }
  .sidenav-enabled.toc-enabled .article-container-sidebar {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .sidenav-enabled.toc-enabled .article-container-article {
    width: calc(100% / 12 * 7);
  }
  .sidenav-enabled.toc-enabled .article-container-toc {
    width: calc(100% / 12 * 2);
  }
}

.comment-callout {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.comment-callout:empty {
  display: none;
}

.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment-list-header {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.comment-sorter {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #5d85cd;
  display: table;
  width: 100%
}

@media (min-width: 768px) {
  .comment-sorter-col {
    display: table-cell;
    vertical-align: middle
  }
}

@media (max-width: 767px) {
  .comment-sorter-col-main {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

@media (min-width: 768px) {
  .comment-sorter-col-main {
    padding-right: 12px
  }
}

@media (min-width: 768px) {
  .comment-sorter-col-filters {
    text-align: right
  }
}

.comment-sorter-item.is-active {
  font-weight: 600;
}

.comment-sorter-item+.comment-sorter-item:before {
  margin: 0 calc(12px / 2);
  font-size: 10px;
  content: "\2022";
}

.comment {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #5d85cd;
}

.comment-wrapper {
  position: relative;
}

.comment-header {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.comment-voting-and-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .comment-voting-and-actions {
    flex-direction: column;
  }
  .vote {
    margin-bottom: 10px;
  }
}

.comment-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.comment-voting-and-actions .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.comment-official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(16px * 0.75);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(22, 40, 72, 1);
  border-radius: 0 0 1px 1px;
}

.comment-official .comment-wrapper {
  position: relative;
  padding: calc(16px * 1.5) calc(12px * 2);
  border: 2px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
}

.comment-form {
  display: flex;
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.comment-form-request {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  [dir="ltr"] .comment-form-request,
  [dir="ltr"] .comment-form {
    padding-left: 52px;
  }
  [dir="rtl"] .comment-form-request,
  [dir="rtl"] .comment-form {
    padding-right: 52px;
  }
}


@media (max-width: 768px) {
  .comment-request {
    padding-left: unset;
  }
}

.comment-form .comment-avatar,
.comment-form-request .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
}

[dir="rtl"] .comment-form .comment-avatar,
[dir="rtl"] .comment-form-request .comment-avatar {
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
}

@media (max-width: 767px) {
  .comment-avatar {
    display: none
  }
}

.comment-ccs {
  margin-bottom: 0;
}

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

.comment-ccs ul[data-hc-pills-container] {
  margin: 0;
  border: 2px solid rgba(22, 40, 72, 1);
  border-bottom: 0;
  border-radius: 1px 1px 0 0;
}

.comment-ccs ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: rgba(22, 40, 72, 1);
  box-shadow: inset 0 -2px 0 rgba(22, 40, 72, 1);
}

.comment-body {
  margin-bottom: calc(16px * 1.5);
}

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

.comment-body ul, .comment-body ol {
  padding-left: 20px;
}

.comment-body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

.comment-body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

.comment-body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

.comment-body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

.comment-body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.comment-body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.comment-mark-as-solved {
  position: relative;
}

.comment-ccs ul {
  margin-bottom: 0;
}

.related-articles h3, .promoted-articles h3, .related-articles h2 {
  font-size: 17px;
  margin-top: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: : Baskerville, 'Times New Roman', Times, serif;
  font-weight: 700;
}

.recent-articles ul, .related-articles ul {
  padding-left: 0;
  list-style: none;
}

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

.section-articles {
  margin-bottom: calc(16px * 1.5);
}

@media(max-width: 768px) {
  .section-articles {
    margin-bottom: unset;
  }
}

.section-articles-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.25);
}

.section-articles-list {
  padding-left: 0;
  list-style: none;
}

.section-articles-item {
  margin-bottom: calc(16px * 1.5 / 2);
}

.attachments {
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.75);
  list-style: none;
}

.attachment-item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(16px * 1.5 / 2);
}

.attachment-item:last-child {
  margin-bottom: 0;
}

.attachment-icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.promoted-articles-list {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

.promoted-articles-title {
  font-weight: 400;
}

.promoted-articles-item-title {
  display: block;
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: calc(16px * 1);
}

/*=========================== END OF ARTICLES */

/*=========================== MY ACTIVITIES & NEW REQUEST */
.my-activities-nav {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-lists {
  width: 100%;
  margin-bottom: calc(16px * 1.5 * 2);
}

.my-activities-lists-row {
  display: block;
}

.my-activities-lists-col {
  display: block;
  text-align: start;
}

.my-activities-dropdown {
  display: flex;
  flex-direction: column;
}

.my-activities-header {
  margin-bottom: calc(16px * 1.5);
}

.my-acitivites-lists {
  margin-bottom: calc(16px * 1.5 * 2);
}

.my-acitivites-lists button {
  text-transform: unset;
}

@media (min-width: 768px) {
  .my-acitivites-lists {
    display: table;
    width: 100%
  }
}

.my-activities-lists-head {
  display: none;
  color: rgba(22, 40, 72, 1);
}

@media (min-width: 768px) {
  .my-activities-lists-head {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    font-weight: 600;
    text-transform: uppercase
  }
}

@media (min-width: 768px) {
  .my-activities-lists-body {
    display: table-row-group
  }
}

@media (min-width: 768px) {
  .my-activities-lists-row {
    display: table-row
  }
}

@media (min-width: 768px) {
  .my-activities-lists-col {
    display: table-cell;
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #5d85cd
  }
  .my-activities-lists-col+.my-activities-lists-col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-lists-request-id {
    display: inline
  }
}

@media (min-width: 768px) {
  .my-activities-lists-request-id {
    display: none
  }
}

.my-activities-dropdown ul {
  padding-left: 0;
  list-style: none;
}

.my-activities-dropdown-lists {
  margin-bottom: 0;
}

.my-activities-dropdown-item {
  margin-bottom: 0;
}

.my-activities-dropdown-item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-dropdown-item {
    float: left
  }
}

@media (min-width: 768px) {
  .my-activities-dropdown-item+.my-activities-dropdown-item {
    margin-left: 12px;
  }
}

.my-activities-dropdown-main {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #5d85cd;
}

.my-activities-dropdown-main .my-activities-dropdown-item {
  padding: calc(12px / 2) 12px;
  background-color: rgba(248, 248, 255, 0);
  border-radius: 1px;
}

@media (max-width: 767px) {
  .my-activities-dropdown-main .my-activities-dropdown-item {
    margin-bottom: calc(16px * 1.5 / 3)
  }
}

.my-activities-dropdown-main .my-activities-dropdown-item.is-active {
  font-weight: 600;
  color: rgba(22, 40, 72, 1);
}

.my-activities-dropdown-sub {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-dropdown-sub .my-activities-dropdown-item.is-active {
  font-weight: 600;
}

.my-activities-dropdown-sub .my-activities-dropdown-item a {
  display: inline-block;
}

@media (min-width: 768px) {
  .my-activities-dropdown-sub .my-activities-dropdown-item+.my-activities-dropdown-item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activites-list {
    padding: calc(16px * 1.5 / 2) 12px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #5d85cd;
    border-radius: 1px
  }
}

.my-activities-list-meta {
  font-size: 14px;
  color: rgba(22, 40, 72, 1);
}

@media (max-width: 767px) {
  .my-activities-list-meta {
    display: inline-block;
    margin-right: calc(12px / 2)
  }
  .my-activities-list-meta+.my-activities-list-meta:before {
    margin-right: calc(12px / 2);
    content: "\2022";
  }
}

.my-activities-list-title {
  font-weight: 400;
}

@media (max-width: 767px) {
  .my-activities-list-title {
    font-size: calc(16px * 1.25)
  }
}

@media (max-width: 767px) {
  .my-activities-list-icon {
    display: inline-block
  }
}

@media (min-width: 768px) {
  .my-activities-list-icon {
    display: none
  }
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(16px * 1.5);
  background-color: #ffffff;
  border-radius: 1px;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px
  }
}

.request-table-toolbar label {
  font-size: calc(16px * 0.75);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%
  }
}

@media (max-width: 767px) {
  .request-table-filters-item {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

@media (min-width: 768px) {
  .request-table-filters-item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
  }
}

.request-table {
  display: table;
  width: 100%;
}

.request-table-col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-col-main {
  width: 100%;
}

.request-table-col-btn {
  padding-left: calc(12px / 2);
}

.request-table-col-btn a[role="button"] {
  height: calc( 16px * 1.5 + 12px + 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc( 16px * 1.5 + 12px + 2px);
}

.requests-link {
  white-space: nowrap;
}

.request-container {
  margin-bottom: calc(16px * 1.5 * 2);
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(16px * 1.5);
}

@media (min-width: 992px) {
  .request-subject {
    font-size: calc(16px * 1.75);
    font-weight: 300
  }
}

.request-follow-up:empty {
  display: none;
}
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request-col {
  flex: 1 0 auto;
  order: 1;
}
.request-col .comments {
  border-top: none;
}
.request-sidebar {
  padding: 10px 0;
  margin-bottom: calc(16px * 1.5);
  font-size: 14px;
  border-top: 1px solid rgba(22, 40, 72, 1);
  border-bottom: 1px solid rgba(22, 40, 72, 1);
  order: 0;
}
@media(min-width: 769px) {
  .request-container {
    flex-direction: row;
  }
  .request-col {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
  .request-col .comments {
    border-top: 1px solid #5d85cd;
  }
  .request-sidebar {
    flex: 0 0 auto;
    padding: calc(16px * 1.5) 12px;
    width: 30%;
    border: 1px solid rgba(22, 40, 72, 1);
    border-radius: 1px;
  }
  .request-sidebar .collapse {
    display: block;
  }
  .request-sidebar a[data-toggle="collapse"]{
    display: none;
  }
}
.request-sidebar dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  background-color: #038153;
  white-space: nowrap;
  border-radius: 1px;
}

.request-status-closed {
  background-color: #e9ebed;
  color: #2e5396;
}
.request-status-solved {
  background-color: #68737d;
}
.request-status-open {
  background-color: #c72a1c;
}
.request-status-new {
  background-color: #ffb648;
  color: #703b15;
}

.request-container {
  margin-bottom: calc(16px * 1.5 * 2);
}

.request-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .request-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .request-title {
    font-size: calc(16px * 2.5)
  }
}

.request-form {
  margin-bottom: calc(16px * 1.5);
}

.form-field {
  margin-bottom: 10px;
}

.upload-dropzone {
  padding: calc(16px * 1.5) 16px;
  border-color: rgba(22, 40, 72, 1);
  border-width: 1px;
  border-radius: 1px;
}

.upload-dropzone {
  font-size: calc(16px * 0.75);
}

.upload-dropzone a {
  font-size: calc(16px * 0.75);
}

.upload-pool {
  margin-top: calc(16px * 1.5);
}

.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/*=========================== END OF MY ACTIVITIES & NEW REQUEST */

/*=========================== DROPDOWN MENU */

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  color: inherit;
  content: "\f107";
}

.dropdown-toggle.btn-footer:after {
  content: "\f106";
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="menuitem"] {
  position: relative;
  margin-bottom: 0px;
  margin-left: 0;
  padding: 8px 12px;
  white-space: normal;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  position: absolute;
  top: 12px;
  display: inline-block;
  margin-left: 10px !important;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle>* {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  text-decoration: none;
  color: rgba(105, 105, 105, 1);
  background: none;
  box-shadow: none;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
  width: 80%;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.btn-footer span {
  padding: 10px 50px;
}

/*=========================== END OF DROPDOWN MENU */

/*=========================== ERROR PAGE & NOTE */

.error-page {
  padding: 10%;
  text-align: center;
}

@media (max-width: 768px) {
  .error-page {
    margin: 100px auto;
  }
}

.error-page-text {
  color: rgba(22, 40, 72, 1);
  text-transform: capitalize;
  margin: 0 0 calc(16px * 1.5);
}

.note {
  position: relative;
  padding-left: 12px;
  margin: calc(16px * 1.5) 0;
  color: #000;
  border-left: calc(2px * 2) solid transparent;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-weight: 600;
}

.note-default {
  border-color: #818a91;
}

.note-default {
  border-color: #818a91;
}

.note-default .note-title {
  color: #818a91;
}

.note-default .note-title {
  color: #818a91;
}

.note-info, .note-info {
  border-color: $brand_info;
}

.note-info .note-title, .note-info .note-title {
  color: $brand_info;
}

.note-warning, .note-warning {
  border-color: $brand_warning;
}

.note-warning .note-title, .note-warning .note-title {
  color: $brand_warning;
}

.note-success, .note-success {
  border-color: $brand_success;
}

.note-success .note-title, .note-success .note-title {
  color: $brand_success;
}

.note-danger, .note-danger {
  border-color: $brand_danger;
}

.note-danger .note-title, .note-danger .note-title {
  color: $brand_danger;
}

/*=========================== END OF ERROR PAGE & NOTE */

/*=========================== PAGINATION */

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 calc(16px * 1.5 / 2);
}

.pagination ul>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: calc(16px * 1.5 / 2);
}

.pagination ul>li>a {
  position: relative;
  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #223e6f;
  text-decoration: none;
  background-color: rgba(248, 248, 255, 0);
  border: 1px solid rgba(22, 40, 72, 1);
  border-radius: 1px;
}

.pagination ul>li>span {
  position: relative;
  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: rgba(22, 40, 72, 1);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 1px;
  border: 1px solid rgba(22, 40, 72, 1);
}

.pagination ul>li>a:hover {
  color: #080e19;
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(22, 40, 72, 1);
}

.pagination ul>li>a:focus {
  color: #080e19;
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(22, 40, 72, 1);
}

.pagination ul>li>span:hover {
  color: #080e19;
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(22, 40, 72, 1);
}

.pagination ul>li>span:focus {
  color: #080e19;
  background-color: rgba(105, 105, 105, 1);
  border-color: rgba(22, 40, 72, 1);
}

.pagination ul>.pagination-current>span, .pagination ul>.pagination-current>span:hover, .pagination ul>.pagination-current>span:focus {
  z-index: 2;
  color: rgba(22, 40, 72, 1);
  cursor: pointer;
  background-color: rgba(22, 40, 72, 1);
  border-color: rgba(22, 40, 72, 1);
}

/*=========================== END OF PAGINATION */

/*=========================== SCROLL TO TOP BUTTON */

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 1px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 1s ease-out;
  background: rgba(22, 40, 72, 1);
}

.back-to-top:focus, .back-to-top:active {
  outline: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(22, 40, 72, 1);
  box-shadow: none;
}

.back-to-top.is-active {
  bottom: 90px;
  z-index: 99999999999999999;
  border-radius: 100%;
  right: 22px;
}

.back-to-top:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(22, 40, 72, 1);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: none;
}

}

/*=========================== END OF SCROLL TO TOP */

/*=========================== EMBED */

.embed, .embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img, .embed-responsive img {
  width: 100%;
}

.embed iframe, .embed embed, .embed object, .embed video, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed:focus, .embed-responsive:focus {
  outline: none !important;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: -screen-lg) {
  .visible-lg {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*=========================== END OF EMBED */

/*=========================== USER PROFILE */
.profile-header {
  display: flex;
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  margin-top: 15px;
  color: rgba(22, 40, 72, 1);
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 1px;
}

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

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

.profile-header-avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir="rtl"] .profile-header-avatar {
  margin-right: 0;
  margin-left: 10px;
}
.profile-header-avatar img {
  width: 80px;
}

.profile-header-name {
  margin: 0;
  line-height: 25px;
  font-size: calc(16px * 1.5);
}

.profile-header-name a {
  color: rgba(22, 40, 72, 1);
}

@media (min-width: 768px) {
  .profile-header-name {
    font-size: calc(16px * 1.75);
    font-weight: 300
  }
}

.profile-header-info {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0px;
}

.profile-header-options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .profile-header-options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 15px;
    justify-content: start;
  }
  [dir="rtl"] .profile-header-options {
    margin-right: 15px;
    margin-left: 0;
  }
}

.profile-header-private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.5);
  background-color: rgba(248, 248, 255, 0);
}

.profile-header-description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: 0.9em;
  color: #1c335c;
  list-style: none;
}

@media (max-width: 768px) {
  .profile-stats {
    display: flex;
    flex-direction: column;
  }
}

.profile-stats-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .profile-stats-container {
    flex-basis: 100%;
  }
}

.profile-stats-counter {
  flex-direction: column;
  display: flex;
  flex: 1 0 200px;
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
}
.profile-stats-counter .profile-stats-stat::before {
  display: none;
}

@media (min-width: 769px) {
  .profile-stats-counter {
    margin-left: 2em;
  }

  [dir="rtl"] .profile-stats-counter {
    margin-right: 2em;
    margin-left: 0;
  }
}

.profile-stats-stat {
  margin-right: 12px;
  margin-bottom: calc(16px * 1.5 / 4);
}

@media (max-width: 768px) {
  .profile-stats-stat {
    display: flex;
    width: 250px;
  }
  .profile-stats-stat:before {
    display: none;
  }
}

.profile-stats-label {
  margin-right: calc(12px / 2);
}

.profile-stats-value {
  color: rgba(22, 40, 72, 1);
}

@media (max-width: 768px) {
  .profile-stats-label {
    display: flex;
    width: 50%;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #2e5396;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-nav {
  margin-bottom: calc(16px * 1.5);
  overflow: hidden;
  font-size: calc(16px * 0.75);
  font-weight: 600;
  background-color: rgba(248, 248, 255, 0);
  border-radius: 1px;
}

.profile-nav-items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.profile-nav-item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-nav-item {
    display: inline-block;
    vertical-align: middle
  }
}

.profile-nav-item a {
  display: block;
  color: rgba(22, 40, 72, 1);
}

.profile-nav-item.is-active {
  color: rgba(105, 105, 105, 1);
  background-color: rgba(248, 248, 255, 0);
}

.profile-nav-item.is-active {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav-item a {
  padding: calc(16px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav-item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  margin-bottom: calc(16px * 1.5);
}

.profile-section-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section-description {
  font-size: calc(16px * 0.75);
  color: #2e5396;
}

@media (min-width: 768px) {
  .profile-section-description {
    padding-bottom: 0
  }
}

.profile-section-sorter {
  font-size: calc(16px * 0.75);
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    padding-top: 0;
    border-top: 0
  }
}

@media (min-width: 768px) {
  .profile-section-sorter-col {
    display: table-cell;
    vertical-align: middle
  }
}

@media (max-width: 767px) {
  .profile-section-sorter-col-main {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

@media (min-width: 768px) {
  .profile-section-sorter-col-main {
    padding-right: 12px
  }
}

@media (min-width: 768px) {
  .profile-section-sorter-col-btn {
    text-align: right
  }
}

.profile-contribution {
  position: relative;
  padding: calc(16px * 1.5 / 2) 15px;
  word-wrap: break-word;
  background-color: rgba(248, 248, 255, 0);
  border-radius: 1px;
}

.profile-contribution-header {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution-status {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution-title {
  margin-bottom: calc(16px * 1.5 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution-body {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-contribution-list .profile-contribution-title:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution-breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
}

.profile-no-activity {
  color: #5d85cd;
  text-align: center;
}

.profile-private-activity {
  color: #5d85cd;
  text-align: center;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity-header {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 0.75);
  font-weight: 600;
}

.profile-activity-header:before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity-avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list-articles .profile-contribution-title:before, .profile-activity[class$="-article"] .profile-activity-header:before {
  content: "\f15c";
}

.profile-activity-list-posts .profile-contribution-title:before, .profile-activity[class$="-post"] .profile-activity-header:before {
  content: "\f086";
}

.profile-activity-list-comments .profile-contribution-title:before, .profile-activity[class$="-comment"] .profile-activity-header:before {
  font-weight: 400;
  content: "\f075";
}

.meta-info {
  display: -webkit-box;
  display: flex;
  font-size: calc(16px * 0.75);
}

[dir="ltr"] .meta-info-avatar {
  padding-right: 12px;
}
[dir="rtl"] .meta-info-avatar {
  padding-left: 12px;
}

/*=========================== END OF USER PROFILE */

/*=========================== STATUS LABEL */
.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: rgba(22, 40, 72, 1);
  border-radius: 1px;
  margin-le
}

.status-label-pending {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-with-ticket {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-with-ticket:hover, .status-label-with-ticket:focus, .status-label-with-ticket:active {
  color: rgba(255, 255, 255, 1);
}

.status-label-solved, .status-label-closed {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-new, .status-label-open {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-answered {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-official {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-completed, .status-label-answered {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-planned {
  background-color: rgba(22, 40, 72, 1);
}

.status-label-not-planned {
  color: rgba(22, 40, 72, 1);
  background-color: #5d85cd;
}

/*=========================== END OF STATUS LABEL */

/*=========================== LIST */

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: $brand_primary;
  content: "\f058";
  background-color: transparent;
}

.list-bullet ul {
  margin-bottom: 14px;
  list-style: none;
}

.hidden {
  display: none;
}

/*=========================== END OF LIST */

/*=========================== COMMUNITY */

@media (min-width: 769px) {
  .community-nav {
    text-align: end;
  }
}

.community-nav-list {
  float: left;
}

.community-nav-list+.community-nav-list {
  margin-left: 12px;
}

.community-nav-list.is-active {
  font-weight: 600;
}

.community-nav-list-btn {
  float: right;
}

.vote {
  display: flex;
}
@media (min-width: 480px) {
  [dir="ltr"] .vote {
    margin-right: 10px;
  }
  [dir="rtl"] .vote {
    margin-left: 10px;
  }
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-post {
  margin-bottom: 10px;
}

.vote-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .vote-wrapper {
    padding-right: 52px;
  }
}

.vote-menu {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: rgba(22, 40, 72, 1);
  border-color: rgba(22, 40, 72, 1);
}

.vote-menu:hover, .vote-menu:active {
  z-index: 2;
}

.topic-list-container {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.5)
}

.topic-list-item:nth-child(2n+1) {
  clear: left;
}

.topic-list-item-box {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #5d85cd;
  border-radius: 1px;
}

.topic-list-item-title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.topic-container {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.5 * 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #5d85cd;
}

.topic-col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 480px) {
  .topic-col {
    vertical-align: top
  }
}

.topic-col-new-post {
  text-align: right;
}

.topic-title {
  width: 100%;
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filter-item {
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .topic-filter-item {
    margin-bottom: calc(16px * 1.5 / 2)
  }
}

.topic-menu {
  margin-bottom: calc(16px * 1.5 * 2);
}

.topic-menu-item {
  float: left;
}

.topic-subscibers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {
  .topic-menu-item-subscribe {
    float: right;
    white-space: nowrap
  }
}

.topic-menu-item-subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-menu-item-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.post-container {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.5 * 2)
}

.post {
  position: relative;
  margin-bottom: calc(16px * 1.5);
}

.post-title {
  padding-right: calc(12px * 1.5);
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .post-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .post-title {
    font-size: calc(16px * 2.5)
  }
}

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.5);
}

.post-meta-col {
  display: table-cell;
  vertical-align: top;
}

.post-meta-col-main {
  width: 100%;
  padding-right: 12px;
}

.post-text {
  word-wrap: break-word;
}

.post-body {
  padding-right: calc(40px + 12px);
}

@media (max-width: 768px) {
  .post_body {
    padding-right: 0;
  }
}

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

.post-body ul, .post-body ol {
  padding-left: 20px;
}

.post-body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

.post-body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

.post-body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

.post-body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

.post-body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.post-body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.post-voting-and-actions {
  position: relative;
}

.post-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post-voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  font-size: 16px;
  content: "\f013";
}

.post-actions .dropdown-menu {
  width: auto;
}

.post-actions .dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.post-suggest {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: rgba(248, 248, 255, 0);
}

.site-icon svg, .site-icon img {
  width: calc(66 * 1px);
  height: auto;
}

@media (max-width: 767px) {
  .post-suggest {
    margin-bottom: 25px
  }
}

.post-suggest-title {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.post-list-page {
  margin-top: 30px;
  margin-bottom: calc(16px * 1.5 * 2)
}

.post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #5d85cd;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%
  }
}

.post-list-item-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item-title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@media (min-width: 768px) {
  .post-list-item-col {
    display: table-cell;
    vertical-align: top
  }
}

@media (min-width: 768px) {
  .post-list-item-col-main {
    width: 60%
  }
}

@media (min-width: 768px) {
  .post-list-item-col-side {
    width: 40%;
    text-align: right
  }
}

.post-info {
  font-size: 14px;
  color: rgba(22, 40, 72, 1);
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: rgba(248, 248, 255, 0);
    border-radius: 1px
  }
}

@media (min-width: 768px) {
  .post-info-count {
    display: block;
    font-weight: 600;
    color: rgba(22, 40, 72, 1)
  }
}

.post-info+.post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info+.post-info:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: "\2022";
  }
}

.post-status-label {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  border-radius: 1px;
}

.post-status-label-completed, .post-status-label-answered {
  background-color: rgba(22, 40, 72, 1);
}

.post-status-label-planned {
  background-color: rgba(22, 40, 72, 1);
}

.post-status-label-not-planned {
  color: rgba(22, 40, 72, 1);
  background-color: #5d85cd;
}

@media (min-width: 768px) {
  .new-post-container {
    margin-top: 30px;
    margin-bottom: calc(16px * 1.5 * 2)
  }
}

.post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {
  .post-title {
    font-size: calc(16px * 1.75)
  }
}

@media (min-width: 992px) {
  .post-title {
    font-size: calc(16px * 2.5)
  }
}

.post-form {
  margin-bottom: calc(16px * 1.5);
}

/*=========================== END OF COMMUNITY */


/*=========================== CUSTOM BLOCK */

.site-block {
  flex: 33.333%;
  text-align: center;
  padding: 20px;
  z-index: 2;
}

.site-div {
  background: #ffffff;
  border-radius: 1px;
  padding: 25px 40px;
  display: block;
  transition: all 0.4s;
  height: 100%;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
}

.site-div:hover {
  box-shadow: 0px 8px 12px rgba(22, 40, 72, 1);
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.site-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 50px;
  transition: all 0.2s;
}

.site-div:hover>.site-icon {
  transform: scale(1.1);
}

.site-icon:before {
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover!important;
}

.site-div p {
  color: rgba(22, 40, 72, 1);
  letter-spacing: 0.25px;
  line-height: 22px;
}

.site-block h4 {
  font-size: 24px;
  line-height: 28px;
  color: rgba(22, 40, 72, 1);
  margin-bottom: 15px;
  font-family: Baskerville, 'Times New Roman', Times, serif;
  font-weight: 700;
}

/*=========================== END OF CUSTOM BLOCK */

/*=========================== BODY ELEMENTS */
.light-bg {
  background: rgba(248, 248, 255, 0);
  height: auto;
  display: block;
}

aside.site-sidebar ul, .site-body ul, .site-related ul {
  padding: 0;
  margin: 0;
}

.content-sub-menu {
  border-left: 1px solid grey;
}

aside.site-sidebar ul li, .site-related ul li {
  list-style: none;
}

aside.site-sidebar.light-bg {
  position: relative;
  height: 100%;
  z-index: 99;
  background: unset;
}

[dir="ltr"] aside.site-sidebar.light-bg {
  padding-left: 30px;
}
[dir="rtl"] aside.site-sidebar.light-bg {
  padding-right: 30px;
}

.mobile-sidebar {
  display: none;
}

.py-6 {
  padding-bottom: 20px;
  margin-top: 15px
}

.site-header {
  border-bottom: 2px solid rgba(22, 40, 72, 1);
  margin-bottom: 40px;
}

.site-header h1 .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.section-site-header {
  display: flex;
  justify-content: space-between;
}

.site-header h1 {
  font-family: Baskerville, 'Times New Roman', Times, serif;
  margin: 0;
  margin-bottom: 10px;
}

/** Sidebar **/

#sidebar_mobile {
  width: 100%;
  height: calc(100% - 18px - (1px * 17));
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  top: calc((1px * 17) + 18px);
  left: 0;
  margin-top: -200vh;
  z-index: 124;
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#sidebar_mobile.active {
  margin-top: 0;
}
.sidebar_search {
  margin: 20px 0;
}
.sidebar_search form.search input {
  height: 40px;
}
.sidebar_mobile_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 18px - (1px * 17));
  background-color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.sidebar_mobile_list {
  text-align: center;
}
.sidebar_mobile_item {
  padding: 13px 0;
  border-bottom: 1px solid #afafaf;
}
.sidebar_mobile_item a {
  color: rgba(255, 255, 255, 1);
}
.sidebar_mobile_item:last-child {
  border-bottom: unset;
}
.sidebar_mobile_footer {
  margin: 20px 20px 60px;
  text-align: center;
}
/* End of sidebar */

.article-lists li a {
  font-size: 20px;
  color: rgba(22, 40, 72, 1);
  margin-bottom: 15px;
  display: block;
}
.section-title-link {
  font-weight: 700;
}
[dir="ltr"] .article-lists {
  margin-left: 20px!important;
}
[dir="rtl"] .article-lists {
  margin-right: 20px!important;
}

.subsection-article-lists {
  margin-left: 40px!important;
}

.site-body li a:hover {
  text-decoration: none;
  color: rgba(105, 105, 105, 1);
}

.site-primary {
  padding-left: 40px;
  padding-top: 15px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.site-sidebar.site-article li a {
  font-size: 16px;
}

.category-block {
  width: 100%;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
}

.category-block h4 {
  font-size: 20px !important;
}

.container.category-container.py-6 {
  padding-bottom: 120px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Baskerville, 'Times New Roman', Times, serif;
  color: rgba(22, 40, 72, 1);
}

.quick-block {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  width: 100%;
}
.toc-link {
  display: flex !important;
  flex-direction: row;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
}
.toc-link .fa::before {
  content: "\f107";
}
.toc-link .fa {
  transition: transform 0.5s ease;
}
.toc-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}
.table-of-content {
  width: 35%;
}

@media(max-width: 768px) {
  .table-of-content {
    width: 100%;
  }
}

.quick-block h6 {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 10px;
  font-family: Baskerville, 'Times New Roman', Times, serif;
  font-weight: bold;
}

.quick-block ul {
  margin: 0;
}

.quick-block li a {
  font-size: 16px;
  margin-top: 10px;
  display: flex;
  padding-right: 5px;
}

.quick-block ul {
  overflow: hidden;
}

.quick-block li a::before {
  content: "• ";
  color: rgba(22, 40, 72, 1);
  margin-right: 5px;
}

.quick-block li a:hover {
  text-decoration: none;
}

.site-footer.light-bg {
  padding: 15px 25px;
  text-align: center;
  justify-content: center;
  margin: 60px 0 40px;
  display: flex;
}

.site-footer.light-bg li {
  list-style: none;
  display: block;
  font-weight: 300;
}

.site-footer.light-bg h3 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
  float: left;
}

.site-footer.light-bg h3 a {
  color: rgba(22, 40, 72, 1);
  text-decoration: underline;
}

.site-footer.light-bg h3 a:hover {
  text-decoration: underline;
  color: rgba(105, 105, 105, 1);
}

.site-footer.light-bg p {
  justify-content: center;
  display: flex;
}

.article-subscribe {
  margin-bottom: 10px;
  height: 100%;
}

.site-related {
  background: rgba(248, 248, 255, 0);
  position: relative;
  padding-left: 40px;
}

.site-related:before {
  left: auto;
  right: 100%;
  width: 200px;
}

.site-related.py-6 .row {
  overflow: hidden;
}

.site-related h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.site-related li a:hover, .related-articles li a:hover {
  color: rgba(105, 105, 105, 1);
}

.site-related li a, .related-articles li a {
  font-size: 20px;
  line-height: 32px;
  color: ;
  margin-top: 7px;
  display: block;
}

em {
  color: rgba(22, 40, 72, 1);
}

.category-container, .article-container, .section-container {
  overflow: hidden;
}

.site-body ul, .site-body ol {
  margin-bottom: 30px;
}

.site-body ul li, .site-body ol li {
  margin-bottom: 10px;
}

/* Article body */

.article-body li {
  padding-left: 0px;
  list-style-position: outside;
  margin: 0px 0 20px 20px;
}

.article-body img {
  padding-top: 15px;
}

.quick-block ul li {
  margin: 0;
}

.quick-block ul, .category-block ul {
  padding: 0;
  margin: 0;
}

/* Article comments CSS */

@media(min-width: 769px) {
  .article-comments {
    padding: 0 0 0 40px;
  }
}

.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 5px;
}

.article-author ul {
  list-style: none;
}

.article-author img {
  margin-right: 20px;
}

[dir="rtl"] .article-author img {
  margin-right: 0;
  margin-left: 20px;
}

.meta-group {
  font-size: calc(16px - 3px);
}

.comment {
  list-style: none;
  word-break: break-word;
}

.comments {
  padding-top: 40px;
  border-top: 1px solid #5d85cd;
}

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

.comment-avatar {
  margin-right: 10px;
  list-style: none;
  margin-bottom: auto;
}

[dir="rtl"] .comment-avatar {
  margin-right: 0;
  margin-left: 10px;
}

.comment-container {
  width: 100%;
}

.comment-form-panel {
  margin-top: 10px;
}

.comment-callout {
  color: #2e5396;
}

.comment-author {
  display: flex;
  vertical-align: middle;
  margin-bottom: 20px;
}

.comment-author ul {
  list-style: none;
}

.comment-meta {
  vertical-align: middle;
  margin-right: 10px;
}

.comment-badge img {
  width: 20px;
  height: 20px;
}

.comment-sorter button {
  outline: none;
  border: 1px solid rgba(22, 40, 72, 1);
  padding: 2px 5px;
}

.comment-sorter button>svg {
  display: none;
}

.comment-sorter button:focus {
  border-color: rgba(105, 105, 105, 1);
}

.comment-actions-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.comment-vote {
  width: auto;
  padding-right: 10px;
;
  display: flex;
  max-width: none;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-sum {
  margin: 0 10px;
}

.comment-actions.actions span {
  padding: 0 15px;
}

/* End of Article comments */

.category-block ul li {
  list-style-position: outside;
  margin-left: 20px;
}

.category-block ul li a:hover {
  font-weight: normal;
}

.site-sidebar ul ul li a {
  padding-left: 10px;
}

.site-body p a {
  text-decoration: none;
}

.site-body p a:hover {
  text-decoration: none;
  color: rgba(105, 105, 105, 1);
}

.searchbar-top-mobile {
  display: none;
}

.searchbar-top-mobile .search:before {
  color: rgba(22, 40, 72, 1);
  opacity: 0.5;
}

form.search input {
  height: 32px;
}
.all-article {
  font-size: calc(16px * 0.8);
  font-style: italic;
  margin-top: 10px;
  color: #223e6f;
}

.category-block a:hover {
  text-decoration: underline;
}

.ftr-logo {
  margin-bottom: 20px;
}

.footer-col.copyrights.col.col-sm-8 p {
  font-size: 12px;
  color: rgba(22, 40, 72, 1);
}

.mobile-logo {
  display: none;
}

.copyrights-col div img {
  height: calc(58 * 1px);
  max-height: 64px;
  margin-right: 5px;
}

.footer-logo {
  margin: auto 0;
}

.footer-logo img {
  max-height: 120px !important;
  height: calc(58 * 1px);
}

@media (max-width: 480px) {
  .footer-col.copyrights p img {
    display: none;
  }
  .copyrights-col div img {
    display: none;
  }
  .mobile-logo {
    display: inline-block;
    height: calc(58 * 1px);
  }
  .footer-logo img {
    display: none;
  }
}

footer span {
  color: rgba(255, 255, 255, 1);
}

.footer-col.footer-col-social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 769px) {
  .footer-col.footer-col-social-links {
    width: 60%;
  }
}

.footer-col.footer-col-social-links span {
  margin-right: 15px;
  font-size: 14px;
}

.custom-link-col {
  padding-bottom: 20px;
  text-align: right;
  width: 100%;
  line-height: 2;
}

.social-col {
  text-align: right;
  width: 100%;
}
@media (min-width: 769px) {
  [dir="rtl"] .custom-link-col {
    text-align: left;
  }
  [dir="rtl"] .social-col {
    text-align: left;
  }
  [dir="rtl"] .copyrights a {
    text-align: right;
  }
}


@media (max-width: 768px) {
  .custom-link-col {
    text-align: center;
    line-height: 2;
  }
  .social-col {
    text-align: center;
  }

}

.custom-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  margin: 0 10px;
  font-weight: 700;
  white-space: nowrap;
}

.wrapper-footer {
  margin-top: auto;
}

blockquote h3, blockquote h2, blockquote h4, blockquote h5 {
  margin: 0 0 10px;
}

h3.h5.search-result-title a {
  font-size: 28px;
}

ol.breadcrumbs.search-result-breadcrumbs li {
  font-size: 16px;
}

.footer .row.d-flex {
  align-items: center;
}

.ftr-logo img {
  height: 26px;
}

button.lines-btn.x:focus, span.lines:focus {
  outline: none;
}

/*** media query***/

@media (max-width: 1200px) {
  .site-primary, .site-related {
    padding-left: 0px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  .site-sidebar.site-article li a {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width:768px) {
  aside.site-sidebar.light-bg {
    display: none;
  }
}

@media (max-width: 992px) {
  .site-div {
    padding: 20px;
  }
  h1 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .related-articles h3, h4 {
    font-size: 18px;
  }
  .promoted-articles h3 {
    font-size: 18px;
  }
  .site-sidebar.site-article li a {
    font-size: 16px;
  }
  aside.site-sidebar.light-bg {
    position: relative;
    height: 100%;
    padding-right: 50px;
    z-index: 99;
  }
  .site-related li a {
    font-size: 17px;
    line-height: 26px;
    color: rgba(22, 40, 72, 1);
  }
  .site-icon {
    width: 80px;
    height: 80px;
  }
  .site-block h4 {
    font-size: 20px;
  }
  span.site-vote {
    display: block;
  }
}

.site-vote>button {
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  background: none;
  text-transform: unset;
  color: unset;
  font-weight: unset;
  font-size: unset;
  margin: 0;
  line-height: unset;
  vertical-align: unset;
}

.site-vote>button:hover, .site-vote>button:focus {
  outline: 0;
  background: none;
  color: rgba(105, 105, 105, 1);
  text-shadow: none;
  box-shadow: none;
}

/* Recent Activity */

.recent-activity-header {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recent-activity-header {
    font-size: 20px;
  }
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: rgba(22, 40, 72, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #2e5396;
  display: inline-block;
  font-size: 13px;
}

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

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

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

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

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: $brand_color;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/* End of Recent Activity */

.searchform {
  display: none;
}
@media (min-width: 769px) {
  .mobile_button_control {
    display: none;
  }
}
@media (max-width: 768px) {
  .searchbar-top-mobile {
    display: block;
    margin: 32px;
  }
  .header-col {
    padding: 0;
    display: flex;
  }
  .header-col.header-menu {
    padding: 0;
  }
  .container.category-container.py-6 {
    padding-top: 15px;
  }
  .site-wrapper {
    padding: 20px 0;
  }
  .site-div p {
    font-size: 14px;
  }
  .hero-item .search:before {
    background-size: contain;
    left: 8px!important;
    top: 28px;
  }
  .search-container-hero-item #query {
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
  .site-primary.py-6 {
    padding-top: 15px;
  }
  aside.site-sidebar.py-6.light-bg.site-article {
    display: none;
  }
  .mobile-sidebar {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .mobile-sidebar li {
    list-style: none;
  }
  .mobile-sidebar>section {
    padding: 10px 0;
  }
  .mobile-sidebar>section+section {
    border-top: 1px solid rgba(22, 40, 72, 1);
  }
  .mobile-sidebar>section>ul>h3 {
    text-transform: uppercase;
    font-weight: 700;
  }
  .site-related .col.col-sm-6 {
    margin: 15px 0;
  }
  .site-related.py-6 {
    padding: 40px 0;
  }
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .site-block {
    flex: 50%;
    max-width: 100%;
  }
  @media (max-width: 480px) {
    .site-block {
      padding: 20px;
      flex: 100%;
    }
  }
  .searchbar-top {
    width: 100%;
    display: none !important;
  }
  .searchbar-collapse {
    width: 100%;
  }
  .searchbar-mobile input[type="search"] {
    padding-left: 15px;
  }
  @media (max-width: 768px) {
    .searchform {
      display: flex;
      flex-direction: row;
      position: fixed;
      -webkit-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -moz-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -ms-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -o-transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      transition: all 350ms cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -webkit-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -moz-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -ms-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      -o-transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      transition-timing-function: cubic-bezier(0.665, 0.165, 0.130, 0.715);
      z-index: 1000;
      width: 100%;
      border: none;
      margin-top: -100px;
      text-align: center;
      z-index: 10000;
      background: #ffffff;
    }
    .searchform input[type="search"] {
      border: none;
      height: 70px;
      padding-left: 8px;
    }
    .searchform form {
      width: 90%;
    }
    .searchform.moved {
      margin-top: 0px;
    }
    .searchform-icon {
      margin: auto 10px;
    }
    @media (min-width: 769px) {
      .searchform-icon {
        display: none !important;
      }
    }
    #closeSearch {
      margin: auto;
      margin-right: 20px;
      margin-left: 20px;
      font-size: 25px;
      color: rgba(22, 40, 72, 1);
      opacity: 0.5;
      width: 10%;
    }
  }
  .hero-title {
    font-size: calc(55px * 0.8);
  }
  .search-container-hero-item .search {
    display: -webkit-box;
    display: flex;
    max-width: 460px;
    margin: 25px auto;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .mobile_button_control {
    display: flex;
  }
  button.lines-btn.x {
    display: flex;
    color: rgba(255, 255, 255, 1);
    width: 10px;
    height: 10px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
  }
  .searchbar-mobile {
    display: flex !important;
    position: relative;
    color: rgba(255, 255, 255, 1);
    width: 40px;
    height: 10px;
    top: 15px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
  }
  button.lines-btn.x:focus {
    color: rgba(105, 105, 105, 1);
  }
  .header-panel {
    float: none;
    display: block;
    align-items: center;
    padding: 15px;
  }
  [dir="rtl"] .header-panel {
    float: right;
  }
  .header-panel a {
    color: rgba(255, 255, 255, 1);
    margin-left: 0;
    display: block;
    margin-bottom: 20px;
  }
  .footer-col.copyrights.col.col-sm-7.col-md-8 {
    order: 2;
    margin-top: 15px;
  }
  .footer-col.footer-col-social-links.col.col-sm-5.col-md-4 {
    order: 1;
  }
  .container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .request-container {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

.lines-btn.x {
  display: none;
}

@media (max-width: 640px) {
  .py-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .quick-block li {
    width: 100%;
  }
  h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .site-footer.light-bg h3 {
    line-height: 26px;
    font-size: 16px;
  }
  .site-footer.light-bg li {
    font-size: calc(16px - 2px);
  }
}

@media (max-width: 768px) {
  footer.footer.container {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-col.footer-col-social-links span {
    display: none;
  }
  .hero-item {
    padding: calc((32 * 2px) + (17 * 1px)) 32px calc(32 * 2px) 32px;
  }
  .footer-col.footer-col-social-links {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px 0 10px;
  }
  .col.col-xs-6.col-sm-4.col-md-3:last-child {
    border: none;
    padding-bottom: none;
  }
  /* solafid solutions */
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .hero-title {
    font-size: 25px;
  }
  .site-div {
    padding: 20px 40px;
  }
  .col.col-xs-6.col-sm-4.col-md-3 {
    width: 100%;
  }
}

.post-list-page.post-container.topic-list.topic-list-container.new-community-post-container {
  padding-top: 60px;
}

section:empty {
  display: none;
}

/* BOOTSTRAP COLLAPSE */

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* END OF BOOTSTRAP COLLAPSE */

/* Hamburger Icon */
.nav-icon {
  width: 20px;
  height: 20px;
  top: 35%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
[dir="ltr"] .nav-icon {
  left: 20px;
}
[dir="rtl"] .nav-icon {
  right: 20px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 2px;
}

.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
  top: 9px;
}

.nav-icon span:nth-child(4) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
/* End of Hamburger Icon */

.overlay-hidden {
  overflow: hidden;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* Info Notification */

.info-header {
  display: none;
  background-color: rgba(235, 217, 200, 0.75);
  transition: all 0.3s ease;
}

.info-header.show {
  display: block;
}

.info-banner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 15px 0 10px;
}

.info-banner .banner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.info-banner .banner-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: center;
  color: rgba(0, 63, 90, 1);
}

.info-banner .banner-header #banner-close {
  display: flex;
  cursor: pointer;
}

.info-banner .banner-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.info-banner .banner-body p {
  margin: 0;
  color: rgba(0, 63, 90, 1);
  font-size: 14px;
}

.info-banner .banner-body a {
  text-transform: none;
  font-weight: normal;
  color: rgba(0, 63, 90, 1);
  border-color: rgba(0, 63, 90, 1);
}

.info-banner .banner-body a:hover {
  color: rgba(235, 217, 200, 0.75);
  background-color: rgba(0, 63, 90, 1);
  border-color: rgba(235, 217, 200, 0.75);
}

/* Formatting Component */
/* Tab */
.tabs {
  margin-bottom: calc(1.5 * 16px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

@media (max-width: 1024px) {
  .tabs-nav {
    flex-direction: column;
  }
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: rgba(22, 40, 72, 1);
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid transparent;
}

@media (max-width: 1024px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

.tabs-nav a.is-active {
  border: 1px solid #ddd;
  pointer-events: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: rgba(105, 105, 105, 1);
}

@media (max-width: 1024px) {
  .tabs-nav a.is-active {
    border-bottom: 1px solid rgba(105, 105, 105, 1);
  }
}

@media (max-width: 1024px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
  }
}

.tabs-nav a:hover {
  opacity: 0.6;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
  border: 1px solid #ddd;
}

.tabs-content div.active {
  display: block;
}

@media (max-width: 1024px) {
  .tabs-content div {
    border-radius: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
  }
}

@media (max-width: 1024px) {
  .tabs.colored-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.colored-1 .tabs-nav a,
.tabs.colored-2 .tabs-content div {
  background-color: rgba(248, 248, 255, 0);
}

.tabs.colored-1 .tabs-nav a.is-active {
  background-color: rgba(255, 255, 255, 1);
}

.tabs.colored-2 .tabs-nav a.is-active {
  background-color: rgba(248, 248, 255, 0);
  color: rgba(22, 40, 72, 1);
  border-bottom-color: rgba(248, 248, 255, 0);
}

/* End of Tabs */
/* Callout */
.callout {
  padding: 20px 20px;
  background-color: rgba(248, 248, 255, 0);
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .callout { border-left: 5px solid rgba(22, 40, 72, 1); }
[dir="rtl"] .callout { border-right: 5px solid rgba(22, 40, 72, 1); }

.callout-title {
  font-size: calc(16px * 1.5);
  font-weight: 700;
  color: inherit;
}

.callout-dashed {
  border-width: 1px;
  border-style: dashed;
}

.callout-transparent {
  background-color: transparent;
  box-shadow: 0px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.callout-success {
  background-color: rgba(70, 219, 120, 0.3);
  border-color: #46db78;
}

.callout-info {
  background-color: rgba(74, 164, 224, 0.3);
  border-color: #4aa4e0;
}

.callout-warning {
  background-color: rgba(227, 163, 79, 0.3);
  border-color: #e3a34f;
}

.callout-alert {
  background-color: rgba(232, 51, 51, 0.3);
  border-color: #e83333;
}

.accordion {
  box-shadow: none;
  outline: 0;
  border-color: 0;
  background-color: rgba(248, 248, 255, 0);
  color: rgba(22, 40, 72, 1);
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  opacity: 0.7;
}

.accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: rgba(22, 40, 72, 1);
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(-180deg);
}

.accordion-panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgba(248, 248, 255, 0);
  border-right: 1px solid rgba(248, 248, 255, 0);
}

#lightbox {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#lightbox .lightbox-body {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
}

#lightbox .lightbox-content {
  display: block;
  margin: auto;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* Order state styles */
:root {
  --primary: #162848;
  --font-family-primary: "Avenir-Roman",arial,sans-serif;
}

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-regular.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-regular.woff") format("woff")
}

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-demi.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-demi.woff") format("woff")
}

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 800;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-bold.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-bold.woff") format("woff")
}

@font-face {
  font-family: "Avenir Next Heavy Italic";
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-heavy-italic.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-heavy-italic.woff") format("woff")
}

.btn-ghost-secondary,.btn-ghost-primary,.btn-additional,.btn-secondary,.btn-primary,.btn-default,.btn-base,.btn-base:link,.btn-base:visited {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  min-width: 186px;
  height: 40px;
  padding: .8rem .9rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-style: solid;
  border-width: 1px
}

.btn-ghost-secondary:focus,.btn-ghost-primary:focus,.btn-additional:focus,.btn-secondary:focus,.btn-primary:focus,.btn-default:focus,.btn-base:focus,.btn-base:link:focus,.btn-base:visited:focus {
  outline: 0
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-ghost-secondary,.btn-ghost-primary,.btn-additional,.btn-secondary,.btn-primary,.btn-default,.btn-base,.btn-base:link,.btn-base:visited {
    height: 50px;
    padding: 1.2rem
  }
}

@keyframes loader {
  to {
    transform: rotate(360deg)
  }
}

.icon--standard {
  fill: currentcolor
}

.icon--static {
  fill: #a7a7a7
}

.link--m,.customer-orderlist-details-switch {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  text-decoration: underline
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .link--m,.customer-orderlist-details-switch {
    font-size:1.3rem
  }
}

@media(hover: hover) and (pointer:fine) {
  .link--m:hover,.customer-orderlist-details-switch:hover {
    color:#162848
  }
}

.link {
  text-decoration: none
}

@media(hover: hover) and (pointer:fine) {
  .link:hover {
    color:#162848
  }
}

.btn-default {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #cdcdcd;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #fff;
  border-color: transparent
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-default {
    font-size:1.8rem
  }
}

.btn-default:disabled,.btn-default--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-default--disabled:active {
  pointer-events: none
}

.btn-default--full-width {
  width: 100%
}

.btn-default--half-width {
  width: 50%
}

.btn-default--rounded {
  border-radius: 20px
}

.btn-default--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-default--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #cdcdcd #cdcdcd transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) and (pointer:fine) {
  .btn-default:hover {
    background-color:#e6e6e6
  }
}

.btn-primary {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #fff;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #162848;
  border-color: transparent
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-primary {
    font-size:1.8rem
  }
}

.btn-primary:disabled,.btn-primary--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-primary--disabled:active {
  pointer-events: none
}

.btn-primary--full-width {
  width: 100%
}

.btn-primary--half-width {
  width: 50%
}

.btn-primary--rounded {
  border-radius: 20px
}

.btn-primary--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-primary--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) and (pointer:fine) {
  .btn-primary:hover {
    background-color:#0a1221
  }
}

.btn-secondary {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #fff;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #162848;
  border-color: transparent
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-secondary {
    font-size:1.8rem
  }
}

.btn-secondary:disabled,.btn-secondary--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-secondary--disabled:active {
  pointer-events: none
}

.btn-secondary--full-width {
  width: 100%
}

.btn-secondary--half-width {
  width: 50%
}

.btn-secondary--rounded {
  border-radius: 20px
}

.btn-secondary--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-secondary--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) and (pointer:fine) {
  .btn-secondary:hover {
    background-color:#0a1221
  }
}

.btn-additional {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #666;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #e6e6e6;
  border-color: transparent
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-additional {
    font-size:1.8rem
  }
}

.btn-additional:disabled,.btn-additional--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-additional--disabled:active {
  pointer-events: none
}

.btn-additional--full-width {
  width: 100%
}

.btn-additional--half-width {
  width: 50%
}

.btn-additional--rounded {
  border-radius: 20px
}

.btn-additional--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-additional--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #666 #666 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) and (pointer:fine) {
  .btn-additional:hover {
    background-color:#cdcdcd
  }
}

.btn-ghost-primary {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #162848;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #162848
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-ghost-primary {
    font-size:1.8rem
  }
}

.btn-ghost-primary:disabled,.btn-ghost-primary--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-ghost-primary--disabled:active {
  pointer-events: none
}

.btn-ghost-primary--full-width {
  width: 100%
}

.btn-ghost-primary--half-width {
  width: 50%
}

.btn-ghost-primary--rounded {
  border-radius: 20px
}

.btn-ghost-primary--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-ghost-primary--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #162848 #162848 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) {
  .btn-ghost-primary:hover {
    color: #0a1221;
    border-color: #0a1221
  }
}

.btn-ghost-secondary {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #162848;
  letter-spacing: .5px;
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #162848
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .btn-ghost-secondary {
    font-size:1.8rem
  }
}

.btn-ghost-secondary:disabled,.btn-ghost-secondary--disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .35
}

.btn-ghost-secondary--disabled:active {
  pointer-events: none
}

.btn-ghost-secondary--full-width {
  width: 100%
}

.btn-ghost-secondary--half-width {
  width: 50%
}

.btn-ghost-secondary--rounded {
  border-radius: 20px
}

.btn-ghost-secondary--shadow {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5)
}

.btn-ghost-secondary--loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
  margin-left: -1rem;
  content: "";
  border-color: #162848 #162848 transparent transparent;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  animation: loader .7s linear infinite
}

@media(hover: hover) {
  .btn-ghost-secondary:hover {
    color: #0a1221;
    border-color: #0a1221
  }
}

.error-container {
  overflow-x: visible
}

.error-container__wrapper {
  width: 100%
}

.error-container h1 {
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .error-container h1 {
    font-size:2.1rem
  }
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .error-container h1 {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}

.error-container h2 {
  font-family: var(--font-family-primary);
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .error-container h2 {
    font-size:1.5rem
  }
}

.error-container h3,.error-container p {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .error-container h3,.error-container p {
    font-size:1.3rem
  }
}

.error-container pre {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  white-space: pre-line
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .error-container pre {
    font-size:1.3rem
  }
}

.article-list {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  width: 100%
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .article-list {
    font-size:1.3rem
  }
}

.article-list__header {
  background-color: #e6e6e6
}

.article-list__cell {
  padding: 1rem 0;
  margin: 0 1rem
}

.article-list__item {
  display: flex;
  align-items: center;
  border: 1px solid #cdcdcd;
  border-bottom: 0
}

.article-list__item:last-of-type:not(.article-list__header) {
  border-bottom: 1px solid #cdcdcd
}

.article-item:not(.article-list__header) {
  padding: 1.5rem 0
}

.article-item__image {
  flex: 0 0 80px
}

.article-item__data {
  flex: 0 1 425px
}

.article-item__amount {
  flex: 0 0 106px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  text-align: center
}

.article-item__state {
  flex: 0 0 100px;
  text-align: center
}

.article-item__price {
  flex: 0 0 100px;
  margin-right: 2rem;
  text-align: right
}

.article-image {
  line-height: 0
}

.article-image__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.article-image__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 20px;
  fill: #fff;
  stroke: #fff
}

.article-data {
  min-width: 0
}

.article-data__file {
  max-width: 100%;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap
}

.article-data__file,.article-data__description {
  margin: 0
}

.article-data__accessory {
  margin: 1rem 0 0
}

.article-data__delivery-label {
  font-family: var(--font-family-primary);
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #666;
  letter-spacing: .5px;
  margin: 1rem 0 0
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .article-data__delivery-label {
    font-size:1.2rem
  }
}

.article-data__delivery-date {
  font-family: var(--font-family-primary);
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #666;
  letter-spacing: .5px;
  margin: 0
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .article-data__delivery-date {
    font-size:1.2rem
  }
}

.article-data__shipping {
  margin: 0 0 1rem
}

.article-data__estimated-shipping-date,.article-data__delivery-date {
  font-weight: 800;
  color: #162848
}

.article-data__pdf {
  color: #575a5f
}

.article-data__warning,.article-data__xmas-warning {
  color: #f30000
}

.article-data__xmas-guarantee {
  padding: 0 0 0 2.3rem;
  color: #606c82;
  background: url("/web/img/icons/check-icon.svg") left center no-repeat;
  background-size: 17px 20px
}

.article-data__production-outage {
  color: #f30000
}

.article-data__info {
  color: #606c82
}

.article-amount__amount {
  margin: 0
}

.amount__text {
  display: none
}

.order-summary {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 9rem;
  list-style: none;
  background-color: #e6e6e6;
  border: 0
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .order-summary {
    font-size:1.3rem
  }
}

.order-summary__item {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem
}

.order-summary__item:first-of-type {
  padding-top: 1rem
}

.order-price--total {
  padding: 2rem 2rem 1rem
}

.order-price--total__text {
  margin: 0
}

.order-price--total .order-price__text,.order-price--total .order-price__value {
  font-weight: 800
}

.price-text__note {
  font-family: var(--font-family-primary);
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #666;
  letter-spacing: .5px;
  display: block
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .price-text__note {
    font-size:1.2rem
  }
}

@media only screen and (min-width: 0) and (max-width:850px) {
  .article-list {
    font-family: var(--font-family-primary);
    font-size: 1.3rem;
    line-height: 1.9rem;
    color: #666;
    letter-spacing: .5px
  }
}

@media only screen and (min-width: 0) and (max-width:850px) and (min-width:0) and (max-width:520px) {
  .article-list {
    font-size:1.2rem
  }
}

@media only screen and (min-width: 0) and (max-width:850px) {
  .article-list__header {
    display:none
  }

  .article-list__item {
    flex-wrap: wrap;
    align-items: flex-start
  }

  .article__price,.article__amount {
    align-self: center
  }

  .article-item:not(.article-list__header) {
    padding: 2rem 0 1rem
  }

  .article-item__data {
    flex: 0 1 calc(100% - 120px)
  }

  .article-item__amount {
    margin-left: 1rem
  }

  .article-item__price {
    flex: 0 0 90px;
    margin: 0 1rem 0 auto
  }

  .article-item__amount,.article-item__state,.article-item__price {
    flex: 1 1 auto
  }

  .article-image__icon {
    display: none
  }

  .article-data__file {
    margin-bottom: 1rem
  }

  .article-data__shipping {
    display: none
  }

  .article-amount__amount {
    text-align: left
  }

  .amount__text {
    display: inline-block;
    margin-right: .5rem
  }

  .order-summary__item {
    padding: 0 1rem
  }

  .order-price {
    padding: 0 1rem
  }

  .order-price--total {
    padding: 2rem 1rem 1rem
  }
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .order-summary {
    padding-left:1rem
  }
}

.customer-orderlist-links {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  display: flex;
  align-items: center
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .customer-orderlist-links {
    font-size:1.3rem
  }
}

.customer-orderlist-links a {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .customer-orderlist-links a {
    font-size:1.3rem
  }
}

.order-details {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  display: flex;
  flex-flow: row wrap;
  padding: 2.2rem 0;
  border-top: 1px solid #f2f2f2
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .order-details {
    font-size:1.3rem
  }
}

.order-details__header {
  font-family: var(--font-family-primary);
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #666;
  letter-spacing: .5px;
  flex: 0 0 100%;
  padding-bottom: 1rem;
  font-weight: 800
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .order-details__header {
    font-size:1.5rem
  }
}

.order-details__preview {
  flex: 0 0 80px
}

.order-details__content {
  position: relative;
  display: flex;
  flex: 0 0 calc(90% - 80px - 2em);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 2em
}

.order-details__content--wrapper {
  display: flex;
  flex-basis: 70%;
  order: 1
}

.order-details__description {
  width: 100%
}

.order-details__description p {
  margin: 0
}

.order-details__description__file {
  font-weight: 800
}

.order-details__status {
  flex-basis: 100%;
  order: 3;
  width: 100%;
  margin-left: auto
}

.order-details__status__state {
  margin: 1.5rem 0;
  text-align: left
}

.order-details__status__state--shipped {
  color: #162848
}

.order-details__status .progress__background {
  height: 1em;
  margin-bottom: .2em;
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 1em;
  box-shadow: inset 0 .1em .1em rgba(0,0,0,0.1)
}

.order-details__status .progress__bar {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #666;
  letter-spacing: .5px;
  float: left;
  width: 0;
  height: 100%;
  line-height: 2rem;
  text-align: center;
  background-color: #162848;
  transition: width .6s ease
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .order-details__status .progress__bar {
    font-size:1.1rem
  }
}

.order-details__status .progress__bar--datacheck {
  width: 20%
}

.order-details__status .progress__bar--datacheck-ok,.order-details__status .progress__bar--printed {
  width: 35%
}

.order-details__status .progress__bar--cut {
  width: 52%
}

.order-details__status .progress__bar--quality-check {
  width: 80%
}

.order-details__status .progress__bar--shipped {
  width: 100%
}

.order-details__status .progress__meter {
  display: flex;
  justify-content: space-between;
  color: #575a5f
}

.order-details__status .progress__meter__item {
  font-size: .8em
}

.order-details__status .progress__meter__item--last {
  padding: 0
}

.order-details__price {
  width: 10%;
  font-weight: 800;
  text-align: right
}

.order-details__reorder {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  justify-content: flex-start;
  order: 2
}

.order-details__reorder-success {
  font-family: var(--font-family-primary);
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #666;
  letter-spacing: .5px;
  display: flex;
  align-items: center;
  margin-top: .5rem
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .order-details__reorder-success {
    font-size:1.2rem
  }
}

.order-details__reorder-success a {
  font-family: var(--font-family-primary);
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .order-details__reorder-success a {
    font-size:1.2rem
  }
}

.order-details__reorder-success a:hover {
  color: #162848
}

.order-details__reorder-success svg {
  width: 15px;
  height: 15px;
  margin: 0 .5rem 0 0
}

.order-details__not-available {
  margin: 0;
  font-style: italic
}

.customer-order {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3rem
}

.customer-order__head {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 1rem 2rem;
  background-color: #f2f2f2
}

.customer-order__head .order-tracking {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  display: flex;
  flex-wrap: wrap
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .customer-order__head .order-tracking {
    font-size:1.3rem
  }
}

.customer-order__head .order-tracking a {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .customer-order__head .order-tracking a {
    font-size:1.3rem
  }
}

.customer-order__head .order-tracking a:hover {
  color: #162848
}

.customer-order__head .order-tracking__label {
  white-space: nowrap
}

.customer-order__head .order-tracking__list {
  display: flex;
  padding: 0;
  margin: 0
}

.customer-order__head .order-tracking .order-tracking__item {
  margin: 0 1rem;
  list-style: none
}

.customer-order__head .order-tracking .order-tracking__item:first-child {
  margin-left: 0
}

.customer-order__head .order-tracking .order-tracking__item:last-child {
  margin-right: 0
}

.customer-order__body {
  padding: 1rem 2rem;
  border: 1px solid #f2f2f2
}

.customer-order__body .order-summary {
  padding-left: 8rem;
  margin: 0;
  background: 0;
  border-top: 1px solid #575a5f
}

.customer-order__body .order-summary__item {
  padding: 0 0 0 2em
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .customer-order::after {
    display: none;
    content: "bp-text-reorder-everything"
  }
}

.order-head-col {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  margin-right: 3rem
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .order-head-col {
    font-size:1.3rem
  }
}

.order-head-col:last-child {
  margin-right: 0
}

.order-head-col--invoice {
  align-self: flex-end;
  margin-left: auto
}

.order-head-col--price .price {
  color: #162848
}

.order-head-col__title {
  margin: 0 0 .5rem;
  font-weight: 800;
  white-space: nowrap
}

.order-head-col__value {
  margin: 0;
  color: #162848
}

.order-invoice {
  margin: 0;
  font-weight: 800
}

.order-invoice__link:hover {
  color: #162848
}

.customer-orderlist-details {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  display: none;
  padding: 1em 0 0
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .customer-orderlist-details {
    font-size:1.3rem
  }
}

.customer-order__body--details-open .customer-orderlist-details {
  display: block
}

.customer-orderlist-details-switch {
  display: flex;
  margin-left: auto;
  text-decoration: none;
  fill: #a7a7a7
}

.customer-orderlist-details-switch__icon {
  position: relative;
  bottom: -2px;
  width: 20px;
  height: 20px;
  color: #a7a7a7;
  fill: #a7a7a7;
  transform: rotate(0);
  transform-origin: 50% 50%
}

.customer-order__body--details-open .customer-orderlist-details-switch__icon {
  transform: rotate(180deg)
}

.customer-orderlist-details-switch:hover .customer-orderlist-details-switch__icon {
  fill: #162848
}

.customer-orderlist-details-switch__text {
  display: block;
  padding: 0 .5em
}

.customer-orderlist-reorder-order {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 1rem;
  cursor: pointer
}

.customer-orderlist-reorder-order svg {
  width: 25px;
  height: 25px;
  margin-right: .5rem;
  color: #575a5f
}

.customer-orderlist-reorder-order:hover svg {
  color: #162848
}

.customer-orderlist-reorder-order img {
  margin-right: .5rem
}

.customer-orderlist-reorder-order .load__text {
  color: #162848
}

@media only screen and (min-width: 0) and (max-width:1000px) {
  .order-details__content,.order-details__status {
    width:100%
  }

  .order-details__status p {
    text-align: left
  }
}

@media only screen and (min-width: 0) and (max-width:920px) {
  .order-details__content--wrapper {
    flex-basis:100%
  }

  .order-details__reorder {
    order: 3;
    margin-top: 1.5rem
  }

  .order-details__reorder-article {
    align-self: flex-start
  }
}

@media only screen and (min-width: 0) and (max-width:850px) {
  .customer-order__head {
    flex-wrap: wrap;
    justify-content: space-between
  }

  .order-head-col {
    margin-right: .5rem
  }

  .order-head-col--tracking,.order-head-col--invoice {
    width: 100%;
    margin-top: .5rem;
    text-align: left
  }

  .order-details__progress {
    font-size: .9em
  }
}

@media only screen and (min-width: 0) and (max-width:800px) {
  .order-details__progress .progress__meter {
    display:none
  }
}

@media only screen and (width <= 560px) {
  .customer-order__body__actions {
    display: block
  }

  .customer-orderlist-details-switch {
    width: 80px
  }

  .customer-orderlist-details-switch__text {
    padding-left: 0
  }
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .order-head-col {
    display: flex;
    flex: 0 0 100%;
    text-align: left
  }

  .order-head-col__title,.order-head-col__value {
    width: 50%
  }

  .customer-order .order-summary {
    padding-left: 0
  }

  .customer-order .order-summary__item {
    padding-left: 0
  }
}

@media only screen and (width <= 480px) {
  .customer-order__body {
    flex-direction: column
  }

  .order-details__header,.order-details__preview,.order-details__content,.order-details__status {
    flex: 0 0 calc(100% - 60px);
    padding: 0
  }

  .order-details__status {
    flex-basis: 100%
  }

  .order-details__price {
    flex: 0 0 60px
  }

  .order-details__preview .article-image__link {
    justify-content: flex-start;
    padding: 1em 0
  }
}

@media only screen and (min-width: 0) and (max-width:360px) {
  .order-details__content {
    display:block
  }

  .order-details__preview,.order-details__description {
    display: block;
    padding: 0
  }

  .order-details .article-image__link {
    display: block
  }
}

.dialog-wrapper--delete-image,.dialog-wrapper--delete-product {
  max-width: 600px
}

.delete-image,.delete-product,.dialog-message {
  font-family: var(--font-family-primary);
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #666;
  letter-spacing: .5px;
  padding: 4rem;
  text-align: center
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .delete-image,.delete-product,.dialog-message {
    font-size:1.3rem
  }
}

.delete-image__headline,.delete-product__headline,.dialog-message__headline {
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #666;
  letter-spacing: .5px;
  margin-bottom: 3rem
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .delete-image__headline,.delete-product__headline,.dialog-message__headline {
    font-size:2.1rem
  }
}

@media only screen and (min-width: 0) and (max-width:375px) {
  .delete-image__headline,.delete-product__headline,.dialog-message__headline {
    font-size: 1.8rem;
    line-height: 2.2rem
  }
}

.delete-image__text,.delete-product__text,.dialog-message__text {
  margin-bottom: 2rem
}

.delete-image__actions,.delete-product__actions,.dialog-message__actions {
  margin-top: 2rem
}

.dialog-message__text:not(:first-of-type) {
  margin-top: 0
}

.dialog-message__text:not(:last-of-type) {
  margin-bottom: 0
}

.delete-actions,.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: center
}

.delete-actions__action,.dialog-actions__action {
  margin: 1rem .5rem
}

.product-summary {
  display: flex;
  align-items: center;
  justify-content: center
}

.product-summary__image {
  max-width: 80px;
  margin-right: 2rem
}

.product-summary__text {
  margin: 0;
  text-align: left
}

@media only screen and (min-width: 0) and (max-width:520px) {
  .delete-actions,.dialog-actions {
    flex-direction:column-reverse
  }

  .delete-actions__action,.dialog-actions__action {
    width: 100%;
    margin: .5rem 0
  }
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .product-summary {
    flex-wrap:wrap
  }

  .product-summary__image {
    margin-right: 0;
    margin-bottom: 2rem
  }

  .product-summary__description {
    width: 100%
  }
}

@media only screen and (min-width: 0) and (max-width:420px) {
  .teaser-information__downloads .app-download {
    width: 117px;
    height: 35px;
    margin-top: -0.7rem;
    background-size: 117px 35px
  }
}

.acrylglas,.acrylglas-druckverfahren-direktdruck,.acrylglas-bohrung-keine {
  background-position: 0 0
}

.acrylglas-bohrung-ecken,.acrylglas.acrylglas-bohrung-ecken,.acrylglas-druckverfahren-direktdruck.acrylglas-bohrung-ecken {
  background-position: -90px 0
}

.acrylglas-druckverfahren-fineart,.acrylglas-druckverfahren-fineart.acrylglas-bohrung-keine {
  background-position: -180px 0
}

.aludibond,.aludibond-druckverfahren-direktdruck,.aludibond-bohrung-keine {
  background-position: 0 -67px
}

.aludibond-bohrung-ecken,.aludibond.aludibond-bohrung-ecken,.aludibond-druckverfahren-direktdruck.aludibond-bohrung-ecken {
  background-position: -90px -67px
}

.aludibond-druckverfahren-fineart-matt,.aludibond-druckverfahren-fineart-matt.aludibond-bohrung-keine {
  background-position: -180px -67px
}

.aludibond-druckverfahren-fineart-glaenzend,.aludibond-druckverfahren-fineart-glaenzend.aludibond-bohrung-keine {
  background-position: -360px -67px
}

.aludibond-druckverfahren-fineart-hahnemuehle,.aludibond-druckverfahren-fineart-hahnemuehle.aludibond-bohrung-keine {
  background-position: -540px -67px
}

.aludibond-druckverfahren-fineart-hahnemuehle.aludibond-bohrung-ecken {
  background-position: -630px -67px
}

.aludibond-materialausfuehrung-brushed,.aludibond-materialausfuehrung-brushed.aludibond-bohrung-keine {
  background-position: -720px -67px
}

.aludibond-materialausfuehrung-brushed.aludibond-bohrung-ecken {
  background-position: -810px -67px
}

.backlitfolie,.backlitfolie-rahmen-keiner {
  background-position: 0 -134px
}

.backlitfolie-rahmen-led {
  background-position: -90px -134px
}

.echtglas {
  background-position: 0 -201px
}

.forexplatte,.forexplatte-druckverfahren-direktdruck,.forexplatte-bohrung-keine {
  background-position: 0 -268px
}

.forexplatte-bohrung-ecken,.forexplatte.forexplatte-bohrung-ecken,.forexplatte-druckverfahren-direktdruck.forexplatte-bohrung-ecken {
  background-position: -90px -268px
}

.forexplatte-druckverfahren-fineart-matt,.forexplatte-druckverfahren-fineart-matt.forexplatte-bohrung-keine {
  background-position: -180px -268px
}

.forexplatte-druckverfahren-fineart-glaenzend,.forexplatte-druckverfahren-fineart-glaenzend.forexplatte-bohrung-keine {
  background-position: -360px -268px
}

.fototapete {
  background-position: 0 -335px
}

.gallerybond,.gallerybond-bohrung-keine {
  background-position: 0 -402px
}

.gallerybond-bohrung-ecken {
  background-position: -90px -402px
}

.hahnemuehle {
  background-position: 0 -469px
}

.klebefolie,.klebefolie-materialausfuehrung-normal,.klebefolie-ausfuehrung-normal {
  background-position: 0 -536px
}

.klebefolie-materialausfuehrung-transparent,.klebefolie-ausfuehrung-transparent {
  background-position: -90px -536px
}

.klebefolie-materialausfuehrung-transparent-gespiegelt,.klebefolie-ausfuehrung-transparent-gespiegelt {
  background-position: -180px -536px
}

.leinwand,.leinwand-keilrahmen-25mm,.leinwand-rand-gespiegelt {
  background-position: 0 -603px
}

.leinwand-keilrahmen-38mm,.leinwand-keilrahmen-38mm.leinwand-rand-gespiegelt {
  background-position: -90px -603px
}

.leinwand-rand-umgeschlagen {
  background-position: -180px -603px
}

.leinwand-rand-farbig {
  background-position: 0 0
}

.poster,.poster-laminierung-keine {
  background-position: 0 -670px
}

.poster-laminierung-matt {
  background-position: -90px -670px
}

.poster-laminierung-glaenzend {
  background-position: -180px -670px
}

.poster-materialausfuehrung-oekopapier {
  background-position: -270px -670px
}

.pvcplane,.pvcplane-oesung-einfach {
  background-position: 0 -737px
}

.pvcplane-oesung-keine {
  background-position: -90px -737px
}

.holzrahmen-vintage-schwarz {
  background-position: 0 0
}

.holzrahmen-vintage-weiss {
  background-position: -90px 0
}

.holzrahmen-antik-gold {
  background-position: -180px 0
}

.holzrahmen-antik-silber {
  background-position: -270px 0
}

.holzrahmen-schwarz {
  background-position: -360px 0
}

.holzrahmen-weiss {
  background-position: -450px 0
}

.holzrahmen-schwarz-breit {
  background-position: -540px 0
}

.holzrahmen-weiss-breit {
  background-position: -630px 0
}

.holzrahmen-wurzelholz {
  background-position: -720px 0
}

.holzrahmen-gemasert-eiche-natur {
  background-position: -810px 0
}

.holzrahmen-gebuerstet-gold {
  background-position: -900px 0
}

.holzrahmen-gebuerstet-silber {
  background-position: -990px 0
}

.holzrahmen-gemasert-schwarz {
  background-position: -1080px 0
}

.holzrahmen-gemasert-weiss {
  background-position: -1170px 0
}

.holzrahmen-gemasert-braun {
  background-position: -1260px 0
}

.holzrahmen-gemasert-buche-natur {
  background-position: -1350px 0
}

.holzrahmen-eiche-natur-neu {
  background-position: -1440px 0
}

.holzrahmen-nordic-silber {
  background-position: -1530px 0
}

.holzrahmen-academie-schwarz-gold {
  background-position: -1620px 0
}

.holzrahmen-corona-intensives-gold {
  background-position: -1710px 0
}

.holzrahmen-corona-gold {
  background-position: -1800px 0
}

.holzrahmen-weiss-alt {
  background-position: -1890px 0
}

.holzrahmen-schwarz-alt {
  background-position: -1980px 0
}

.holzrahmen-kastanie {
  background-position: -2070px 0
}

.holzrahmen-einfach-hell {
  background-position: -2160px 0
}

.holzrahmen-einfach-schwarz {
  background-position: -2250px 0
}

.holzrahmen-silber-barock {
  background-position: -2340px 0
}

.holzrahmen-gold-rot {
  background-position: -2430px 0
}

.holzrahmen-gelb {
  background-position: -2700px 0
}

.holzrahmen-gruen {
  background-position: -2790px 0
}

.alurahmen-eckig-silber-matt {
  background-position: 0 -67px
}

.alurahmen-eckig-schwarz-matt {
  background-position: -90px -67px
}

.alurahmen-eckig-schwarz {
  background-position: -180px -67px
}

.alurahmen-eckig-silber {
  background-position: -270px -67px
}

.alurahmen-eckig-weiss {
  background-position: -360px -67px
}

.alurahmen-rund-silber-chrom {
  background-position: -450px -67px
}

.alurahmen-rund-silber-matt {
  background-position: -540px -67px
}

.alurahmen-rund-schwarz-matt {
  background-position: -630px -67px
}

.alurahmen-rund-schwarz {
  background-position: -720px -67px
}

.alurahmen-rund-weiss {
  background-position: -810px -67px
}

.alurahmen-rund-gold {
  background-position: -900px -67px
}

.alurahmen-eckig-gold {
  background-position: -990px -67px
}

.alurahmen-eckig-kupfer {
  background-position: -1080px -67px
}

.kunststoffrahmen-schwarz {
  background-position: 0 -134px
}

.kunststoffrahmen-silber {
  background-position: -90px -134px
}

.kunststoffrahmen-weiss {
  background-position: -180px -134px
}

.fotorahmen-holz-schwarz {
  background-position: 0 0
}

.fotorahmen-holz-braun {
  background-position: -90px 0
}

.fotorahmen-holz-antik {
  background-position: -180px 0
}

.fotorahmen-holz-gold {
  background-position: -270px 0
}

.fotorahmen-holz-weiss {
  background-position: -360px 0
}

.fotorahmen-holz-natur {
  background-position: -450px 0
}

.fotorahmen-alu-zeitlos-schwarz {
  background-position: -630px 0
}

.fotorahmen-chrom {
  background-position: -720px 0
}

.fotorahmen-silber {
  background-position: -810px 0
}

.fotorahmen-gold {
  background-position: -900px 0
}

.fotorahmen-holz-vintage-romantisch {
  background-position: -990px 0
}

.fotorahmen-holz-vintage-natur {
  background-position: -1080px 0
}

.fotorahmen-holz-vintage-weiss {
  background-position: -1170px 0
}

.fotorahmen-holz-vintage-mit-passepartout {
  background-position: -1260px 0
}

.fotorahmen-barock-silber {
  background-position: -1440px 0
}

.fotorahmen-barock-schwarz {
  background-position: -1530px 0
}

.fotorahmen-alu-schwarz-matt {
  background-position: -1620px 0
}

.fotorahmen-alu-silber {
  background-position: -1710px 0
}

.fotorahmen-alu-weiss {
  background-position: -1800px 0
}

.fotorahmen-alu-schwarz {
  background-position: -1890px 0
}

.fotorahmen-kunststoff-schwarz {
  background-position: -1980px 0
}

.fotorahmen-kunststoff-silber {
  background-position: -2070px 0
}

.fotorahmen-kunststoff-weiss {
  background-position: -2160px 0
}

.artbox-schwarz-lack {
  background-position: 0 -201px
}

.artbox-weiss-lack {
  background-position: -90px -201px
}

.artbox-schwarz-struktur {
  background-position: -180px -201px
}

.artbox-weiss-struktur {
  background-position: -270px -201px
}

.artbox-natur {
  background-position: -360px -201px
}

.artbox-eiche {
  background-position: -450px -201px
}

.schattenfuge-platte-schwarz-lack {
  background-position: 0 -268px
}

.schattenfuge-platte-weiss-lack {
  background-position: -90px -268px
}

.schattenfuge-platte-schwarz-struktur {
  background-position: -180px -268px
}

.schattenfuge-platte-weiss-struktur {
  background-position: -270px -268px
}

.schattenfuge-platte-natur {
  background-position: -360px -268px
}

.schattenfuge-platte-eiche {
  background-position: -450px -268px
}

.schattenfuge-leinwand-schwarz-lack {
  background-position: 0 -335px
}

.schattenfuge-leinwand-weiss-lack {
  background-position: -90px -335px
}

.schattenfuge-leinwand-schwarz-struktur {
  background-position: -180px -335px
}

.schattenfuge-leinwand-weiss-struktur {
  background-position: -270px -335px
}

.schattenfuge-leinwand-natur {
  background-position: -360px -335px
}

.schattenfuge-leinwand-eiche {
  background-position: -450px -335px
}

.mat-none {
  background-position: 0 0
}

.mat-weiss {
  background-position: -90px 0
}

.mat-creme {
  background-position: -180px 0
}

.mat-schwarz {
  background-position: -270px 0
}

.tesa-powerstrips-poster-20 {
  background-position: 0 0
}

.tesa-powerstrips-poster-4 {
  background-position: -90px 0
}

.tesa-powerstrips-deco-16 {
  background-position: -180px 0
}

.tesa-powerstrips-large-10 {
  background-position: -270px 0
}

.tesa-bastelband-38mm {
  background-position: -360px 0
}

.rakel-filzkante {
  background-position: -450px 0
}

.duebel-winkelhaken {
  background-position: -540px 0
}

.handschuhe-nylon {
  background-position: -630px 0
}

.kabelbinder-10 {
  background-position: -720px 0
}

.aufhaenger-abstandhalter {
  background-position: -810px 0
}

.cutter {
  background-position: -900px 0
}

.abstandshalter-set-bohrung {
  background-position: -990px 0
}

.tapetenkleister {
  background-position: -1080px 0
}

.alu-galerie-aufhaengung {
  background-position: -1170px 0
}

.foldback-klammern-6er-set {
  background-position: -1260px 0
}

.deko-garn-3er-set {
  background-position: -1350px 0
}

.klebequadrate-500-stueck {
  background-position: -1440px 0
}

.bulldog-clips-6er-set-bunt {
  background-position: -1530px 0
}

.bulldog-clips-6er-set-schwarz {
  background-position: -1620px 0
}

.washi-tape-rosa-kariert {
  background-position: -1710px 0
}

.washi-tape-gold-gepunktet {
  background-position: -1800px 0
}

.washi-tape-rosa {
  background-position: -1890px 0
}

.washi-tape-grau {
  background-position: -1980px 0
}

.washi-tape-silber-gestreift {
  background-position: -2070px 0
}

.washi-tape-tuerkis {
  background-position: -2160px 0
}

.fotohalter {
  background-position: -2250px 0
}

.waescheklammern-mit-tafel-5er-set {
  background-position: -2340px 0
}

.fotoalbum-set {
  background-position: -2430px 0
}

.fotoalbum-set-xl {
  background-position: -2520px 0
}

.acryl-aufsteller {
  background-position: -2610px 0
}

.nielsen-design-wandbord {
  background-position: -2700px 0
}

.duebel-schrauben-set-5-stueck {
  background-position: -2790px 0
}

.mini-klammern-set {
  background-position: -2880px 0
}

.collage-kit-lms-travel-2020 {
  background-position: -2970px 0
}

.geschenkbox-merry-christmas {
  background-position: -3060px 0
}

.geschenkbox-design {
  background-position: -3150px 0
}

.geschenkbox-design-offen {
  background-position: -3240px 0
}

.collage-kit-lms-travel-2021-m {
  background-position: -3330px 0
}

.geschenkbox-luxury {
  background-position: -3420px 0
}

.geschenkbox-pure-love {
  background-position: -3510px 0
}

.geschenkbox-pop-art {
  background-position: -3600px 0
}

.poster-hanger-22 {
  background-position: -3690px 0
}

.poster-hanger-31 {
  background-position: -3780px 0
}

.poster-hanger-41 {
  background-position: -3870px 0
}

.poster-hanger-46 {
  background-position: -3960px 0
}

.poster-hanger-51 {
  background-position: -4050px 0
}

.poster-hanger-61 {
  background-position: -4140px 0
}

.aufhaenger-abstandhalter-s {
  background-position: -4230px 0
}

.aufhaenger-abstandhalter-m {
  background-position: -4320px 0
}

.aufhaenger-abstandhalter-l {
  background-position: -4410px 0
}

.navigation-item--posterdruck {
  background-position: 0 0
}

.navigation-item--gerahmte-fotos {
  background-position: -110px 0
}

.navigation-item--leinwanddruck {
  background-position: -220px 0
}

.navigation-item--foto-acrylglas {
  background-position: -330px 0
}

.navigation-item--alu-dibond {
  background-position: -440px 0
}

.navigation-item--forex-druck {
  background-position: -550px 0
}

.navigation-item--gallery-acryl-dibond {
  background-position: -660px 0
}

.navigation-item--alu-dibond-brushed {
  background-position: -770px 0
}

.navigation-item--hahnemuehle {
  background-position: -880px 0
}

.navigation-item--glasdruck {
  background-position: -990px 0
}

.navigation-item--foliendruck {
  background-position: -1100px 0
}

.navigation-item--pvc-banner {
  background-position: -1210px 0
}

.navigation-item--fototapete {
  background-position: -1320px 0
}

.navigation-item--backlit-folie {
  background-position: -1430px 0
}

.navigation-item--holzrahmen-foto {
  background-position: 0 0
}

.navigation-item--kunststoffrahmen-foto {
  background-position: -210px 0
}

.navigation-item--alurahmen-foto {
  background-position: -420px 0
}

.navigation-item--fotorahmen-foto {
  background-position: -630px 0
}

.navigation-item--staedte {
  background-position: 0 0
}

.navigation-item--landschaften {
  background-position: -110px 0
}

.navigation-item--praemierte-fotos {
  background-position: -220px 0
}

.navigation-item--abstrakt {
  background-position: -330px 0
}

.navigation-item--stimmungen {
  background-position: -440px 0
}

.navigation-item--cafe-bistro {
  background-position: -550px 0
}

.navigation-item--blumen-pflanzen {
  background-position: -660px 0
}

.navigation-item--tiere {
  background-position: -770px 0
}

.navigation-item--sprueche-zitate {
  background-position: -880px 0
}

.navigation-item--fashion {
  background-position: -990px 0
}

.navigation-item--trends {
  background-position: -1100px 0
}

.navigation-item--kinder {
  background-position: -1210px 0
}

.echtfotobuch-hard {
  background-position: 0 0
}

.digitalfotobuch-hard {
  background-position: -90px 0
}

.digitalfotobuch-soft {
  background-position: -180px 0
}

.fotoheft-soft {
  background-position: -270px 0
}

.echtfotobuch-hard-200-200 {
  background-position: 0 0
}

.echtfotobuch-hard-a4-quer {
  background-position: -90px 0
}

.echtfotobuch-hard-a4-hoch {
  background-position: -180px 0
}

.echtfotobuch-hard-300-300 {
  background-position: -270px 0
}

.echtfotobuch-hard-a3-quer {
  background-position: -360px 0
}

.digitalfotobuch-hard-a5-quer {
  background-position: 0 -67px
}

.digitalfotobuch-hard-a5-hoch {
  background-position: -90px -67px
}

.digitalfotobuch-hard-200-200 {
  background-position: -180px -67px
}

.digitalfotobuch-hard-a4-hoch {
  background-position: -270px -67px
}

.digitalfotobuch-hard-a4-quer {
  background-position: -360px -67px
}

.digitalfotobuch-hard-300-300 {
  background-position: -450px -67px
}

.digitalfotobuch-soft-a5-quer {
  background-position: 0 -134px
}

.digitalfotobuch-soft-a5-hoch {
  background-position: -90px -134px
}

.digitalfotobuch-soft-200-200 {
  background-position: -180px -134px
}

.digitalfotobuch-soft-a4-hoch {
  background-position: -270px -134px
}

.fotoheft-soft-a5-hoch {
  background-position: 0 -201px
}

.fotoheft-soft-200-200 {
  background-position: -90px -201px
}

.fotoheft-soft-a4-hoch {
  background-position: -180px -201px
}

.echtfotobuch-hard-glaenzend {
  background-position: 0 0
}

.echtfotobuch-hard-matt {
  background-position: -90px 0
}

/*=========================== ORDER STATE */

@font-face {
  font-family: Baskerville;
  src: url("https://www.kartenliebe.de/web/fonts/raw/Baskerville-Reg.ttf") format("ttf");
  font-display: block;
}

.order-state {
  margin: 4rem 2rem;
}

.order-state__headline {
  text-align: center;
  font-family: Baskerville, serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin: 1rem 0 2rem;
}

.order-state__form {
  display: flex;
  margin: 0 auto 2rem;
}

.order-state__form-input {
  width: 100%;
  border: 1px solid #f2f2f2 !important;
  outline: none !important;
  background: #f2f2f2 !important;
  font-family: var(--font-family-primary) !important;
  padding-left: 1.5rem;
  border-right: none !important;
  font-size: 16px !important;
}

.order-state__form-input:disabled {
  background: #f2f2f2 !important;
  color: #cdcdcd !important;
  cursor: default !important;
}

.order-state__form-input--error {
  border: 1px solid rgb(243 0 0) !important;
  border-right: none !important;
  background: rgb(243 0 0 / 10%) !important;
}

.order-state__error {
  color: rgb(243 0 0);
  font-size: 12px;
  text-align: center;
}

.order-state__form-input:focus {
  border: 1px solid #cdcdcd !important;
  border-right: none !important;
  outline: none !important;
  background: white !important;
  box-shadow: none !important;
  font-size: 1.5rem;
}

.order-state__form-submit {
  background: var(--primary);
  border: 1px solid var(--primary);
  padding: 1rem;
  transition: all .2s ease-in-out;
}

.order-state__form-submit:disabled {
  cursor: wait;
  border: 1px solid rgb(20 40 72 / 68%);
  background: rgb(20 40 72 / 68%);
}

.order-state__form-submit .ui-loading-spinner {
  display: none;
}

.order-state__form-submit.is-loading .ui-loading-spinner {
  display: block;
}

.order-state__form-submit svg {
  fill: white;
}

.order-state__form-submit.is-loading svg {
  display: none;
}

@media (min-width: 768px) {
  .order-state {
    width: 80%;
    max-width: 1024px;
    margin: 4rem auto;
  }

  .order-state__form {
    max-width: 70%;
  }

  .order-state__form-input {
    font-size: 1.5rem !important;
  }

  .order-state__form-submit:hover {
    cursor: pointer;
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
  }
}

.ui-loading-spinner {
  box-sizing: border-box;
  display: inline-block;

  background: none;
  border-color: white;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;

  width: 24px;
  height: 24px;
  border-width: 4px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*=========================== END OF ORDER STATE */

/*=========================== HERO TEASER */
.hero-teaser {
  padding: 4rem 3rem 1rem;
  background-color: #f2f2f2;
}

.hero-headline {
  text-align: center;
  font-family: Baskerville, serif;
  font-weight: normal;
  font-size: 2rem;
  margin: 1rem 0 2rem;
}

.search-container-hero-item input[type="submit"] {
  display: none;
}

.search-container-hero-item #query {
  height: 50px;
  box-shadow: none;
  border-bottom: 1px solid #dee1dd;
  font-size: 16px;
  font-family: Avenir-Roman,sans-serif;
  padding: 0 1rem 0 4rem;
}

@media (max-width: 768px) {
  .search:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -12px;
    color: #5d85cd;
    content: '';
    background-image: url(/hc/theming_assets/01HZPYBHMFPY3WNE46Q58BEQJ2);
    width: 24px;
    height: 24px;
    background-size: 100%;
  }
}

@media (min-width: 769px) {
  .hero-teaser {
    padding: 8rem 0 4rem;
  }

  .hero-headline {
    font-size: 2.5rem;
  }

  .search-container-hero-item input[type="submit"] {
    display: block;
    margin: 0;
    height: 50px;
    text-transform: unset;
    font-family: Avenir-Roman, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0 4rem;
  }

  .search-container-hero-item #query {
    padding: 0 0 0 2rem;
    font-size: 1.5rem;
  }

  form.search input[type="submit"]:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
  }
}
/*=========================== END OF HERO TEASER */

/*=========================== TILES GRID */
@font-face {
  font-family: Avenir;
  src: url("https://www.kartenliebe.de/web/fonts/raw/AvenirRoman.ttf") format("ttf");
  font-display: block;
}

.grid-tiles {
  display: grid;
  grid-gap: 15px;
  margin: 5rem auto;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  padding: 1rem;
  transition: background-color .25s ease-in;
  margin: 1rem 2rem 0;
}

.tile h4 {
  margin: 0;
  font-size: 2rem;
  font-family: Baskerville, serif;
  text-align: center;
  line-height: 3rem;
  transition: all .15s ease-in;
}

.tile-icon {
  width: 80px;
  height: 80px;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tile img {
  transition: all .15s ease-in;
  width: 100%;
}

@media (min-width: 769px) {
  .grid-tiles {
    grid-template: repeat(2, minmax(0, 1fr)) / repeat(3, minmax(0, 1fr));
    max-width: 900px;
  }

  .tile {
    background-color: #f2f2f2;
    aspect-ratio: 1/1;
    padding: 1.5rem;
    margin: 0;
  }

  .tile h4 {
    font-size: 2.5rem;
  }

  .tile:hover {
    background-color: #dfdfdf;
  }

  .tile:hover img {
    transform: scale(1.15);
  }
}
/*=========================== END OF TILES GRID */

/*=========================== SHIPPING PRICE CALCULATOR */

:root {
  --font-family-regular: "Avenir-Roman",arial,sans-serif;
  --font-family-demi: "Avenir Next Regular";
  --font-family-bold: "Avenir Next Demi";
  --font-family-serif: "Baskerville Regular",serif;
  --font-weight-regular: 400;
  --font-weight-demi: 400;
  --font-weight-bold: 500;
  --font-size-xxxl: 4.5rem;
  --font-size-xxl: 3rem;
  --font-size-xl: 2.2rem;
  --font-size-l: 1.8rem;
  --font-size-m: 1.5rem;
  --font-size-s: 1.2rem;
  --font-size-xs: 1.1rem;
  --font-size-xxs: 1rem;
  --black: #000;
  --grey-dark: #666;
  --grey-semidark: #888;
  --grey-middle: #cdcdcd;
  --grey-light: #eee;
  --grey-extra-light: #f5f5f5;
  --white: #fff;
  --primary: #162848;
  --primary-hover: #606c82;
  --primary-transparent: #16284826;
  --secondary: #162848;
  --secondary-hover: #606c82;
  --tertiary: #e27575;
  --info-color-red: #f30000;
  --info-color-yellow: #fcbf00;
  --info-color-green: #9bc31c;
  --info-color-red-transparent: rgba(243,0,0,.7);
  --info-color-yellow-transparent: rgba(252,191,0,.7);
  --info-color-green-transparent: rgba(155,195,28,.7);
  --hover-color: var(--tertiary);
  --active-color: #738e68;
  --active-color-inverted: var(--white);
  --active-hover-color: var(--tertiary);
  --disabled-color: var(--grey-middle);
  --text-color: var(--primary);
  --text-color-light: var(--grey-semidark);
  --price-special-color: var(--info-color-red);
  --icon-color: var(--primary);
  --background-color: var(--white);
  --border-color: var(--grey-middle);
  --border-color-light: var(--grey-light);
  --border-radius: 0;
  --header-border: none;
  --header-border-mobile: none;
  --header-box-shadow: 0 4px 4px 0 rgb(0 0 0/6%);
  --toolbar-tabs-bar: #cdcdcd;
  --toolbar-tabs-content: #e4e4e4;
  --toolbar-tabs-item-active: #e4e4e4;
  --toolbar-tabs-font-color: var(--primary);
  --toolbar-tabs-font-color-hover: var(--tertiary);
  --toolbar-tabs-font-color-active: var(--primary);
  --toolbar-tabs-font-color-disabled: var(--white);
  --toolbar-tabs-item-shadow-color-active: #666;
  --editor-background-color: #f1f1f1;
  --shadow-color: hsla(0,0%,40%,.3);
  --black-transparent: rgba(0,0,0,.7);
  --white-transparent: hsla(0,0%,100%,.7);
  --box-shadow-big: 0 0 14px 0 var(--shadow-color);
  --box-shadow-medium: 0 0 7px 0 var(--shadow-color);
  --box-shadow-bottom: 0 2px 4px var(--shadow-color);
  --box-shadow-bottom-right: 2px 2px 4px var(--shadow-color);
  --box-shadow-bottom-right-small: 1px 1px 2px var(--shadow-color);
}

@font-face {
  font-family: "Avenir-Roman";
  font-style: normal;
  font-weight: 400;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-regular.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-regular.woff") format("woff")
}

@font-face {
  font-family: "Avenir Next Regular";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-demi.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-demi.woff") format("woff")
}

@font-face {
  font-family: "Avenir Next Demi";
  font-style: normal;
  font-weight: 800;
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-bold.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-bold.woff") format("woff")
}

@font-face {
  font-family: "Avenir Next Heavy Italic";
  src: url("https://www.kartenliebe.de/web/fonts/AvenirNext-heavy-italic.woff2") format("woff2"),url("https://www.kartenliebe.de/web/fonts/AvenirNext-heavy-italic.woff") format("woff")
}

body, html {
  font-size: 10px;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  box-sizing: border-box;
}

.shipping-calculator {
  display: none;
  max-width: 800px;
  width: 100%;
  position: relative;
  grid-template-rows: 1fr;
  max-height: 100%;
  overflow: hidden;
}

.shipping-calculator__content {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  padding: 2rem;
  background: var(--background-color);
}

.shipping-calculator__content--headline {
  text-align: center;
  font-family: Baskerville, serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin: 1rem 0 2rem;
}

.container {
  font-family: var(--font-family-regular);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
  font-size: var(--font-size-s);
  line-height: 1.7rem;
  letter-spacing: .2px;
}

.container-form__product-selection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0 0 2rem;
}

.product-selection__step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 1rem !important;
}

.product-selection__step:nth-child(1) {
  order: 1;
}

.product-selection__step:nth-child(2) {
  order: 2;
}

.product-selection__step:nth-child(3) {
  order: 3;
  flex: 0 1 49%;
}

.product-selection__step:nth-child(4) {
  order: 4;
  flex: 0 1 49%;
}

.product-selection__step:nth-child(5) {
  display: flex;
  order: 5;
  width: 100%;
  margin: 1rem 1rem 2rem 0 !important;
  flex-grow: 1;
  align-items: center;
  flex-wrap: initial;
}

.product-selection__step:nth-child(5) label {
  white-space: nowrap;
  width: initial;
}

.product-selection__step:nth-child(5) select {
  flex-basis: 100%;
  margin-left: 1rem !important;
}

.product-selection__step:nth-child(5) label {
  margin-bottom: 0 !important;
}

.product-selection__step:nth-child(6) {
  order: 5;
  width: 100%;
  margin: 0 0 0 auto !important;
}

.product-selection__step--label {
  width: 100%;
  margin: 0 0.5rem 0.5rem 0 !important;
  white-space: nowrap;
}

.product-selection__step--input {
  width: 100%;
  position: relative;
  display: inline-block;
}

.product-selection__step--text-input {
  font-family: var(--font-family-regular);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
  border: 1px solid var(--border-color) !important;
  box-sizing: border-box;
  flex: 1 0 auto;
  width: 100%;
  height: 37px;
  padding: 0 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  letter-spacing: .2px;
  font-size: var(--font-size-s);
  line-height: 1.7rem;
}

.product-selection__step--text-input:focus,
.product-selection__step--text-input:active {
  box-shadow: none !important;
}

.input__select {
  font-size: var(--font-size-s);
  line-height: 1.7rem;
  font-family: var(--font-family-bold);
  font-weight: var(--font-weight-bold);
  color: var(--text-color);
  border: 1px solid var(--border-color);
  min-width: 120px;
  padding: 1rem 4.5rem 1rem 3rem;
  text-align: center;
  appearance: none;
  background-color: var(--background-color);
  background-repeat: no-repeat;
  border-radius: 20px;
  outline: none;
  width: 100%;
  padding-right: 3.5rem;
  letter-spacing: .2px;
}

.input__select:focus,
.input__select:active {
  border: 1px solid var(--border-color);
  box-shadow: none;
}

.input__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--text-color);
  pointer-events: none;
  transform: translateY(-50%);
}

.product-selection__step-button {
  margin-left: auto;
  position: relative;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.button__primary {
  letter-spacing: .2px;
  font-size: var(--font-size-m);
  line-height: 2.3rem;
  font-family: var(--font-family-bold);
  font-weight: var(--font-weight-bold);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  width: inherit;
  padding: 0.6rem 1.5rem;
  margin: 0;
  border-radius: var(--border-radius);
  color: var(--white);
  background-color: var(--secondary);
  border-color: var(--secondary);
  text-transform: initial;
}

.button__primary:hover,
.button__primary:active,
.button__primary:focus {
  box-shadow: none !important;
}

.button__primary:disabled {
  color: var(--grey-dark);
  cursor: default;
  background-color: var(--disabled-color);
  border-color: var(--disabled-color);
}

.button__primary--spinner {
  box-sizing: border-box;
  display: none;
  border-color: currentcolor;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  width: 18px;
  height: 18px;
  border-width: 3px;
}

.button__primary--content {
  display: inline-block;
}

/* TABLE */
.container__table {
  width: 100%;
  margin-bottom: 3rem;
  border-collapse: collapse;
}

.table__head-row {
  color: var(--white);
  background-color: var(--primary);
}

.table__head-row th {
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  text-align: center;
}

.table__head-row th:nth-child(1) {
  width: 30%;
  text-align: left;
}

.table__head-row th:nth-child(2) {
  width: 70%;
}

.table__head-row th:nth-child(3) {
  display: none;
}

.table__data-row {
  height: 55px;
}

.table__data-row th,
.table__data-row td {
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  text-align: center;
}

.table__data-row th:nth-child(1) {
  width: 30%;
  text-align: left;
}

.table__data-row th:nth-child(2) {
  width: 70%;
}

.table__data-row td:nth-child(3) {
  display: none;
}

/* BENEFITS */
.benefits__headline {
  letter-spacing: .5px;
  font-size: var(--font-size-m);
  line-height: 2.3rem;
  font-family: var(--font-family-bold);
  font-weight: var(--font-weight-bold);
  color: var(--text-color);
}

.benefits__list {
  padding: 0;
  list-style: none;
}

.list__item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.list__item--icon {
  margin-right: 0.7rem;
  color: var(--secondary);
}

.list__item--content {
  flex: 1 1 100%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 520px) {
  .product-selection__step {
    flex: 0 1 calc(50% - 2rem);
    width: calc(50% - 2rem);
  }

  .product-selection__step:nth-child(2) {
    order: 3;
  }

  .product-selection__step:nth-child(3) {
    order: 2;
  }

  .product-selection__step:nth-child(5),
  .product-selection__step:nth-child(6) {
    flex: initial;
  }

  .table__head-row th:nth-child(1) {
    width: 20%;
    text-align: left;
  }

  .table__head-row th:nth-child(2) {
    width: 40%;
  }

  .table__data-row th:nth-child(1) {
    width: 20%;
    text-align: left;
  }

  .table__data-row th:nth-child(2) {
    width: 40%;
  }

  .table tr:nth-child(4),
  .table tr:nth-child(5),
  .table tr:nth-child(6) {
    display: none;
  }

  .table__head-row th:nth-child(3),
  .table__data-row td:nth-child(3) {
    width: 40%;
    display: table-cell;
  }
}

@media only screen and (min-width: 1050px){
  .container {
    letter-spacing: .2px;
    font-size: var(--font-size-m);
    line-height: 2.3rem;
  }

  .input__select {
    letter-spacing: .5px;
  }

  .product-selection__step {
    margin: 0 1rem 1rem 0 !important;
  }

  .product-selection__step:nth-child(1) {
    flex: 0 1 calc(32% - 1rem);
    order: 1;
  }

  .product-selection__step:nth-child(2) {
    flex: 0 1 calc(28% - 1rem);
    order: 2;
  }

  .product-selection__step:nth-child(3),
  .product-selection__step:nth-child(4) {
    flex: 1 1 calc(18% - 1rem);
  }

  .product-selection__step:nth-child(3) {
    order: 3;
  }

  .product-selection__step:nth-child(5) {
    flex-grow: 1;
    width: initial;
    margin: 0 !important;
  }

  .product-selection__step:nth-child(6) {
    flex: 0 1 calc(40% - 1rem);
    margin: 0 1rem !important;
  }

  .product-selection__step--input {
    display: flex;
  }

  .product-selection__step--text-input {
    letter-spacing: .5px;
    font-size: var(--font-size-m);
    line-height: 2.3rem;
  }

  .button__primary {
    letter-spacing: .5px;
  }

  .button__primary:disabled:hover {
    color: var(--grey-dark);
    cursor: default;
    background-color: var(--disabled-color);
    border-color: var(--disabled-color);
  }

  .button__primary:hover,
  .button__primary:active,
  .button__primary:focus{
    cursor: pointer;
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
  }

  .benefits__headline {
    letter-spacing: .5px;
    font-size: var(--font-size-l);
    line-height: 2.7rem;
  }
}

/*=========================== END OF SHIPPING PRICE CALCULATOR */

/*=========================== FAQ */

.faq {
  padding: 2rem;
}

.faq__headline {
  text-align: center;
  font-family: Baskerville, serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin: 1rem 0 2rem;
}

.faq__container--item {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--grey-middle);
}

.item__headline {
  font-family: var(--font-family-primary) !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 25px;
  margin: 0 0 20px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item__headline::after {
  content: "+";
  display: block;
  font-weight: 700;
  font-size: 2.25rem;
}

.item__headline.open::after {
  content: "—";
}

.item__content {
  height: 0;
  opacity: 0;
  transition: all .5s ease-in-out;
  font-size: 12px;
  line-height: 20px;
  color: var(--grey-dark);
}

.item__content p {
  margin: 10px 0;
}

.item__content ol {
  padding-left: 15px;
}

.item__content.open {
  height: auto;
  opacity: 1;
}

@media (min-width: 769px) {
  .faq {
    max-width: 900px;
    margin: 0 auto;
  }

  .faq__headline {
    margin-bottom: 30px;
  }

  .item__headline {
    cursor: pointer;
  }
}

/*=========================== END OF FAQ */