/*********************
Blog Post Card
*********************/
.post-card {
    background-color: #f5f5f5;
}

.post-card .image-wrap {
    height: 283px;
    position: relative;
    overflow: hidden;
}

.post-card .image-wrap picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.post-card .image-wrap img {
    object-fit: cover;
    height: auto;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.post-card .image-wrap .image-link:hover img {
    transform: scale(1.01);
}

.post-card .image-wrap a.category {
    display: block;
    color: #fff;
    padding: 12px;
    border: 2px solid transparent;
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.post-card .image-wrap a.category:hover {
    opacity: 0.9;
}

.post-card .post-content {
    padding: 16px 16px 24px;
}

.post-card .post-content a:hover,
.post-card .post-content a:focus {
    color: #004ab0 !important;
    text-decoration: underline;
}

.post-card .post-content .title {
    color: #000;
    font-family: Calluna;
    font-size: 32px;
    font-weight: 700;
}

.post-card .post-content .meta {
    display: flex;
    color: #4f5459;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.post-card .post-content .meta span:first-of-type {
    border-right: 1px solid #4f5459;
    padding-right: 5px;
    margin-right: 5px;
}

.post-card .post-content .meta span a {
    color: #4f5459;
}

.post-card .post-content .copy {
    color: #4f5459;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.post-card .post-content .read {
    color: #004ab0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*********************
Blog Archive Pages
*********************/

.hero-section.default {
    color: #fff;
    text-align: center;
    font-family: Calluna;
    font-size: 55px;
    font-weight: 600;
    line-height: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.blog-breadcrumbs .breadCrumbWrapper {
    background-color: #fff;
    padding: 12px 0;
}

.blog-breadcrumbs .breadCrumbWrapper a {
    color: #404040;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.blog-breadcrumbs .breadCrumbWrapper a:hover,
.blog-breadcrumbs .breadCrumbWrapper a:focus {
    text-decoration: underline !important;
    color: #002d6b !important;
}

.blog-breadcrumbs .breadCrumbWrapper span.breadcrumb_last {
    color: #404040;
    font-weight: 700;
    font-family: Poppins;
    font-size: 16px;
}

.archives-content-wrap .inner-wrap {
    display: grid;
    grid-template-rows: auto auto auto auto;
    padding: 20px 0;
    row-gap: 40px;
}

.archives-content-wrap .inner-wrap .filters {
    grid-row: 1;
    padding: 32px 20px;
    background: #f5f5f5;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.archives-content-wrap .inner-wrap .filters .filter h3 {
    color: #000;
    font-family: Poppins;
    font-weight: 700;
}

.archives-content-wrap .inner-wrap .filters .filter.search h3 {
    font-size: 14px;
    line-height: 170%;
}

.archives-content-wrap .inner-wrap .filters .filter.search input {
    font-size: 14px;
    font-family: Poppins;
}

.archives-content-wrap .inner-wrap .filters .filter.search input::placeholder {
    color: #101e2b;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
}

.archives-content-wrap .inner-wrap .filters .filter.list {
    border-top: 1px solid #4f5459;
    border-bottom: 1px solid #4f5459;
    padding: 16px 0;
    margin-top: 24px;
}

.archives-content-wrap .inner-wrap .filters .filter.list h3 {
    font-size: 20px;
    line-height: 140%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.archives-content-wrap .inner-wrap .filters .filter.list #toggle-categories #minus-icon {
    display: none;
}

.archives-content-wrap .inner-wrap .filters .filter.list ul {
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 15px;
}

.archives-content-wrap .inner-wrap .filters .filter.list ul li {
    margin-bottom: 4px;
}

.archives-content-wrap .inner-wrap .filters .filter.list ul li a {
    color: #4f5459;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.archives-content-wrap .inner-wrap .filters .filter.list ul li a:hover,
.archives-content-wrap .inner-wrap .filters .filter.list ul li a:focus {
    color: #004ab0;
}

.archives-content-wrap .inner-wrap .posts {
    grid-row: 2;
    display: grid;
    row-gap: 23px;
}

.archives-content-wrap .inner-wrap .pagination {
    display: flex;
    justify-content: center;
    margin: 0;
}

.archives-content-wrap .inner-wrap .pagination .navigation {
    margin: 30px 0;
}

.archives-content-wrap .inner-wrap .pagination ul {
    margin: 0;
}

.archives-content-wrap .inner-wrap .pagination ul li a {
    color: #004ab0;
    border: 2px solid #004ab0;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.archives-content-wrap .inner-wrap .pagination ul li a:focus,
.archives-content-wrap .inner-wrap .pagination ul li a:hover {
    background-color: #004ab0;
    color: #fff;
}

.archives-content-wrap .inner-wrap .pagination ul li.active a {
    background-color: #004ab0;
    color: #fff;
}

.archives-content-wrap .inner-wrap .blog-contact {
    grid-row: 4;
    padding: 40px 32px;
    background-color: #002d6b;
}

.archives-content-wrap .inner-wrap .blog-contact .heading {
    color: #fff;
    font-family: Calluna;
    font-size: 26px;
    font-weight: 700;
}

.archives-content-wrap .inner-wrap .blog-contact .copy {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 28px;
}

.archives-content-wrap .inner-wrap .blog-contact .copy:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #06baf7;
    display: block;
    margin-top: 6px;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_required_legend {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield {
    margin-bottom: 16px;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield:last-of-type {
    margin-bottom: 0;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield_label {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.archives-content-wrap .inner-wrap .blog-contact input {
    font-family: Poppins;
    font-size: 14px;
    color: #000;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield_description {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.archives-content-wrap .inner-wrap .blog-contact .gfield_checkbox .gchoice label {
    color: #fff;
    font-family: Poppins;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_button.button {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    letter-spacing: normal;
    padding: 12px 22px;
    margin-top: 40px;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_button.button:hover,
.archives-content-wrap .inner-wrap .blog-contact .gform_button.button:focus {
    background-color: #fff;
    color: #002d6b;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_confirmation_wrapper {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_confirmation_wrapper a {
    border: 2px solid #fff;
    color: #fff;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 12px 22px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.archives-content-wrap .inner-wrap .blog-contact .gform_confirmation_wrapper a:hover,
.archives-content-wrap .inner-wrap .blog-contact .gform_confirmation_wrapper a:focus {
    border-color: #002d6b !important;
    color: #002d6b !important;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .archives-content-wrap .inner-wrap {
        padding: 56px 0 104px;
    }

    .archives-content-wrap .inner-wrap .posts {
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
        column-gap: 23px;
    }
}

@media screen and (min-width: 992px) {
    .archives-content-wrap .inner-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto 1fr auto;
        column-gap: 76px;
        row-gap: 56px;
    }

    .archives-content-wrap .inner-wrap .posts {
        grid-area: 1/1/3/3;
        align-content: flex-start;
    }

    .archives-content-wrap .inner-wrap .filters {
        grid-column: 3;
        grid-row: 1;
        align-self: start;
        padding: 32px;
    }

    .archives-content-wrap .inner-wrap .filters #toggle-categories {
        display: none;
    }

    .archives-content-wrap .inner-wrap .filters .filter.list ul {
        display: block !important;
    }

    .archives-content-wrap .inner-wrap .blog-contact {
        grid-column: 3;
        grid-row: 2;
        align-self: start;
        position: sticky;
        top: 120px;
    }

    .archives-content-wrap .inner-wrap .pagination {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: auto;
    }
}


/*********************
Single Blog Post
*********************/
.post-template-default.single.single-post main {
    background-color: #f5f5f5;
}

.hero-section.single-blog {
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section.single-blog a.back-btn {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
}

.hero-section.single-blog a.back-btn:hover,
.hero-section.single-blog a.back-btn:focus {
    text-decoration: underline;
}

.single-post-wrap {
    background-color: transparent;
}

.single-post-wrap article {
    padding: 40px 20px;
    background-color: #fff;
    margin-bottom: 80px;
}

.single-post-wrap article .heading h1 {
    color: #000;
    font-family: Calluna;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.single-post-wrap article .meta {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-family: Poppins;
    color: #000;
    font-weight: 400;
    border-top: 2px solid #004ab0;
    border-bottom: 2px solid #004ab0;
    padding: 20px 0;
    margin: 20px 0;
}

.single-post-wrap article .meta .author {
    font-size: 16px;
    line-height: 29px;
    display: flex;
    align-items: center;
}

.single-post-wrap article .meta .author img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.single-post-wrap article .meta .author p {
    margin: 0;
}

.single-post-wrap article .meta .author p a {
    color: #004ab0;
}

.single-post-wrap article .meta .author p a:hover,
.single-post-wrap article .meta .author p a:focus {
    color: #002d6b;
    text-decoration: underline;
}

.single-post-wrap article .meta .category {
    padding: 12px;
    color: #fff;
    font-size: 12px;
    align-self: flex-start;
    width: auto;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.single-post-wrap article .meta .date {
    font-size: 16px;
    line-height: 29px;
}

.single-post-wrap article .image-wrap {
    width: 100%;
    padding: 24px 0;
}

.single-post-wrap article .image-wrap picture {
    width: 100%;
    height: 100%;
    display: flex;
}

.single-post-wrap article .image-wrap picture img {
    object-fit: cover;
    height: auto;
    width: 100%;
}

.single-post-wrap article .blog-content h1,
.single-post-wrap article .blog-content h2,
.single-post-wrap article .blog-content h3,
.single-post-wrap article .blog-content h4,
.single-post-wrap article .blog-content h5,
.single-post-wrap article .blog-content h6 {
    color: #272829;
    font-family: Calluna;
    font-weight: 700;
}

.single-post-wrap article .blog-content p,
.single-post-wrap article .blog-content ul,
.single-post-wrap article .blog-content ol {
    color: #272829;
    font-family: Poppins;
    font-weight: 400;
    line-height: 28px;
}

.single-post-wrap article .blog-content figure {
    margin-bottom: 24px;
}

.single-post-wrap article .blog-content img {
    width: 100%;
}

.single-post-wrap article .blog-content a {
    color: #004ab0;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}

.single-post-wrap article .blog-content a:hover,
.single-post-wrap article .blog-content a:focus {
    opacity: 0.9;
    text-decoration: underline;
}

.single-post-wrap article .about-post-author {
    padding: 48px 20px;
    background-color: #f2f3f3;
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
}

.single-post-wrap article .about-post-author .author-image img {
    border-radius: 50%;
}

.single-post-wrap article .about-post-author .author-details .name {
    color: #000;
    font-family: Calluna;
    font-size: 28px;
    font-weight: 700;
}

.single-post-wrap article .about-post-author .author-details .title {
    color: #004ab0;
    font-family: Calluna;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
}

.single-post-wrap article .about-post-author .author-details .bio p {
    color: #0a1e4a;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.single-post-wrap article .about-post-author .author-details .link {
    color: #004ab0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.related-posts {
    background-color: #fff;
    padding: 104px 0;
    display: none;
}

.related-posts h2 {
    color: #000;
    font-family: Calluna;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 48px;
}

.related-posts .posts {
    display: grid;
    column-gap: 23px;
    grid-template-columns: 1fr 1fr 1fr;
}

.related-posts .view-blogs {
    display: flex;
    justify-content: center;
}

.related-posts .view-blogs a {
    margin-top: 48px;
    padding: 14px 24px;
    border: 2px solid #004ab0;
    background-color: #004ab0;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 600;
    line-height: 28.5px;
}

.related-posts .view-blogs a:hover,
.related-posts .view-blogs a:focus {
    background-color: #fff;
    color: #004ab0;
}

@media screen and (max-width: 767px) {
    .single-post-wrap .grid-container {
        padding: 0;
    }

    .single-post-wrap article h1 {
        font-size: 32px;
    }

    .single-post-wrap article h2 {
        font-size: 29px;
    }

    .single-post-wrap article h3 {
        font-size: 25px;
    }

    .single-post-wrap article h4 {
        font-size: 21px;
    }

    .single-post-wrap article p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .hero-section.single-blog {
        height: 300px;
    }

    .hero-section.single-blog a.back-btn {
        margin-bottom: 16px;
    }

    .single-post-wrap {
        margin-top: -134px;
    }

    .single-post-wrap article {
        padding: 80px;
    }

    .single-post-wrap article .heading h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .single-post-wrap article .meta {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .single-post-wrap article .about-post-author {
        grid-template-columns: auto 1fr;
        padding: 48px;
    }

    .related-posts {
        display: block;
    }
}


/*********************
Blog Post Contact Block
*********************/

.blog-post-contact-block {
    padding: 40px 32px;
    background-color: #002d6b;
    margin: 24px 0;
}

.blog-post-contact-block .heading {
    color: #fff !important;
    font-family: Calluna;
    font-size: 32px;
    font-weight: 700;
}

.blog-post-contact-block .copy {
    color: #fff !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-post-contact-block .copy:after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #06baf7;
    display: block;
    margin-top: 6px;
}

.blog-post-contact-block .gform_required_legend {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.blog-post-contact-block .gfield {
    margin-bottom: 16px;
}

.blog-post-contact-block .gfield:last-of-type {
    margin-bottom: 0;
}

.blog-post-contact-block .gfield_label {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
}

.blog-post-contact-block input {
    font-family: Poppins;
    font-size: 14px;
    color: #000;
}

.blog-post-contact-block .gfield_description {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
}

.blog-post-contact-block .gfield_checkbox .gchoice {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

.blog-post-contact-block .gfield_checkbox .gchoice label {
    color: #fff;
    font-family: Poppins;
}

.blog-post-contact-block .gform_button.button {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    letter-spacing: normal;
    padding: 12px 22px;
    margin-top: 40px;
}

.blog-post-contact-block .gform_button.button:hover,
.blog-post-contact-block .gform_button.button:focus {
    background-color: #fff;
    color: #002d6b;
}

.blog-post-contact-block .gform_confirmation_wrapper {
    color: #fff;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}

.blog-post-contact-block .gform_confirmation_wrapper a {
    border: 2px solid #fff;
    color: #fff !important;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 12px 22px;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150% !important;
}

.blog-post-contact-block .gform_confirmation_wrapper a:hover,
.blog-post-contact-block .gform_confirmation_wrapper a:focus {
    border-color: #002d6b !important;
    color: #002d6b !important;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .blog-post-contact-block {
        padding: 40px 48px;
        display: grid;
        grid-template-columns: 38% auto;
        column-gap: 48px;
    }

    .blog-post-contact-block .gform_confirmation_wrapper a {
        display: inline;
    }
}