@media screen and (min-width: 811px) {
    .text-container .accordian-header h3 {
        flex: 0 0 calc(100% - 290px);
    }
    .text-container .accordian-header h2 {    
        font-size: 36px;
        flex: 0 0 240px;
    }
}
@media screen and (max-width: 1000px) {
    .article-page {
        grid-template-columns: 1fr;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        height: unset;
        max-height: unset;
        position: relative;
    }
    #jille-round {
        width: 50%;
    }
    .older-articles-container {
        display: contents;
    }
    .older-articles {
        display: contents;
    }
    .text-container, .card-container {
        padding: 30px;
        box-sizing: border-box;
    }
    .text-container #jille-divider {
        margin-left: -30px;
    }
    .text-container.article {
        padding-right: 60px;
    }
    .pullquote-right {
        margin-right: -30px;
    }
}
@media screen and (max-width: 950px) {
    .text-container .specific-boxes p {
        font-size: 16px;
    }
}
@media screen and (max-width: 810px) {
    .wp-block-image .alignright {
        max-width: 50%;
    }
    .wp-block-image .alignleft {
        max-width: 50%;
    }
    .article-columns > p, .article-columns > blockquote {
        width: 100%;
        margin: 0;
    }
    .text-container h1 {
        font-size: 28px;
        line-height: 1.2em;
    }
    .text-container h2 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .text-container h3 {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 400;
    }
    .wp-block-pullquote blockquote p {
        font-size: 18px;
    }
    .wp-block-pullquote blockquote cite {
        font-size: 16px;
    }
    cite, figcaption {
        font-size: 10px;
    }
    .text-container p, 
    .text-container li, 
    .text-container td, 
    .text-container th,
    .text-container a,
    .wp-block-quote cite,
    .text-container .wp-block-verse  {
        font-size: 16px;
        line-height: 1.2em;
    }
    .text-container .accordian-header h3 {
        font-size: 12px;
        flex: 0 0 calc(100% - 170px);
    }
    .text-container .accordian-header h2 {
        flex: 0 0 140px;
        align-self: center;
    }
    .text-container .accordian-header::after {
        top: calc(50% - 5px);
    }
    .text-container .specific-boxes {
        width: 100%;
        max-width: 300px;
    }
    .text-container .specific-boxes ul {
        padding: 10px 0 10px 20px;
    }
    .text-container .center-align-content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 650px) {
    #jille-round {
        width: 100%;
    }
    #jille-round figure {
        float: none;
        max-width: 100%;
    }
    .pullquote-right {
        margin-left: 0px;
        width: 90%;
        margin-right: 0;
        float: none;
    }
}
@media screen and (max-width: 600px) {
    table.program-table {
        display: flex;
        flex-direction: column;
    }
    table.program-table tbody {
        display: contents;
    }
    table.program-table tr {
        display: contents;
    }
    table.program-table th,
    table.program-table td {
        width: 100%; 
        max-width: 300px;
        box-sizing: border-box;
        border: none;
    }
    table.program-table th:nth-of-type(1) {
        order: 0;
        border: none;
        border-bottom: 1px solid white;
    }
    table.program-table td:nth-of-type(1) {
        order: 1;
        border: none;
        border-bottom: 1px solid white;
    }
    table.program-table th:nth-of-type(2) {
        order: 3;
        border: none;
        border-bottom: 1px solid white;
    }
    table.program-table td:nth-of-type(2) {
        order: 4;
        border: none;
        border-bottom: 1px solid white;
    }
    table.program-table th:nth-of-type(3) {
        order: 5;
        border: none;
        border-bottom: 1px solid white;
    }
    table.program-table td:nth-of-type(3) {
        order: 6;
        border: none;
    }
}
@media screen and (max-width: 500px) {
    .text-container .accordian-header > div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .text-container .accordian-header h2 {
        flex: 0 0 auto;
        align-self: flex-start;
    }
    .text-container .accordian-header h3 {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        text-align: left;
    }
    figure.wp-block-image {
        margin: 1em 0;
    }
    .accordian .wp-block-quote {
        margin: 1em 0;
    }
    #what-did-i-teach-poem .wp-block-image {
        position: absolute;
        width: 134px;
        right: 0;
        overflow: hidden;
        height: 250px;
    }
    #what-did-i-teach-poem pre {
        margin-left: 0;
    }
    .wp-block-image .alignright {
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        max-width: 100%;
    }
    .wp-block-image .alignleft {
        width: 100%;
        float: none;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        max-width: 100%;
    }
    .wp-block-image .alignleft img,
    .wp-block-image .alignright img {
        align-self: center;
    }
    .place-image-last {
        display: inline-flex;
        flex-direction: column;
    }
    .place-image-last > div {
        display: contents;
    }
    .place-image-last .wp-block-image:nth-of-type(1) {
        order: 10;
    }
}