/*a, a:visited, a:hover, a:active, a.active {
color: #00B3DC;
}
a:visited, a:hover, a:active, a.active {
color: #00B3DC;
}*/
a:hover, a:active {
outline: 0;
}
a {
color: #5da423;
}
.top-bar {
background: #fff;
background: url(../images/header-bg.png) 0 0 repeat-x;
}
.top-bar-section ul {
background: transparent;
}
.top-bar-section li a:not(.button) {
    line-height: 35px;
background: transparent;
}
.top-bar-section ul.right.menu-section li.hover,  .top-bar-section ul.right.menu-section li.hover > a{
    padding-top: 1px;
    background: #eee;
    color: #5da423; }
  .top-bar-section ul li.active > a {
    background: transparent;
    color: #5da423; }
.top-bar-section ul li > a {
/*color: #00b3dc;*/
color: #5da423;
}
.has-dropdown .dropdown li.form {
background-color: #fff;
width: 200px;
padding: 10px;
margin-top: 3px;
}
.side-nav {
    padding: 0.375em 0;
}
.side-nav li.active > a:first-child {
    color: #4D4D4D;
    font-weight: bold;
}
fieldset legend {
    color: #5da423;
}
.error small, small.error {
    background: #b82234;
    margin-top: 0px;
}
.error input, input.error, .error textarea, textarea.error {
border-color: #b82234;
background-color: rgba(216, 86, 32, 0.1);
}
fieldset {
border: 1px solid #CCC;
border-radius: 10px;
padding: 4em 1em 1em;
position: relative;
}
fieldset legend {
background-color: #EEE;
border: 1px solid #CCC;
border-bottom-right-radius: 5px;
border-top-left-radius: 10px;
color: #666;
display: block;
font-size: 1em;
height: 2.5em;
left: -1px;
line-height: 2.5em;
padding: 0 0.8em;
margin-left: 0px;
position: absolute;
top: -1px;
visibility: visible;
width: auto;
}
.reveal-modal .open{
    position: relative;
    /*we need this high value to lay over the dropped elements wit z-index 1000*/
    z-index: 1001;
}
.f-dropdown {
    max-width: 300px;
}
.f-dropdown li a {
    font-weight: normal;
}

.f-dropdown li a.button {
    color: #fff;
    font-weight: bold;
}

.alert-box.secondary.box_container.f-dropdown li a:last-child {
font-weight: bold;
}
.top-bar-section ul li.active > a {
background: #fff;
color: #333;
cursor: pointer;
}
.section-container > section.active > .title, .section-container > .section.active > .title, .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background-color: #5da423;
}
.container > section > .title, .section-container > .section > .title, .section-container.auto > section > .title, .section-container.auto > .section > .title {
    border-top: solid 1px #5da423;
}
.section-container > section.active > .title a, .section-container > .section.active > .title a, .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #FFF;
    font-weight: bold;
}
button.complementary:hover, button.complementary:focus, .button.complementary:hover, .button.complementary:focus {
    color: #fff;
    background-color: #ab1d89;
    border-color: #008fb4
}
button.complementary, button.complementary:active, .button.complementary, .button.complementary:active {
    background-color: #008fb4;
    border-color: #008fb4
}
