.navbar {
    min-height: 80px;
    border:unset;
    text-transform: uppercase;
    color: #444444;
    font-size: 20px;
    font-family: inherit;
}

.navbar-brand {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 23px;
    padding: 9px 10px !important;
}
.navbar-default {
    background-color: unset;
    border-color: unset;
}
.navbar-form {
    padding-top:10px;
}
.navbar-btn {
    background-color: #00a490;
    color: #fff;
    padding: 10px 8px 9px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: inherit;
    border: none;
    margin-top: 17px;
}
.navbar-btn:hover{
    background-color: #0c866a;
    color: #fff;
}
a:visited.navbar-btn{
    color: #fff;
}
a.navbar-btn{
    color: #fff;
}
.navbar-nav > li > a:hover{
    color: #00a490 !important;
}

.btn{
    border-radius: unset;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 26.5px;
        padding-bottom: 26.5px;
        line-height: 27px;
    }

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 285px; /* Margin bottom by footer height */
}



/* Custom page CSS
 * Not required for template or sticky footer method.
 * -------------------------------------------------- */


.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


.ea-page-footer-wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}


.ea-page-footer-list{
    display: flex;
    flex-flow: column wrap;
    margin:0;
    flex:1;

}

.ea-page-footer-wrapper> div{
    flex:1;

}

.ea-page-footer-list-item{
    display: flex;
    flex-flow: column wrap;
}

.footerlink, a.footerlink:link, a.footerlink:visited{
    margin-top: 9px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

footer p {
    margin: 9px 0;
    color: #fff;
    font-size: 15px;
}

footer .footnote, footer .footnote.footerlink  {
    font-size: 11px;
}

.ea-footer-button:link, .ea-footer-button:visited, .ea-footer-button:hover{
    margin-top: 4px;
    padding: 0 15px;
    background-color: #fff;
    color: #444444;
    font-size: 16px;

    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.darkgreen{
    color:#fff;
    background-color: #00a490;
}
.darkgreen h2,.darkgreen a{
    color:#fff;
}
.form-control{
    border-radius: unset;
}
.lightgreen{
    background-color: #e7f0ee;
    margin-bottom: 15px;
    margin-top: 15px;
}
.lightblue{
    background-color: #EBF2F7;
    margin-bottom: 15px;
    margin-top: 15px;
}


.blue{
    background-color: #1f5e73;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.boxed{
    margin-left: -30px;
    margin-right: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;

}






@media (max-width: 989px) {
    .boxed > [class*='col-'] {
        display: flex;
        flex-direction: column;

        border-bottom-width: 0px;
        border-top-width: 0px;
    }
    .boxed > .col-sm-4 {
        width:33%;
    }
    .boxed > .col-sm-8 {
        width:66%;
    }
}
@media (max-width: 767px) {
    .boxed > [class*='col-'] {
        padding-right: 0px;
    }

    .boxed > .col-sm-4 {
        width: unset;
    }
    .boxed > .col-sm-8 {
        width: unset;
    }
    .boxed > .col-xs-12 {
        width: 100%;
    }
}
@media (min-width: 990px) {
    .boxed > [class*='col-'] {
        display: flex;
        flex-direction: column;
        border: 15px solid white;
        border-bottom-width: 0px;
        border-top-width: 0px;
    }
    .boxed > .col-md-4 {
        width:33%;
    }
    .boxed > .col-sm-8 {
        width:66%;
    }
}

.nav-list > li.active{
    background-color: #529996;
    color: #fff;
    font-weight: bold;
}
.nav-list > li.active > a{
    color: #fff;
}
.nav > li >a:hover, .nav > li > a:focus{
    background-color: #529996;
    color: #fff;
}
.profile-box{
    margin-right:15px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:link {
    background-color: #529996;
    border-color: #529996;
    color: #fff;
}
.ui-autocomplete-loading {
    background: white url("/img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.btn-primary:visited{
    color:#fff;
}

/* WIZARD-BOX
-----------------------------------------------------------------*/

div#wizard-wrapper {
    height: 118px;
    width: 960px;
    padding: 0 0 15px 0;
    margin-bottom: 10px;
    background: url(../img/background/bg-banner-box-shadow.png) no-repeat bottom center;
}

div#wizard-box /*,
ul#wizard-list */
{
    height: 100px;
    width: 958px;
    padding: 0;
    border: 1px solid #1f5e73;
    background-color: #fff;
}

ul#wizard-list li {
    position: relative;
    float: left;
    width: 239px;
    height: 99px;
    padding: 20px 10px 10px;
    text-align: center;
    border-right: 1px solid #1f5e73;
}

ul#wizard-list li.last-child {
    padding-right: 8px !important;
}

ul#wizard-list li.current {
    width: 239px;
    height: 99px;
    margin-top: -1px;
    border: none;
    background: #1f5e73;
}

ul#wizard-list li span.wizard-arrow {
    display: none;
    position: absolute;
    z-index: 100;
    right: -9px;
    top: 50%; /*half of height*/
    margin-top: -17.5px;
    width: 10px;
    height: 35px;
    background: url(../img/icons/icon-arrow-wizard.png) no-repeat 0 0;
}

ul#wizard-list li.current span.wizard-arrow {
    display: block;
}

ul#wizard-list li.last-child span.wizard-arrow {
    display: none;
}

ul#wizard-list li strong {
    font-size: 246%;
    color: #1f5e73;
}

ul#wizard-list li.current strong {
    color: #fff;
}

ul#wizard-list li p {
    color: #1f5e73;
    font-size: 100%;
    padding-top:15px;
}

ul#wizard-list li.current p {
    color: #fff;
}
.nobul, .focus-list, .calendar-list, .thema, .tree, #wizard-box ul, .floating, .info-filter-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input{
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
}
.nav{
    padding-left: 12px;
}
div.sub-article {
    width: 100%; /*padding-bottom:15px;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #aaa;
}

div.sub-article:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.padding-left{
    padding-left:15px;
}
form label.required:after
{
    color: #529996;
    content: " *";
}
div.ul-bulletfree > ul {
    list-style: none;
    padding-left: 0px;
}
.nolist-style {
    list-style: none;
    padding-left: 10px;
}
table {
    font-family: MetaPlus, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    font-weight: normal;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 182px; /* Set the fixed height of the footer here */
    background-color: #000000;
    color:#fff;
    padding-top:15px;
    font-family: "Meta Normal", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    font-size:15px;
}
footer a, footer a:link, footer a:visited{
    color:#00a490;
    text-decoration-line: none;
}
footer a:hover{
    text-decoration-line: none;
    color:#004a6c;
}

.gray-tooltip + .tooltip > .tooltip-inner {background-color: #1d1d1d;}
.gray-tooltip + .tooltip.top > .tooltip-arrow {border-top-color: #1d1d1d;}



footer h4{
    margin: 0 0 28px;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: normal;
    color: #ffffff;
}
option.disabled{
    background-color: #a94442;
}

.chktree {
    padding-left: 0px;
}

.chktree ul {
    list-style-type: none;
    margin: 3px;
    padding-left: 10px;
}

ul.checktree li:before {
    height: 1em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}

ul.checktree li { border-left: 1px dashed; }

ul.checktree .fa{
    padding-right: 5px;
    cursor: pointer;
}

ul.checktree li:last-child:before { border-left: 1px dashed; }

ul.checktree li:last-child { border-left: none; }
