
/* toc and black background styles */
    
    body { 
        background: #222;
    
    }
    
    .top-nav-box {
        background: #ffffff;
    }
    
    .main-content-1 {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    
    .intro-toc-content {
        padding-bottom: 60px;
    }
    
    #footer {
        background: #222;
        color: #fff;
        padding-top: 68px;
        padding-bottom: 68px;
        margin-top: 0px;
        overflow: hidden;
    }
    
    @media screen and (max-width:576px) {

        .intro-toc-content {
            padding-bottom: 0px;
        }

    }
    
    
    /* main content */
    
    .image-full-hero {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 0px 0px 0px;
        align-items: normal;
        width: 100%;
    }

    h1.main-title-landing {        
        font-family: 'Graphik Web', 'Helvetica Neue', 'Helvetica', sans-serif;
        font-style: normal !important;
        text-align: center !important;
        font-size: 72px !important;
        font-weight: 700 !important;
        letter-spacing: -0.4px !important;
        line-height: 72px !important;
        color: #ffffff;
        margin: 20px 0px 48px 0px;;
        padding: 0px;
        width: 100%;
    }
    
    figcaption.image-hero-caption {
        font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 10px;
        color: #999999;
        margin: 6px 0px 0px 6px !important;
        text-align: left !important;
    }

    @media screen and (max-width:576px) {
        h1.main-title-landing {
            font-size: 48px !important;
            line-height: 48px !important;
            width: 100%;
            margin: 0px 0px 28px 0px;
            padding: 0px 0px 0px 0px;
        }
        
    }

    .entry-content > p {
        font-family: "Lyon Text Web", serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: normal;
        color: #ffffff;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 28px 0px;
        border-left: none;
    }
    
    .entry-content > p:last-of-type, .entry-content > p:last-child {
        padding: 0px 0px 0px 0px;
    }
    
    .has-drop-cap:not(:focus):first-letter {
        font-family: "Graphik Web", 'Helvetica', sans-serif;
        font-weight: 700;
        float: left;
        font-size: 5em; /* was 5.4em */
        line-height: .68;
        margin: .1em .06em 0 -2px;
        text-transform: uppercase;
        font-style: normal;
    }

    /* full-width toc post */
    
    h1.toc-main-title {
        font-family: 'Lyon Display Web', 'Georgia', serif;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #ffffff;
        margin: 20px 0px 20px 0px;
        width: 60%;
    }

    .toc-meta, .toc-meta a {
        font-family: "Graphik Web", 'Helvetica Neue', 'Helvetica', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 10px;
        line-height: 125%;  /* or 12px */
        letter-spacing: 0.1em;
        color: #999999;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px !important;
    }

    .toc-meta span.date {
        display: block;
    }

    .toc-meta span.date em {
        font-family: 'Lyon Text Web', 'Georgia', serif;
        text-transform: none;
        letter-spacing: 0;
        font-weight: normal;
        color: #999999;
    }

    .toc-excerpt > p {
        font-family: 'Lyon Text Web', 'Georgia', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 125%;
        color: #eeeeee;
        margin: 0px 0px 20px 0px;
        display: block;
        width: 80%;
        padding: 0px 0px 0px 0px;
        border-left: none;
    }

    @media screen and (max-width:576px) {

        h1.toc-main-title {
            font-size: 30px;
            margin: 20px 0px 20px 0px;
            width: 100%;
        }
        
        .toc-excerpt > p {
            width: 100%;
            margin: 0px 0px 0px 0px;
        }
        
        .toc-excerpt-short > p {
            margin: 0px 0px 0px 0px !important;
            padding-bottom: 48px !important;
        }
        
    }
    
    
     /* two post side by side */
    
    .wp-block-gallery {
        margin: 0px 0px 28px 0px;
        align-items: normal;
        margin-left: -12px;
        margin-right: -12px;
        max-width: 1024px;
        width: auto;
        padding: 0px 0px 28px 0px;
        background-color: #222222;
    }
    
    .wp-block-image.size-full-left {
        width: 49% !important;
        float: left;
        margin-right: 20px !important;
        background-color: #222222;
    }
    
    .wp-block-image.size-full-right {
        width: 49% !important;
        background-color: #222222;
        
        /*float: left;
        margin-right: 20px*/
    }
    
    .wp-block-image.size-full-right img {
        width: 100%;
        flex: 1 0 0%;
        height: 533px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    h1.toc-main-title-short {
        font-family: 'Lyon Display Web', 'Georgia', serif;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -0.01em;
        color: #ffffff;
        margin: 20px 0px 20px 0px;
        width: 80%;
    }
    
    .toc-excerpt-short > p {
        font-family: 'Lyon Text Web', 'Georgia', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 125%;
        color: #eeeeee;
        margin: 0px 0px 20px 0px;
        display: block;
        width: 100%;
        padding: 0px 0px 0px 0px;
        border-left: none;
    }
    
    @media screen and (max-width:990px) {
        .wp-block-gallery {
            margin: 0px 0px 0px 0px !important;
            align-items: normal;
            margin-left: auto;
            margin-right: auto;
            max-width: auto;
            width: auto;
            padding: 28px 0px 28px 0px;
        }
        
        .image-hero-box {
            margin: 0px 0px 0px 0px;
        }

        .wp-block-image.size-full-left {
            width: 49% !important;
            float: left;
            margin-right: 20px !important;
        }

        .wp-block-image.size-full-right {
            width: 49% !important;
        }
        
    }
    
    @media screen and (max-width:576px) {
        
         .wp-block-image.size-full-left {
            width: 100% !important;
            float: unset;
            margin-right: 0px !important;
        }

        .wp-block-image.size-full-right {
            width: 100% !important;
        }
        
        h1.toc-main-title-short {
            font-size: 30px;
            margin: 20px 0px 20px 0px;
            width: 100%;
        }
        
        #bottom-sharing {
            background-color: #222222;
            padding: 0px 0px 14px 0px;
            border-top: none;
            border-top: solid 1px #666666;
        }
        
        #footer {
            margin: 0px 0px 0px -8px;
        }
    }