﻿html {
    font-size: 62.5%;
}

p {
    line-height: 1.5;
}

.line-height-1 {
    line-height: 1;
}

.vertical-align-top {
    vertical-align: top;
}

@media(max-width:991.98px) {
    .lbl-mark-text-size {
        font-size: 1.6rem;
    }

    .sa-testinmonial-link {
        font-size: 1.6rem;
    }
}

@media (min-width: 992px) {
    .lbl-mark-text-size {
        font-size: 2.4rem;
    }

    .sa-testinmonial-link {
        font-size: 2.0rem;
    }
}

.sa-layout-container {
    padding: 0px;
}

.outline-none {
    outline: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

.border-shadow {
    border-radius: 5px;
    border: 1px solid #e6e7e8;
    box-shadow: 0 0 5px 0 rgba(6, 6, 6, .2);
}

.box-shadow {
    box-shadow: 0px 0px 8px #888;
}

.img-box-shadow {
    box-shadow: 0px 0px 15px #555;
}

.display-inline {
    display: inline;
}

.float-right {
    float: right;
}

.text-white {
    color: #ffffff !important;
}

.text-blue {
    color: #007DBC !important;
}

.color-black {
    color: black !important;
}

.bg-none {
    background: none;
}

.text-navy {
    color: #01374F !important;
}

.text-underline {
    text-decoration: underline !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.text-right {
    text-align: right;
}

.text-transform-none {
    text-transform: none;
}

.flex-basis-fill {
    flex-basis: 100%;
}

.flex-div {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
}

.flex-align-item-start {
    align-items: flex-start !important;
    -webkit-align-items: flex-start !important;
}

.flex-align-item-center {
    align-items: center !important;
    -webkit-align-items: center !important;
}

.flex-align-item-end {
    align-items: flex-end !important;
    -webkit-align-items: flex-end !important;
}

.flex-align-content-start {
    align-content: flex-start !important;
    -webkit-align-content: flex-start !important;
}

.flex-justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-justify-content-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-justify-content-start {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
}

.flex-grow-1 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.border {
    border: 1px solid #e6e7e8;
    border-radius: 3px;
}

.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none;
}

.border-top {
    border-top: 1px solid #e6e7e8;
}

.border-bottom {
    border-bottom: 1px solid #e6e7e8;
}

.sal-p {
    font-size: 15px;
    max-width: 100%;
    line-height: 1.3;
}

.padding0 {
    padding: 0 !important;
}


.padding10 {
    padding: 10px !important;
}


.padding20 {
    padding: 20px !important;
}

.padding-left0 {
    padding-left: 0 !important;
}

.padding-left5 {
    padding-left: 5px !important;
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left15 {
    padding-left: 15px !important;
}

.padding-left20 {
    padding-left: 20px !important;
}

.padding-left8 {
    padding-left: 8px !important;
}


.padding-left30 {
    padding-left: 30px !important;
}

.padding-top0 {
    padding-top: 0px !important;
}

.padding-top5 {
    padding-top: 5px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top15 {
    padding-top: 15px !important;
}

.padding-top20 {
    padding-top: 20px !important;
}

.padding-top150 {
    padding-top: 150px !important;
}

.padding-top250 {
    padding-top: 250px !important;
}

.padding-right0 {
    padding-right: 0 !important;
}

.padding-right5 {
    padding-right: 5px !important;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right15 {
    padding-right: 15px !important;
}

.padding-right20 {
    padding-right: 20px !important;
}

.padding-right25 {
    padding-right: 25px !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.padding-bottom0 {
    padding-bottom: 0px !important;
}

.padding-bottom3 {
    padding-bottom: 3px !important;
}

.padding-bottom5 {
    padding-bottom: 5px !important;
}

.padding-bottom15 {
    padding-bottom: 15px !important;
}

.padding-bottom10 {
    padding-bottom: 10px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.padding-bottom24 {
    padding-bottom: 24px !important;
}

.padding-bottom40 {
    padding-bottom: 40px !important;
}

.padding-bottom150 {
    padding-bottom: 150px !important;
}

.padding-bottom250 {
    padding-bottom: 150px !important;
}

.margin0 {
    margin: 0 !important;
}

.margin-top0 {
    margin-top: 0 !important;
}

.margin-bottom5 {
    margin-bottom: 5px !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin5 {
    margin: 5px !important;
}

.margin20 {
    margin: 20px !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top-5 {
    margin-top: -5px !important;
}

.margin-top2 {
    margin-top: 2px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top40 {
    margin-top: 40px !important;
}

.margin-top80 {
    margin-top: 80px !important;
}

.margin-top100 {
    margin-top: 100px !important;
}

.margin-top250 {
    margin-top: 250px !important;
}

.margin-right0 {
    margin-right: 0 !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right15 {
    margin-right: 15px !important;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-right30 {
    margin-right: 30px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

.margin-left0 {
    margin-left: 0 !important;
}

.margin-left5 {
    margin-left: 5px !important;
}

.margin-left12 {
    margin-left: 12px !important;
}

.margin-left10 {
    margin-left: 10px !important;
}

.margin-left15 {
    margin-left: 15px !important;
}

.margin-left20 {
    margin-left: 20px !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.margin-bottom15 {
    margin-bottom: 15px !important;
}

.margin-bottom20 {
    margin-bottom: 20px !important;
}

.margin-bottom30 {
    margin-bottom: 30px !important;
}

.margin-bottom40 {
    margin-bottom: 40px !important;
}

.margin-bottom80 {
    margin-bottom: 80px !important;
}

.text-size11 {
    font-size: 11px !important;
}

.text-size12 {
    font-size: 12px !important;
}

.text-size13 {
    font-size: 13px;
}

.text-size14 {
    font-size: 14px !important;
}

.text-size15 {
    font-size: 15px !important;
}

.text-size16 {
    font-size: 16px !important;
}


.text-size17 {
    font-size: 17px !important;
}

.text-size18 {
    font-size: 18px !important;
}

.text-size20 {
    font-size: 20px !important;
}

.text-size22 {
    font-size: 22px !important;
}

.text-size24 {
    font-size: 24px !important;
}

.text-size26 {
    font-size: 26px !important;
}

.text-size32 {
    font-size: 32px !important;
}

.list-style-none {
    list-style: none !important;
}

.list-style-lower-alpha {
    list-style: lower-alpha;
}

.list-style-lower-roman {
    list-style: lower-roman;
}

.list-style-circle {
    list-style: circle;
}

.list-style-decimal {
    list-style: decimal;
}

.relative {
    position: relative !important;
}

.text-center {
    text-align: center;
}

.width-50 {
    width: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.clear-both {
    clear: both;
}

.emp-eyebrow-header {
    font-weight: 700 !important;
    color: #29abe2;
    text-transform: uppercase;
}

.emp-eyebrow-desc {
    font-weight: 400;
    color: #01374F;
}

.sa-layout-emps {
    max-width: 1400px !important;
    margin: 0 auto;
}

/* form form Typeahead */
@media (max-width: 54.9375em) {
    form [id^="form_"] [class*="sa-form-group-"] {
        width: 100%;
    }
}

form[id^="form_"] input[id$="-input"]:focus {
    outline: none;
    border-color: #ccc;
    box-shadow: none;
}

input::-ms-clear {
    display: none;
}

.tt-highlight {
    color: green !important;
}

.typeahead-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"] {
    padding-left: 10px;
    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: #407FA2;
    background-image: none;
    background-color: #DDF4FC;
    border: none;
    border-radius: 15px;
    -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-remove,
form[id^="form_"] .icon-search,
form[id^="form_"] img[class*="-spinner"] {
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -.5em;
    color: #767676;
}

form[id^="form_"] .icon-remove,
form[id^="form_"] .icon-search {
    right: 10px;
}

form[id^="form_"] img[class*="-spinner"] {
    display: none;
    right: 4px;
    /*margin-top: -.85em;*/
    width: 20px;
    height: 20px;
}

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: form typeahead*/

/* horizontal */
.sa-horizontal-bar {
    margin: 0 auto;
    max-width: 520px;
    height: 16px;
    background-color: #84ee5e;
}

@media (min-width: 992px) {
    .sa-horizontal-sec {
        padding-top: 240px;
        padding-bottom: 240px;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .sa-horizontal-bar {
        height: 4px;
    }

    .sa-horizontal-sec {
        padding: 2rem;
        width: 100%;
        max-width: 75%;
        margin: auto;
    }
}

/* end: horizontal */
/* title */
.sa-title-h1 {
    font-weight: bold;
    color: #01374F;
}

.sa-top-desc {
    line-height: 1.4;
    font-weight: normal;
    color: #01374F;
}

.sa-title-h2 {
    color: #075484;
    font-weight: 700;
}

.sa-title-h3 {
    color: #075484;
    font-weight: 700;
}

@media (min-width: 992px) {
    .sa-btn-size {
        font-size: 2.4rem;
    }

    .sa-top-desc-line-height {
        line-height: 4.8rem;
    }

    .sa-top-desc-size {
        font-size: 3.2rem;
    }

    .sa-title-h1 {
        font-size: 15rem;
    }

    .sa-title-h2 {
        font-size: 6rem;
    }

    .sa-title-h3 {
        font-size: 4.0rem;
    }

    .sa-desc-text-size {
        font-size: 2.4rem;
    }

    /*.sa-emp-hero-img {
        background-position: right;
        background-repeat: no-repeat;
        background-image: url(../../../Images/AboutUs/hero-image-why-us.jpg);
        background-size: contain;
        min-height: 600px;
    }*/

    .sa-emp-hero-img-mobile {
        display: none !important;
    }

    /*.sa-top-desc,
    .sa-emp-hero-text .sa-btn-div {
        margin-left: 0;
    }*/
}

@media (max-width: 991.98px) {
    .sa-desc-text-size {
        font-size: 1.6rem;
    }

    .sa-btn-size {
        font-size: 1.8rem;
    }

    .sa-top-desc-line-height {
        line-height: 2.4rem;
    }

    .sa-top-desc-size {
        font-size: 2.8rem;
    }

    .sa-title-h1 {
        font-size: 5.2rem;
        margin-left: 1.5rem;
    }

    .sa-title-h2 {
        font-size: 3.2rem;
    }

    .sa-title-h3 {
        font-size: 2.2rem;
    }
}

/* end: title */
.sa-desc-text {
    color: #01374F;
    line-height: 1.5;
}


.sa-item {
    flex-basis: 45%;
}

.margin-left {
    margin-left: 2rem;
}

.margin-left-right {
    margin-left: 2rem;
    margin-right: 2rem;
}

.padding-left-right {
    padding-left: 2rem;
    padding-right: 2rem;
}

.sa-btn {
    background-color: #84EE5E !important;
    background-image: none !important;
    font-weight: 700 !important;
    color: #01374F !important;
    text-transform: uppercase;
    line-height: 53px;
    height: 53px;
    max-width: 100%;
}

    .sa-btn:hover,
    .sa-btn:active {
        background-color: #FFFFFF !important;
        border: 2px solid #84EE5E !important;
        box-shadow: 0px 0px 5px rgba(165, 169, 170, 0.75);
    }

        .sa-btn:hover span,
        .sa-btn:active span {
            display: block;
            margin: -2px;
        }

        .sa-btn:focus,
        .sa-btn:active:focus,
        .sa-btn.active:focus,
        .sa-btn.focus,
        .sa-btn:active.focus,
        .sa-btn.active.focus {
            outline: none;
        }

@media (max-width: 991.98px) {
    .margin-left {
        margin-left: 0;
    }

    .sa-item {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .sa-btn {
        line-height: 42px;
        height: 42px;
    }
}

/* spotlight */
.sa-spotlight {
    max-width: 1400px;
    margin: 0 auto;
}

    .sa-spotlight .flex-div {
        justify-content: center;
        -webkit-justify-content: center;
    }

.sa-spotlight-item {
    box-shadow: 0px 0px 5px 2px #f7f8f9;
    border-radius: 5px;
    align-items: center;
    -webkit-align-items: center;
    margin: 5px;
    padding: 5px;
    background-color: #fff;
}

.sa-spotlight-item-logo {
    max-width: 100%;
}

.sa-spotlight-item-desc {
    color: #01374F;
    margin: 0 auto;
    padding: 5px;
}

.sa-spotlight-item-wrapper {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
}

@media(min-width:992px) {
    .sa-spotlight-item {
        margin: 20px;
        padding: 20px;
        width: 263px;
        height: 231px;
    }


    .sa-spotlight-item-desc {
        display: none;
        font-size: 2.0rem;
        padding: 10px;
        line-height: 1.1;
    }

        .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow {
            margin-bottom: 20px;
        }

        .sa-spotlight-item-desc .sa-desc-text-size {
            font-size: 20px;
        }

    .sa-spotlight-item:hover {
        background-color: #f7f8f9;
        padding-top: 15px;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

        .sa-spotlight-item:hover .sa-spotlight-item-desc {
            display: block;
        }

        .sa-spotlight-item:hover .sa-spotlight-item-logo {
            display: none;
        }
}

@media(max-width:991.98px) {
    .sa-spotlight-item {
        flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        max-width: 245px;
    }

    .sa-spotlight-item-wrapper {
        flex-basis: 100%;
    }

    .sa-spotlight-item-desc {
        text-align: center;
    }

        .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow,
        .sa-spotlight-item-desc .sa-desc-text-size {
            font-size: 12px;
            margin-left: 0;
            margin-right: 0;
        }
}

/* end: spotlight */

/* get started */
.sa-getstarted-content {
    background-color: #29abe2;
    text-align: center;
}

.sa-getstarted-title {
    font-size: 6rem;
    font-weight: 700;
}

.sa-getstarted-desc {
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.sa-getstarted-desc-size {
    font-size: 2.4rem;
}

@media(min-width:992px) {
    .sa-getstarted {
        background-image: url(https://www.salary.com/expertsource/Images/Assets_footer_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 60px;
        padding-left: 26px;
        padding-right: 26px;
        min-height: 800px;
        display: flex;
        display: -webkit-flex;
        margin-top: -100px;
    }

    .sa-getstarted-content {
        max-width: 1400px;
        flex-basis: 73vw !important;
        margin: 0 auto;
        margin-top: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sa-getstarted-desc {
        max-width: 46.975vw;
    }
}

@media (max-width: 991.98px) {
    .sa-getstarted {
        padding-top: 15rem;
        position: relative;
    }

    .sa-getstarted-bg {
        position: absolute;
        z-index: -1;
        width: 80%;
        top: -55vw;
    }

    .sa-getstarted-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sa-getstarted-desc {
        padding: 20px 20px 10px;
    }

    .sa-getstarted-title {
        font-size: 3rem;
    }

    .sa-getstarted-desc-size {
        font-size: 1.6rem;
    }
}

/* end: get started */

/* insights */
.sa-insights-wrapper {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

    .sa-insights-wrapper .sa-insights-item {
        display: inline-flex;
        flex-flow: column nowrap;
        /*margin-right: 15px;*/
        /*   flex-basis: 32%;*/
        justify-content: center;
        -webkit-justify-content: center;
    }

        /*.sa-insights-wrapper .sa-insights-item:nth-child(3n) {
            margin-right: 0;
        }*/
        .sa-insights-wrapper .sa-insights-item:not(:last-child) {
            margin-right: 34px;
        }

.sa-insights-item.sa-insights-search-item {
    flex-basis: 32%;
}

    .sa-insights-item.sa-insights-search-item .sa-insights-item-content img {
        width: 100%;
    }

.sa-insights-title {
    color: #01374f;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: none;
}

.sa-insights-desc {
    color: #01374F;
    text-align: center;
}

.sa-insights-item-content {
    /*flex-basis: 100%;*/
    background-color: #ffffff;
    position: relative;
    margin: 17px 0;
}

    .sa-insights-item-content img {
        max-width: 100%;
    }

.sa-insights-item-text {
    background: #f6f6f9;
    flex-basis: 100%;
}

.sa-insights-item-text {
    position: absolute;
    opacity: .85;
    padding: 15px 20px;
    bottom: 0;
    width: 100%;
}

.sa-insights-item-desc {
    margin-top: 15px;
    font-size: 2rem;
}

    .sa-insights-item-desc a {
        color: #007dbc;
    }

.sa-insights-readmore {
    padding-bottom: 2px;
    color: #007dbc;
    font-size: 1.6rem;
    font-weight: 700;
}


    .sa-insights-readmore:hover {
        border-bottom: 2px solid #84ee5e;
        padding-bottom: 2px;
    }

.sa-resource-pagination {
    flex-basis: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    display: -webkit-flex;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .sa-resource-pagination button {
        background: none;
        border: none;
        color: #007dbc;
        outline: none;
    }

        .sa-resource-pagination button:hover {
            color: #01374f;
        }

        .sa-resource-pagination button:disabled {
            cursor: no-drop;
        }

@media(min-width:992px) {

    .sa-insights-item-content:hover .sa-insights-item-text {
        top: 0;
        height: 100%;
        opacity: 1;
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, .2);
        background: #fff;
    }

        .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-title {
            color: #29abe2;
            text-transform: uppercase;
            display: none;
        }

            .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-title.sa-insights-content-type {
                display: block;
            }

        .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-text-desc {
            color: #01374f;
            font-weight: 600;
            font-size: 2rem;
        }

    .sa-insights-item-content:hover .sa-insights-text-desc {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .sa-insights-item-desc {
        display: block;
    }

    .sa-insights-wrapper {
        flex-wrap: wrap;
        /*   padding-left: 30px;
        padding-right: 30px;*/
    }

        .sa-insights-wrapper .sa-insights-item {
            flex-basis: 100%;
            margin-right: 0;
            align-items: center;
            -webkit-align-items: center;
        }

    .sa-insights-readmore {
        font-size: 1.6rem;
    }

    .sa-insights-wrapper .sa-insights-item.sa-insights-search-item {
        flex-basis: 100%;
    }

    .sa-insights-wrapper .sa-insights-item:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 1280px) {
    .sa-insights-title {
        font-size: 1.6rem;
    }
}

/* end: insights */

/* about us */
.sa-text-brightblue {
    color: #29abe2 !important;
}

.sa-horizontal-line {
    margin: 0 auto;
    max-width: 521px;
    height: 16px;
    background-color: #84ee5e;
}

.sa-layout-section {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px !important;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width: 991.98px) {
    .sa-layout-section-mobile-margin-omit {
        margin-left: 0;
        margin-right: 0;
    }

    .sa-layout-section-mobile-padding-omit {
        padding-left: 0;
        padding-right: 0;
    }
}

/*Download form*/
#sal-overlay {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.sa-download-frm {
    width: 100%;
    height: 930px;
    border: 0;
}

/*Download form*/

/*Hero/header section*/
@media (min-width: 992px) {
    .sa-emp-hero-section .sa-layout-section {
        padding-top: 0;
        border-top: none;
    }
}

.sa-emps-layout {
    margin: 0;
    max-width: 1400px !important;
    border: none;
    padding: 0;
}

@media (min-width: 992px) {
    .sa-emps-layout {
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .sa-mobile-visible {
        display: none;
    }
}

@media(max-width:991.98px) {
    .sa-mobile-invisible {
        display: none;
    }
}

@media (min-width: 992px) {
    .sa-emp-hero-text {
        margin-top: 18px !important;
        flex-basis: 60% !important;
    }
}

@media (min-width: 992px) {
    .sa-emp-hero-text-full {
        margin-top: 90px;
        flex-basis: 100% !important;
    }
}

.sa-emp-hero-eyebrow {
    color: #29ABE2;
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .sa-emp-hero-eyebrow {
        font-size: 2.4rem;
        margin-left: 0;
        margin-right: 0;
    }
}

.sa-emp-hero-h1 {
    font-size: 5.2rem;
    color: #01374F;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0;
    line-height: 1.0;
    margin-bottom: 20px;
    /* word-wrap: break-word;
    overflow-wrap: break-word; */
}

@media (min-width: 992px) {
    .sa-emp-hero-h1 {
        font-size: 15rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.sa-emp-hero-desc {
    line-height: 1.5;
    font-size: 1.8rem;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: normal;
    color: #01374F;
    max-width: 100%;
    margin: 0 30px 9.5px 30px;
}

@media (min-width: 992px) {
    .sa-emp-hero-desc {
        font-size: 3.2rem;
        margin: 0;
        max-width: 100%;
    }
}

.sa-emp-hero-btn {
    margin: 30px 30px 0 30px;
}

@media (min-width: 992px) {
    .sa-emp-hero-btn {
        font-size: 3.2rem;
        margin: 45px 0 0 0;
    }
}

/* Hero/header section */

/*section contain graphic text*/
.sa-emp-graph_content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item:first-child {
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item:last-child {
        margin-left: auto;
    }
}

.sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph,
.sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc {
    flex-basis: 100%;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc {
        flex-basis: 45%;
    }
}

@media (min-width: 992px) {
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        flex-basis: 45%;
    }
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        order: -1;
    }
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-item-order {
        order: -1;
    }
}

.sa-emp-graph_content-item-img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 319px;
}

@media(min-width: 992px) {
    .sa-emp-graph_content-item-img {
        height: 541px;
    }
}

.sa-emp-graph_content-eyebrow {
    color: #29ABE2;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-eyebrow {
        font-size: 2.4rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-eyebrow {
        font-size: 1.6rem;
    }
}

.sa-emp-graph_content-h2 {
    color: #075484;
    font-weight: 700;
    margin-top: 1.5rem;
    font-size: 3.2rem;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-h2 {
        font-size: 6rem;
        margin-top: 2rem;
    }
}

.sa-emp-graph_content-desc {
    color: #01374F;
    font-weight: normal;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-desc {
        font-size: 2.4rem;
    }
}

@media (max-width: 568px) {
    .sa-emp-graph_content-desc {
        line-height: 1.5;
    }
}

.sa-emp-graph_content-btn {
    margin-top: 3rem;
}

.sa-emp-graph_content-links-section {
    display: flex;
}

@media (min-width: 992px) {
    .sa-emp-graph_content-btn {
        margin-top: 4rem;
    }

    .sa-emp-graph_content-links-section {
        flex-flow: nowrap;
        margin-top: 30px;
    }
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-links-section {
        justify-content: center;
        flex-basis: 100%;
    }
}

.sa-emp-graph_content-links {
    display: flex;
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-links {
        flex-basis: 100%;
    }
}

.sa-emp-graph_content-links-content {
    display: flex;
}

@media(max-width:991.98px) {
    .sa-emp-graph_content-links-content {
        flex-basis: 300px;
        text-align: left;
        margin-top: 5rem;
    }
}

.sa-emp-graph_content-links-content ul {
    padding-left: 0;
}

    .sa-emp-graph_content-links-content ul li {
        list-style: none;
    }

@media(min-width:992px) {
    .sa-emp-graph_content-links-content ul li {
        line-height: 42px;
        font-size: 2rem;
    }
}

.sa-emp-graph_content-links-content a {
    font-weight: 700;
    color: #007dbc;
    white-space: nowrap;
    padding: 5px 10px;
    margin-left: -10px;
}

    .sa-emp-graph_content-links-content a:hover {
        /* outline: 1px solid #e6e6e9; */
        box-shadow: 0 0 5px #888888;
    }

/*section contain graphic text*/

/*section contain icon divider text*/
.sa-emp-icon_divider_content-section {
    margin-top: 40px;
    display: flex;
}

@media(min-width:992px) {
    .sa-emp-icon_divider_content-section {
        margin-top: 20rem;
        flex-flow: nowrap !important;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-content: flex-start;
        -webkit-align-content: flex-start;
    }
}


@media (max-width: 991.98px) {
    .sa-emp-icon_divider_content-section .sa-emp-icon_divider_content-item.item-icon-links {
        justify-content: center;
        flex-basis: 100%;
        display: flex;
    }
}

@media (min-width: 992px) {
    .sa-emp-icon_divider_content-section .sa-emp-icon_divider_content-item.item-icon-links {
        flex-flow: nowrap;
        display: flex;
        /*align-self: center;*/
    }
}

.sa-emp-icon_divider_content-icon-section {
    display: flex;
}

@media (max-width: 991.98px) {
    .sa-emp-icon_divider_content-icon-section {
        flex-basis: 100%;
    }
}

@media (max-width: 991.98px) {
    .sa-emp-icon_divider_content-icon-links-content {
        flex-basis: 300px;
        margin-top: 5rem;
        max-width: 300px;
    }

        .sa-emp-icon_divider_content-icon-links-content ul {
            line-height: 28px;
            font-size: 1.6rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }
}

.sa-emp-icon_divider_content-icon-links-content ul {
    padding-left: 0;
}

    .sa-emp-icon_divider_content-icon-links-content ul li {
        list-style: none;
    }

@media(min-width:992px) {
    .sa-emp-icon_divider_content-icon-links-content ul li {
        line-height: 36px;
        font-size: 2rem;
    }
}

.sa-emp-icon_divider_content-icon-links-content a {
    font-weight: 700;
    color: #007dbc;
    white-space: nowrap;
    padding: 5px 10px;
    margin-left: -10px;
}

    .sa-emp-icon_divider_content-icon-links-content a:hover {
        outline: 1px solid #e6e6e9;
    }

.sa-emp-icon_divider_content-item.item-divider {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

@media (max-width: 991.98px) {
    .sa-emp-icon_divider_content-item.item-divider {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
}

.sa-emp-icon_divider_content-item.item-divider img.sa-mobile-visible {
    width: 100%;
}

.sa-emp-icon_divider_content-item.item-desc {
    flex-basis: 100%;
}

@media (min-width: 992px) {
    .sa-emp-icon_divider_content-item.item-desc {
        flex-basis: 65%;
        /*align-self: center;*/
    }
}

.sa-emp-icon_divider_content-eyebrow {
    color: #29ABE2;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .sa-emp-icon_divider_content-eyebrow {
        font-size: 2.4rem;
        margin-left: 0;
        margin-right: 0;
    }
}

.sa-emp-icon_divider_content-h2 {
    color: #075484;
    font-weight: 700;
    margin-top: 2rem;
    font-size: 3.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .sa-emp-icon_divider_content-h2 {
        font-size: 6rem;
    }
}

.sa-emp-icon_divider_content-desc {
    color: #01374F;
    font-weight: normal;
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .sa-emp-icon_divider_content-desc {
        font-size: 2.4rem;
    }
}

.sa-emp-icon_divider_content-btn {
    margin-top: 4rem;
}

/*section contain icon divider text*/

/* panel dropdown */
.panel {
    box-shadow: 0 0 5px 5px #f6f7f8;
    margin-bottom: 20px !important;
}

    .panel .accordion-arrow {
        margin-left: 10px;
    }

.collapse-expand .accordion-arrow {
    display: none;
}

.panel-heading a {
    display: block;
    /* font-size: 40px; */
}

@media(max-width:1279.98px) {
    .panel .sa-desc-text-size {
        font-size: 1.6rem;
    }

    .panel .accordion-arrow {
        width: 16px;
    }
}

/* end: panel dropdown */

/*testimonial*/
.sa-emp-testimonial-component {
    position: relative;
}

.sa-emp-testimonial {
    margin-top: 10em;
    margin-bottom: 10em;
}

.sa-emp-testimonial-title {
    font-size: 4.5rem;
    font-weight: 600;
    color: #01374F;
}

.sa-emp-testimonial-sub-title {
    font-weight: 400;
    color: #01374F;
}

.sa-emp-testimonial-link {
    font-size: 2rem;
    font-weight: 600;
    color: #007dbc;
}

.sa-emp-testimonial-content-mobile {
    padding: 30px;
    width: 100%;
    background-color: #DDF1F9;
}

@media (min-width: 992px) {
    .sa-emp-testimonial {
        background-image: url(https://www.salary.com/Images/emp-testimonial.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 602px;
    }

    .sa-emp-testimonial-content {
        width: 50%;
        padding-top: 60px;
        padding-left: 40px;
    }

    .sa-emp-testimonial-mobile {
        display: none !important;
    }
}

@media (max-width: 991.98px) {

    .sa-emp-testimonial {
        display: none !important;
    }
}

/*testimonial*/

/*Hero with grey background color*/
.sa-emp-hero-section.hero-bg-fill {
    background-color: #f6f6f9;
}

    .sa-emp-hero-section.hero-bg-fill .sa-horizontal-sec {
        padding: 2rem 0;
    }

        .sa-emp-hero-section.hero-bg-fill .sa-horizontal-sec .sa-horizontal-bar {
            margin: 0;
            max-width: 450px;
        }

    .sa-emp-hero-section.hero-bg-fill .sa-emp-hero-h1 {
        font-size: 3.2rem;
    }

@media (min-width: 992px) {
    .sa-emp-hero-section.hero-bg-fill .sa-emp-hero-h1 {
        font-size: 6rem;
    }
}

/*Hero with grey background color*/

/* start: 992 - 1099 */
@media screen and (min-width:62em) and (max-width:68.6875em) {
    .sa-layout-section,
    .sa-emps-layout,
    .sa-layout-emps {
        box-sizing: border-box;
        max-width: 100em !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .sa-layout-emps {
        padding-left: 0;
        padding-right: 0;
    }

    .sa-content {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:62em) and (max-width:68.6875em) {
    .sa-emp-hero-h1,
    .sa-title-h1 {
        font-size: 8.4rem;
    }

    /*intro body*/
    .sa-emp-hero-desc {
        font-size: 2.0rem;
    }

    .sa-title-h2,
    .sa-emp-graph_content-h2 {
        font-size: 3.8rem;
    }

    .sa-getstarted-title {
        font-size: 3rem;
    }

    .sa-title-h3 {
        font-size: 2.8rem;
    }


    /* h4*/
    .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow,
    .sa-insights-item-content:hover a.sa-insights-content-type,
    .sa-emp-graph_content-eyebrow {
        font-size: 1.6rem;
    }

    /* body text */
    .sa-emp-graph_content-desc,
    .sa-desc-text-size,
    .sa-spotlight-item-desc .sa-desc-text-size,
    .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-text-desc {
        font-size: 1.6rem;
    }

    .sa-getstarted-desc-size {
        font-size: 1.4rem !important;
    }

    /*body text link*/
    .sa-testinmonial-link,
    .sa-insights-readmore {
        font-size: 1.4rem;
    }

    /* "quote" */
    .sa-emp-testimonial-title {
        font-size: 3.2rem;
    }

    /* quote attribution */
    .sa-emp-testimonial-profile li {
        font-size: 1.6rem !important;
    }

    /* tile */
    .sa-insights-item-content .sa-insights-item-text .sa-insights-title {
        font-size: 1.8rem;
    }

    /* tile  body text*/
    .sa-insights-item-content:hover .sa-insights-item-text sa-insights-text-desc,
    .sa-insights-item-content .sa-insights-item-text sa-insights-text-desc {
        font-size: 1.6rem;
    }

    .sa-btn-size {
        font-size: 1.4rem;
    }
}

@media screen and (min-width:62em) and (max-width:68.6875em) {

    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc,
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        width: 50%;
    }

    .sa-btn {
        line-height: 36px;
        height: 36px;
    }

    /* .sa-emp-testimonial-bg {
        height: 100% !important
    } */

    .sa-spotlight-item {
        width: 203px;
        height: 203px;
        margin: 20px 15px;
    }

    .sa-spotlight .flex-div {
        flex-wrap: nowrap;
    }

    .sa-emp-testimonial-profile li {
        line-height: 26px !important;
    }
}
/* end: 992 - 1099 */


/* start: 1100 - 1279 */
@media screen and (min-width:68.75em) and (max-width:79.9375em) {
    .sa-layout-section,
    .sa-emps-layout,
    .sa-layout-emps {
        box-sizing: border-box;
        max-width: 100em !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .sa-layout-emps {
        padding-left: 0;
        padding-right: 0;
    }

    .sa-content {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:68.75em) and (max-width:79.9375em) {
    .sa-emp-hero-h1,
    .sa-title-h1 {
        font-size: 9rem;
    }

    /*intro body*/
    .sa-emp-hero-desc {
        font-size: 2.0rem;
    }

    .sa-title-h2,
    .sa-emp-graph_content-h2 {
        font-size: 4.2rem;
    }

    .sa-getstarted-title {
        font-size: 3.2rem;
    }

    .sa-title-h3 {
        font-size: 2.6rem;
    }


    /* h4*/
    .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow,
    .sa-insights-item-content:hover a.sa-insights-content-type,
    .sa-emp-graph_content-eyebrow {
        font-size: 1.6rem;
    }

    /* body text */
    .sa-emp-graph_content-desc,
    .sa-desc-text-size,
    .sa-spotlight-item-desc .sa-desc-text-size,
    .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-text-desc {
        font-size: 1.8rem;
    }

    .sa-getstarted-desc-size {
        font-size: 1.6rem !important;
    }


    /*body text link*/
    .sa-testinmonial-link,
    .sa-insights-readmore {
        font-size: 1.4rem;
    }

    /* "quote" */
    .sa-emp-testimonial-title {
        font-size: 3.2rem;
    }

    /* quote attribution */
    .sa-emp-testimonial-profile li {
        font-size: 1.4rem !important;
    }

    /* tile */
    .sa-insights-item-content .sa-insights-item-text .sa-insights-title {
        font-size: 1.6rem;
    }

    /* tile body text*/
    .sa-insights-item-content:hover .sa-insights-item-text sa-insights-text-desc,
    .sa-insights-item-content .sa-insights-item-text sa-insights-text-desc {
        font-size: 1.6rem;
    }

    .sa-btn-size {
        font-size: 1.4rem;
    }
}

@media screen and (min-width:68.75em) and (max-width:79.9375em) {

    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc,
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        width: 50%;
    }

    .sa-btn {
        line-height: 36px;
        height: 36px;
    }

    /* .sa-emp-testimonial-bg {
        height: 100% !important
    } */

    .sa-spotlight-item {
        width: 170px;
        height: 170px;
        margin: 20px 15px;
    }

    .sa-spotlight .flex-div {
        flex-wrap: nowrap;
    }

    .sa-emp-testimonial-profile li {
        line-height: 24px !important;
    }

    
}
/* end: 1100 - 1279 */

/* start:  1280 - 1439 */
@media screen and (min-width:80em) and (max-width:89.9375em) {
    .sa-layout-section,
    .sa-emps-layout,
    .sa-layout-emps {
        box-sizing: border-box;
        max-width: 100em !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .sa-layout-emps {
        padding-left: 0;
        padding-right: 0;
    }

    .sa-content {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:80em) and (max-width:89.9375em) {
    .sa-emp-hero-h1,
    .sa-title-h1 {
        font-size: 11rem;
    }

    /*intro body*/
    .sa-emp-hero-desc {
        font-size: 2.2rem;
    }

    .sa-title-h2,
    .sa-emp-graph_content-h2 {
        font-size: 4.5rem;
    }

    .sa-getstarted-title {
        font-size: 3.5rem;
    }

    .sa-title-h3 {
        font-size: 3.2rem;
    }

    /* h4*/
    .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow,
    .sa-insights-item-content:hover a.sa-insights-content-type,
    .sa-emp-graph_content-eyebrow {
        font-size: 1.8rem;
    }

    /* body text */
    .sa-emp-graph_content-desc,
    .sa-desc-text-size,
    .sa-spotlight-item-desc .sa-desc-text-size,
    .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-text-desc {
        font-size: 1.8rem;
    }

    .sa-getstarted-desc-size {
        font-size: 1.6rem !important;
    }

    /*body text link*/
    .sa-testinmonial-link,
    .sa-insights-readmore {
        font-size: 1.4rem;
    }

    /* "quote" */
    .sa-emp-testimonial-title {
        font-size: 3.6rem;
    }

    /* quote attribution */
    .sa-emp-testimonial-profile li {
        font-size: 1.8rem !important;
    }

    /* tile */
    .sa-insights-item-content .sa-insights-item-text .sa-insights-title {
        font-size: 1.8rem;
    }

    .sa-btn-size {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:80em) and (max-width:89.9375em) {

    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc,
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        width: 50%;
    }

    .sa-btn {
        line-height: 38px;
        height: 38px;
    }

    /* .sa-emp-testimonial-bg {
        height: 100% !important
    } */

    .sa-spotlight-item {
        width: 203px;
        height: 203px;
        margin: 20px 15px;
    }

    .sa-spotlight .flex-div {
        flex-wrap: nowrap;
    }

    .sa-emp-testimonial-profile li {
        line-height: 28px !important;
    }
}
/* end:  1280 - 1439 */

/* start: 1440 - 1916 */
@media screen and (min-width:90em) and (max-width:119.75em) {
    .sa-layout-section,
    .sa-emps-layout,
    .sa-layout-emps {
        box-sizing: border-box;
        max-width: 100em !important;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .sa-layout-emps {
        padding-left: 0;
        padding-right: 0;
    }

    .sa-content {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width:90em) and (max-width:119.75em) {
    .sa-emp-hero-h1,
    .sa-title-h1 {
        font-size: 12rem;
    }

    /*intro body*/
    .sa-emp-hero-desc {
        font-size: 2.8rem;
    }

    .sa-title-h2,
    .sa-emp-graph_content-h2,
    .sa-getstarted-title {
        font-size: 5.2rem;
    }

    .sa-title-h3 {
        font-size: 3.6rem;
    }


    /* h4*/
    .sa-spotlight-item-desc .sa-emp-graph_content-eyebrow,
    .sa-insights-item-content:hover a.sa-insights-content-type,
    .sa-emp-graph_content-eyebrow {
        font-size: 2rem;
    }

    /* body text */
    .sa-emp-graph_content-desc,
    .sa-desc-text-size,
    .sa-spotlight-item-desc .sa-desc-text-size,
    .sa-insights-item-content:hover .sa-insights-item-text .sa-insights-text-desc {
        font-size: 2.2rem;
    }

    .sa-getstarted-desc-size {
        font-size: 2rem !important;
    }

    /*body text link*/
    .sa-testinmonial-link,
    .sa-insights-readmore {
        font-size: 1.8rem;
    }

    /* "quote" */
    .sa-emp-testimonial-title {
        font-size: 4rem;
    }

    /* quote attribution */
    .sa-emp-testimonial-profile li {
        font-size: 2.0rem !important;
    }

    /* tile */
    .sa-insights-item-content .sa-insights-item-text .sa-insights-title {
        font-size: 2rem;
    }

    .sa-btn-size {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:90em) and (max-width:119.75em) {

    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-desc,
    .sa-emp-graph_content-wrapper .sa-emp-graph_content-item.item-graph {
        width: 50%;
    }

    .sa-btn {
        line-height: 38px;
        height: 38px;
    }

    /* .sa-emp-testimonial-bg {
        height: 100% !important
    } */

    .sa-spotlight-item {
        width: 213px;
        height: 213px;
        margin: 20px 15px;
    }

    .sa-spotlight .flex-div {
        flex-wrap: nowrap;
    }

    .sa-emp-testimonial-profile li {
        line-height: 32px !important;
    }
}

/* end: 1440 - 1916 */

/* start: breadcrumb */
ol.breadcrumb {
    background-color: #fff;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    font-size: 1.6rem
}

    ol.breadcrumb li a {
        color: #555;
        font-weight: 700;
        text-decoration: underline
    }

.breadcrumb > li + li:before {
    content: "›";
    color: #29abe2
}
/* end: breadcrumb */