.overview h3 {
    font-family: "Frutiger", sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-weight: 800;
}

.subsection-header {
    margin-bottom: 30px;
}

h2.lesson-subtitle {
    font-size: 26px;
    font-stretch: condensed;
    font-weight: normal;
    text-transform: none;
    margin-top: 2px;
}

#header-section1-subsection1 {
    margin-bottom: 12px;
}

#header-section2-subsection1 {
    margin-bottom: 29px;
}

#header-section3-subsection1 {
    margin-bottom: 22px;
}

/*#section3-subsection1 .columns-1 div > p > b:only-child,*/
.para-header {
    display: block;
    font-weight: 800;
    margin-bottom: 11px;
}

.subsection-header h3 {
    margin-top: 7px;
}

#section1 .subsection-header h3 {
    margin-top: 2px;
}

.overview .subsection-header h3,
.overview #section1 .subsection-header h3 {
    margin-top: 42px;
}

.content {
    margin-bottom: 100px;
}

.content img {
    display: block;
    margin: 1.5rem auto;
}

.standard-title {
    font-weight: bold;
    margin-bottom: 12px;
}

.standard-label {
    display: inline;
}

.benchmarks > * {
    margin-bottom: 1.25em;
}

.label {
    font-weight: bold;
    margin-right: 6px;
}

.benchmark-example .label {
    margin-bottom: 10px;
}

.operations {
}
.operations .label {
    margin-bottom: 6px;
}

.standards-sm {
    display: none;
}

.standard-link {
    padding-bottom: 12px;
}
.standard-link > img {
    display: inline;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    width: 20px;
}
.standard-link > a {
    color: var(--standard-color);
    font-family: "Avenir Bold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.standard-link > a:first-of-type {
    margin-left: 2px;
}

h2.subtitle > * {
    margin-top: 0;
}

.standard-dialog {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    z-index: 100;
}
.standard-dialog .dialog {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 4px 6px 2px rgba(0,0,0,.2), 0 1px 30px rgba(0,0,0,.15);
    left: 50%;
    line-height: 1.35;
    max-height: 80vh;
    max-width: 80vw;
    overflow: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 100;
}
.standard-dialog .dialog > div {
    padding: 40px;
    position: relative;
}
.standard-dialog .standard-label {
    padding-right: 5px;
}
.standard-dialog .standard-description {
    line-height: 28px;
}
.standard-dialog .standard-description .standard-text {
    display: inline;
}
.standard-dialog .standard-description .standard-text p:first-of-type {
    display: inline;
    font-weight: 700;
}
.standard-dialog .standard-description .standard-text p:first-of-type b {
    font-weight: 700;
}
.standard-dialog .standard-description .standard-text p:not(:first-of-type) {
    display: block;
}
.standard-dialog .standard-description .standard-text p:nth-of-type(2) {
    display: none;
}
.standard-dialog .standard-description .standard-text p:nth-of-type(3) {
    margin-top: 20px;
}
.standard-dialog .in-other-words,
.standard-dialog .standard-example {
    margin-top: 24px;
}
.standard-dialog .standard-example p:last-child img {
    margin-bottom: 0;
}
.standard-dialog h3 {
    color: black !important;
    font-family: "Frutiger", sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-weight: 800;
    margin-bottom: 16px;
}
.standard-dialog .close {
    background: url("../images/shared/close.svg") no-repeat center/22px;
    border: 0;
    border-top-right-radius: 5px;
    height: 44px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}
.standard-dialog .close:hover {
    cursor: pointer;
    opacity: .75;
}
.standard-dialog .close:focus {
    outline: 1px #aaa dotted;
    outline-offset: -4px;
}
.standard-dialog .content h4 {
    color: #9e2941;
}
.standard-dialog .content h5 {
    font-size: 1rem;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .standards-sm {
        display: table-row;
    }
    .standards-lg {
        display: none;
    }
}

/*.lesson-select {*/
/*display: flex;*/
/*flex-direction: column;*/
/*position: absolute;*/
/*top: 43px;*/
/*left: 50px;*/
/*background: #FFFFFF;*/
/*border: 1px solid #979797;*/
/*border-top: none;*/
/*border-bottom-left-radius: 4px;*/
/*border-bottom-right-radius: 4px;*/
/*z-index: 1;*/
/*}*/
.lesson-select {
    font-family: "Open Sans", sans-serif;
}
.lesson-select.hidden {
    display: none;
}
/*.lesson-select > * {*/
/*background: #FFFFFF;*/
/*color: #000000;*/
/*}*/
/*.lesson-select > *:hover {*/
/*background: var(--savvas-blue);*/
/*color: #FFFFFF;*/
/*}*/

@media print {
    .lesson-select {
        display: none !important;
    }
}
