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

body {
  color: #606060;
  background: #a9c299;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h2, h4{
  color: rgb(55,86,126);
}

h1, h3, h5{
  color: #4f9970;
}

#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 {
  border-bottom-color: #ffffff;
  background-color: #ffffff;
}
#header {
  background-color: #a8c299;
  background-image: -webkit-linear-gradient(top, #a8c299 0%, #a8c299 100%);
  background-image: linear-gradient(to bottom, #a8c299 0%, #a8c299 100%);
}
a,
a:visited,
.link {
  color: #4861ba;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #a9c299;
}
a:active,
.link:active {
  color: #4861ba;
}
.sidebar .block {
  border-color: #f9f9f9;
  background-color: #f6f6f2;
}
.site-footer {
  background: #a9c299;
}
.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: #1b4e8b;
}

div#bottom {
  background: #457bbf;
  background-image: url("/sites/default/files/spray.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom-color: #3f6ba4;
}

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

/* ---- TTI Information Page Colors ------ */
span.list-title{
	color:#1e94b1;
}


