﻿/*.articles-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .articles-container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .articles-container {
        width: 970px;
    }
}*/

@media (min-width: 1200px) {
    /*.articles-container {
        width: 1170px;
    }*/

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
}

.sal-title {
    margin: 0;
    font-size: 28px;
    color: #212221;
    font-style: normal;
    font-weight: 600;
}

.sal-share img {
    width: 35px !important;
    padding: 6px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
    box-sizing: unset;
}

.sal_related_post {
    overflow: hidden;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%;
    display: block;
    clear: both;
}

.sal-related-articles {
    width: 246.5px;
    float: left;
    overflow: hidden;
}

#breadcrumbs {
    font-size: 12px;
    color: #767676;
}

    #breadcrumbs span {
        padding: 0 5px;
    }


.li-flex {
    margin-top: 15px;
    display: flex;
    flex-flow: wrap;
    line-height: 40px;
    max-width: 450px;
}

#sal-average-salary-ul {
    list-style: none;
    color: #047dbb;
}

.salaryrangebox {
    background-color: #f6f6f6;
}

.sal-range-title {
    font-size: 14px !important;
    color: white;
    background-color: #16a44a;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 3px;
    text-align: left;
    padding: 5px;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
}

.wrapper-dropdown {
    flex-grow: 1;
    border-bottom: 1px solid #047dbb;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}

    .wrapper-dropdown:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #047dbb transparent;
    }

    .wrapper-dropdown .dropdown-div {
        display: none;
    }

    .wrapper-dropdown.active .dropdown-div {
        display: block;
    }

.dropdown-div {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 101;
}

    .dropdown-div ul {
        list-style: none;
        width: 100%;
        background-color: white;
        box-shadow: 0px 0px 5px #cccccc;
        padding: 15px 10px 15px 20px;
        max-height: 400px;
        overflow-y: scroll;
    }

        .dropdown-div ul li {
            cursor: pointer;
            float: left;
            /* width: 10rem; */
            width: 100%;
            padding: 5px;
            line-height: 20px;
        }

            .dropdown-div ul li a {
                color: #047dbb;
                font-size: 16px;
                font-weight: 400;
            }

.sal-article-navigation {
    font-weight: 400;
    cursor: pointer;
    color: #007DBC;
}

.sal-ul-section {
    padding-left: 45px;
}

    .sal-ul-section li {
        padding-top: 4px;
        padding-bottom: 4px;
        color: #767676;
        flex-basis: 340px;
    }

        .sal-ul-section li span {
            font-size: 15px;
            color: #212221;
            font-weight: 400;
        }

        .sal-ul-section li a {
            font-weight: 400;
            font-size: 15px;
            text-decoration: underline;
            cursor: pointer;
        }

.sal-li-sub-title {
    font-size: 18px;
    display: flex;
}

.cursor-pointer {
    cursor: pointer !important;
}

#sal-hot-topic h2 {
    border-top: 1px dashed #e6e7e8;
    padding-top: 20px;
}

#sal-hot-topic table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.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;
    height: 10px;
}

.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;
    }
}

.sal-popularitem-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid #e6e7e8;
    width: 100%;
    margin-top: 20px;
}

@media (min-width:568px) {
    .sal-popularitem-style {
        width: 48% !important;
        margin-top: 0 !important;
    }

    .sal-Employers-nowrap {
        flex-flow: nowrap;
    }
}

.sal-more-about {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

    .sal-more-about .dropdown-menu {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .sal-more-about .dropdown-menu li a {
            color: #047dbb
        }

.sal-findjob-flex, .sal-similar-flex {
    border-radius: 3px;
    border: 1px solid #e6e7e8;
    background-color: #ffffff;
    flex-basis: 45%;
    padding: 15px;
    margin-right: 20px;
    margin-top: 20px;
}


    .sal-similar-flex a {
        font-size: 15px;
        color: #007DBC;
        font-weight: 600;
    }

    .sal-findjob-flex p {
        margin: 10px 0 0;
        font-size: 16px;
    }

        .sal-findjob-flex p span {
            font-weight: 400;
        }

.sal-similar-career-topics, .sal-findjob {
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    font-weight: 600;
}

.caret:before {
    color: #047dbb;
}

@media (max-width:414px) {
    .sal-more-about {
        display: block;
    }

    .sal-findjob-flex, .sal-similar-flex {
        flex-grow: 1;
    }
}

/* your worth form/detailed psr form Typeahead */
@media (max-width: 54.9375em) {
    form[id$="_form"] [class*="sa-form-group-"] {
        width: 100%;
    }
}

form[id$="_form"] input[id^="txt_typeahead"]:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

input::-ms-clear {
    display: none;
}

.tt-highlight {
    color: green !important;
}

.empty-message {
    position: relative;
    padding: 10px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.typeahead-suggestion {
    position: relative;
    padding: 8px 8px 8px 24px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

    .typeahead-suggestion:hover,
    .typeahead-suggestion.is-active {
        color: #212221;
        background-color: #CAEEFA;
    }

form[id$="_form"] input[class*="typeahead-input"],
form[id$="_form"] input[class*="typeahead-hint"] {
    display: block;
    width: 100%;
    min-width: 15em;
    max-width: 100vw;
    padding-right: 30px;
    font-weight: 500;
    height: 33px;
    font-size: 16px;
    line-height: 1.2;
    color: #212221;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075);*/
    box-shadow: none; /*inset 0 1px 1px rgba(0, 0, 0, .075);*/
}

form[id$="_form"] input[class*="typeahead-input"] {
    position: relative;
    background-color: transparent;
    outline: none;
}

form[id$="_form"] input[class*="typeahead-hint"] {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccd6dd !important;
    opacity: 1;
}


form[id$="_form"] .icon-job,
form[id$="_form"] .icon-remove,
form[id$="_form"] .icon-paymarket,
form[id$="_form"] img[class*="typeahead-spinner"] {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -.5em;
    color: #767676;
}

form[id$="_form"] .icon-job,
form[id$="_form"] .icon-paymarket {
    left: 10px;
}

form[id$="_form"] .icon-remove {
    right: 10px;
}

form[id$="_form"] img[class*="typeahead-spinner"] {
    display: none;
    right: 4px;
    margin-top: -.65em;
    width: 28px;
    height: 28px;
}

form[id$="_form"] div[class*="typeahead-menu"] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    font-size: 16px;
    z-index: 100;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    form[id$="_form"] div[class*="typeahead-menu"].is-open {
        display: block;
    }

form[id$="_form"] div[class*="typeahead-selectable"] {
    cursor: pointer;
}
/* end: your worth form typeahead*/

.sal-article-share img {
    margin: 6px;
    font-size: 14px;
}

.sal-opinion-div {
    display: flex;
    margin-top: 10px;
}

.sal-opinion-content {
    display: flex;
    flex-flow: wrap;
    font-size: 15px;
}

.sal-opinion {
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
    flex-grow: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e7e8;
    flex-flow: wrap;
}

.sal-opinion-desc {
    font-weight: 400;
}

.sal-opinion-date {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    /*flex-basis: 110px;*/
    color: #aaaaaa;
}

.sal-viewmore-p {
    background-color: #f6f7f8;
    margin-top: 20px;
    border-radius: 3px;
}

.sal-viewmore-div-v2 {
    background-color: #f6f7f8;
    margin-top: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    padding: 5px 20px;
}

.sal-viewmore-btn-V2 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sal-viewmore-btn {
    line-height: 32px;
    background-color: #f6f7f8 !important;
    border: 1px solid #f6f7f8;
    font-size: 14px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sal-addopinion-p {
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-top: 20px;
}

.sal-addopinion-desc {
    align-self: center;
    font-weight: 400;
}

.sal-article-button {
    display: flex;
    justify-content: flex-start;
    flex-basis: 100%;
}

    .sal-article-button .btn {
        white-space: normal;
        line-height: normal;
        height: auto;
        min-height: 32px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.lifestyle-opinion {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.lifestyle-opinion-div {
    flex-basis: 48%;
    flex-grow: 1;
}

.lifestyle-opinion-ul li {
    margin-top: 10px;
}

.bestcollege-expandmore {
    flex-basis: 275px;
    margin-left: 15px;
    cursor: pointer;
}

.expand-read-more-btn {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    color: #007dbc;
}

@media screen\9,screen\0, screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sal-similar-flex, .sal-findjob-flex {
        flex-basis: 40%;
    }
}
