﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
div.faq {
  counter-reset: faq;
  display: table;
  margin-bottom: 1em;
  width: 100%;
}
div.faq h2 {
  padding: 0.5em 0 !important;
}
div.faq .faq-item {
  margin-bottom: 0.5em;
}
div.faq .faq-item-head {
  background: #E6E6E6;
  border-radius: 5px;
  box-sizing: border-box;
  counter-increment: faq;
  padding: 0.5em;
  width: 100%;
}
div.faq .faq-item-number,
div.faq .faq-item-number:before,
div.faq .faq-item-title {
  display: table-cell;
  font-weight: bold;
}
div.faq .faq-item-number {
  color: #FA752B;
}
div.faq .faq-item-number:before {
  content: counter(faq) ".";
  font-size: 1.2em;
  min-width: 1.4em;
  text-align: right;
}
div.faq .faq-item-title {
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  padding: 0 1em 0 0.5em;
  position: relative;
  text-decoration: none;
  width: 100%;
}
div.faq .faq-item-title:after {
  position: absolute;
  right: 0;
  top: 0;
}
div.faq .faq-item-content {
  border-radius: 0 0 5px 5px;
  padding: 0 0.5em 0.5em 1.5em;
}
div.faq .faq-item-content p,
div.faq .faq-item-content ul {
  padding-bottom: 1em;
}
div.faq .faq-item-content :last-child {
  padding-bottom: 0;
}
div.faq .active .faq-item-head {
  border-radius: 5px 5px 0 0;
}
div.faq .permalink a,
div.faq .permalink input {
  color: #818180;
}
div.faq .permalink input {
  width: 100%;
  border: none;
  font-size: 0.9em;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two-buttons a.linkbutton.icon.orange.more:nth-of-type(2) {
  float: right;
}
@media screen and (max-width: 533px) {
  .two-buttons a.linkbutton.icon.orange.more:nth-of-type(2) {
    float: none;
  }
}