@charset "utf-8";

a:link, a:visited, a:active,
h1, h2, h3, h4, h5, h6,
.block .block-title,
.tabs.primary li.active a,
#block-locale-language .language-switcher-locale-url li a {
  color: #47cec5;
}
.block .block-title,
.tabs.primary,
.tabs.primary li,
.tabs.primary li a,
.tabs.primary li.active a,
.tabs.primary li.active a:hover {
  border-color: #47cec5;
}
.tabs.primary li a {
  background: #47cec5;
}
.tabs.primary li a:hover {
  background: #7cdbd5;
}
.tabs.primary li a.active:hover {
  background: #fff;
}

#page-header {
  background-image: url(../../images/navigation/consumers.png);
}
#block-menu-block-1 ul li.active-trail {
  background-image: url(../../images/secondary-navigation/active/consumers.png);
}
#block-menu-block-1 ul li.item-0 a {
  background: rgba(71, 206, 197, 0.9);
}
#block-menu-block-1 ul li.item-1 a {
  background: rgba(71, 206, 197, 0.7);
}
#block-menu-block-1 ul li.item-2 a {
  background: rgba(71, 206, 197, 0.5);
}

.consultationtool-page .box {
    background: #47cec5;
}
.consultationtool-page .box h1,
.consultationtool-page .box h2,
.consultationtool-page .box h3,
.consultationtool-page .box h4,
.consultationtool-page .box h5,
.consultationtool-page .box h6,
.consultationtool-page .box a:link,
.consultationtool-page .box a:active,
.consultationtool-page .box a:visited {
    color: #fff;
}

.button-style, button, input.form-submit {
    background: #47cec5;
    border-top: 1px solid #98fff9;
    border-right: 1px solid #528c8a;
    border-bottom: 1px solid #528c8a;
    border-left: 1px solid #98fff9;
    color: #fff;
}