/* ---------- Color Module Styles ----------- */
body {
  color: #515151;
  background: #fdfdfd;
}
.l-sidebars__main,
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fefefe;
}
/*.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: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
a,
.link,
.mm-menu .mm-navbars-bottom a
{
  color: #0062a3;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: ;
}
a:active,
.link:active {
  color: #20a1f6;
}
ul.social-media-links--platforms a {
  color: #005a9c !important;
}
/* CWB 3 Specific Theme Settings */
header.header .site-logo__grid {
  background: #ffffff;
}
.white_overlay svg polygon { fill: #eeeeee;}
.green_overlay svg polygon { fill: #2a4f81;}
div#block-cwblogin-responsivemenumobileicon .site-mobile__grid,
.responsive-menu-toggle .site-mobile__grid {
  background:#444444;
  opacity: 0.85;
}
.slideshow-login_payembed {
  background-color: #ffffff;
}
.footer-back_to_top {
  background: #123123;
}
.tsecolors .col-md-3.tseblue, .footer-back_to_top {
  background-color: #123123;
}
.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: #2a4f81;
}
.button:focus, .button:hover, .button:active, footer .nav > li > a:focus, footer .nav > li > a:active, footer .nav > li > a:hover {
  background-color: #0071bc;
}
.card:before, .navbar-default .navbar-nav > li > a:before {
  background: #2a4f81;
}
.tsecolors .col-md-3.tsered { background-color: #d73636; }
.tsecolors .col-md-3.tseblue { background-color: #282829; }
.tsecolors .col-md-3.tseorange { background-color: #f8991c; }
.tsecolors .col-md-3.tsegreen { background-color: #008457; }
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: #005a9d;
}
footer .region-footer, footer .footer-col_grid.row  {
  background-color: #272727;
}
footer .footer-copyright, footer .footer-legal_info {
  background: #272729;
}

/* 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 */