h1, h2, h3, h4, li, span, a, ul, p {
    font-family: 'Raleway', sans-serif;
}
p {
    font-size: 0.9rem;
    color: #5A5959;
}
h2 {
    color: #2378BE;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.margin-auto {
    margin: 0 auto;
}

/* Header Styles */
.header-icons {
    align-items: end;
    flex-direction: column;
}
.news-link {
    margin-top: 0.75rem;
}
.news-link a {
    background-color: rgba(238,105,86,1);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 15px;
}
.header-logo img {
    max-width: 15rem;
}
.header-banner p {
    color: #2378BE;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.header-icons svg {
    color: rgb(238,105,86);
}

/* Javascript Popup Videos */
.play-btn button{
    border: none;
    background-color: transparent;
}
.videos {
    position: relative;
}
.video-popup  {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgb(0 0 0 / 72%);
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.video-popup.active {
    visibility: visible;
    opacity: 1;
}
.video-popup video {
    position: relative;
    max-width: 95%;
    max-height: 95vh;
    outline: none;
}
.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
}
/* Body Styles */
.banner {
    background: rgb(238,105,86);
    background: linear-gradient(124deg, rgba(238,105,86,1) 45%, rgba(254,213,100,1) 100%);
    padding: 3rem 0;
}
.banner h1 {
    color: #fff;
    font-size: 2rem;
}
.banner p {
    color: #fff;
}
.banner .col-8 {
    margin: 0 auto;
    padding-top: 0.5rem;
}
.info {
    padding: 3rem 0;
}
.info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info p.italic.bold {
    font-style: italic;
    font-weight: 500;
}
.signs {
    background: rgb(238,105,86);
    background: linear-gradient(124deg, rgba(238,105,86,1) 45%, rgba(254,213,100,1) 100%);
    padding: 3rem 0;
}
.signs h1 {
    color: #fff;
    font-size: 1.75rem;
}
.signs p {
    color: #fff;
}
.signs p.bold {
    font-weight: 600;
}
.signs li {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
}
.signs-padding {
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
}
.signs .col-10 {
    margin: 0 auto;
}
.signs-padding p {
    margin-bottom: 0;
}
.info-extra {
    padding: 3rem 0;
    border-bottom: 1px solid #EE6956;
}
.videos {
    padding: 3rem 0;
    border-bottom: 1px solid #EE6956;
}
.videos div {
    height: 100%;
}
.videos img.video-placeholder {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}
.videos .play-btn img {
    max-width: 3rem;
}
.videos .play-btn {
    position: absolute;
    left: 41%;
    top: 33%;
}
.videos .vid-info1 {
    background-color: #6166B8;
    padding: 8px 0;
}
.videos .vid-info2 {
    background-color: #5C7B23;
    padding: 8px 0;
}
.videos .vid-info3 {
    background-color: #2378BE;
    padding: 8px 0;
}
.videos .col-4 {
    align-self: stretch;
    height: 100%;
}
.videos .col-4 p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.8rem;
}
.cta {
    padding: 3rem 0;
}
.cta p.italic {
    font-style: italic;
}
.cta .red li {
    color:#DA2D16;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.cta .red li a {
    color:#DA2D16;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.fact-sheets a {
    background: linear-gradient(124deg, rgba(238,105,86,1) 45%, rgba(254,213,100,1) 100%);
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    padding: 10px;
}
.fact-sheets .flyer-btn {
    margin: 0 5px;
}

/* Body Responsive Styles */
@media screen and (max-width: 815px) {
    p {
        font-size: 0.85rem;
    }
    .header-banner p {
        font-size: 0.9rem;
    }
    .cta .red li {
        font-size: 0.85rem;
    }
    .cta .red li a {
        font-size: 0.85rem;
    }
    .signs li {
        font-size: 0.85rem;
    }
    h2 {
        font-size: 1.25rem;
    }
    .banner h1 {
        font-size: 1.75rem;
    }
    .signs h1 {
        font-size: 1.75rem;
    }
    .videos .col-4 p {
        font-size: 0.9rem;
    }
    .videos .d-flex {
        flex-direction: column;
        margin-top: 0 !important;
    }
    .fact-sheets .flyer-btn {
        margin: 1rem 0;
    }
    .videos .d-flex .col-4 {
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 1.5rem;
    }
    .videos .play-btn img {
        max-width: 4.5rem;
    }
    .videos .play-btn {
        left: 43%;
    }
    .videos img.video-placeholder {
        height: 22rem;
    }
    .info img {
        object-position: right;
    }
}
@media screen and (max-width: 730px) {
    .info .d-flex {
        flex-direction: column;
    }
    .info .d-flex .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .info .d-flex .col-6.sidebar {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 30px;
        margin-top: 1rem;
    }
    .info .d-flex .col-6.sidebar-two {
        padding: 0 30px;
        margin-top: 2rem;
    }
    .standalone-info {
        padding: 0 30px;
        margin-top: 1rem;
    }
}
@media screen and (max-width: 650px) {
    .videos .d-flex .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .signs .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-banner p {
        font-size: 0.8rem;
    }
    .header-logo img {
        max-width: 11rem;
    }
    .videos .play-btn img {
        max-width: 3.5rem;
    }
    .videos img.video-placeholder {
        height: 17rem;
    }
}
@media screen and (max-width: 500px) {
    .signs .d-flex {
        flex-direction: column;
    }
    .signs .d-flex .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .signs .d-flex ul {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px) {
    .header-banner {
        flex-direction: column;
    }
    .header-banner .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center !important;
    }
    .header-banner .col-6:last-child {
        margin-top: 1rem;
    }
}

/* Footer Styles */
footer {
    background-color: #F4F2EA;
}
.footer-info-section {
    padding: 4rem 0;
}
footer p {
    color: #5A5959;
    margin-bottom: 0;
}
footer h4 {
    color: #5A5959;
    font-size: 1rem;
}
footer .copyright {
    padding: 1rem 0;
    border-top: 1px solid #EE6956;
}
footer .copyright p {
    font-size: 0.75rem;
}
.footer-icons svg {
    color: rgb(238,105,86);
}

/* News Page Styles */
.news-list p {
    color:#2378BE;
    font-weight: 500;
}
.title-image img {
    max-width: 25%;
}
.news-items a {
    color:#2378BE;
    font-weight: 500;
}
.article-title {
    color: #000;
    font-size: x-large;
}
.news-list .row {
    justify-content: space-between;
}
.news-list .col-md-4 {
    padding: 15px;
    border: 5px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-list .col-md-4.hl1 {
    background-color: #fab960;
}
.news-list .col-md-4.hl2 {
    background-color: #a1d55d;
}
.news-list .col-md-4.hl3 {
    background-color: #e86851;
}
.news-list .col-md-4.hl4 {
    background-color: #8984ca;
}
.news-list .col-md-4.hl5 {
    background-color: #898686;
}
.news-list .col-md-4.hl6 {
    background-color: #8cb6e1;
}
.news-list .col-md-4.hl7 {
    background-color: #fab960;
}
.news-list .col-md-4.hl8 {
    background-color: #a1d55d;
}
.news-list .col-md-4.hl9 {
    background-color: #e86851;
}
.news-list .col-md-4.hl10 {
    background-color: #8984ca;
}
.news-list .col-md-4.hl11 {
    background-color: #898686;
}
.news-list .col-md-4.hl12 {
    background-color: #8cb6e1;
}
.news-list .col-md-4 a {
    color: #fff;
    font-size:large;
    font-weight: 600;
}
.news-list .col-md-4 a span {
    color: #fff;
    font-size:small;
    font-weight: 600;
}

/* Footer Responsive Styles */
@media screen and (max-width: 815px) {
    footer p {
        font-size: 0.75rem;
    }
    footer .copyright p {
        font-size: 0.6rem;
    }
    footer h4 {
        font-size: 0.9rem;
    }
    .footer-info-section img {
        max-width: 4rem;
    }
}
@media screen and (max-width: 600px) {
    .footer-info-section {
        flex-direction: column;
        padding: 2rem 0;
    }
    .footer-info-section .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .footer-info-section .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    footer h4 {
        font-size: 0.8rem;
    }
    footer p {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 500px) {
    .footer-info {
        flex-direction: column;
        margin-top: 1rem !important;
    }
    .footer-info .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 1rem;
    }
}
