.navbar-top {
    background-color: #fff;
}

.article-image-90 img {
    width: 90% !important;
    border-radius: 15px !important;
}

.news-image-100 img{
	object-fit: cover !important;
    width: 100% !important;
    border-radius: 15px;
	height: 17rem !important;
}

.featured-image img {
    width: 105% !important;
    height: 100% !important;
}

/* NAV MENU */
.header .nav-menu {
    /* margin: 3.5rem 4rem; */
    z-index: 2;
}

.header .nav-menu a {
    text-decoration: none;
    margin-left: 2.5rem;
}

.header .nav-menu a.pos-relative {
    background-color: transparent;
}

.header .nav-menu a:hover {
    opacity: .7;
}

.header img {
    z-index: 3;
    width: 16rem;
    margin: 2.5rem 2rem;
}



/* NAV MENU */
.header {
    background-color: transparent !important;
    height: 60px !important;
}

.nav-menu a {
    color: black !important;
}

.active {
    background-color: #fff !important;
    transition: all 0.1s ease-in;
    height: 60px !important;
}

.active .nav-menu a {
    color: black !important;
}


/* LANDING PAGE */
.blog-page {
    background-image: url('../images/blogs/Blog1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.rounded-sm {
    border-radius: 1rem !important;
}

.font-subtext {
    font-size: 16px !important;
}

.font-subtext-bold {
    font-family: RedHatDisplay bold !important;
    font-size: 24px !important;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.news-text p {
    position: relative;
    width: 65%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.readmore {
    /* position: absolute; */
    width: 140px;
    height: 33px;
    top: 170px;
    background: #082433;
    border-radius: 25px;
}

.readmore-btn a {
    color: white !important;
}

.newsroom-page .content-div.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.default-button-sm {
    font-size: 10px !important;
    border: 2px solid #828282;
    border-radius: 20px !important;
    padding: 0.6rem 3rem !important;
    text-decoration: none;
}

/* ARTICLE PREVIEW PANEL */
.article-preview {
    padding: 5rem 8rem;
}

.article-preview h1 {
    font-weight: 800 !important;
    word-spacing: 3px;
}

.article-preview h5 {
    font-weight: 800 !important;
}

.article-preview .w-100 p {
    padding: 0 15rem;
}

.article-preview .row {
    margin-top: 5rem;
}

.article-preview img {
    height: 18rem;
    object-fit: cover;
    width: 100%;
}

.article-preview .article-title {
    font-weight: 800 !important;
    line-height: initial;
    display: -webkit-box;
    max-height: 9rem;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-preview .article-description {
    white-space: pre-line;
    display: -webkit-box;
    max-height: 13.5rem;
    margin: 0 auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-preview .article-see-more i {
    top: 2px;
}

@media only screen and (max-width: 767px) and (min-width: 360px) {

    /* LANDING PAGE */
    .blog-page {
        background-image: url('../images/blogs/Blogs mobile.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
    }

    .font-subtext-bold {
        font-size: 20px !important;
    }

    .news {
        width: 100% !important;
    }

    .news-text p {
        width: 100%;
    }

    .content-text {
        padding-bottom: 1.5em !important;
    }

    .content-div {
        z-index: 2;
        top: -100px;
    }

}

@media only screen and (max-width: 413px) and (min-width: 400px) {

    /* LANDING PAGE */
    .font-subtext-bold {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 414px) {

    /* LANDING PAGE */
    .font-subtext-bold {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

    /* LANDING PAGE */
    .font-subtext-bold {
        font-family: RedHatDisplay bold !important;
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1rem !important;
    }


    .mt-4 {
        margin-top: 1rem !important;
    }

    .font-subtext-bold {
        font-size: 20px !important;
    }

    .font-subtext {
        font-size: 13px !important;
    }

    /* LANDING PAGE */
    .news-text p {
        position: relative;
        width: 65%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .default-button-sm {
        font-size: 10px !important;
        border: 2px solid #828282;
        border-radius: 20px !important;
        padding: 0.6rem 3rem !important;
        text-decoration: none;
    }
}

@media only screen and (min-width: 1900px) {
    .p-lg-3 {
        padding: 2rem !important;
    }

    .font-subtext-bold {
        font-family: RedHatDisplay bold !important;
        font-size: 28px !important;
    }

    .font-subtext {
        font-size: 18px !important;
    }

    /* LANDING PAGE */
    .news-text p {
        position: relative;
        width: 65%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .default-button-sm {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 2200px) {

    .font-subtext-bold {
        font-size: 30px !important;
    }

    .font-subtext {
        font-size: 20px !important;
    }

    .news-text p {
        position: relative;
        width: 70%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .default-button-sm {
        font-size: 14px !important;
    }
}