.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body app-root app-header app-breadcrumb a {
    color: #fff !important;
}
app-subject-topic-header h3 {
    margin-top: 1.5rem;
    margin-left: 2rem;
    font-size: 3rem;
    color: #c8c8c8;
}

div.definition {
    border-radius: 0.5rem;
    border: 1px solid #d3d3d3;
    box-shadow: 10px 10px 10px -5px #d3d3d3;
    display: none;
}
div.definition.show {
    display: block;
}
div.definition h5 {
    background: #8accbf;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
div.definition p,
div.definition button {
    margin: 0.5rem;
}

#card-wrapper {
    max-width: 45rem;
    text-align: center;
}
#flashcard {
    height: 20rem;
    border: 1px solid #aa0c00;
    perspective: 10000px;
}
#remove {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 100;
    opacity: 0.3;
    color: #78c700;
    font-size: 2rem;
}
#flashcard-inner {
    position: relative;
    width: calc(100% - 1px);
    height: 100%;
    transition: transform 0.4s;
    transform-style: preserve-3d;
}
#card-back,
#card-front {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#card-back,
#flashcard.flipped #flashcard-inner {
    transform: rotateY(180deg);
}
.card-content {
    height: calc(100% - 5rem);
    overflow-y: auto;
}
#flashcard h2 {
    color: #aa0c00;
}
#card-reminder {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #aa0c00;
    font-size: 0.9rem;
}
#card-reminder strong {
    color: #aa0c00;
}

app-quiz-landing > div {
    display: block;
    width: 60%;
    text-align: center;
}

app-quiz-questions ul {
    padding-left: 0;
    list-style-type: none;
}

app-quiz-questions li button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0.75rem;
    margin: 0.75rem 0;
    background: #cce5e0;
    font-size: 1rem;
    border-color: #e1f7f2 #8accbf #8accbf #e1f7f2;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
}
app-quiz-questions li button:disabled {
    cursor: default;
    color: #000;
    background-color: #cad3d1;
    border-color: #cad3d1;
}
app-quiz-questions li.correct button fa-icon.question,
app-quiz-questions li.incorrect button fa-icon.question,
app-quiz-questions li:not(.correct) button fa-icon.green,
app-quiz-questions li:not(.incorrect) button fa-icon.maroon {
    display: none;
}

app-question-review.correct fa-icon.maroon,
app-question-review.incorrect fa-icon.green {
    display: none;
}
div.questionrow {
    border-top-left-radius: 0.5rem;
    border-left: 2px solid #c8c8c8;
    border-top: 2px solid #c8c8c8;
}

#next-button {
    display: block;
    padding: 0.75rem 1rem;
    margin: 0 auto;
    font-size: 1rem;
    background: #ff8b00;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 0.5rem;
}

#pac_demo_watermark {
    position: absolute;
    top: 12.5rem;
    left: 1rem;
    width: 14rem;
    font-size: 1.25rem;
    text-align: center;
    background: #fff;
    border-radius: 1rem;
    border: solid 1px #4b95cd;
    transform: rotate(-7deg);
}

@media screen and (max-width: 380px) {
    main {
        margin-top: 15rem;
    }
    #pac_demo_watermark {
        font-size: 1rem;
    }
}

@media screen and (max-width: 436px) {
    main {
        margin-top: 15rem;
    }
    #pac_demo_watermark {
        top: 4.5rem;
        left: 6vw;
        margin-left: 0;
        width: 90vw;
    }
}

@media (max-width: 767px) {
    main {
        margin-top: 15rem;
    }
    #pac_demo_watermark {
        top: 5rem;
        left: 6vw;
        margin-left: 0;
        width: 90vw;
    }
    #breadcrumb-holder[_ngcontent-baa-c67] {
        left: 0.9rem;
        margin-bottom: 0.5rem;
    }
    #breadcrumb-holder[_ngcontent-baa-c67] li[_ngcontent-baa-c67] {
        display: none;
    }
    #breadcrumb-holder[_ngcontent-baa-c67] li[_ngcontent-baa-c67]:nth-last-child(2) {
        display: block;
        background-image: url(/sites/all/modules/pac_app_demo/examcoach/crumb-li-left.png);
        background-position: 0;
        padding: 0 0.7rem 0 1.4rem;
    }
    app-subject-topic-header[_nghost-baa-c13] {
        margin-top: -1rem;
    }
    app-subject-topic-header[_nghost-baa-c13] h1 {
        font-size: 1.5rem;
    }
    app-subject-topic-header[_nghost-baa-c13] h2 {
        font-size: 1.25rem;
    }
    app-subject-topic-header[_nghost-baa-c13] h3 {
        margin: 0;
        font-size: 1.75rem;
    }
    app-quiz-landing > div {
        width: 100%;
    }
}
@media (max-width: 787px) {
    #topic-row[_ngcontent-baa-c27] {
        width: 100%;
    }
}
@media (min-width: 437px) and (max-width: 1024px) {
    #pac_demo_watermark {
        left: 1rem;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    div.definition {
        position: absolute;
        z-index: 1000;
        background: #fff;
        width: 20rem;
        margin-left: -22rem;
        margin-top: -5rem;
    }

    div.right div.definition {
        margin-left: 18rem;
    }
}
