:root {
    --blog-width: 720px;
}

figure {
    margin-bottom: 1rem;
}

@media (min-width: 720px) {

    .post-inner-container>p,
    .post-inner-container>h2,
    .post-inner-container>h3,
    .post-inner-container>h4,
    .post-inner-container ul {
        width: var(--blog-width);
        max-width: var(--blog-width);
    }

    .feature-lockup-1 {
        width: var(--blog-width);
        max-width: var(--blog-width);
        justify-content: flex-start;

    }


    .blog-hero-inner-container {
        max-width: var(--blog-width);
    }

    .size-text-width {
        max-width: var(--blog-width);
    }

    .quote {
        max-width: var(--blog-width);

    }

}

.size-medium {
    width: 500px;
}

.post-content {
    text-align: left;
    color: rgb(49, 67, 81);
    width: 100vw;
    max-width: 100%;
    overflow: hidden;

}

.post-inner-container {
    align-items: center;
    padding: 0 2em;
    overflow: hidden;

}



.post-content ul {
    list-style: square;
}

.post-content ul.list-indent {
    margin-left: 2em;
}

.post-content ul.list-indent-2 {
    margin-left: 4em;
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content img {
    margin: 1em 0;
    word-spacing: 0.075em;
    letter-spacing: 0.01em;
}

.post-content ul.list-indent ul {
    margin-top: 2px;
    margin-bottom: 5px;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.15);

}

.blog-hero-container {
    width: 100%;
    background: #547cee;
    color: white;
    /* text-shadow: 2px 2px 0px #38374a, 4px 4px 0px rgba(0,0,0,0.3); */
    padding: 30px;
    margin-bottom: 50px;
    /* min-height: 400px; */
}

.blog-hero-container h1 {
    text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);

}

.blog-hero-inner-container {
    flex-flow: row wrap;
    justify-content: flex-start;
}



.blog-hero-container .left {
    flex: 1 1 65%;
    justify-content: space-between;
    align-items: flex-start;

}

.blog-hero-container .author-container {
    margin: 30px 0 0;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;

}

.author-img-container {
    overflow: hidden;
    border-radius: 50%;
    background: #424041;
    padding: 8px;
}

.author-img-container img {
    margin: 0;
}

.blog-hero-container .author-text-container {
    margin-left: 15px;
    align-items: flex-start;
}

.blog-hero-container .author {
    /* font-family: 'Marksman', 'Lato', sans-serif; */
    margin: 0 0 5px;
    font-weight: bold;
}

.blog-hero-container .date {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    font-size: 0.8em;
}

.post-content .sub {
    font-size: 0.8em;
}

.post-inner-container .header-label {
    width: auto;
    align-self: center;
    margin-bottom: 0;
}



.red-dashed-border {
    border: 3px dashed #b13535;
    border-radius: 12px;
}

.gallery-3-across {
    flex-flow: row wrap;
    justify-content: space-between;
}

.gallery-3-across>img,
.gallery-3-across>div {
    flex: 0 0 auto;
}

.gallery-grow {
    width: 100%;
}

.gallery-grow div {
    flex: 1 1 auto;
}

.gallery-grow img {
    width: 100%;

}


.image-container-tight img,
.image-container-tight * {
    margin: 0;
}

.feature-lockup-1 {
    background: #547cee;
    color: white;
    flex-flow: row wrap;
    position: relative;
    justify-content: space-between;
    padding: 20px 40px;

}







.feature-lockup-1 .background-fill {
    fill: #547cee;
}

.feature-lockup-1::before {
    content: "";
    /* content: url(/img/blog-lockup-1-bookends.png); */
    position: absolute;
    left: -50px;
    width: 50px;
    top: 0;
    height: 100%;
    background-image: url(/img/blog-lockup-1-bookends.png);
    background-repeat: repeat-y;
}

.feature-lockup-1::after {
    content: "";
    /* content: url(/img/blog-lockup-1-bookends.png); */
    position: absolute;
    transform: scaleX(-1);
    right: -50px;
    width: 50px;
    top: 0;
    height: 100%;
    background-image: url(/img/blog-lockup-1-bookends.png);
    background-repeat: repeat-y;

}

.feature-lockup-1 .text-container {
    /* background: white; */
    margin: 10px 0;
    flex: 0 0 75%;
    justify-content: flex-start;
    align-items: flex-start;
}

.feature-lockup-1 .text-container h4,
.feature-lockup-1 .text-container ul {
    width: auto;
    max-width: unset;
}

.svg-holder.feature-lockup-1 {
    /* flex-flow: row nowrap; */
}

@media (max-width: 600px) {
    .feature-lockup-1 .text-container {
        flex: 1 1 auto;
    }

    .svg-holder.feature-lockup-1 {
        justify-content: center;
        flex-flow: row wrap;
    }

    .feature-lockup-1 {
        width: 100vw;
        max-width: unset;
        padding: 20px;
        /* max-width: 100%; */
        /* overflow: hidden; */
    }

    .comment-section-container {
        overflow: hidden;
    }

}


blockquote {
    padding: 0 2em;
    box-sizing: border-box;
}

.post-inner-container blockquote p {
    max-width: 100%;
}

blockquote p::before {
    content: '\201C';
}

blockquote p::after {
    content: '\201D';
}

.quote {
    margin: 0;
    background: #eee;
    background: #d9d9d9;

    padding: 1em;
    border-radius: 1em;
}



figcaption {
    align-items: flex-end;
    align-self: flex-end;
    max-width: 75%;
    text-align: right;
}

cite {
    font-size: 0.8em;
}

cite a {
    text-decoration: underline;
    color: inherit;
}

.comment-section-container {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 70vw;
    max-width: 100%;
}



.comment-section-container>.feature-lockup-1 {
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 70vw;
    max-width: 100%;

}

.comment-section-container p {
    margin: 1em;
}

.comment-section-container .svg-holder {
    justify-content: center;
}

.comment-section-container svg {
    margin: 24px;
    width: 48px;
}

.button-2 {
    border: 2px solid #43a822;
    background-color: #43a822;
    color: white;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 0 #43a822;
    transition-duration: 0.4s;
    text-shadow: 2px 2px 0 #43a822;
    border-radius: 10px;
    background: #6abe30;
    color: white;
    padding: 1em 1.5em;
}

.button-2:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #42964c;
    text-shadow: 2px 2px 0 #42964c;
    background-color: #69c160;
    border: 2px solid #42964c;
}

.button-2:active {
    transform: translateY(5px) scale(0.9);
}


@media (min-width: 600px) {

    .blog-hero-container {
        padding: 50px 100px;
        margin-bottom: 75px;
        min-height: 400px;
    }

    .gallery-3-across>img,
    .gallery-3-across>div {
        max-width: 30%;
    }

    figcaption {
        max-width: 50%;
    }

    .quote figcaption,
    .quote blockquote {
        margin: 1em;
    }
}


.image-caption {
    align-self: center;
    text-align: center;
    font-style: italic;
    margin-bottom: 2em;
}


.styled-table {
    border-collapse: collapse;
    margin: 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

table a {
    color: #ffffff;

}

thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: center;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

td:first-of-type {
    font-size: 0.8em;
    text-align: right;
}

td:nth-of-type(2) {
    font-weight: bold;
    color: #666;
}



.table-container-scroll {
    max-width: 100vw;
    overflow-x: scroll;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: hidden;
    margin: 25px 0;
    padding: 20px;
}

@media screen and (max-width:525px) {
    .styled-table {
        font-size: 0.6rem;
    }

    .table-container-scroll {
        padding: 20px 0;
    }
}

.tweet-container{
    width: 95vw;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tweet-container iframe {
    width: 100% !important;
}  