.ccf--new-article {

    margin: auto;

    * {
        box-sizing: border-box;
    }


    .ccf--new-article-section {
        margin-bottom: 30px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        margin-top: 0;
        padding:0 0 8px 0;
    }

    h2 {
        color: #036A37;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0.75em;
        font-weight: 800;
    }

    h5 {
        color:#036A37;
        font-size: 14px;
        margin-bottom: 12px;
    }

    p,
    li,
    td {
       
        margin-bottom: 12px;
    }

    > p:last-of-type {
        margin-bottom: 0;
    }

    strong,
    b {
        font-weight: 700;
    }

    .text-center {
        text-align: center;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }


    p a {       
        color: #878787;
        position: relative;
        transition: 0.125s linear all;
        will-change: color;
        text-decoration: underline;
    }

    p a:hover {
        color: #222222;
        text-decoration: none;
    }


    picture {
        width: 100%;

        img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
    }

    h3 {
        text-transform: none !important;
    }

    .event-schedule {
        td:first-of-type {
            width: 100px;
        }
    }

    .golf-for-a-cure-logo-container {
        display: block;
        max-width: 420px;
        width: 100%;
        margin: auto;
        margin-bottom: 18px;
    }

    .text-color, h3 {
        color: #006937;
    }


    .text-gray {
        color:#969696;
    }

    .ccf--button {
        display: flex;
        width: 200px;
        height: 48px;
        justify-content: center;
        align-items: center;
        background-color: #036A37;
        color: #ffffff;
        font-size: 16px;
        will-change: background-color;
        margin: 0 auto;
        font-weight: 700;
        text-decoration: none;
    }

    .ccf--button:active,
    .ccf--button:hover,
    .ccf--button:focus {
        background-color: #006937;
        color: #ffffff;
    }

    .ccf--section-separator {
        width: 100%;
        height: 1px;
        display: block;
        background-color: #e9e9e9;
        margin: 30px auto;
    }

    .ccf--two-columns {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 0 0 auto;

        div {
            width: 50%;
        }

    }

    .boxed-items-list {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 16px;
        justify-content: center;
        flex: 0 0 auto;

        li {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex-basis: 50%;
            max-width: 350px;
            min-height: 215px;
            border: 5px solid #006937;
            border-radius: 10px;
            padding: 35px 15px;
            color: #333333;
            text-align: center;
            font-size: 16px;

            p:first-of-type {
                margin-bottom: 0.25em;
                font-size: 16px;
            }

        }
    }


    .sxs-items-list {

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 16px;
        justify-content: center;
        flex: 0 0 auto;

        li {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex-basis: 50%;
            max-width: 350px;
            min-height: 215px;
            padding: 10px 15px 35px;
            color: #333333;
            text-align: center;

            p:first-of-type {
                text-wrap: pretty;
            }

        }
    }

    .special-section {
        margin-top: 0;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: row;

        div:first-of-type {
            max-width: 380px;
            width: 60%;

            ul {
                columns: 2;
                column-gap: 10px;    
            }

        }

        div:last-of-type li {
            width: 240px;
        }

        h5 {
            font-size: 14px;
            text-transform: none;
        }

        li {
            margin-bottom: 0.125em;
            padding: 0;
        }


        li+h5 {
            margin-top: 30px;
            margin-bottom: 16px;
        }

    }


    .two-column-section {
        margin-top: 0;
        position: relative;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        div{
            margin-top:20px;
            max-width: 380px;
            width: 50%;
        }

        h5 {
            font-size: 16px;
            text-transform: none;
            margin-bottom: 0px;
        }

        li {
            margin-bottom: 0.125em;
            padding: 0;
        }


        li+h5 {
            margin-top: 30px;
            margin-bottom: 16px;
        }

    }
    .side-by-button{
        text-align: center;
    }
    .side-by-button>p{
        display: inline-block;
    }
    .side-by-button>p:first-child{
        margin-right: 20px;
    }

}

.ccf--new-article.walk {
    h2, h3, h5 {
        color: #f02318;
    }     
    .golf-for-a-cure-logo-container {
        display: block;
        max-width: 620px;
    }

    .ccf--button {
        background-color: #f02318;
    }
    .ccf--button:focus {
        background-color: #f02318;
    }

    .ccf--button {
        text-transform: uppercase;
        border-radius: 10px;
    }

    .boxed-items-list li {
        min-height: 150px;
        border: 5px solid #f02318;
        padding: 35px 15px 25px;
    }
    div:first-of-type {
        /* width: 380px; */
    }

    ul {
        list-style: disc;
    }

    li{
        margin-bottom: 0;
    }
}


.ccf--new-article.heart {
    h2, h3, h5 {
        color: #333333;
    }     
    img.border{
        border: 1px solid #e9e9e9;
    }
    .unique_container_50{
        width: 50%;
    }
    .golf-for-a-cure-logo-container{
        max-width: none;
    }


    p:last-child{
        margin:0 0 8px 0;
        padding:0 0 0 0;
    }
    ul{
        margin-bottom: 22px;
    }

}



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

    .ccf--new-article {

        .golf-for-a-cure-logo-container {
            width: 100% !important;
        }

        .ccf--new-article-section.ccf--two-columns {
            flex-direction: column;

            div {
                width: 100%;
            }

        }

        .boxed-items-list li{
            flex-basis: 100%;
        }

        .cff--new-article-section.special-section {
            flex-direction: column;

            div {
                width: 100%;
            }

            div:first-of-type {
                width: auto;
                ul{
                    columns: 1;
                }
            }

            div:last-of-type {
                margin-top: 24px;
            }
        }
    }

}