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

body {
  color: #000000;
  background: #1078aa;
}
#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: #e3f0f8;
  background-image: -webkit-linear-gradient(top, #d2f6ff 0%, #e3f0f8 100%);
  background-image: linear-gradient(to bottom, #d2f6ff 0%, #e3f0f8 100%);
}
a,
.link {
  color: #145ea7;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #0f76da;
}
a:active,
.link:active {
  color: #3295f5;
}
.sidebar .block {
  background-color: #f1f4f0;
  border-color: #f1f4f0;
}
.site-footer {
  background: #1078aa;
}
.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;
}

/* Navigation */

#superfish-main {
    background: #1078aa;
}

ul.sf-menu.sf-style-black li li, ul.sf-menu.sf-style-black.sf-navbar > li > ul {
  background: #1078aa;
}

.region-primary-menu .menu a {
    display: block;
    text-decoration: none;
    text-shadow: none;
    border-radius: 0px;
    margin: 0;
    background: #1078aa;
    font-size: 15px;
}

.field--type-image img, .field--name-user-picture img {
  border-bottom: solid 7px #1078aa;
}

/* Navigation Hover */

ul.sf-menu.sf-style-black li:hover, ul.sf-menu.sf-style-black li.sfHover, ul.sf-menu.sf-style-black a:focus, ul.sf-menu.sf-style-black a:hover, ul.sf-menu.sf-style-black span.nolink:hover {
  background: #1e94c5;
}

ul.sf-menu.sf-style-black li li a:hover {
  background: #1e94c5;
}

ul.sf-menu.sf-style-black a:hover {
border: 0 none;
background: #1e94c5;
}

/* Navigation Text */

.ul.sf-menu.sf-style-black a, ul.sf-menu.sf-style-black a:visited, ul.sf-menu.sf-style-black span.nolink {
    border: 0 none;
    color: #ffffff;
    padding: 20px;
}

/* Navigation Responsive */
  div.sf-accordion-toggle.sf-style-black a {
    background: #1078aa;
      border: 0px;
      color: #ffffff;
  }

  div.sf-accordion-toggle.sf-style-black a.sf-expanded {
    background: #1078aa;
      border: 0px;
      color: #ffffff;
  }



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

/* Featured Section */

.featured-top {
  background: #e3f0f8;
}

/* Featured Block */
.topwidget h2 {
  background: #1078aa;
}
