/* ---------- Color Module Styles ----------- */
body {
  color: #3b3b3b;
  background: #ffffff;
}
.l-sidebars__main,
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}
/*.tabs ul.primary li a.is-active {*/
/*background-color: #ffffff;*/
/*}*/
/*.tabs ul.primary li.is-active a {*/
/*background-color: #ffffff;*/
/*border-bottom-color: #ffffff;*/
/*}*/
header.header {
  background-color: #525252;
  background-image: -webkit-linear-gradient(top, #404040 0%, #525252 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #525252 100%);
}
a,
.link,
.mm-menu .mm-navbars-bottom a
{
  color: #485c54;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #3a9c75;
}
a:active,
.link:active {
  color: #50c797;
}
ul.social-media-links--platforms a {
  color: #eeefff !important;
}
/* CWB 3 Specific Theme Settings */
header.header .site-logo__grid {
  background: #ffffff;
}
.button, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .nav-pills > li.active > a, .mm-panels .mm-navbar:nth-child(1) {
  background-color: #485c54;
}
.button:focus, .button:hover, .button:active, footer .nav > li > a:focus, footer .nav > li > a:active, footer .nav > li > a:hover {
  background-color: #78ab64;
}
.card:before, .navbar-default .navbar-nav > li > a:before {
  background: #78ab64;
}
.tsecolors .col-md-3.tsered { background-color: #78ab64; }
.tsecolors .col-md-3.tseblue, .footer-back_to_top { background-color: #78ab64; }
.tsecolors .col-md-3.tseorange { background-color: #78ab64; }
.tsecolors .col-md-3.tsegreen { background-color: #78ab64; }
div.block__content .media-box-button_card .media-box-button_card__effectbox, div.block__content .three-media-box-button_block .three-media-box-button_card .media-box-button_card .media-box-button_card__effectbox {
  border-color: #485c54;
}
footer .region-footer, footer .footer-col_grid.row  {
  background-color: #485c54;
}
footer .footer-copyright, footer .footer-legal_info {
  background: #485c54;
}

/* Color Module Settings */
.sidebar .block, .l-sidebars__sidebar {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.site-branding__text,
.site-branding,
.site-branding__text a,
.site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active,
body .header.header .site-slogan,
body .header.header .site-slogan:before,
body .header.header .site-slogan:after {
  color: #fffeff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
/*# sourceMappingURL=colors.css.map */