div {
    outline: none;
}

b, strong {
    font-weight: 500;
}

section.topics {
    text-align: center;
}

header.hdr-banner .banner-header {
    display: none;
}

header.hdr-banner.hdr-fixed {
    height: 80px;
}

#main_content_layout {
    margin-top: 0;
}

.widjet {
    min-height: calc(100vh - 6.5rem);
    margin: 0;
}

.widjet .flex {
    display: block;
}

.column_center {
    border: none;
    padding: 0;
    position: relative;
    height: auto;
    overflow-y: auto;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #008d81;
    border-color:#008d81;
}

.btn {
    font-size: 1.2rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0 0 .5rem;
    font-weight: 400;
}

.art h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 2rem 0 .5rem;
    font-weight: 400;
}

section.art {
    align-self: flex-start;
    flex: 1;
    max-width: 52rem;
    display: inline-block;
    position: relative;
    margin: 0 .5rem;
    width: calc(100% - 1rem);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 2.5rem 1rem;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.art-content ul {
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    margin: .25rem 0 .75rem;
    padding-left: 1rem;
}

.art-content ul li {
    margin: .25rem 0 .25rem 0;
}

section.help-list {
    border: .0625rem solid #dadce0;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    margin: 0 .25rem 0;
    max-width: 52rem;
    padding: 2rem 2rem 2.625rem;
}

.help-list h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 1.25rem 0 .25rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.wire-title, .section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
    padding: 0 0 1.25rem 0;
}

.section-title {
    padding: 1rem 0 .5rem 0;
    margin: 0;
    text-align: center;
}

.column_center .widjet {
    font-size: .875rem;
    padding: 0;
    margin-top: 0;
}

ul.topics {
    max-width: 44.5rem;
    padding-inline-start: 0;
    display: inline-block;
    list-style-type: disc;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 1rem;
    text-align: left;
    width: 100%;
}

ul.topics h3 {
    display: inline-block;
    font-family: inherit;
    margin: 0 0 0 .5em;
    padding: .4375rem 0 .4375rem .3rem;
    vertical-align: middle;
    color: #3c4043;
    font-size: 1.1rem;
    line-height: 1rem;
    font-weight: normal;
    height: auto;
    white-space: normal;
}

ul.topics li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: none;
    min-width: 0;
    min-height: 3.125rem;
    display: inline-block;
    padding-bottom: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
    margin: .2rem 0;
}

ul.topics li a {
    overflow-x: hidden;
    padding: 0 0 0 .75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: .0625rem solid #dadce0;
    border-radius: 3px;
    display: block;
    height: 4rem;
    line-height: 4rem;
    overflow: hidden;
    text-align: left;
}

ul.topics li a:hover {
    text-decoration: none;
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, .30), 0 4px 8px 3px rgba(60, 64, 67, .15);
}

ul.topics li svg {
    float: left;
    height: 1.8rem;
    margin: 1.1rem 0;;
    width: auto;
    vertical-align: middle;
}

ul.arts {
    border: thin solid #dadce0;
    border-radius: 3px;
    padding: 2rem 0;
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
    max-width: 52rem;
    margin: 0 .5rem 1.5rem;
    width: calc(100% - 1rem);
    font-size: 1.25rem;
    line-height: 1.7rem;
}

ul.arts li a {
    display: block;
    padding: 0.5rem 2rem;
}
ul.arts li a:hover {
    text-decoration: none;
    background-color: #efefef;
    color: #000;
}

ul.help-list {
    padding: 0;
    list-style: none;
    padding-inline-start: 0;
    text-align: left;
}
ul.help-list li a {
    display: block;
    padding: 0.5rem;
    margin-left: -0.5rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

ul.help-list li.active a {
    color: #292626;
    font-weight: 500;
}

ul.help-list li a:hover {
    text-decoration: none;
    color: #000;
}

a.inside-text-link {
    color:#1a73e8;
}

a.inside-text-link:visited {
    color:#673ab7;
}

.index-bottom {
    font-size: 1rem;
    border-top: .0625rem solid #dadce0;
    border-bottom: .0625rem solid #dadce0;
    padding: 1rem 3rem 1rem 1rem;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}


@media screen and (min-width: 430px) {
    .column_center {
        margin-left: 0;
        padding-left: 0;
    }

    header.hdr-banner .navbar {
        margin-top: 0;
    }
}

@media screen and (min-width: 600px) {
    ul.topics li {
        width: calc(50% - .63rem);
        margin: .25rem;
    }

    ul.topics {
        padding: 1.5rem 0;
    }

    .section-title {
        padding-top: 2.5rem;
    }

    ul.topics h3 {
        font-size: .875rem;
        max-width: 115px;
        margin: 0 .5em;
    }

    section.art, ul.help-list li a {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .btn {
        font-size: .875rem;
        line-height: 1.25rem;
        max-width: max-content;
    }

    section.help-list H3 {
        font-size: 1rem;
    }
}

@media (min-width: 741px) {
    .column_center h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 0 .5rem;
    }

    .wire-title {
        text-align: unset;
    }

    ul.topics li a {
        height: 9rem;
        padding: .875rem .25rem;
        text-align: center;
        transition: box-shadow 218ms;
        -webkit-transition: box-shadow 218ms;
        -moz-transition: box-shadow 218ms;
        -o-transition: box-shadow 218ms;
    }

    ul.topics {
        display: inline-block;
        max-width: 44.5rem;
        text-align: center;
    }

    ul.topics li {
        width: calc(25% - .5rem);
    }

    ul.topics li svg {
        float: none;
        margin: .75rem 0 .25rem;
        width: 2.5rem;
        height: auto;
    }

    ul.topics li .help-anl {
        width: 50px;
    }

    ul.topics h3 {
        height: auto;
        display: block;
        margin: .5rem 0;
        min-height: 0;
        padding: 0;
        max-width: unset;
    }

    section {
        box-sizing: border-box;
        margin: 0;
        padding: 0 1rem;
        width: 100%;
    }

    section.art {
        padding: 2.5rem 2rem;
    }
}

@media (min-width: 1024px) {
    .widjet .flex {
        display: flex;
        box-sizing: border-box;
        margin: 0;
        max-width: 75.125rem;
        padding: 0 1rem 2rem 2rem;
        width: 100%;
    }

    .column_center {
        margin-left: 200px;
        background: #f7f7f7;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        padding: 0 1rem 1rem 1rem;
        min-height: calc(100vh - 6.5rem);
    }

    ul.arts {
        border: thin solid #dadce0;
        border-radius: 3px;
        width: 70%;
        padding: 2rem 0;
        list-style: none;
        padding-inline-start: 0;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    section.art {
        border: thin solid #dadce0;
        border-radius: 2px;
        width: 70%;
        padding: 2rem;
        margin: 2.625rem 0 0;
    }

    section.help-list {
        width: 30%;
        padding-left: 4rem;
        border: none;
        display: table-cell;
        padding: 2.625rem 0 0;
        margin-left: 2rem;
        min-height: 16.375rem;
    }
}

@media screen and (max-width: 900px) {
    .column_container.main-menu-shown .column_center {
        margin-left: 110px;
    }

}

@media (min-width: 1400px) {
    .widjet .flex {
        max-width: 95.125rem;
        padding: 0 5rem 1rem 5rem;
    }

    section.art {
        padding: 4rem;
        width: 65%;
    }

    section.help-list {
        width: 35%;
        margin-left: 3.125rem;
    }


}
