@media screen and (min-width: 1024px) {

    .AnswerBody img {
        width: 100%;
    }
    .CategoryPageFrame {
        height: 100%;
    }


    .CategoryButton {
        display: none;
    }

    .CategorySidebar {
        width: 319px;
        /*position: relative;*/
        padding: 40px 20px 80px 52px;
        /*background-color: var(--btn-txt-color-focus);*/ /*var(--hf-bg-color);*/ /*transparent;*/
        background-color: #fff;
        max-height: none;
        border-radius: 0px 0px 7px 7px;
    }
    .CategoryContent {
        display: inline-block;
        height: 100%;
        vertical-align: top;
        width: calc(100% - 319px);
        max-width: 1047px;
        padding-top: 20px;
    }
    .CategoryMenu {
        padding: 0;
        display: block;
    }
    .CategoryBreadcrumbs {
        display: block;
        padding-left: 20px;
    }
    .CategorySidebar::after {
        /*content: '';*/
        position: absolute;
        bottom: 0px;
        right: 0;
        height: calc(100% - 60px);
        top: 25px;
        border-right: 1px solid #DEDEDE;
    }
    .CategorySectionAnswer a {
        font-size: 14px;
        line-height: 21px;
        color: var(--main-txt-color);
        padding-bottom: 25px;
        padding-left: 5px;
        display: block;
    }
    .Breadcrumb {
        display: block;
        /* padding-bottom: 40px;*/
        padding-top: 35px;
    }
    .ContentSection {
        display: inline-block;
        vertical-align: top;
        padding: 30px 5px 0 20px;
        max-width: calc(100% - 525px);
        width: 100%;
    }
    .AnswerContainer {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    .AnswerRA {
        vertical-align: top;
        padding: 5px 5px;
        width: 400px;
        margin-top: 57px;
    }
    .RelatedArticles {
        padding: 10px;
        background-color: var(--btn-txt-color-focus);
        border-radius: 16px;
        /*border: 1px solid var(--secondary-txt-color);*/
    }
    .CategoryRelatedTitle {
        font-size: 1.25em;
        font-weight: 700;
        color: var(--category-txt-color);
        border-bottom: 1px solid #999;
        margin-bottom: 10px;
    }
    .ChannelsWrapper {
        flex-direction: row !important;        
    }

    .ChannelBlock {
        align-self: stretch !important;
        min-width: 300px;
        max-width: 400px;
    }

    /*.ChannelIconWrapper {
        padding: 16px;*/
        /*background-color: var(--inp-txt-color-default);*/
        /*background-color: var(--btn-txt-color-focus);
        border-radius: 50%;
        width: 90px;
        height: 90px;
        border: 1px solid #000;
    }*/

    .ChannelIconWrapper {
        padding: 16px;
        background-color: var(--secondary-hf-bg-color);
        border-radius: 50%;
        width: 90px;
        height: 90px;
        border: 1px solid #ececec;
    }

    .ChannelIcon img {
        width: 55px;
    }

    .HeaderLogoWrapper img {        
        width: 200px; 
    }

    .HeaderTitle {
        display: flex;
    }

    .HeaderRow1 {
        width: 75% !important;
        height: 64px;
        display: flex;
        flex-wrap: nowrap;
    }

    .HeaderIcons .Header {
        display: inline-block;
    }

    .HamburgerWrapper {
        display: none;
    }

    .HeaderIcons .Header.NoIcons {
        display: inline-block !important;
    }

    .HeaderTitleBlock {
        display: flex;
        padding: 4px 10px 0px 10px;
        order: 1;
        max-width: calc(100% - 110px);
        flex: 1 1 auto;
    }

        .HeaderTitleBlock.Small {
            padding: 4px 10px 0px 10px;
            max-width: 100%;
        }

    .HeaderTitleBlock .HeaderLink {
        display: inline-block;
    }

    .SearchBlockSmall {
        padding: 7px 0px 0px 10px;
    }

    .ContactUs.Header {
        text-align: center;
        padding-top: 4px;
        padding-left: 20px;
    }

    .HamburgerWrapper.NoIcons {
        margin-right: -5px;
        display: none !important;
    }

    .PageFooterTitleSub {
        font-size: 1em;
        text-align: center;
        padding-top: 5px;
    }

    .OverlayModal {
        width: 30%;
        color: var(--inp-txt-color-default);
    }

    .ConnectIcon.Header, .ConnectIcon.Footer {
        width: 26px; /*45px;*/
        height: 26px;
    }

    .FormSectionLabel.Required{
        padding-bottom: 20px;
    }

    .IconBlockContent.HOOP {
        /*width: 15%;*/
        margin: 0 auto;
    }

    .ConnectLink {
        padding: 0 20px 0 20px;     
    }
}