.sa-layout-container {
    padding-top: 0 !important;

}

@media(max-width:991.98px) {
    .sa-layout-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .sa-layout-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.sovrn-leaderboard,
.sovrn-content-1,
.sovrn-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
}

.sovrn-leaderboard {
    margin: 5px auto !important;
    min-height: 70px;
    max-width: 1800px;
}

.sovrn-bottom {
    margin: 5px auto;
    min-height: 70px;
}

.sovrn-content-1 {
    margin: 5px auto;
    min-height: 334px;
}

@media(min-width:992px) {
    .sovrn-leaderboard {
        min-height: 284px;
    }

    .sovrn-side-2 {
        min-height: 270px;
    }

    .sovrn-content-1 {
        min-height: 350px;
    }

    .sovrn-bottom {
        min-height: 110px;
    }
}

.ai-viewport-3 {
    display: none !important;
}

.ai-viewport-2 {
    display: none !important;
}

.ai-viewport-1 {
    display: inherit !important;
}

.ai-viewport-0 {
    display: none !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ai-viewport-1 {
        display: none !important;
    }

    .ai-viewport-2 {
        display: inherit !important;
    }
}

@media (max-width: 767px) {
    .ai-viewport-1 {
        display: none !important;
    }

    .ai-viewport-3 {
        display: inherit !important;
    }
}



.salary-content td {
    vertical-align: top;
    padding-right: 5px;
}

.salary-content .article-title {
    font-size: 16px;
    font-family: "Source Sans Pro";
    color: #007DBC;
    font-weight: 600;
}

.salary-content .sal-td-hr {
    border-top: 1px solid #e6e7e8;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.div-flex {
    display: flex;
    flex-flow: wrap;
}

.flex-nowrap {
    flex-flow: nowrap;
}

.div-flex-p {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    flex-flow: wrap;
}

.sal-tag-title {
    font-size: 16px;
    line-height: 30px;
    color: white;
    background-color: #16a44a;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100%;
    width: 130px;
    /*text-transform: uppercase;*/
    border-radius: 3px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .sal-img-responsive {
        border: 0px;
        max-width: 128px !important;
        max-height: 64px !important;
    }

    .sal-desktop-desc-visible {
        display: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .sal-img-responsive {
        border: 0px;
        max-width: 236px !important;
        max-height: 118px !important;
    }

    .sal-desktop-desc-visible {
        display: block;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .sal-img-responsive {
        border: 0px;
        max-width: 236px !important;
        max-height: 118px !important;
    }

    .sal-desktop-desc-visible {
        display: block;
    }
}

@media only screen and (min-width:1024px) {
    .sal-img-responsive {
        border: 0px;
        max-width: 236px !important;
        max-height: 118px !important;
    }

    .sal-desktop-desc-visible {
        display: block;
    }
}

@media (min-width:568px) {
    .sal-popularitem-style {
        width: 48% !important;
        margin-top: 0 !important;
    }

    .sal-Employers-nowrap {
        flex-flow: nowrap;
    }
}


.widgetdisp-option.desktop-only {
    display: none
}

.widgetdisp-option.mobile-only {
    display: block
}

@media (min-width: 768px) {
    .widgetdisp-option.desktop-only {
        display: block
    }

    .widgetdisp-option.mobile-only {
        display: none
    }
}