.hub-explore__text {
    max-width: 1019px;
}
#hub-reset {
    width: 24px !important;
    height: 24px !important;
}
body,
  html {
    overflow-x: clip!important;
 }

 .communications-widget[accordion-disabled=false][active=false] {
    display: none;
}
/* tablet portrait */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hub-explore__text {
        max-width: 506px;
    }
    .hub-noresults {
        text-align: center;
        width: 101%;
    }
    body,
    html {
        overflow-x: clip!important;
    }
    #hub-reset {
        width: 24px !important;
        height: 24px !important;
    }
}

/* tablet landscape */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .hub-noresults {
        text-align: center;
    }
    #hub-reset {
        height: 24px !important;
    }
    body,
    html {
        overflow-x: clip!important;
    }
    #hub-reset {
        width: 24px !important;
        height: 24px !important;
    }
}

/* mobile */
@media (max-width: 480px) {
    .hub-explore__title {
        text-align: center;
    }
    .hub-explore--category .hub-explore__text {
        text-align: center;
    }
    .hub-noresults {
        padding: 50px 34px;
        text-align: center;
    }
    #hub-reset {
        width: 24px !important;
        height: 24px !important;
    }
    #hub-reset {
        margin-left: -37px !important;
        margin-right: 11px !important;
        margin-top: 8px !important;
    }
    body,
    html {
        overflow-x: clip!important;
    }
}

@media (max-width: 480px) {
    #hub-reset {
        width: 24px !important;
        height: 24px !important;
    }
    #hub-reset {
        margin-left: -37px !important;
        margin-right: 11px !important;
        margin-top: 8px !important;
    }
}
