.twoam-hero {
    object-fit: cover;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 620px;
    margin-bottom: 50px;
    display: block;

    position: relative;
}

.blogcontent {
    z-index: 999;
    border-bottom-left-radius: 150px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 45px 136px 0;
    position: relative;
}

.single_blog .main_content p,
.single_blog .main_content li {
    opacity: 1;
    color: #191a1f;
    letter-spacing: .18px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: Lato, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.75rem;
    display: block;

}

.single_blog .hero2am h1 {
    color: #191a1f;
    letter-spacing: -.03125rem;
    max-width: 80%;
    margin-bottom: 60px;
    font-family: Gilmer, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.125rem;
}

.single_blog .main_content h2 {
    color: #212b36;
    margin-top: -90px;
    padding-top: 100px;
    font-family: Inter, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.25rem;
}

.single_blog .main_content h3 {
    color: #212b36;
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.625rem;
}

.date_time {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;

    border-radius: 48px;
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    align-items: center;
}

.author-profile-social-link-2am {
    color: fff;
}

.timewraper {
    width: fit-content;
    position: absolute;
    bottom: .87rem;
    left: 1.5rem;
}

.blogpostauthor {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;


}

.blogpostauthor img,
.blogpostauthor svg {
    border-radius: 100%;
    width: 2.5rem !important;
    height: 2.5rem !important;
}


.blogpostauthorname {
    font-size: .9375rem;
    font-weight: 600;
}

#blogpostcontentwrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    align-items: stretch;

    margin-bottom: 6.31rem;
    display: flex;
    padding: 0px;
    margin: 50px 0 0 !important;
}

#blogpostcontentwrapper blockquote {
    color: #212b36;
    background-color: #f6f7f8;
    border-left-width: .625rem;
    border-left-color: #efdaa4;
    border-radius: 0 .625rem .625rem 0;
    padding: 2.2rem 3.5rem;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.71875rem;

}

.single_blog .hero2am {
    border-bottom: 2px solid #e4e4e4;
    position: relative;
    background-repeat: no-repeat;
    z-index: 0;
    /*min-height: 478px;*/
    /*padding: 170px 170px 92px;*/
    background-size: contain;
    background-position: center right;
}

.single_blog .hero2am:before {
    content: '';
    width: 70%;
    height: 100%;
    background: var(--white);
    -webkit-transform: skew(335deg);
    -moz-transform: skew(335deg);
    -o-transform: skew(335deg);
    transform: skew(335deg);
    position: absolute;
    top: 0;
    left: -226px;
    z-index: -1;
}

.single_blog .hero2am .dot-text {
    position: relative;
    font-family: Gilmer_Regular;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: 8px;
    color: var(--black);
    padding-left: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single_blog .hero2am .dot-text:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    background: var(--primary);
}

.single_blog .hero2am h1 {
    color: #191a1f;
    letter-spacing: -.03125rem;
    max-width: 80%;
    margin-bottom: 60px;
    font-family: Gilmer, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.125rem;
}

.gh-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;

    color: #111;

    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;

    margin-top: 2rem;
    margin-bottom: 4rem;


    align-items: baseline;
}

.gh-breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.gh-breadcrumbs li a {
    opacity: .75;
}

.gh-breadcrumbs li+li::before {
    content: '/';
    margin: 0 0.5em;
}

.gh-breadcrumbs-active {
    opacity: .45;
}

.timesCont img {
    margin-right: 10px;
}

.contentDiv {
    grid-column-gap: 5rem;
    grid-row-gap: 2.19rem;
    display: flex;
    /*justify-content: center;*/
}

.contentBody {
    width: 60%;
}

.authinfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

li.toc-list-item {

    line-height: 2.5rem !important;
}

.contentBody iframe {
    width: 100%;
    height: 500px;
}

.contentBody .tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}


#blogpostcontentwrapper>div.contentDiv>div>div>table>thead>tr>th {
    text-align: center;
}

#blogpostcontentwrapper td {
    padding: 10px;
}

.contentBody .tg span {
    opacity: 1;
    color: #191a1f;
    letter-spacing: .18px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    display: block;
}

.blog__categories a {
    border-radius: 5px;
    font: 0.875em/1 Gilmer_Regular;

    margin-bottom: 10px;
    background-color: #FE912D;
    padding: 5px 10px;
    color: white !important;
}

.blog__categories span {
    font-weight: 600;
}

.single_blog .blog__addon {
    border: none;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 20px 0 30px;
}

.single_blog .blog__addon .socials_wrapper span {
    background: #696871 !important;
}

.single_blog .blog__addon .wrapper div>span {
    color: #696871 !important;
}

.single_blog .blog__addon .wrapper {
    max-width: 1056px;
    padding-left: 0rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single_blog .blog__categories {
    margin: 44px 0 0px;
}

.single_blog .blog__nav {
    margin-bottom: 60px;
}

.single_blog .banner {
    border: none;
    min-width: fit-content;
    width: max-content;
    margin: 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent;
    padding: 0px;
    z-index: 0;
}

div.banner.twoam>div>div>a>span {
    background-color: white !important;
}

div.twoam-hero>div>div>div.banner.twoam>div>div {
    margin: 0;
}

.subscribeCont p {
    color: #fff !important;
    text-align: center !important;
    letter-spacing: -.0165rem !important;
    align-self: auto !important;
    font-size: 1.375rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

.subscribeCont {
    -webkit-text-fill-color: inherit;
    background-position-y: bottom;
    background-size: cover;
    background-clip: border-box;
    border-radius: 16px;
    flex-flow: column;
    width: 16rem;
    margin: 0 0 0 auto;
    padding: 1rem 1.87rem 1rem;
    display: flex;
    margin-bottom: 20px;
}

#subsub {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    align-self: center;
    width: 9.375rem;
    margin-top: 0;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 10px;

}

#subsub:hover {
    cursor: pointer;
}

.single_blog .main_content a:hover {
    color: var(--primary);
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    aside.gh-sidebar {
        display: none;
    }

    .contentBody {
        width: 100%;
    }

    .blogcontent {
        padding: 45px 80px 0;
    }

    .single_blog .main_content p,
    .single_blog .main_content li {
        font-size: 22px;
    }

    #blogpostcontentwrapper blockquote {

        font-size: 22px;

    }

    .gh-breadcrumbs {

        font-size: 13px;

    }

}

/* MOBILE */

@media (max-width: 768px) {

    .single_blog ol li:not(:first-child),
    .single_blog ul li:not(:first-child) {
        display: none;
    }

    .single_blog .hero2am h1 {
        max-width: 100%;
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 3.125rem;
    }

    .blogcontent {
        padding: 20px 20px 0;
    }

    .twoam-hero {
        height: 300px;
    }

    .date_time {
        grid-column-gap: 6vw;
        grid-row-gap: 6vw;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        width: max-content;
        font-size: 10px;
        border-radius: 0px;
    }

    .timewraper {
        left: 0rem;
        bottom: 0px;
        width: 100%;
        background-color: #000000b3;
        text-align: center;
        text-align: -webkit-center;
    }

    .single_blog .banner .socials_wrapper span {
        background-color: #2E2F32;
        width: 20px;
        height: 20px;
        display: block;
    }

    aside.gh-sidebar {
        display: none;
    }

    .contentBody {
        width: 100%;
    }

    #blogpostcontentwrapper blockquote {

        padding: 1.5rem 1rem;

    }

    .single_blog .blog__addon .socials_wrapper span {
        width: 40px;
        height: 40px;
        display: block;
        background: #fff;
    }

    .single_blog .link {
        display: flow;
        align-items: center;
        text-align: center;
    }

    .single_blog .main_content h2 {
        color: #212b36;
        margin-top: -90px;
        padding-top: 100px;
        font-family: Inter, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
    }

    figcaption {
        padding: 0rem 1.5rem 1rem;
        text-align: center;
        color: rgba(0, 0, 0, 0.5);
        font-size: 0.800rem;
        line-height: 1.4em;
    }

    .gh-breadcrumbs {
        width: max-content;
        margin-bottom: 2rem;
    }

    .gh-breadcrumbs img {
        width: 25px;
    }

    span.gh-breadcrumbs-active {
        width: 153px !important;
        display: inline-flex;

    }

    .single_blog .blog__nav {

        gap: 20px;
    }

    .single_blog .socials_wrapper span {

        margin-right: 0;
    }

    .single_blog .banner .socials_wrapper {
        gap: 4px;
    }

    .single_blog .personal_info img {
        margin-right: 2vw;
    }

    #blogpostcontentwrapper>div.contentDiv>div>ul {
        padding: 0px;
        margin-top: 20px;
    }

    .single_blog .main_content h3 {
        line-height: 2rem;
        margin-bottom: 0px;
    }

}

.main_content {
    position: relative;
}

.gh-toc>.toc-list {
    position: relative;
}

.toc-list {
    overflow: hidden;
    list-style: none;

}





@media (min-width: 1300px) {
    .gh-sidebar {
        position: absolute;
        top: 0;
        bottom: 0;

        grid-column: wide-start / main-start;
        /* Place the TOC to the left of the content */

        max-width: 16rem;
        position: sticky;
        top: 6rem;
    }

    .gh-toc {
        position: sticky;
        /* On larger screens, TOC will stay in the same spot on the page */
        top: 4vmin;
    }

    .date_time {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 48px;
    padding: 1rem 1rem 1rem 1rem;
    display: flex;
    align-items: center;
    background-color: #000000b3;
}
}

a.toc-link {
    color: #687580 !important;
    font-family: Inter !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.3rem !important;
    text-decoration: none !important;
    padding-left: 0.75rem !important;
}

.gh-toc .is-active-link {
    border-left: 2px solid #FE912D !important;

    font-family: Inter !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3rem !important;
    color: #111 !important;
    padding-left: 0.75rem !important;
    text-decoration: none !important;
}

.gh-toc .is-active-link::before {
    background-color: var(--ghost-accent-color);
}


#blogpostcontentwrapper>div.contentDiv>div>ul>li {

    display: list-item;
}

#blogpostcontentwrapper>div.contentDiv>div>p>a {
    display: inline;
}


body {
    background-color: white !important;
}