/* ---------- Color Module Styles ----------- 

body {
  color: #3b3b3b;
  background: #292929;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: #fff;
}
#header {
  background-color: #1d84c3;
  background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
  background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
}
a,
.link {
  color: #0071b3;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #055a8e;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  border-color: #f9f9f9;
  background-color: #f6f6f2;
}
.site-footer {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}
*/

/* ---------- Color Module Styles ----------- */

body,
body.overlay {
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#main-menu-links li a.active,
#main-menu-links li.active-trail a {
  background: #e2eaf1;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#header {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f3f7 80%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f3f7 80%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f3f7 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f3f7',GradientType=0 );
}
a {
    color: #074177;
}
a:hover,
a:focus {
  color: #9ebbd0;
}
a:active {
  color: #23aeff;
}

body:not(.path-frontpage) #content .section a,
body:not(.path-frontpage) #content .section a:link,
body:not(.path-frontpage) #content .section a:visited {
    color: #2897be;
}
body:not(.path-frontpage) #content .section a:hover {
    opacity: 0.6;
}

#footer-wrapper {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #fffeff;
}

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

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
