<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-ctas {
    text-align:center;
    margin-top: 35px;
}

.section-ctas .cta-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color:white;
    text-shadow: 0 0 10px #000;
}

.section-ctas .cta-subtitle {
    display: none;
    color:white;
    font-size: 14px;
}

.careers-cta, .jobs-cta, .testimonials-cta, .benefits-cta {
    padding: 10px;
    background-size: cover;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    cursor:pointer;
}

.careers-cta:hover .cta-subtitle, .jobs-cta:hover .cta-subtitle, .testimonials-cta:hover .cta-subtitle, .benefits-cta:hover .cta-subtitle {
    display: block;
}

.careers-cta {
    background-image: url('/images/career-opportunities.jpg');
}

.jobs-cta {
    background-image: url('/images/search-jobs.jpg');
}

.testimonials-cta {
    background-image: url('/images/employee-testimonials.jpg');
}

.benefits-cta {
    background-image: url('/images/benefits.jpg');
}

.careers-cta:hover {
    background-image: url('/images/career-gradient.jpg');
}

.jobs-cta:hover {
    background-image: url('/images/search-gradient.jpg');
}

.testimonials-cta:hover {
    background-image: url('/images/employee-gradient.jpg');
}

.benefits-cta:hover {
    background-image: url('/images/benefits-gradient.jpg');
}

#careers, #benefits, #testimonials {
    margin-top: 40px;
}

@media (max-width: 767px){
    .employees-card .row div:nth-child(1) .card {
        margin-bottom: 150px;
    }
}

.quote-svg {
    position: absolute;
    z-index: 1;
    max-width: 4rem;
    top: 1.5rem;
    left: 75%;
}

.employee-quote {
    z-index: 2;
    position: relative;
}

.employees-card {
    margin: 50px 0px;
}

.employee-image img {
    border-radius: 9999px;
}

.employee-image {
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 160px;
}

.employee-text {
    box-shadow: 0px 10px 20px 0px #000000; 
    background-color: black;
    padding: 3rem;
    z-index: 2;
}

.nav-tabs li a {
    font-weight: bold;
}

.testimonial-text {
    padding: 15px;
}

#benefits li {
    padding-left: 1.125rem;
    position: relative;
    margin-bottom: 0.8625rem;
    line-height: 1.6;
    font-size:  18px;
}

#benefits li:before {
    font-family: FontAwesome;
    content: "\F0c8";
    margin-right: 4px;
    font-size: 8px;
    color: #e20b17;
    vertical-align: middle;
    position: absolute;
    left: -9px;
    line-height: 2.6;
}

ol, ul {
    list-style: none;
    padding-left: 13px;
}

ol.carousel-indicators {
    display: none;
}

.testimonials-section {
    background-color: black;
    color: white;
    margin-bottom: 150px;
}

.prev {
    left: 0;
    position: absolute;
    cursor: pointer;
}

.next {
    right: 0;
    position: absolute;
    cursor: pointer;
}

.slideControls {
    position: absolute;
    margin: auto;
    top: 45%;
    width: 103%;
    transform: translate(-1.5%, -45%);
    z-index: 1;
}

@media only screen and (min-width: 1170px){
    .slideControls {
        width: 110%;
        transform: translate(-5%, -45%);
    }
}

.slideControls i {
    font-size: 50px;
    color: #aeaeae;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.accordion-icon {
    float: right;
    transition: all ease-in-out 0.2s;
}

.toggle .accordion-icon {
    transform: rotate(180deg);
}

.job-titles{
    margin: 35px 0px;
}

.collapsible {
    background-color: black;
    border-top: 1px solid #555555!important;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    padding: 14px 25px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0px;
}

.toggle, .collapsible:hover {
    background-color: #e20b17;
}

.coll-section {
    padding: 18px 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.careers-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
}

.careers-content .lead-button {
    margin: 0 auto 0 0;
    padding: 6px 10px;
    max-width: 152px;
}

.jumbotron img {
    width: 100%;
}

div#main {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron {
    margin-bottom: 5px;
}

.jumbotron .nav-tabs {
    text-align: center;
}

.jumbotron .nav-tabs&gt;li {
    float: none;
}

.jumbotron {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: white;
}

@media screen and (min-width: 768px){
    .jumbotron {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.jumbotron .nav&gt;li {
    display: inline-block;
}

.nav-tabs li .bar {
    background: #e20b17;
    height: 8px;
    position: relative;
    bottom: -6px;
    visibility: hidden;
}

.nav-tabs .active .bar {
    display: block;
    visibility: visible;
    bottom: 7px;
}

.nav-tabs {
    border-bottom: 3px solid #e1e1e1;
}

.nav-tabs&gt;li {
    margin-bottom: -7px;
}

.nav-tabs li:hover .bar {
    display: none;
}

@media screen and (min-width: 768px){
    .nav-tabs li:hover .bar {
        display: block;
        visibility: visible;
        bottom: 7px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 013s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
}

.nav-tabs&gt;li&gt;a {
    color: black;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: none;
}

.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus {
    color: #e20b17;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs&gt;li a:hover, .nav-tabs&gt;li a:focus {
    color: #e20b17;
}

.nav-tabs&gt;li.active&gt;a {
    color: black;
}

.nav-tabs&gt;li&gt;a:hover {
    border-color: white;
}
.nav&gt;li&gt;a:hover, .nav&gt;li&gt;a:focus {
    background-color: white;
}</pre></body></html>