/* Custom CSS Document - LevelSample.com */

body {
    font-family: 'Raleway', sans-serif;
    color: #272635;
}
a {
    color: #3DB24A;
}
a:hover {
    color: #3D6F99;
}
a:focus {
    outline: 0;
}
::selection {
    background-color: #3D6F99;
    color: #ffffff;
}
html {
    scroll-behavior: smooth;
}

/*======================================
    Index Page Style
======================================*/

/*===== START General Styles =====*/
.ls-button, .ls-button:link, .ls-button:visited {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    border: 0;
    border-radius: 6px;
    padding: .75rem 1.125rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-button:hover {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-button i {
    padding-left: .625rem;
}
.ls-button-green, .ls-button-green:link, .ls-button-green:visited {
    background-color: #3DB24A;
    -webkit-box-shadow: 0 .25rem 1rem 0 rgba(61, 178, 74, .4);
    box-shadow: 0 .25rem 1rem 0 rgba(61, 178, 74, .4);
}
.ls-button-green:hover {
    background-color: #46CC55;
    -webkit-box-shadow: 0 .25rem 1rem 0 rgba(61, 178, 74, .4);
    box-shadow: 0 .25rem 1rem 0 rgba(61, 178, 74, .4);
    transform: translateY(-1px);
}
.ls-button-green:active, .ls-button-green:focus {
    background-color: #349940;
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(61, 178, 74, .4);
    box-shadow: 0 .25rem .5rem 0 rgba(61, 178, 74, .4);
    transform: translateY(1px);
    outline: 0;
}
.ls-button-blue, .ls-button-blue:link, .ls-button-blue:visited {
    background-color: #3D6F99;
    -webkit-box-shadow: 0 .25rem 1rem 0 rgba(61, 111, 153, .4);
    box-shadow: 0 .25rem 1rem 0 rgba(61, 111, 153, .4);
}
.ls-button-blue:hover {
    background-color: #4782B2;
    -webkit-box-shadow: 0 .25rem 1rem 0 rgba(61, 111, 153, .4);
    box-shadow: 0 .25rem 1rem 0 rgba(61, 111, 153, .4);
    transform: translateY(-1px);
}
.ls-button-blue:active, .ls-button-blue:focus {
    background-color: #335d80;
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(61, 111, 153, .4);
    box-shadow: 0 .25rem .5rem 0 rgba(61, 111, 153, .4);
    transform: translateY(1px);
    outline: 0;
}
.ls-topnav-space {
    padding-top: 5.25rem;
}
.ls-section-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.ls-gray-bg {
    background-color: #f1f2f6;
}
.ls-padding-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.ls-padding-big {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.ls-section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5rem;
}
.ls-section-heading-small-space {
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-padding-small {
        padding-top: 2.375rem;
        padding-bottom: 2.375rem;
    }
    .ls-padding-big {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .ls-section-heading {
        font-size: 2rem;
        margin-bottom: 4rem;
    }
    .ls-section-heading-small-space {
        margin-bottom: 2.375rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-topnav-space {
        padding-top: 4.875rem;
    }
    .ls-padding-small {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    .ls-padding-big {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .ls-section-heading {
        font-size: 2rem;
        margin-bottom: 4rem;
    }
    .ls-section-heading-small-space {
        margin-bottom: 2.25rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-topnav-space {
        padding-top: 4.25rem;
    }
    .ls-padding-small {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }
    .ls-padding-big {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .ls-section-heading {
        font-size: 1.875rem;
        margin-bottom: 3rem;
    }
    .ls-section-heading-small-space {
        margin-bottom: 2.125rem;
    }
}
@media (max-width: 575.98px) {
    .ls-topnav-space {
        padding-top: 4.25rem;
    }
    .ls-padding-small {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .ls-padding-big {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .ls-section-heading {
        font-size: 1.75rem;
        margin-bottom: 2.5rem;
    }
    .ls-section-heading-small-space {
        margin-bottom: 2rem;
    }
}
/*===== END General Styles =====*/

/*===== START Top Navigation =====*/
.ls-topnav {
    background-color: #ffffff !important;
    border-bottom: 1px solid #F1F2F6;
}
.navbar {
    padding: 1rem 1rem;
}
/* .ls-logo {
    background: url(../images/LevelSample-logo-400.png) no-repeat top left;
    background-size: 200px 40px;
    width: 200px;
    height: 40px;
    text-indent: -9999px;
} */
.navbar-light .navbar-nav .nav-link {
    color: #272635;
    font-weight: 600;
    padding: .25rem 0;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #3DB24A;
}
.navbar-light .navbar-nav .ls-active-dot>.nav-link {
    color: #3DB24A;
    position: relative;
}
.navbar-light .navbar-nav .ls-active-dot>.nav-link::before {
    content: "";
    position: absolute;
    width: .75rem;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3D6F99;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
    /* .ls-logo {
        background: url(../images/LevelSample-logo-small-320.png) no-repeat top left;
        background-size: 160px 32px;
        width: 160px;
        height: 32px;
    } */
}
@media (max-width: 767.98px) {
    .navbar-expand-md>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0;
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
@media (min-width: 767.98px) {
    a.ls-link-line {
        position: relative;
    }
    a.ls-link-line::before {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #3D6F99;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    a.ls-link-line:hover:before {
        visibility: visible;
        width: 100%;
    }
    .navbar-light .navbar-nav .ls-active-dot>.nav-link:hover:before {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar {
        padding: .875rem 1rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 0.875rem;
        margin-left: .5rem;
        margin-right: .5rem;
    }
    .navbar-light .navbar-nav .nav-item:last-child {
        margin-right: .5rem;
    }
    .ls-button-green-tablet, .ls-button-green-tablet:link, .ls-button-green-tablet:visited {
        display: inline-block;
        font-size: 1.0625rem;
        padding: .75rem .75rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar {
        padding: .75rem 1rem;
    }
}
@media (max-width: 575.98px) {
    .navbar {
        padding: .75rem 0rem;
    }
}
/*===== END Top Navigation =====*/

/*===== START Hero Section =====*/
.ls-hero-text {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
}
.ls-hero-small-text {
    font-size: 1.25rem;

    line-height: 1.5;
    margin: 2rem 0 3rem 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-hero-text {
        font-size: 2rem;
    }
    .ls-hero-small-text {
        font-size: 1.125rem;
        margin: 1.5rem 0 2.5rem 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-hero-text {
        font-size: 2rem;
    }
    .ls-hero-small-text {
        font-size: 1.125rem;
        margin: 1.5rem 0 2.5rem 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-hero-text {
        font-size: 1.875rem;
    }
    .ls-hero-small-text {
        font-size: 1.125rem;
        margin: 1.25rem 0 2.25rem 0;
    }
}
@media (max-width: 575.98px) {
    .ls-hero-text {
        font-size: 1.5rem;
    }
    .ls-hero-small-text {
        font-size: 1.125rem;
        margin: 1rem 0 2rem 0;
    }
}
/*===== END Hero Section =====*/

/*===== START Client Section =====*/
.ls-section-heading-client {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
.ls-client-logo {
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: .625rem 1rem;
    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-section-heading-client {
        font-size: 1.5rem;
        margin-bottom: 2.375rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-section-heading-client {
        font-size: 1.375rem;
        margin-bottom: 2.25rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-section-heading-client {
        font-size: 1.375rem;
        margin-bottom: 2.125rem;
    }
}
@media (max-width: 575.98px) {
    .ls-section-heading-client {
        font-size: 1.25rem;
        margin-bottom: 2rem;
    }
}
/*===== END Client Section =====*/

/*===== START Services Section =====*/
.ls-service-box {
    width: 100%;
    padding: 2.5rem;
    -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    border-radius: 1rem;
}
.ls-service-icon {
    width: 96px;
    margin-bottom: 2.5rem;
}
.ls-service-heading {
    font-size: 1.5rem;
    font-weight: 600;
}
.ls-service-text {
    margin: 1.5rem 0;
}
.ls-service-link, .ls-service-link:link, .ls-service-link:visited {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #3DB24A;
    padding-bottom: .125rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-service-link:hover {
    color: #3D6F99;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-service-link i {
    padding-left: .625rem;
}
@media (min-width: 992px) {
    .ls-service-box {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
    .ls-service-box:hover {
        -webkit-transform: translateY(-1.5rem) scale(1.03);
        transform: translateY(-1.5rem) scale(1.03);
        -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16);
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-service-box {
        padding: 2.25rem;
        -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    }
    .ls-service-icon {
        width: 88px;
        margin-bottom: 2.25rem;
    }
    .ls-service-heading {
        font-size: 1.5rem;
    }
    .ls-service-text {
        margin: 1.375rem 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-service-box {
        padding: 2rem;
        -webkit-box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
    }
    .ls-service-icon {
        width: 80px;
        margin-bottom: 2rem;
    }
    .ls-service-heading {
        font-size: 1.375rem;
    }
    .ls-service-text {
        margin: 1.25rem 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-service-box {
        padding: 1.75rem;
        -webkit-box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
    }
    .ls-service-icon {
        width: 72px;
        margin-bottom: 1.75rem;
    }
    .ls-service-heading {
        font-size: 1.375rem;
    }
    .ls-service-text {
        margin: 1.125rem 0;
    }
}
@media (max-width: 575.98px) {
    .ls-service-box {
        padding: 1.5rem;
        -webkit-box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
    }
    .ls-service-icon {
        width: 64px;
        margin-bottom: 1.5rem;
    }
    .ls-service-heading {
        font-size: 1.375rem;
    }
    .ls-service-text {
        margin: 1rem 0;
    }
}
/*===== END Services Section =====*/

/*===== START About Section =====*/
.ls-about-text {
    font-size: 1.25rem;
    text-align: center;
}
.ls-about-image {
    border-radius: 1rem;
    -webkit-box-shadow: 0 .25rem 2rem rgba(0, 0, 0, .32);
    box-shadow: 0 .25rem 2rem rgba(0, 0, 0, .32);
}
@media (max-width: 991.98px) {
    .ls-about-text {
        font-size: 1.125rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-about-image-space {
        margin-bottom: 2.25rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-about-image-space {
        margin-bottom: 2.125rem;
    }
}
@media (max-width: 575.98px) {
    .ls-about-image-space {
        margin-bottom: 2rem;
    }
} 
/*===== END About Section =====*/

/*===== START Industries Section =====*/
.ls-industries-box {
    width: 100%;
    -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    border-radius: 1rem;
}
.ls-industries-image {
    border-radius: 1rem 1rem 0rem 0rem;
}
.ls-industries-text {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    margin: 1.5rem 1rem;
}
@media (max-width: 767.98px) {
    .ls-industries-text {
        margin: 1rem 1rem;
    }
}
@media (min-width: 992px) {
    .ls-industries-box {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
    .ls-industries-box:hover {
        -webkit-transform: translateY(-1.5rem) scale(1.03);
        transform: translateY(-.25rem) scale(1.03);
        -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .16);
    }
}
/*===== END Industries Section =====*/

/*===== START Footer Section =====*/
.ls-footer-social {
    font-size: 1.875rem;
    color: #272635;
    padding-right: 0.5rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-footer-social:hover {
    color: #3DB24A;
    text-decoration: none;
}
.ls-copyright-text {
    font-size: 0.875rem;
}
.ls-footer-link {
    display: inline-block;
    color: #272635;
    font-size: 1rem;
    font-weight: 600;
    padding: .25rem 0;
    margin-left: .75rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.ls-footer-link:hover {
    color: #272635;
    text-decoration: none;
}
@media (hover: hover) {
    .ls-footer-link:hover {
        color: #3DB24A;
        text-decoration: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-copyright-text {
        font-size: 0.75rem;
    }
}
/*===== END Footer Section =====*/

/*===== START Aboutus and Services section topnav issue =====*/
#aboutus::before, #services::before {
    content: "";
    display: block;
    height: 5.25rem;
    margin: -5.25rem 0 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #aboutus::before, #services::before {
        content: "";
        display: block;
        height: 4.875rem;
        margin: -4.875rem 0 0;
    }
}
@media (max-width: 767.98px) {
    #aboutus::before, #services::before {
        content: "";
        display: block;
        height: 4rem;
        margin: -4rem 0 0;
    }
}
/*===== START Aboutus and Services section topnav issue =====*/

/*===== START Scroll To Top =====*/
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: .625rem;
	right: .625rem;	
}
.scroll {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	background: rgba(178, 178, 178, .7);
	padding: .75rem 1.25rem;
	text-align: center;
	margin: 0 0 0 0;
    cursor: pointer;
    border-radius: .5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.scroll:hover {
	background: rgba(178, 178, 178, 1);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.scroll:hover .fa {
	padding-top: -.625rem;
}
.scroll .fa {
	font-size: 2rem;
	margin-top: -5px;
	margin-left: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
/*===== END Scroll To Top =====*/

/*======================================
    Contact Us Page Style
======================================*/

/*===== START Contact Hero =====*/
.ls-padding-contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-padding-contact {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-padding-contact {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-padding-contact {
        padding-top: 3rem;
        padding-bottom: 0rem;
    }
}
@media (max-width: 575.98px) {
    .ls-padding-contact {
        padding-top: 2.5rem;
        padding-bottom: 0rem;
    }
}
/*===== END Contact Hero =====*/

/*===== START Contact Form =====*/
.ls-contact-box {
    width: 100%;
    padding: 2.5rem;
    -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    border-radius: 1rem;
}
.ls-required {
    font-family: sans-serif;
    color: #ff0000;
}
.ls-address-icon {
    font-size: 2rem;
    color: #AEB8FE;
    text-align: center;
}
.ls-address-heading {
    font-size: 1.125rem;
    font-weight: 600;
    padding-bottom: .625rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-contact-box {
        padding: 2.25rem;
        -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-contact-box {
        padding: 2rem;
        -webkit-box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-contact-box {
        padding: 1.75rem;
        -webkit-box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
    }
}
@media (max-width: 575.98px) {
    .ls-contact-box {
        padding: 1.5rem;
        -webkit-box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
    }
}
/*===== END Contact Form =====*/

/*===== START Careers Page =====*/
.ls-careers-features-box {
    width: 100%;
    padding: 2.5rem;
    -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    border-radius: 1rem;
}
ul.ls-careers-benefits-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.ls-careers-benefits-list li {
    background: url("../images/careers-benefits-checkmark.png") no-repeat;
    background-position: 0 6px;
    padding-left: 2rem;
    padding-top: 0;
    line-height: 2;
}
.ls-careers-job-heading {
    font-size: 1.5rem;
    font-weight: 600;
}
.ls-careers-job-text {
    margin: 1.5rem 0;
}
.ls-careers-job-text ul {
    padding-left: 1.25rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ls-careers-features-box {
        padding: 2.25rem;
        -webkit-box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 2rem rgba(0, 0, 0, .12);
    }
    .ls-careers-job-heading {
        font-size: 1.5rem;
    }
    .ls-careers-job-text {
        margin: 1.375rem 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ls-careers-features-box {
        padding: 2rem;
        -webkit-box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.75rem rgba(0, 0, 0, .12);
    }
    .ls-careers-job-heading {
        font-size: 1.375rem;
    }
    .ls-careers-job-text {
        margin: 1.25rem 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ls-careers-features-box {
        padding: 1.75rem;
        -webkit-box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.5rem rgba(0, 0, 0, .12);
    }
    .ls-careers-job-heading {
        font-size: 1.375rem;
    }
    .ls-careers-job-text {
        margin: 1.125rem 0;
    }
}
@media (max-width: 575.98px) {
    .ls-careers-features-box {
        padding: 1.5rem;
        -webkit-box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
        box-shadow: 0px .25rem 1.25rem rgba(0, 0, 0, .12);
    }
    .ls-careers-job-heading {
        font-size: 1.375rem;
    }
    .ls-careers-job-text {
        margin: 1rem 0;
    }
}
/*===== END Careers Page =====*/