@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
  
    sup, sub
    {
        font-size: 18px;
    }

    .customdropdown
    {
        background-position: right 33px top 25px;
    }

    .helpcenter-panel.bulleted-checklist li:before
    {
        margin-top: -26px;
        font-size: 0.16em;
    }
}

@media (min-width: 481px) and (max-width: 767px)
{
    .customdropdown
    {
        letter-spacing: -0.03em;
    }
}

@media (min-width: 740px) and (max-width: 1023px)
{
    body
    {
        min-width: inherit;
    }

    .dashboard-header
    {
        min-width: inherit;
    }
}

@media only screen and (max-width: 1200px)
{
    .fr
    {
        float: right;
    }

    .container
    {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px)
{
    .hb-8.report-wrapper
    {
        padding: 4px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2)
{
    .hb-8.report-wrapper
    {
        padding: 4px;
    }

    #questionFormcontainer
    {
        box-sizing: border-box;
    }

    #questionFormcontainer *
    {
        box-sizing: border-box;
    }

    #questionFormcontainer .dx-box-fallback-item.dx-item
    {
        width: 100% !important;
    }
}

@media only screen and (max-width: 991px)
{
    .login-page .card
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px)
{
    .font-large-x
    {
        font-size: 18px;
    }

    .extra-space-m
    {
        clear: both;
        margin-bottom: 10px;
    }

    .home-banner
    {
        height: 225px;
    }

    .bottom-caption
    {
        padding: 0 15px;
    }

    .bottom-caption .b-heading
    {
        font-size: 24px;
    }

    .home-text
    {
        padding: 15px;
    }

    .home-text img
    {
        width: 100px;
        margin: 0 auto;
        display: table;
    }

    .home-text .caption-quote
    {
        margin-top: 0;
    }
}

@media only screen and (max-width: 666px)
{
    .hb-8.report-wrapper
    {
        padding: 8px;
    }
}

@media screen and (max-width: 480px)
{
    body, div, p
    {
        font-size: 13px;
    }

    .bottom-caption .b-heading
    {
        font-size: 18px;
    }

    .bottom-caption
    {
        height: 60px;
        padding: 0 15px;
        line-height: 60px;
    }

    .b-logo img
    {
        width: 100px;
    }

    .mob-align-left
    {
        text-align: left;
    }

    .mob-align-right
    {
        text-align: right;
    }

    .mob-align-center
    {
        text-align: center;
    }

    .mob-align-justify
    {
        text-align: justify;
    }

    .mob-no-padding
    {
        padding: 0 !important;
    }

    .mob-no-paddingLR
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mob-no-paddingL
    {
        padding-left: 0 !important;
    }

    .mob-no-paddingR
    {
        padding-right: 0 !important;
    }

    .mob-no-margin
    {
        margin: 0 !important;
    }

    .pane-content
    {
        display: block;
    }

    .pane-item
    {
        border-width: 0 0 1px 0;
    }

    .pane-item:last-child
    {
        border-width: 0;
    }

    .mob-space-bottom-x
    {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 360px)
{
    .bottom-caption .b-heading
    {
        font-size: 16px;
    }

    .b-logo img
    {
        width: 84px;
    }
}