.DefaultNavigationMenu ul,
.DefaultNavigationMenu div,
.DefaultNavigationMenu li,
.DefaultNavigationMenu span,
.DefaultNavigationMenu p,
.DefaultNavigationMenu pre,
.DefaultNavigationMenu a {
    outline: 0;
}

.HeaderHolder {
    position: relative;
    display: inline-table;
    width: 100%;
}

.SiteSearch_Holder {
    position: relative;
    display: inline-table;
    width: 100%;
}

.SiteSearch_Holder div {
    margin: 0;
    padding: 0;
}

.SiteSearch_Search {
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 144px;
    box-sizing: border-box;
    overflow: hidden;
}

.SiteSearch_Search::after {
    content: "";
    display: table;
    clear: both;
}

.SiteSearch_Search input[type="text"],
.SiteSearch_Search input[type="search"] {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #bbb;
    width: 116px !important;
    height: 10px !important;
    padding-right: 5px;
    margin-top: 4px;
    float: right;
    outline: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

.SiteSearch_Search input[type="text"]::placeholder,
.SiteSearch_Search input[type="search"]::placeholder {
    color: #bbb;
    opacity: 1;
}

.SiteSearch_Search_Button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: transparent;
    background-image: url('../images/layout/Icon_Search.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    outline: 0;
    margin: 2px 0 3px 7px;
    float: left;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.SiteSearch_Button {
    display: none;
}

.ReturnToParent {
    float: right;
}

.MasterFooter {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.MasterFooterHolder {
    width: 1002px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.MasterFooterQuickLinkHolder {
    width: 100%;
}

.MasterFooterLegalHolder {
    width: 100%;
    height: 24px;
    vertical-align: middle;
    position: relative;
}

.MasterFooterLegalHolder::after {
    content: "";
    display: table;
    clear: both;
}

.MasterFooterCopyright {
    float: left;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    line-height: 24px;
}

.MasterFooterCopyright a {
    padding-left: 3px;
    padding-right: 3px;
}

.MasterFooterCopyright a:hover {
    text-decoration: underline;
}

.MasterFooterIlinkLogo {
    float: left;
    height: 24px;
    padding-left: 5px;
}

.MasterFooterWebhouseLogo {
    float: right;
    height: 24px;
}

.MasterFooterIlinkLogo img,
.MasterFooter a img {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    border: 0;
}
