/**
 * CSS for all Public Affairs index pages for one specific vertical
 */

/** Top heading css (logo, arrow menu, left menu) css */
@media only screen and ( min-width: 1024px ) {

    .site-search {
        display: inline-block;
    }
}

@media screen and (max-width: 1023px) {

    .hamburger {
        top: 15px;
        display: inline-block;
    }

    .beta-wrapper {
        display: none;
        right: 65px;
    }

    .site-nav .desktop-menu {
        display: none;
    }

    .site-nav .mobile-menu {
        display: block;
        position: relative;
    }

    .mobile-menu ul {
        top: 40px;
        right: -67px;
    }
}

@media screen and (max-width: 767px) {

    .hamburger {
        top: 9px !important;
    }

    .mobile-menu ul {
        top: 62px;
        right: -79px;
    }

    .column-title:before {
        display: none;
    }

    .column-title:after {
        display: none;
    }
}

@media screen and (max-width: 425px) {

    .hamburger {
        right: 5px;
        top: 9px;
    }

    .mobile-menu ul {
        right: -95px;
    }
}

.select-tag-label:hover {
    color: black;
}

.two-col-wrapper.filter-input .filter-input-wrapper.checkbox-input {
    color: #454545;
    font-weight: 600;
}

.states-wrapper {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    overflow-x: auto;
    color: #828282;
    position: relative;
    overflow-y: hidden;
    border: solid #82828238 2px;
    padding: 2rem 1rem 0 1rem;
}

.filter-by-state {
    margin-top: 1rem;
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}

.tags-wrapper {
    font-family: 'ROBOTO', sans-serif;
    font-size: 0.9rem;
    flex-grow: 1;
    margin: 0px 15%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #454545;
    font-weight: 600;
    margin-bottom: 1rem;
}
.tags-wrapper span {
    margin-left: 1rem;
}

.two-col-wrapper.filter-input .select-tag-label {
    cursor: pointer;
    text-transform: capitalize;
    align-items: center;
    box-sizing: border-box;
    margin: 0 .5rem .5rem 0;
    width: 100%;
    display: inline-block;
}

.two-col-wrapper.filter-input .tags {
    width: unset;
    white-space: unset;
}

.state-column {
    width: 100%;
}

.tag-wrapper {
    /* column-count: 6;
    column-width: 140px; */
    font-size: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.filter-input-label {
    text-align: center;
}

.category-column {
    width: 100%;
}

.state_name {
    white-space: nowrap;
}

.column-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #828282;
    text-align: center;
    margin-bottom: 1rem;
}

.column-title:before {
    content: '';
    width: 75px;
    border-bottom: 2px solid #c8c8c8;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
}

.column-title:after {
    content: '';
    width: 75px;
    border-bottom: 2px solid #c8c8c8;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
}

.filter-button {
    padding: 0.75rem;
    text-align: center;
    color: black;
    font-size: 1.3rem;
    background-color: #82828238;
    cursor: pointer;
}

.two-col-wrapper.filter-input {
    margin-bottom: 2rem
}

.triangle {
    width: 25px;
    height: 25px;
    position: absolute;
    background: white;
    transform: rotate(45deg);
    right: calc(50% - 12.5px);
    top: 43px;
    z-index: 1;
}

.two-col-wrapper {
    position: relative;
}

.two-col-wrapper.filter-input .filter-input-wrapper.checkbox-input {
    padding: 25px 10px 10px 10px;
}

@media screen and (max-width: 1023px) {

    .column-title:before {
        display: none;
    }

    .column-title {
        border-bottom: 2px solid #c8c8c8;
        margin-left: 1rem;
    }

    .column-title:after {
        display: none;
    }
}

.state-selector-widget {
    position: relative;
    width: 100%;
}

.state-selector-button {
    z-index: 1;
    width: 90%;
    margin-left: 5%;
    background-color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.state-selector-button:hover {
    box-shadow: gray 5px 5px 10px;
}

.click-to-filter{
    display: flex;
    justify-content: space-between;
}

.select-tag-label{
    display: flex;
    cursor: pointer;
    text-transform: capitalize;
    white-space: break-spaces;
    align-items: start;
    -webkit-column-break-inside: avoid;
    font-weight: bold;
    flex-basis: 100%;
    margin-bottom: 8px;
}

.two-col-wrapper .select-tag-label{
    flex-basis: auto;
}

.tag-wrapper.states .select-tag-label {
    margin-bottom: 0px;
}

@media screen and (min-width: 700px) {
    .select-tag-label{
        flex-basis: 50%;
    }

    .two-col-wrapper .select-tag-label{
        flex-basis: auto;
    }
}

@media screen and (min-width: 900px) {
    .select-tag-label{
        flex-basis: auto;
    }

    .two-col-wrapper .select-tag-label{
        flex-basis: auto;
    }
}

@media screen and (min-width: 1024px) {
    .select-tag-label{
        flex-basis: 25%;
    }

    .two-col-wrapper .select-tag-label{
        flex-basis: auto;
    }
}

@media screen and (min-width: 1200px) {
    .select-tag-label{
        flex-basis: 20%;
    }

    .two-col-wrapper .select-tag-label{
        flex-basis: auto;
    }
}

.select-tag-label input{
    margin-right: 6px;
}