section#hero {
    background-color: #F2F2F2;
}

.hero-image,
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.media-container {
    position: relative;
}

.hero-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.search-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form {
    background: #FFFFFF2E;
    border: 1px solid #FFFFFF;
    border-radius: 37px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: static;
}

#hero-search {
    padding: 10px;
    padding-left: 2rem;
    border: none;
    color: #FFFFFF !important;
    font-size: 18px;
    width: 400px;
}

button.search-submit {
    background: transparent;
    border: none;
    outline: none;
}

.search-form i {
    color: #FFFFFF;
    font-size: 20px;
    padding-right: 2rem;
}

.search-form input,
.search-form input:focus {
    border: none;
    outline: none;
    background: none;
}

input#hero-search::placeholder {
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 18px;
}

.hero-btn-wrapper {
    top: 3rem;
    right: 0;
    z-index: 4;
}

.sybarastatis-politi {
    background: #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
    padding-left: 15px;
    overflow: hidden;
}

.sybarastatis-politi h5 {
    color: #80A4ED !important;
    font-weight: 300;
    font-size: 18px;
    width: 0;
    max-height: 43px;
    opacity: 0;
    margin-bottom: 0;
    transition: width 0.3s ease-in-out;
}

.sybarastatis-politi:hover h5 {
    width: 150px;
    opacity: 1;
    transition: opacity 0.7s ease-in-out, width 0.3s ease-in-out;
}

.covid-btn {
    text-align: end;
    padding-right: 10px;
    cursor: pointer;
}

.covid-btn:hover {
    padding-right: 0px;
    cursor: default;
}

.covid-btn:hover img {
    opacity: 0;
    display: none;
}

.covid-btn:hover .expanded {
    max-width: 500px;
    padding: 15px;
    display: block;
    animation: fade-in 0.3s ease;
}

.covid-btn img {
    opacity: 1;
    display: block;
    animation: fade-in 0.3s ease;
}

.covid-btn .expanded {
    background: white;
    border-radius: 12px 0px 0px 12px;
    display: none;
    position: relative;
    color: #003164;
}

.covid-btn .expanded img {
    left: -15px;
    top: -15px;
    display: block;
    opacity: 1;
}

.covid-btn .expanded p {
    background-color: white;
    color: #003164;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.covid-btn .expanded p a {
    text-decoration: underline;
}

.featured-news h2 {
    font-size: 25px;
    color: white;
    font-weight: bold;
}

.features-news-container {
    background: #729ECB;
    border-radius: 40px;
    position: relative;
    min-width: 700px;
}

.features-news-container::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 55px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #729ECB transparent;
}

.featured-col {
    color: #FFFFFF;
}

.featured-col a {
    color: #FFFFFF !important;
    overflow: hidden;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-post {
    border-top: 1px solid #FFFFFF;
}

@media screen and (max-width: 1400px) {
    section#hero {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 992px) {
    section#hero {
        padding-bottom: 15rem;
    }
}

@media screen and (max-width: 767px) {

    section#hero {
        padding-bottom: 28rem;
    }

    .features-news-container {
        min-width: 400px;
    }
}

@media screen and (max-width: 500px) {

    .search-form {
        background: #FFFFFF2E;
        border: 1px solid #FFFFFF;
        border-radius: 37px;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: static;
        flex-direction: row;
    }

    section#hero {
        padding-bottom: 0;
    }

    .features-news-container {
        min-width: 315px;
        margin: 0 auto;
    }

    .featured-news h2 {
        text-align: center;
    }

    .features-news-container::after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .search-wrapper {
        top: 10%;
        bottom: auto;
    }

    #hero-search {
        width: 290px;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sybarastatis-politi-wrapper {
    top: -5rem;
    right: 0;
    z-index: 9999;
}

.virus-logo {
    width: 55px;
    padding-right: 10px;
}

.featured-news {
    top: 60%;
    width: 100%;
    max-width: 700px;
    min-height: 355px;
}

.featured-news-inner {
    width: 0;
    height: 0;
    right: 12px;
    transition: all 0.5s ease;
}

.notification-icon-wrapper:hover+.featured-news-inner {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-news-inner:hover {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.notification-icon-wrapper:hover {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.notification-icon-wrapper {
    right: 12px;
    cursor: pointer;
    z-index: 2;
    width: 60px;
}

.notification-icon-wrapper img {
    background: #D6B51E;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    border-radius: 50%;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .hero-btn-wrapper {
        top: 7rem;
    }

    .sybarastatis-politi-wrapper {
        top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .featured-news {
        height: 100%;
    }

    .featured-news-inner {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .sybarastatis-politi-wrapper {
        top: 0rem;
    }
}

@media screen and (max-width: 650px) {
    .hero-video {
        height: 100%;
    }
}