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

body {
  color: #0d3e67; /* #3b3b3b; */
  /* background: #292929; */
  background: #0D3E67;
}
#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 {
  /* background-color: #1d84c3;
  background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
  background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%); */
  /* background-image: url("/core/themes/bartik/images/temp/top-banner.jpg");
  background-size: cover;
  height: 845px; */
  position: absolute;
  z-index: 20; /*  z-index: 100; */
  top: 57px;
  max-width: 1025px;
  width: 100%;
}
.user-logged-in #header{
	top: 144px;
}
a,
.link {
  color: #1cc1de;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.site-footer {
  background: #fafaf8;
}
.copyright{
  background: #ffffff;	
}
.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 {
  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;
}
