﻿/* #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 */
.subsubmenu {
  position: relative;
  display: none;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 1em;
}
.subsubmenu li {
  border-bottom: 1px solid #FFFFFF;
}
.subsubmenu a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 0.4em 0.5em;
}
.subsubmenu ul {
  display: none;
  background: #d9f0fb;
  list-style: none outside;
  margin-left: 0;
}
.subsubmenu.active ul {
  display: block;
}
.subsubmenu.active .icon {
  top: 0.3em;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subsubmenu-header {
  font-weight: bold;
  background: #40b6ea;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 0.4em 0 0.4em 0.5em;
}
.subsubmenu-header .icon {
  position: absolute;
  top: 0.4em;
  right: 0.5em;
  display: block;
}
.subsubmenu-header .icon:before {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .subsubmenu {
    display: block;
  }
}