div.tab-pane {
    display: none;
}

div.tab-pane.active {
    display: block;
}

app-menu-dropdown nav {
    display: none;
}

app-menu-dropdown nav.show {
    display: block;
}

accordion {
    margin-bottom: 4rem;
}

#pac_demo_watermark {
    position: absolute;
    z-index: 1000;
    top: 28.5rem;
    left: 50%;
    width: 23rem;
    margin-left: -35rem;
    font-size: 1.5rem;
    text-align: center;
    background: #FFF;
    border-radius: 1rem;
    border: solid 1px #4B95CD;
    transform: rotate(-7deg);
}

#pac_demo_links {
    position: fixed;
    z-index: 1000;
    bottom: 2rem;
    left: 0;
    right: 0;
    height: 1.5rem;
    text-align: center;
    background: #FFF;
    border-top: solid 1px #4B95CD;
}

@media screen and (max-width: 436px) {
    main {
        margin-top: 10rem;
    }
    #pac_demo_watermark {
        z-index: 1000;
        top: 8.5rem;
        left: 5vw;
        margin-left: 0;
        width: 90vw;
    }
    #pac_demo_links {
        bottom: 4.3rem;
        height: 6rem;
    }
}

@media screen and (min-width: 437px) and (max-width: 575px) {
    #pac_demo_watermark {
        top: 1rem;
        left: .5rem;
        margin-left: 0;
        font-size: 85%;
        width: 11.5rem;
    }
    #pac_demo_links {
        height: 3.5rem;
        bottom: 3.5rem;
        z-index: 10000;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    #pac_demo_watermark {
        left: 1rem;
        margin-left: 0;
    }
    #pac_demo_links {
        height: 3.5rem;
    }
}