﻿.agrigold .performance-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1208px;
    max-width: 75.5rem;
    margin: 25px auto;
    margin: 1.5625rem auto;
    width: 100%;
    gap: 32px;
    gap: 2rem;
}

    .agrigold .performance-details .back-header {
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-left: 1.25rem;
    }

    .agrigold .performance-details .details-header {
        display: flex;
        flex-direction: column;
      width: 100%;
        background: rgba(200, 201, 199, 0.2);
  /*      padding: 50px;
        padding: 3.125rem;*/
        gap: 16px;
        gap: 1rem;
    }

        .agrigold .performance-details .details-header .title-section {
            display: flex;
            flex-direction: column;
            gap: 6px;
            gap: .375rem;
            margin-top: 3.125rem;
            margin-right: 3.125rem;
            margin-left: 3.125rem;
        }


        .agrigold .performance-details .details-header .plot-average {
            display: flex;
            flex-direction: row;
            font-family: gotham-narrow;
            font-size: 42px;
            font-size: 2.635rem;
            font-weight: 700;
            line-height: 44px;
            line-height: 2.75rem;
            text-align: left;
            color: #154734;
            align-items: baseline;
            gap: 12px;
            gap: .75rem;
            text-transform: uppercase;
        }

            .agrigold .performance-details .details-header .plot-average .label {
                font-family: gotham-narrow;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: 700;
                line-height: 16px;
                text-align: left;
                color: #53565A;
            }


        .agrigold .performance-details .details-header .location {
            display: flex;
            flex-direction: row;
            gap: 16px;
            gap: 1rem;
            align-items: baseline;
        }

            .agrigold .performance-details .details-header .location .county-operator {
                display: flex;
                flex-direction: row;
                gap: 16px;
                gap: 1rem;
                align-items: baseline;
            }

@media (max-width: 767px) {

    .agrigold .performance-details .details-header .location {
        gap: 0;
    }

    .agrigold .performance-details .details-header .location {
        flex-direction: column;
    }
}



.agrigold .performance-details .details-header .location .city-state {
    font-family: gotham-narrow;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 29.23px;
    line-height: 1.826875rem;
    text-align: left;
    color: #53565A;
}

.agrigold .performance-details .details-header .location .county, .agrigold .performance-details .details-header .location .coorperator {
    font-family: gotham-narrow;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 21.92px;
    line-height: 1.37rem;
    text-align: left;
    color: #53565A;
}



.agrigold .performance-details .back-header a, .agrigold .performance-details .back-header a:visited {
    font-family: gotham-narrow;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 12px;
    line-height: .75rem;
    color: #343333;
    text-decoration: none;
    cursor: pointer;
}

.agrigold .performance-details .details-header .plot-details {
    font-family: gotham-narrow;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 21.92px;
    line-height: 1.37rem;
    text-align: left;
    color: #53565A;
    gap: 16px;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    margin-bottom: 3.125rem;
}

    .agrigold .performance-details .details-header .plot-details .columns {
        display: flex;
        flex-direction: row;
        gap: 16px;
        gap: 1rem;
    }




@media (max-width: 767px) {
    .agrigold .performance-details .details-header .plot-details .columns {
        flex-direction: column;
        gap: 0;
    }
}


.agrigold .performance-details .details-header .plot-details .columns .col1, .agrigold .performance-details .details-header .plot-details .columns .col2 {
    display: flex;
    flex-direction: column;
    width: 50%;
}



@media (max-width: 767px) {
    .agrigold .performance-details .details-header .plot-details .columns .col1, .agrigold .performance-details .details-header .plot-details .columns .col2 {
        width: 100%;
    }
}

.agrigold .performance-details .details-header .plot-details .columns .col1 .detail-item:nth-child(even), .agrigold .performance-details .details-header .plot-details .columns .col2 .detail-item:nth-child(even) {
    background: rgba(200, 201, 199, 0.2);
}

.agrigold .performance-details .details-header .plot-details .detail-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
    padding: .3125rem;
}

    .agrigold .performance-details .details-header .plot-details .detail-item .label {
        font-family: gotham-narrow;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 600;
        line-height: 16px;
        line-height: 1rem;
        text-align: left;
        color: #53565A;
        text-transform: uppercase;
    }

    .agrigold .performance-details .details-header .plot-details .detail-item .value {
        font-family: gotham;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 400;
        line-height: 16px;
        line-height: 1rem;
        text-align: right;
        color: #53565A;
    }




.agrigold .performance-details .button-bar {
    display: flex;
    flex-direction: row;
    gap: 16px;
    gap: 1rem;
}


@media (max-width: 767px) {
    .agrigold .performance-details .button-bar {
        flex-direction: column;
    }
}

.agrigold .performance-details .button-bar a, .agrigold .performance-details .button-bar a:visited {
    height: 40px;
    padding: 0px 24px 0px 36px;
    padding: 0 1.5rem 0 2.25rem;
    gap: 16px;
    gap: 1rem;
    border: 1px solid #343333;
    font-family: gotham-narrow;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1rem;
    text-align: center;
    color: #343333;
    text-decoration: none;
    width: 325px;
    width: 20.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.agrigold .performance-details .button-bar #view-pdf {
    background: #154734;
    color: #FFF;
}


.agrigold .performance-details .results {
    width: 100%;
    overflow-x: auto;
}


@media (max-width: 767px) {
    .agrigold .performance-details .results {
        margin-left: 75px;
        margin-left: 4.6875rem;
    }
}


.agrigold .performance-details .results .notation {
    display: none;
    font-family: gotham;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    font-weight: 500;
    line-height: 16px;
    line-height: 1rem;
    text-align: left;
    color: #53565A;
    margin-top: 20px;
    margin-top: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
    .agrigold .performance-details .results .notation {
        display: block;
    }
}



.agrigold .performance-details .results table.plot-rows {
    table-layout: fixed;
    min-width: 100%;
    border-collapse: collapse
}

    .agrigold .performance-details .results table.plot-rows thead {
        padding-top: 16px;
        padding-top: 1rem;
        padding-bottom: 16px;
        padding-bottom: 1rem;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #C8C9C7;
        background: #C8C9C7;
        text-transform: uppercase;
        color: #53565A;
        font-family: gotham-narrow;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: 600;
        line-height: 16px;
        line-height: 1rem;
        text-align: left;
    }

    .agrigold .performance-details .results table.plot-rows th {
        padding: 8px 16px 8px 16px;
        padding: .5rem 1rem .5rem 1rem;
    }

    .agrigold .performance-details .results table.plot-rows tbody td {
        font-family: gotham;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 500;
        line-height: 16px;
        line-height: 1rem;
        text-align: left;
        padding: 8px 16px 8px 16px;
        padding: .5rem 1rem .5rem 1rem;
    }



    .agrigold .performance-details .results table.plot-rows tbody tr:nth-child(even) {
        background: rgba(200, 201, 199, 0.2);
    }

    .agrigold .performance-details .results table.plot-rows tbody tr.plot-averages, .agrigold .performance-details .results table.plot-rows tbody tr.check-averages {
        background: #154734;
        color: #FFF;
        text-transform: uppercase;
    }
