<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Clear float */
.wpnu-header-clearfloat
{
    clear: both !important;
    height: 0px !important;
    line-height: 0px !important;
    font-size: 0px !important;
}

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
.searchInputContainer 
{
    display: inline-block !important;
    margin: 0 -3px 0 0 !important;
    position: relative !important;
}

.searchInputContainer &gt; input[type="text"]::-ms-clear 
{
    display: none;
}

.searchInputContainer a.dnnSearchBoxClearText 
{
    display: block !important;
    position: absolute !important;
    right: 10px !important;
    width: 16px !important;
    height: 16px !important;
    background: none !important;
    cursor: pointer;
    margin: -21px 0 7px 0;
    z-index: 20;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow 
{
    background: url(../../../images/search/clearText.png) center center no-repeat !important;
}

.mldata-search 
{
    float: right;
    width: 209px;
}

.mldata-search a.mldata-searchbutton:link, .mldata-search a.mldata-searchbutton:visited 
{
    display: inline-block;
    float: right;
    height: 28px;
    width: 28px;
    margin: 2px;
    padding: 0;
    background: #333 url('images/search.png') no-repeat center center;
    text-indent: -9999px;
}

.mldata-search a.mldata-searchbutton:hover {
    background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
    background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
    background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
    background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
    background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
    background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
}

#dnn_wpnuHeader_dnnSearch_txtSearch {
    display: block;
    width: 160px;
    height: 26px;
    padding: 0 5px 0 10px;
    margin: 2px 1px 0 2px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd;
    color: #000;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
#dnn_wpnuHeader_dnnSearch_txtSearch:active, #dnn_wpnuHeader_dnnSearch_txtSearch:focus {
    background: #EBEBEB;
    box-shadow: inset 0px 3px 8px #999;
}



.mldata-header-logo-outer 
{
    float: left; 
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mldata-header-logo
{        
    margin-right: 20px;
}

.mldata-header-portalname 
{
    padding-left: 10px; 
    padding-top: 10px; 
    padding-right: 10px;
}

.mldata-header-textsocialsearch
{    
    float: right; 
    max-width: 350px;
    padding-bottom: 10px;
}

/* Text */
.mldata-header-text 
{
    float: right;
    padding-top: 0px;
    min-width: 200px;
}

.mldata-header-sociallinks {
    margin-right: 0;
    text-align: right;
    float: right;
}

@media only screen and (max-width:599px), only screen and (max-device-width: 599px) {

    .mldata-searchpane {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .mldata-header-portalname 
    {
        padding: 0;
    }

    .LoginControls 
    { 
        display:none !important;
    }
    .mldata-header-logo-outer 
    {       
        max-width: 100%;
        float: none;
        text-align: center !important;
        margin-top: 10px;
    }
    .mldata-header-logo
	{        
        max-width: 85%;
        margin-right: auto; margin-left: auto;
    }    
    .mldata-header-textsocialsearch
    {
        min-width: 100%;
        padding-bottom: 10px;
    }
    .mldata-header-text 
    {   
        float: none;
        padding-top: 10px;
        min-width: 100%;        
    }
    .mldata-header-sociallinks
    {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
    }
}
/*@media only screen and (min-width: 321px) and (max-width: 748px), only screen and (min-device-width: 321px) and (max-device-width: 748px)
{
}
/*@media only screen and (max-width: 748px), only screen and (max-device-width: 748px)
{
}*/</pre></body></html>