
.hidden-out-of-view {
    opacity: 1 !important;
    transform: none !important;
}

section#blogSection {
    padding-top: 40px;
}
section#blogSection div.content {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    flex-wrap: wrap;
}
.blogPost {
    flex: 0 0 33.3333%;
    padding: 20px;
}
.blogPost a {
    display: block;
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: var(--color-dark);
    color: #fff;
}
.blogPost a.primary {
    background: var(--color-primary);
}
.blogPost a.blue {
    background: var(--color-blue);
}
.blogPost a.secondary {
    background: var(--color-secondary);
}
.blogPost a.tertiary {
    background: var(--color-tertiary);
    color: #000;
}
.blogPost.firstPost {
    flex: 0 0 100%;
    padding: 30px 20px;
}
.blogPost.firstPost>a {
    display: flex;
    flex-direction: row;
}
.blogPost div.postImage {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
}
.blogPost.firstPost div.postImage {
    flex: 1 1 60%;
    height: 400px;
}
.blogPost div.postContent {
    padding: 20px 14px 0;
}
.blogPost.firstPost div.postContent {
    padding: 20px 14px 10px 20px;
    flex: 1 1 40%;
}
.blogPost div.postContent h3 {
    font-size: 20px;
    font-family: 'GaretHeavy', sans-serif;
    margin: 0;
    height: auto;
    min-height: 88px;
    overflow-y: hidden;
}
.blogPost.firstPost div.postContent h3 {
    font-family: 'GaretHeavy', sans-serif;
    font-size: 26px;
}
.blogPost div.postContent h4 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #333;
}
.blogPost div.postContent p {
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 4px;
}
.blogPost.firstPost div.postContent p {
    font-size: 18px;
}
.blogPost div.postContent time {
    color: rgba(var(--color-dark-rgb), 0.4);
    font-size: 12px;
    font-weight: 600;
}

section#blogPostSection div.content {
    max-width: 900px;
    display: flex;
    flex-direction: row;
    position: relative;
}
section#blogPostSection div.sharingList {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-top: 20vh;
    left: -120px;
}
section#smallSharingListSection {
    padding-bottom: 30px;
    display: none;
}
@media (max-width: 1200px) {
    section#smallSharingListSection {
        display: block;
    }
    section#blogPostSection div.sharingList {
        display: none;
    }
}
section#smallSharingListSection div.sharingList {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
}
div.sharingList a {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    background: var(--color-dark);
    transition: opacity 300ms;
}
div.sharingList a:hover {
    opacity: 1;
}
div.sharingList ion-icon {
    width: 20px;
    height: 20px;
}
section#blogPostSection div.postContent {

}
section#blogPostSection div.postContent div.post-cta {
    text-align: center;
}
section#blogPostSection div.postContent div.post-cta button {
    font-size: 22px;
    margin: 0;
    padding: 8px 30px;
}
section#blogPostSection time {
    margin-bottom: 26px;
    display: block;
    color: rgba(var(--color-dark-rgb), 0.4);
    font-weight: 600;
}
section#blogPostSection div.articleImage img {
    max-width: 100%;
    border-radius: 14px;
}

section#blogPostSection article.articleContent h2 {
    font-family: 'GaretHeavy', sans-serif;
    font-size: 20px;
    margin-top: 32px;
}

section#blogPostSection article.articleContent h3 {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
}

section#blogPostSection h2.blogTitle {
    font-size: 36px;
    font-family: 'GaretHeavy', sans-serif;
    color: var(--color-dark);
    line-height: 1.4em;
    margin: 20px 0;
}
section#blogPostSection h4 {
    font-family: 'GaretHeavy', sans-serif;
    font-size: 20px;
    color: rgba(var(--color-dark-rgb), 0.5);
    text-transform: uppercase;
    margin: 30px 0 0 0;
}
section#blogPostSection p {
    font-size: 18px;
    line-height: 1.4em;
}
section#blogPostSection blockquote {
    color: #00B5A9;
    font-style: italic;
    border-left: 3px solid #00B5A9;
    padding: 0 0 0 20px;
}
section#blogPostSection article {
    padding: 30px 0 60px;
}

section#blogPostSection article figure {
    margin: 0 auto;
}
section#blogPostSection article img {
    max-width: 100%;
}
iframe.giphy-embed {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1.7777;
}

section#authorSection {
    padding: 60px 20px;
}
section#authorSection div.content {
    max-width: 1100px;
}
section#authorSection address {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 50px;
    background: #f5f5f8;
    border-radius: 20px;
    font-style: normal;
}
section#authorSection address h2 {
    font-size: 20px;
    margin: 0;
}
section#authorSection address p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
section#authorSection div#authorPhotoContainer img {
    border-radius: 50%;
    margin-right: 40px;
    width: 240px;
    height: 240px;
    object-fit: cover;
}

section#otherPosts {
    padding-bottom: 40px;
}
section#otherPosts h2 {
    font-family: 'GaretHeavy', sans-serif;
    color: rgba(var(--color-dark-rgb), 0.5);
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}
section#otherPosts div.flexList {
    display: flex;
    flex-direction: row;
}
section#otherPosts div.blogPost {
    flex: 1 33.333%;
}
section#otherPosts div.blogPost>a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: none;
    color: #000;
}
section#otherPosts div.blogPost div.postImage {
    flex: 0 1 20%;
    height: auto;
    background-position: center center;
    background-size: cover;
    border-radius: 14px;
}
section#otherPosts div.blogPost div.postImage:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
section#otherPosts div.blogPost .postContent {
    flex: 1 0 80%;
    padding: 0 0 10px 20px;
}
section#otherPosts div.blogPost .postContent h3 {
    font-size: 20px;
    margin-bottom: 0;
    height: auto;
    color: var(--color-dark);
}
section#otherPosts div.blogPost .postContent h4 {
    font-family: 'Albert Sans', 'sans-serif';
    font-size: 10px;
    font-weight: 800;
    margin: 6px 0;
    background: #eee;
    text-transform: uppercase;
}
section#otherPosts div.blogPost .postContent p {
    font-size: 14px;
    margin: 6px 0;
    line-height: 20px;
}

@media (max-width: 800px) {

    section#blogSection {
        padding-top: 0;
    }

    .blogPost {
        flex: 0 0 100%;
    }
    .blogPost div.postImage {
        height: 200px;
    }
    .blogPost.firstPost>a {
        flex-direction: column;
    }
    .blogPost.firstPost div.postImage {
        flex: 1 1 200px;
        height: auto;
    }

    .blogPost div.postContent h3 {
        height: auto !important;
    }

    section#blogPostSection article {
        padding: 10px;
    }

    section#otherPosts div.flexList {
        flex-direction: column;
    }
    section#otherPosts div.blogPost .postContent {
        flex-basis: 65%;
    }
    section#otherPosts div.blogPost div.postImage {
        flex-basis: 25%;
    }

    section#otherPosts {
        padding-bottom: 0;
    }

    section#authorSection address {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

}
