﻿.italic {
    font-style: italic;
}

.banner {
    padding: 80px 0px;
}

    .banner h1 {
        margin-top: 0px;
    }


ul li {
    color: #424242;
}

ul.green-bullets {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

    ul.green-bullets li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    ul.green-bullets li:before {
        content: " ";
        background-color: #006940;
        border-radius: 50%;
        display: inline-block;
        height: 6px;
        width: 6px;
        margin: auto 10px 3px -16px;
    }

ul.gray-bullets {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

    ul.gray-bullets li:not(:last-of-type) {
        margin-bottom: 2px;
    }

    ul.gray-bullets li:before {
        content: " ";
        background-color: #424242;
        border-radius: 50%;
        display: inline-block;
        height: 4px;
        width: 4px;
        margin: auto 10px 3px -16px;
    }


#heat-map-section {
    padding: 32px 0px 120px 0px;

}

    #heat-map-section .legend-label {
        font-style: italic;
        color: #414141;
    }

    #heat-map-section #level0-label {
        height: 32px;
        width: 32px;
        background-color: #CFCFCF;
    }

#minimum-wage-map {

}

    #minimum-wage-map .state-tooltip {
        display: none;
    }

    #minimum-wage-map .d-flex {
        margin: 0;
        padding: 0;
        justify-content: space-between;
        margin-bottom: 4px;
    }
        #minimum-wage-map .d-flex > div {
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0;
            aspect-ratio: 1 / 1;
            text-align: center;
            margin-right: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
        }

            #minimum-wage-map .d-flex > div:hover {
                transform: scale(1.2);
                cursor: pointer;
                background-color: #FDA43C;
                color: #424242;
                z-index: 5;
            }

                #minimum-wage-map .d-flex > div:hover span.state-tooltip {
                    visibility: visible;
                    display: block;
                    margin-top: 6px;
                }

                #minimum-wage-map .d-flex > div:hover span.state-tooltip.tooltip-left {
                    right: 7px;
                }

            #minimum-wage-map .d-flex span.state-label {
                position: relative;
                display: inline-block;
            }

    #minimum-wage-map .d-flex div.transparent {
        background-color: transparent;
    }

    #minimum-wage-map span.state-tooltip {
        visibility: hidden;
        background-color: #FFFFFF;
        color: #414141;
        padding: 7px 15px;
        font-size: 14px;
        box-shadow: 0px 0px 3px #00000029;
        font-weight: normal;
        text-align: center;
        position: absolute;
        z-index: 1;
        white-space: nowrap;
    }

    #minimum-wage-map .level-0 {
        background-color: #CFCFCF;
        color: #424242;
            
    }

    #minimum-wage-map .level-1 {
        background-color: #D5EFCF;
        color: #424242;
    }

    #minimum-wage-map .level-2 {
        background-color: #76B176;
        color: #424242;
    }

    #minimum-wage-map .level-3 {
        background-color: #006940;
        color: #FFFFFF;
    }

    #minimum-wage-map .level-4 {
        background-color: #063922;
        color: #FFFFFF;
    }


#map-legend-container {
    width: 45%;
    float: right;
    padding-right: 35px;
}

#map-legend {
    display: block;
    height: 32px;
    width: 100%;
    background-image: linear-gradient(to right, #063922, #1b4e31, #2e6340, #437a50, #589160, #6aa06e, #7cb07c, #8ec08b, #a0cc9b, #b2d7ac, #c3e3bd, #d5efcf);
}


#state-info-section {
    color: #424242;
}

    #state-info-section h3 {
        font-size: 32px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 11px;
    }

    #state-info-section p {
        display: block;
        font-size: 16px;
        margin-bottom: 16px;
    }

    #state-info-section #state-info-notes {
        margin-top: 32px;
    }

    #state-info-section #display-toggle {
        margin-bottom: 16px;

    }

        #state-info-section #display-toggle > div.d-flex-column {
            flex: 1;
            padding-left: 10px;
        }

        #state-info-section #display-toggle > div.display-toggle-button {
            cursor: pointer;
            color: #414141;
            text-decoration: none;
            opacity: 0.5;
        }

            #state-info-section #display-toggle > div.display-toggle-button div:last-of-type {
                font-weight: bold;
                font-size: 32px;
                margin-top: 8px;
                padding-left: 8px;
            }


            #state-info-section #display-toggle > div.display-toggle-button.active {
                cursor: default;
                opacity: 1;
                
            }

                #state-info-section #display-toggle > div.display-toggle-button.active div:first-of-type {
                    color: #006940;
                    text-decoration: underline;
                }


#content-section {
    background: transparent linear-gradient(169deg, #12901315 0%, #D9E5D915 100%) 0% 0% no-repeat padding-box;
    padding-top: 120px;
    padding-bottom: 107px;
}

    #content-section h2 {
        font-size: 40px;
        color: #333333;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 32px;
        font-weight: bold;
    }

    #content-section p {
        color: #424242;
    }

    #content-section img {
        width: 100%;
    }

    #content-section div > .row:first-of-type {
        margin-bottom: 65px;
    }

        #content-section div > .row:first-of-type p {
            margin-bottom: 16px;           
        }

    #content-section div > .row:nth-of-type(2) {
        margin-bottom: 84px;
    }

        #content-section div > .row:nth-of-type(2) h2 {
            text-align: left;
            margin-bottom: 24px;
        }

#hr-cta {
    background-image: url('/content/images/about_products_dt.png');
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 47px 60px;
}

    #hr-cta div {
        flex: 1;
    }

    #hr-cta p:first-of-type {
        font-weight: bold;
        font-size: 32px;
        color: #006940;
        line-height: 35px;
        margin-top: 0px;
    }

#faq-section {
    padding: 120px 0px;
}

    #faq-section h2 {
        font-size: 40px;
        color: #333333;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 40px;
        font-weight: bold;
    }

.accordion {
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 23px 21px 23px 46px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    border: solid 2px #E3E3E3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .accordion h3 {
        padding: 0;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
        color: #014B2E;
    }

.accordion:not(:first-of-type) {
    margin-top: 16px;
}

    .accordion:hover {
        /*background-color: #ccc;*/
    }

    .accordion.active {
        border-bottom: none;
        padding-bottom: 16px;
    }

    .panel {
        background-color: #FFFFFF;
        padding: 0px 55px 21px 46px;
        display: none;
        overflow: hidden;
        border: solid 2px #E3E3E3;
        border-top: none;
        border-radius: 0px;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .panel p {
        margin-bottom: 0px;
    }

.accordion:after {
    content: '\002B';
    font-size: 30px;
    color: #27AE60;
    float: right;
    margin-left: 15px;
}

.accordion.active:after {
    content: "\2212";
}

@media (max-width: 991px) {
    #map-legend-container {
        float: none;
    }

    #heat-map-section #level0-label {
        margin-top: 16px;
    }

    #state-info-section h3 {
        margin-top: 41px;
    }

    #content-section div > .row:first-of-type img {
        margin-bottom: 8px;
    }
    
    ul.green-bullets {
        margin-bottom: 41px;
    }
}

@media (max-width: 839px) {
    #heat-map-section {
        padding: 16px 0px 41px 0px;
    }

    #content-section {
        padding: 49px 0px 76px 0px;
    }

    .container {
        padding: 0px 21px;
    }

    #faq-section {
        padding: 57px 0px 175px 0px;
    }

    #content-section div > .row:first-of-type {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    #minimum-wage-map .state-label {
        font-size: 7px;
    }

    #content-section h2,
    #faq-section h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    #faq-section h2 {
        margin-bottom: 20px;
    }

    .accordion {
        font-size: 18px;
        padding: 23px 17px;
    }

    #hr-cta {
        background-image: url('/content/images/about_products_dt_mobile.png');
        background-size: cover;
        background-position: center;
        min-height: 798px;
        padding: 41px 36px;
        flex-direction: column;
    }

        #hr-cta a.btn-orange,
        #hr-cta .btn-orange {
            display: block;
            padding-left: 0px;
            padding-right: 0px;
            max-width: 100%;
        }

    .banner {
        padding-top: 32px;
        padding-bottom: 76px;
    }

  
}
