@font-face {
    font-family: firaSansCondReg;
    src: url(../includes/fonts/FiraSansCondensed/FiraSansCondensed-Regular.ttf);
}
@font-face {
    font-family: firaSansReg;
    src: url(../includes/fonts/FiraSans/FiraSans-Regular.ttf);
}
@font-face {
    font-family: firaSansMed;
    src: url(../includes/fonts/FiraSans/FiraSans-Medium.ttf);
}

.entry-content ul.expandList {
    padding: 0 0 0 0.5em;
/*    color: #565662;    */
    margin: 0 0 1em 0;
}
.entry-content ul.expandList>li {
    list-style: none;
}
.expandList .triangle {
    transition: all .2s;
    font-size: 2em;
    position: relative;
    display: inline-block;
    top: 0.15em;
    margin-right: 0.1em;
    cursor: pointer;
    color: #911;
    font-family: arial, geneva, helvetica, sans-serif;
}
.expandList .triangle.open {
    transform: rotate(90deg) translate(0.03em, 0em);
}
.expandList .triangle.hover {
    transform: scale(1.2);
}
.expandList .expandTitle {
    cursor: pointer;
    /*font-size: 0.9em;
    font-family: firaSansMed;*/
}
.expandList .expandTitle::after {
    content: " +";
    color: #911;
}
.expandBox {
    display: none;
    margin-top: 1em;
    font-size: 1em;
/*    background-color: #e0e0ff;*/
/*    background-color: #ffffe0;*/
    border-radius: 0.5em;
    padding: 0.5em 1em 0.1em 1em;
}
.entry-content .expandBox ul {
    margin: 0 0.5em 3em 1em
}
.expandList li p {
    font-size: 1em;
/*    color: #565662;*/
}
.expandBox img {
    max-width: 100%;
    margin-bottom: 2em;
}
.expandBox img + .caption,
.expandBox a + .caption,
.expandBox iframe + .caption {
    margin-top: -2em;
}
.expandBox>li {
    list-style: disc;
}
.expandBox p.closeExpander {
    text-align: center;
    color: #0000cc;
    cursor: pointer;
}
.expandBox p.closeExpander:hover {
    text-decoration: underline;
}
/*.mainExhibitSection .video {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 2em;
}*/
.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    gap: 1em;
}
.entry-content .columns ol {
    margin: 0;
}
.columns>div {
    flex-basis: 40%;
    padding: 1em;
    border-radius: 0.5em;
}
a.breaklink {
    line-break: anywhere;
}
.columns.disabled>div {
    flex-basis: 75%;
}
.columns .indent {
    margin-left: 1em;
}
.columns>div>ul {
    margin: 0 0.5em 3em 1em
}
/*.columns .expandBox ul {
    margin: 0 0 3em 0;
}*/
.entry-content a {
    word-wrap: break-word;
    word-break: break-word;
}
.columns .wiki {
    flex-grow: 1;
}
.columns .wiki,
.columns .wiki p {
    line-height: 1.4;
    font-family: sans-serif;
}
.columns .wiki h4 {
    font-weight: bold;
}
.columns .response {
/*    background-color: #ddd;*/
    background-color: #ffffbb;
    flex-grow: 1;
    font-weight: bold;
}
.citation {
    font-size: 0.83em;
    vertical-align: super
}
.returner {
    display: none;
    text-align: center;
    font-weight: bold;
}
.mobile {
    display: none;
}
.notBold {
    font-weight: normal;
}

/*///////////////////////////////////////////////*/
/*///////////////////////////////////////////////*/
/*Media Queries*/

@media only screen and (max-width: 800px) {

}

@media only screen and (max-device-width: 600px) {
    .entry-content ul.expandList {
        padding: 0;
        margin: 0;
    }
    .expandBox {
        padding: 0;
    }
    .columns>div {
        flex-basis: 80%;
    }
    .mobile {
        display: block;
    }
}