.asa-resources {
    position: relative;
}
.asa-resources.loading:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.1);
}
.asa-resources .resource-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0;
    padding: 2em;
}
.asa-resources .resource-row:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.asa-resources .resource-row .resource-thumb {
    width: 60px;
    min-width: 60px;
    text-align: center;
    padding-right: 2em;
}
.asa-resources .resource-row .resource-thumb img {
    height: 40px;
    width: auto;
}
.asa-resources .resource-row .resource-thumb i {
    font-size: 32px;
}
.asa-resources .resource-row.pdf .resource-thumb i {
    color: #af292e;
}
.asa-resources .resource-row.image .resource-thumb i {
    color: #00a9e0;
}
.asa-resources .resource-row .resource-title {
    margin-bottom: 2px;
    margin-bottom: 2px; /* word-break: break-all; */
}
.asa-resources .resource-row .resource-meta {
    font-size: 12px;
}
.asa-resources .resource-row .resource-details {
    flex-grow: 3;
}
.asa-resources .resource-row .resource-download {
    width: 120px;
    min-width: 120px;
    padding-left: 2em;
    text-align: center;
    font-weight: bold;
}

.resource-filter h3 {
    margin: 1.5em 0 0.5em 0;
}
.resource-filter .filter {
    margin: 6px 0;
}
.resource-filter .filter label {
    position: relative;
    cursor: pointer;
}
.resource-filter .filter.checkbox input[type="checkbox"] {
    opacity: 0;
    margin-left: -13px;
}
.resource-filter .filter.checkbox label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 0.8em;
    height: 20px;
    width: 20px;
    border: 1px solid #00a9e0;
}
.resource-filter .filter.checkbox label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    left: 4px;
    top: 0;
    display: inline-block;
    position: absolute;
    color: #00a9e0;
}
.resource-filter .filter.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.resource-filter
    .filter.checkbox
    input[type="checkbox"]:checked
    + label::after {
    content: "\f00c";
}
.resource-filter .filter.checkbox input[type="checkbox"]:focus + label::before {
    outline: #00a9e0 auto 2px;
}

.resource-search {
    position: relative;
}
.resource-search input[type="search"] {
    border: 0 none;
    border-bottom: 1px solid #979797;
    background: transparent !important;
    padding-left: 32px;
    border-radius: 0;
    height: auto;
    font-size: 16px;
}
.resource-search .uk-icon-search {
    color: #00a9e0;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 12px;
}

@media screen and (max-width: 768px) {
    .asa-resources .resource-row {
        padding: 1.5em;
    }
    .asa-resources .resource-row .resource-thumb {
        width: 32px;
        min-width: 32px;
        padding-right: 1em;
    }
    .asa-resources .resource-row .resource-download {
        padding-left: 1em;
        font-size: 12px;
        min-width: 40px;
        width: 40px;
    }
    .asa-resources .resource-row .resource-download .text {
        display: none;
    }
}

.asa-resource-filters .button {
    font-size: 16px;
    font-weight: bold;
    color: #00a9e0;
    background: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.5em 1em;
    border-radius: 4px;
    border: 1px solid #00a9e0;
    margin-top: 10px;
}
.asa-resource-filters .button:hover {
    color: #fff;
    background: #00a9e0;
}

.career-map .map-markers {
    display: none !important;
}

.career-map .fl-row-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

svg .state {
    fill: #61d6f4;
    stroke-dasharray: 0, 50, 150;
}

svg .state:hover {
    fill: #2d49c7;
    cursor: pointer;
}

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

.state-select-wrap {
    max-width: 277px;
    border: 1px solid #2d49c7;
    border-radius: 5px;
    padding: 20px 23px;
    padding-bottom: 25px;
    margin-top: 50px;
}

.align-top {
    align-self: baseline;
}

.state-select-wrap select {
    height: 45px;
    border: 0;
    border-bottom: 1px solid #06255b;
    border-radius: 0;
    font-size: 16px;
    background-image: url("/wp-content/themes/tm-beans-child/assets/images/dropdown.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 97% 60% !important;
    appearance: none;
    -webkit-appearance: none;
}

.career-map .fl-row-content-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.map-svg > g {
    transform: matrix(1.7099549, 0, 0, 1.7100961, 0, 0);
}

@media screen and (min-width: 768px) {
    .state-select-wrap {
        margin-left: auto;
    }
}

@media screen and (min-width: 1200px) {
    .widget_asa_career_widget {
        margin-bottom: -80px;
    }
}

@media screen and (max-width: 1199px) {
    .map-svg > g {
        transform: matrix(1.4099549, 0, 0, 1.4100961, 0, 0);
    }
}

@media screen and (max-width: 991px) {
    .map-svg {
        width: 670px;
        height: 626px;
    }

    .map-svg > g {
        transform: matrix(1.0099549, 0, 0, 1.0100961, 0, 0);
    }

    .career-map {
        max-height: 450px;
    }
}

@media screen and (max-width: 854px) {
    .map-svg > g {
        transform: matrix(0.8099549, 0, 0, 0.8000961, 0, 0);
    }
}

@media screen and (max-width: 767px) {
    .career-map {
        max-height: initial;
    }

    .map-svg {
        width: 546px;
        height: 510px;
    }

    .map-svg > g {
        transform: matrix(1.2099549, 0, 0, 1.2100961, 0, 0);
    }

    .state-select-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .career-map .fl-row-content-wrap .fl-row-content {
        flex-direction: column-reverse;
    }

    .career-map .fl-row-content-wrap .align-top {
        align-self: flex-end;
    }
}

@media screen and (max-width: 606px) {
    .map-svg {
        width: 367px;
        height: 336px;
    }

    .map-svg > g {
        transform: matrix(0.8099549, 0, 0, 0.8100961, 0, 0);
    }
}

@media screen and (max-width: 480px) {
    .map-svg {
        width: 320px;
        height: 273px;
    }

    .map-svg > g {
        transform: matrix(0.5699549, 0, 0, 0.5600961, 0, 0);
    }

    .career-map .fl-row-content-wrap .align-top {
        align-self: center;
    }
}

.state-select-wrap a {
    font-size: 16px;
    padding: 10px 20px;
    background: #9921a8;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.state-select-wrap a:hover {
    background: #70ed3b;
}
