/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@media screen and (min-width: 800px) {
    .grid-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 24px;
        list-style-type: none;
        padding: 0;
    }
}

.events-resources-image img {
    max-width: 100%;
}

@media screen and (min-width: 1000px) {
    .events-resources-image img {
        width: 100%;
        height: 200px !important;
        object-fit: cover;
    }
}

.events-resources-content {
    background-color: #fff !important;
    color: #555 !important;
    margin-bottom: 20px !important;
    position: relative;
    padding-bottom: 60px !important;
    border: 1px solid #ddd !important;
}

@media screen and (min-width: 1200px) {
    .events-resources-content {
        margin-bottom: 0 !important;
    }
}

.events-resources-title {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 10px !important;
}

@media screen and (min-width: 1200px) {
    .events-resources-title {
        font-size: 1.15em;
    }
}

.events-resources-excerpt {
    font-size: .8em;
    line-height: 1.4;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 10px !important;
}

.events-resources-readmore {
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.events-resources-readmore a {
    font-size: .8em;
    font-weight: bold !important;
    text-decoration: none;
    color: #fff !important;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 9px 45px !important;
    background-color: #f00 !important;
    border-radius: 3px !important;
    border: 0;
    transition: all .3s ease-in-out !important;
}

.events-resources-readmore a:hover {
    background-color: #c00 !important;
}

.events-resources-text {
    padding: 15px !important;
}

.plcms-slider .slide-content {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.plcms-slider .slide-image-container {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .plcms-slider .plcms-slide {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .plcms-slider .slide-content {
        display: grid;
        grid-template-columns: 55% 45%;
        grid-gap: 10px;
        padding: 0 30px !important;
    }

    .plcms-slider .slide-image-container {
        position: absolute;
        top: -40px;
        overflow: hidden;
    }
}

.plcms-slider .slide-image-container img {
    width: 100%;
    height: auto;
}

.plcms-slider .slide-col {
    background-color: #ddd;
    padding: 20px;
    text-align: center;
    position: relative;
}

.plcms-slider .slide-text-container {
    color: #fff !important;
    padding: 35px 20px !important;
}

.plcms-slider .slide-stitle {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
}

.plcms-slider .slide-btitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
}

.plcms-slider .slide-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.plcms-slider .slide-link {
    padding-top: 25px !important;
}

.plcms-slider .slide-link a {
    background-color: #eeeeee !important;
    color: #ff0000 !important;
    padding: 7px 40px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    border: 0 !important;
    font-size: 18px !important;
}

.plcms-slider .slide-link a:hover {
    background-color: #fff !important;
    color: #c00 !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.slick-dots li {
    margin: 0 5px !important;
    display: inline-block;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 6px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #d9d9d9;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    background-color: #bebebe;
}

.news-slider .slide-content {
    padding: 13px 13px 0 13px !important;
    height: 100%;
}

@media screen and (min-width: 1000px) {
    .news-img img {
        width: 100%;
        height: 140px !important;
        object-fit: cover;
    }
}

.news-title,
.news-excerpt,
.news-readmore {
    padding: 10px 0 !important;
}

.news-title {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif
}

@media screen and (min-width: 1200px) {
    .news-title {
        font-size: 1.35em;
    }
}

.news-excerpt {
    font-size: .9em;
    line-height: 1.4;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.news-readmore > a,
.response-link > a {
    font-size: 18px;
    font-weight: bold !important;
    text-decoration: none;
    color: #0083c1 !important;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    position: relative;
}

.news-readmore > a:after,
.response-link > a:after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%230083c1%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 5px;
    right: -20px;
    position: absolute;
}

.news-readmore > a:hover,
.response-link > a:hover {
    text-decoration: underline !important;
}

.response-video { 
    margin-bottom: 9px !important;
} 

.news-stories > div {
    padding: 10px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
}

.section-title::after {
    content: '';
    flex-grow: 1;
    height: 4px;
    background-color: #c0c0c0;
    margin-left: 10px;
}

@media screen and (min-width: 1000px) {
    .response-img img {
        width: 100%;
        height: 202px !important;
        object-fit: cover;
    }
}

.response-content {
    padding: 20px !important;
    position: relative;
    height: 100%;
}

.response-location {
    color: #b8b8b8 !important;
    font-weight: 600;
    font-size: 22px;
}

h2.response-title {
    font-size: 27px;
    font-weight: bold !important;
    line-height: 1.2 !important;
    font-family: 'Trade Gothic Bold', Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 1200px) {
    h2.response-title {
        font-size: 1.35em !important;
    }
}

.response-excerpt {
    font-size: 18px !important;
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
    margin-bottom: 30px !important;
}

.twobuttons a {
    background-color: #eee !important;
    color: #ff0000 !important;
    padding: 7px 10px !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    border: 0 !important;
    font-size: 16px !important;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {
    .twobuttons a {
        padding: 9px 40px !important;
    }
}

.twobuttons a:hover {
    background-color: #f7f7f7 !important;
    color: #c00 !important;
}

.twobuttons a {
    margin-top: 10px !important;
    display: inline-block !important;
    margin-right: 10px !important;
}

.response-link.response-donate a {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.response-link.response-donate a:hover {
    background-color: #c00 !important;
    color: #fff !important;
}

#tabs {
    width: 100%;
    height: 30px;
    padding-right: 2px;
    margin-top: 30px;
}

#tabs li {
    float: left;
    list-style: none !important;
    margin-right: 5px !important;
    outline: none !important;
}

#tabs li a,
#tabs li span {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold !important;
    color: #5685bc !important;
    padding-top: 5px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    padding-bottom: 8px !important;
    display: block;
    text-decoration:none !important;
    outline: none !important;
    height: auto;
    cursor: pointer !important;
}

#tabs li span {
    cursor: default !important;
    line-height: 1;
    padding-left: 15px;
    color: #aaaaaa !important;
}

#tabs li a.inactive {
    padding-top: 5px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: #666666 !important;
    outline: none !important;
}

#tabs li a:hover,
#tabs li a.inactive:hover {
    color: #5685bc !important;
    outline: none !important;
}

#tabs .hidden {
    overflow-y: hidden;
    height: 0;
}

#tabs .shown {
    overflow-y: auto;
    height: auto;
}

.tab-container {
    clear: both;
    width: 100%;
    text-align: left;
    padding-top: 20px;
}

.tab-container ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.tab-container li {
    padding-bottom: 5px;
    margin-left: 5px;
}

.tabs-container {
    position: relative;
}

@media screen and (min-width: 1200px) {
    .tabs-container ul#tabs {
        position: absolute;
        top: -80px;
        right: 0;
        width: 100%;
        z-index: 100;
        background: #fff !important;
        width: auto !important;
    }
}