﻿.Top {
    margin-top: 40px;
    margin-bottom:20px;
    color: #222222;
}

.TopLeft{
    text-transform:uppercase;
    line-height:64px;
    font-size: 36px;
    font-weight:800;
}

.HighLight {
    color: #FFB202;
}

.image_cropped {
    background-repeat:no-repeat;
    background-size:auto;
    height:270px;
}

.TopRight {
    float: right;
    color: #272727;
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
    display:inline-flex;
    margin: 0 auto;
    padding-top: 12px;
    width:80%;
}

.ArticleTab {
    position:relative;
    text-align:center;
    height: 40px;
    padding: 8px 0px 8px 0px;
    border-radius: 100px;
    border: 1.5px solid #D4D4D4;
    margin-left:9px;
    margin-right:9px;
    width:100px;
}
.ArticleTab-Selected {
    position: relative;
    text-align: center;
    width: 100px;
    height: 40px;
    padding: 8px 0px 8px 0px;
    border-radius: 100px;
    background-color: #FFB202;
    border: 1.5px solid #FFB202;
    margin-left: 9px;
    margin-right: 9px;
}

    .ArticleTab:hover {
        background-color: #FFB202;
        border: 1.5px solid #FFB202;
        cursor:pointer;
    }

.Articles{
    margin-top:40px;
    margin-bottom:40px;
}

.articleItem {
  margin:0 auto;
}
.articleItem:hover{
    cursor:pointer;
}

.PostDate {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #545D69;
    margin-top:16px;
}

.articleTitle {
    margin-top:16px;
    font-size: 24px;
    line-height: 26.5px;
    font-weight: 800;
    color: #222222;
}

.articleAuthor {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #222222;
}

.TopArticle {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 234px;
    margin-top: 40px;
}

.TopArticle:hover{
    cursor:pointer;
}

.TopArticleInfo {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
}

     .TopPostDate {
        font-size: 18px;
        line-height: 24.3px;
        font-weight: 400;
    }

    .TopTitle {
        font-size: 32px;
        line-height: 33.6px;
        font-weight: 800;
    }

    .TopAuthor {
        margin-top:24px;
        font-size: 18px;
        line-height: 24.3px;
        font-weight: 400;
    }

.FooterLine {
    color: #D9D9D9;
    height: 1px;
    margin-top: 100px;
}


@media screen and (max-width: 450px) {
    .ArticleTab-Selected{
        margin-left:3%;
        margin-right:3%;
        width:27.3%;
    }

    .ArticleTab {
        margin-left: 3%;
        margin-right: 3%;
        width: 27.3%;
    }

    .Top {
        margin-top: 30px;
    }

    .TopLeft {
        text-align: center;
        font-size: 34px;
    }

    .TopRight{
        font-size:14px;
        margin:0 auto;
        float:unset;
        width:100%;
    }

    .image_cropped{
        height:226px;
    }

    .TopArticle{
        padding-top:200px;
    }

    .TopArticleInfo {
        width: 100%;
    }

    .TopPostDate {
        font-size: 16px;
        line-height: 21.6px;
    }
    .TopTitle{
        font-size: 24px;
        line-height: 31.2px;
    }
    .TopAuthor {
        margin-top:10px;
        font-size: 16px;
        line-height: 21.6px;
    }
     .articleItem{
         margin-bottom:40px;
     }
}