
body {
}

@media (min-width: 996px) {
    .ecl-site-header-harmonised__search-container {
        display: flex;
    }
}

/*a, a:visited {
    color: #004494;
    text-decoration: underline;
    outline: 0;
}*/



.ecl-button--linkHome {
    background-color: #004494 !important;
    color: #fff !important;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem Arial,sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .75rem 1rem;
    width: 100%;
    height: 100px;
    text-align: center;
    /* vertical-align: middle; */
    /* margin-top: auto; */
    padding: 40px;
}

    .ecl-button--linkHome:hover {
        text-decoration: underline;
    }

/***    FIXED FROM DEFAULT***/
a, a:visited {
    color: inherit;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    word-wrap: inherit;
}

h2 {
    font-size: 1.75rem;
    line-height: 2rem;
}

#dnn_eclHeader_dnnSearch_ClassicSearch {
     display: none !important; 
}

/***    FIXED FROM DEFAULT***/
