html,
body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #1d286a;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.hero-image {
    width: 70%;
    height: 100%;
}

.hero-inner {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.25rem 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-title {
    white-space: pre-wrap;
    color: #46558A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0.8px;
    line-height: 4.3125rem;
    margin-top: 2.625rem;
}

.hero-subtitle {
    /* white-space: pre-wrap; */
    color: #46558A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.56px;
    line-height: 2rem;
    margin: 0;
}

.featured {
    background-color: #0E3168;
    position: relative;
}

.featured-inner {
    max-width: 70rem;
    margin: 0 auto;
    display: flex;
    padding-top: 181px;
    padding-bottom: 281px;
    align-items: center;
    position: relative;
}

.featured-thumbnail {
    margin-right: 66px;
    max-width: 560px;
    height: auto;
}

img {
    vertical-align: middle;
    border: 0;
}

.featured-announcement {
    color: #E4B85B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 26px;
    margin-bottom: 24px;
}

.featured-title {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    letter-spacing: 0.4px;
    line-height: 58px;
    margin-bottom: 21px;
}

.featured-excerpt {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.56px;
    line-height: 26px;
    margin-bottom: 62px;
}

.featured-read-more-link {
    color: #E7BA5B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.featured::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 200px 300px;
    border-right-color: #C4CEDB;
    border-bottom-color: #C4CEDB;
}

.posts-loop {
    position: relative;
    top: -160px;
}

.posts-loop-inner {
    max-width: 70rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.post-loop {
    width: calc(100% / 3 - 4rem / 2);
    margin-right: 2rem;
    position: relative;
    margin-bottom: 2rem;
    background-color: #FCFFFF;
}

.post-loop-thumbnail-wrapper {
    padding-top: calc(200% / 3);
    position: relative;
}

.post-loop-thumbnail {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-position: center;
    object-fit: cover;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.post-loop-info {
    padding: 41px 23px;
}

.post-loop-category .post-categories {
    list-style: none;
    margin-bottom: 15px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.post-loop-category .post-categories a {
    color: #46558A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
}

a:-webkit-any-link {
    /* color: -webkit-link; */
    cursor: pointer;
}

.post-loop-title {
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: uppercase;
}

.post-loop-excerpt {
    color: #838383;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p,
pre {
    margin: 1em 0;
}

.post-loop-info-animation-helper {
    transition: max-height 0.15s ease-out;
    height: 30px;
    max-height: 0px;
}

.post-loop-info-next-arrow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68px;
    height: 68px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #A7C0B9;
    color: white;
    font-size: 70px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.post-loop-publish-time {
    color: #46558A;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1.33px;
    line-height: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .posts-loop {
        margin-bottom: -80px;
    }
    .posts-loop-inner {
        max-width: 90vw;
    }
    .post-loop {
        width: calc(100% / 2 - 4rem / 2);
        margin-right: 2rem;
        position: relative;
        margin-bottom: 2rem;
        background-color: #FCFFFF;
    }
}

@media screen and (max-width: 767px) {
    .hero-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 5rem;
    }

    .hero-title {
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 0rem;
    }

    .hero-image {
        width: 100%;
    }

    .featured-inner {
        flex-wrap: wrap;
        padding: 30px 1.25rem 160px;
        max-width: 100%;
    }

    .featured-thumbnail {
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .featured-announcement {
        margin: 12px 0;
    }

    .featured-title {
        font-size: 2.5rem;
        line-height: 2.6rem;
    }

    .featured-excerpt {
        margin-bottom: 1rem;
    }
    .posts-loop {
        top: -100px;
        margin-bottom: -120px;
    }
    .posts-loop-inner {
        margin: 0 1.25rem;
    }
    .post-loop {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .post-loop-info {
        padding: 0.7rem 1rem;
    }
    .post-loop-category .post-categories {
        margin-bottom: 5px;
    }
    .post-loop-title {
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .post-loop-excerpt p {
        margin-bottom: 0.5rem;
    }
    .post-loop-publish-time {
        font-size: 10px;
    }
}