.container.mt-68{
    padding-right: 0!important;
    padding-left: 0!important;
}
.float-right {
    float: right;
}
.entryCallout.inline-guide form{
    padding: 0 20px;
}
.entryCallout.inline-guide form input,  .postAjobMiddle form input {
    padding: 12px 16px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #BAC4DA;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 12px;
    font-weight: 400;
}
.entryCallout.inline-guide form label{
    font-Weight:600 !important;
    font-Size:20px !important;
    text-align: center;
    font-family: "Open Sans";
    font-Weight:600;
    font-Size:16px;
    Line-height:24px;
}
.entryCallout.inline-guide form button, .postAjobMiddle form button {
    background: #3174EE;
    border-radius: 4px;
    padding: 12px;
    color: #fff;
    width: 100%;
    border-color: transparent;
}
.postAjobMiddle{
    text-align: center;
}
.postAjobMiddle h2{
    text-align: center;
}
.postAjobMiddle label{
    width: 100%;
    margin-bottom: 28px;
    margin-top: 4px;
    font-weight: 400;
}
.postAjobMiddle form input {
    width: 280px;
    margin-right: 12px;
}
.postAjobMiddle form button{
    width: 174px;
}
.articleCardText a{
    color: #000;
    margin-bottom: 10px;
}
.articleCardText a:hover{
    text-decoration: none;
}
.homeCategory .inline-guide__list-level-0__header{
    font-weight: 400 !important;
    padding-left: 12px;
    padding-right: 12px;
}
@media only screen and (max-width: 1024px) {
    .float-right {
        float: unset;
    }
    .articleCards {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin-right: -15px !important;
    }
    .container.mt-68{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .articleCard {
        flex: 0 0 auto;
        margin-right: 24px !important;
        width: 255px!important;
    }
    .newArticleSeparator {
        background: #D8DEE2;
        height: 1px;
        width: 100%;
        margin: 48px 0;
        margin-top: 116px;
    }
    .moreCategory {
        right: auto;
        font-size: 16px;
        font-weight: 600;
        float: left;
        display: inline-block;
        margin-top: -24px;
        /* padding-bottom: 40px; */
    }
    .postAjobMiddle {
        padding-top: 20px;
    }
    .postAjobMiddle form input,
    .postAjobMiddle form button{
        width: 100%;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .postAjobMiddle label {
        margin-bottom: 12px;
    }


}
@media only screen and (max-device-width : 991px) {
    #toc-container{
        float: none;
    }
    
}