/* Category Menu CSS Start */

.article-category-menu {
    list-style: none;
    padding: 0;
    margin: 10rem auto 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* keep inline look clean */
.article-category-menu li {
    display: inline-block;
}

/* base link style – unchanged font */
.article-category-menu a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: #555454;
    position: relative;
    padding: 6px 3rem;
}

.leadership {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

/* subtle underline animation */
.article-category-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 3px;
    background-color: #a67e0d;
    transition: width 0.3s ease;
}

.article-category-menu li.active a {
    color: #000;
    font-weight: 700;
    position: relative;
}

.article-category-menu li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #a67e0d;
}

/* hover effect */
.article-category-menu a:hover::after {
    width: 100%;
}

.article-category-menu a:hover {
    text-decoration: none;
}


/* Category Menu CSS End */

#content {
    padding-top: 80px;
}

.blog-banner {
    height: 60vh;
    background-image: url(https://storage.googleapis.com/giffycms-jamiecrosbie.appspot.com/5637871461466112);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -4rem;
}

#first-column {
    display: none;
}

#authorImageSpan a,
#innerAuthorDiv a {
    cursor: default;
}

.search-top-bar {
    padding: 0rem;
}

.topViewedStoryViews {
    display: none;
}

.footeroverlay #container {
    height: 30px
}

.topicHolder {
    display: none;
}

.staticTopViewedStoryholder,
.topViewedStoryholder {
    padding-left: 0%;
    padding-top: 2%;
}

#authorDiv {
    margin-right: 5rem;
}

#storytext {
    padding-left: 0
}

#innerDateDiv {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: .5rem
}

#holder2 {
    display: none !important;
}

.topViewedArticleholder {
    width: 65%;
    margin: 21px 17% 3.5rem;
}

#mobileHeaderTab {
    margin-top: 1rem
}

.header-search {
    width: 100%;
}

.header-search-submit {
    position: static;
    background: transparent !important;
    border-radius: 3px;
    padding-top: 3px;
    width: 100%;
}

.column-one {
    background-color: #fff !important
}

#allArticlesHolder {
    width: 400px !important
}

#uparrow img {
    width: 4% !important
}

.fbshareButton img,
.lkshareButton img,
.twshareButton img {
    width: 10% !important
}

#articleholder {
    margin-top: 3rem
}

#relatedArticles a {
    color: #080808
}

@media only screen and (max-width: 1135px) {
    .header-search {
        width: 98%
    }
}

@media only screen and (max-width: 965px) {
    .header-search {
        width: 77%
    }
}

@media only screen and (max-width: 790px) {
    .header-search {
        margin-left: 1rem;
        width: 97%
    }
}

@media only screen and (max-width: 1024px) {

    .fb-story-img,
    .lk-story-img,
    .tw-story-img {
        height: 1rem;
        width: 3rem
    }
}

@media only screen and (max-width: 768px) {

    .header-search::placeholder {
        color: #666;
        opacity: 1;
        font-size: 14px
    }

    #articleholder {
        margin-top: 7rem;
    }

    .blog-banner {
        height: 30vh;
    }

    .staticTopViewedStoryholder,
    .topViewedStoryholder {
        margin-bottom: 3rem;
    }

    #holder2 {
        padding-bottom: 0px !important;
    }

    .topViewedArticleholder {
        width: 100%;
        margin: 0;
    }

    .fb-story-img {
        height: 2rem;
        width: 4rem
    }

    .tw-story-img {
        height: 1rem;
        width: 3rem;
        margin-left: 2rem
    }

    .lk-story-img {
        height: 1rem;
        width: 3rem;
        margin-top: .8rem;
        margin-left: 3rem
    }

    #mobileHeaderTab {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {

    #searchForm .row {
        padding: 0px !important;
    }

    #content {
        padding-top: 10rem;
    }

    .blog-banner {
        height: 25vh;
    }

    .header-search {
        width: 95%
    }

    .header-search-submit {
        width: 3.5rem
    }
}

@media only screen and (max-width: 426px) {

    .articleholder {
        margin-right: 4rem
    }
}

@media only screen and (max-width: 431px) {
    .header-search {
        width: 95%
    }

    #allArticlesHolder {
        width: 300px !important;
        margin-left: 4rem
    }
}

@media only screen and (max-width: 334px) {
    .header-search {
        width: 49%
    }

    .header-search-submit {
        width: 45px
    }
}

@media only screen and (max-width: 390px) {
    #allArticlesHolder {
        padding-right: 3rem
    }
}

@media only screen and (max-width: 355px) {
    #allArticlesHolder {
        padding-right: 4rem
    }
}

@media only screen and (max-width: 338px) {
    #allArticlesHolder {
        padding-right: 5rem
    }
}

@media only screen and (max-width: 330px) {
    #allArticlesHolder {
        padding-right: 6rem
    }
}

@media only screen and (max-width: 320px) {
    #allArticlesHolder {
        padding-right: 7rem
    }
}

@media only screen and (max-width: 300px) {
    #allArticlesHolder {
        padding-right: 9rem
    }
}