﻿#usef-content {
    width: 100%;
}

h1.h2 {
    color: #0f347d;
    font-size: 1.583em;
    font-weight: 700;
    line-height: 1.184em;
    margin-bottom: .5em;
    text-align: center;
}

.input-wrapper {
    align-items: center;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    border-color: #d2d2d2;
    display: flex;
    font-size: 16px;
    height: 56px;
    justify-content: flex-start;
    padding: 4px 56px 4px 56px;
    position: relative;
    z-index: 1;
}

.input-wrapper input {
    background: unset;
    border: none;
    box-shadow: none;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}

.input-wrapper input:focus {
    box-shadow: none;
    outline: none;
}

.btn-bg {
    background: transparent;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    height: 54px;
    position: absolute;
    top: 0;
    width: 56px;
    z-index: 2;
}

    .btn-bg:hover {
        background: #f5f5f5;
    }

    .btn-submit {
        left: 0;
    }

    .btn-clear {
        right: 0;
    }

.search-onpage-anchor {
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -9.874vw;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

@media only screen and (min-width: 768px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }
}

@media only screen and (min-width:992px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }

    .breadcrumb {
        margin-left: auto;
        margin-right: auto;
        width: 88.05%;
    }

    .article-list .item {
        width: 33.333%;
    }
}

@media only screen and (min-width:1200px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }
}