/*
Theme Name: DekaCareers
Theme URI: stevens-stevens.com
Author: Stevens & Stevens, LLC
Author URI: stevens-stevens.com
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
Update URI: false

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

:root {
    --primary-color: #f5821f;
    --secondary-color: #000; /* TODO */
    --tertiary-color: #000; /* TODO */
    --white-accordion-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/**
 * This is an aggressive CSS reset, so not sure we need it?
 * Commented out for now.
 *
 * -- Gregor Morrill
 */

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}*/


/*This needs removed, but quick fix*/

html, body {
    max-width: 100vw;
}

body {
    font-family: 'Lato';
}

.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/** START CUSTOMIZE BS5 BUTTONS */
/** @see https://getbootstrap.com/docs/5.3/components/buttons/#css **/
.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-border-radius: 0;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #000;
}

.btn-black {
    --bs-btn-bg: var(--bs-black);
    --bs-btn-color: var(--bs-white);
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-border-radius: 0;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-white);
}

.btn-secondary {
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-border-radius: 0;
    --bs-btn-border-width: 0;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--primary-color);
}

.btn-outline-primary {
    --bs-btn-bg: transparent;
    --bs-btn-color: var(--primary-color);
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: .5rem;
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-border-radius: 0;
    --bs-btn-border-width: 1px;
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: transparent;
}

.btn-outline-primary:hover {
    border-color: var(--bs-black);
}

.btn-add-arrow:after {
    display: inline-block;
    margin-left: 0.3rem;
    content: '';
    width: 33px;
    height: 10px;
    background: url('/assets/images/right-arrow-white.svg') no-repeat bottom;
}
/** END CUSTOMIZE BS5 BUTTONS */


.btn-primary .wp-block-button__link, .btn-secondary .wp-block-button__link {
    background-color: transparent;
    font-size: inherit;
}

/** START FEATURED JOB CARDS **/
.featured-job-card {
    --bs-card-border-radius: none;
}

    .featured-job-card .card-title {
        font-size: 1rem;
    }

    .featured-job-card a:link,
    .featured-job-card a:visited,
    .featured-job-card a:hover,
    .featured-job-card a:active
    {
        background-color: rgba(0, 0, 0, .7);
        color: var(--primary-color);
        text-decoration: none;
    }

    .featured-job-card a:hover {
        background-color: rgba(245, 130, 31, .7);
        color: #fff;
    }
/** END FEATURED JOB CARDS **/

/** START LISTINGS PAGE **/
.page-template-page-listings .search-sidebar {
    background-color: #2E2E2E;
    color: #fff;
}

    .page-template-page-listings .accordion {
        --bs-accordion-bg: transparent;
        --bs-accordion-color: #fff;

        --bs-accordion-btn-color: #fff;
        --bs-accordion-btn-icon: var(--white-accordion-icon);
        --bs-accordion-btn-active-icon: var(--white-accordion-icon);

        --bs-accordion-active-bg: transparent;
        --bs-accordion-active-color: #fff;
    }

.job-listing .location {
    color: var(--primary-color);
}

.job-listing .headline a
{
    color: var(--secondary-color);
    text-decoration: none;
}

.job-listing .headline a:hover {
    text-decoration: underline;
}
/** ENB LISTINGS PAGE **/

.orange {
    color: --primary-color;
}

.green {
    color: #3a810c !important;
}

.fw-800 {
    font-weight: 800;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fw-900 {
    font-weight: 900;
}

.footer-bg {
    background-color: #f0f0f0;
}

.navy-bg {
    background-color: #141D37;
}

.grey-bg {
    background-color: #E0E0E0;
}

.lt-grey-bg {
    background-color: #f1f1f1;
}


.dk-grey-bg {
    background-color: #2E2E2E;
}


.racc-form-container {
    box-shadow: 3px 3px 7px 2px rgba(18, 18, 18, 0.38);
    padding-left: 0px!important;
    padding-right: 0px!important;
}

button#wpforms-submit-172 {
    background-color: #ff6101;
    border-radius: 0em;
    color: #fff;
    border: 0px;
    padding: 1em 3em;
    height: auto;

}

.block-side-margins {
    padding-left: 2rem;
    padding-right: 2rem;
}

button#wpforms-submit-172:hover {
    background-color: #000;


}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

.racc-form-container-top, .racc-form-container-bottom {
padding: 4rem!important;
}

.racc-form-container-top {
    border-bottom: 1px solid #ccc;
}

.listing-form .accordion-button:not(.collapsed), .accordion-button {
    background-color: #2E2E2E;
}

.listing-form .accordion {
    border: 0;
}

.listing-form .accordion-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
    color: #fff;
}

.featured-job-icon {
    max-width: 100%;
    width: 80px;
}

.benefits-footer-image-cont {
    background-image: url(/assets/images/benefits-bottom-photo.jpg?v2);
    background-size: cover;
    aspect-ratio: 4/1;
}

.border-top-light {
    border-top: 1px solid #ccc;
}

h1 {
    font-family: 'Lato';
    font-size: 3.5rem;
}
h2 {
    font-weight: 300;
    font-size: 3rem;
    font-family: 'Lato';
}

.table-shadow {
    box-shadow:  2px 2px 6px 2px rgba(0,0,0,0.56);
    border-radius: 5px;
    overflow: hidden;
}

.blackbar-bg-title {
    background: #000;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(79, 79, 79, 1) 59%);
padding: 1rem;
    color: #fff;
}

.hero-text h2 {
    font-size: 2rem;
}

.state-ico {
    height: 150px;
    width: auto;
}

    .listing-form .accordion-button.collapsed::after , .listing-form .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.job-description {
    background: #E0E0E0;
    padding: 3rem; 
    column-gap: 1.5rem;
   
}

.job-description, .job-description p, .job-description span, .job-description h2 {
     font-family: 'Lato'!important;
}

.viewJobTitle {
    font-size: 2rem;
}

.listing-form .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.listing-form .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.listing-form .form-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
}


.states a:hover {
    opacity: .8;
    transform: scale(1.1);
    text-decoration: none;
}

    .dk-grey-bg a {
        color: #fff;
    }

    .listing-info {
        font-weight: 300;
        font-size: .8rem;
        white-space: nowrap;
    }

    .section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section-padding-2 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .title-padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .worker-bg {
        background-image: url('/assets/images/worker-bg.png');
        background-size: cover;
    }

    .col-20percent {
        width: 33%;
        display: flex;
        flex-direction: column;
        font-size: .9rem;
    }

    .accordion-item {
        border-bottom: 1px solid #707070;
    }

    .listing-detail-header {
        background-image: url('/assets/images/detail-header-default.png');
        background-size: cover;
        padding-top: 200px;
        position: relative;
    }

    .listing-detail-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
}

.family-bg {
        background-image: url(/assets/images/family-background.jpg);
        background-size: cover;
}

.purpose-hero {
    min-height: 500px;
}

.purpose-hero .hero-copy h1 {
        font-size: 3.7rem;
        border-top: 3px solid #f58220;
        border-bottom: 3px solid #f58220;
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
        font-weight: 300;
        text-transform: uppercase;
}

.purpose-hero .hero-copy h1 b {
    font-weight: 700;
}

    .detail-header-top {
        position: relative;
        z-index: 9;
    }

    .back-to-listings {
        position: relative;
        z-index: 9;
    }

.u-case {
    text-transform: uppercase;
}

.epm-offers-graphic {
    background-image: url(/assets/images/epm-offers-graphic.jpg);
    background-size: cover;
}

.offers-box li {
        display: block;
        background-image: url(/assets/images/green-checkmark.svg);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 30px;
        padding-left: 45px;
        padding-top: 5px;
        font-style: italic;
        font-weight: bold;
        margin-top: 13px;
}


.sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999999;

}

.ticker-block-style {
    display: block;
}

button.navbar-toggler {
    border: none;
}



body {
    font-family: "Noto Sans", serif;
    color: #595959;
}

a {
    color: #f5821f;
}

a.grey {
    color: #595959;
    text-decoration: none;
}

a.grey:hover {
    color: #595959;
    text-decoration: underline;
    text-underline-position: under;
}

a:hover {
/*  text-decoration: underline #595959;*/
/*  text-underline-position: under;*/
}

.image-cont-hover:hover {
    opacity: .8;
}

.no-underline {
    text-decoration: none;
}

a.white:hover {
    color: #f5821f;
}

.splide__slide img {
    max-width: 100%;
    height: auto;
}

.home .hero video {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

 .home .hero {
        background-image: url('/assets/images/hero-mobile-bg.jpg');
     }

.hero::after {
      content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    user-select: none;
    pointer-event: none;
    opacity: .5;
    background: rgb(0,0,0);
    transition: all .3s;
    z-index: 0;
}

.container.hero-text {
    position: relative;
    z-index: 2;
}

.box-shadow {
    -webkit-box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 10px -6px rgba(0,0,0,0.75);
}

img.btm-offer-image {
        max-width: 100%;
        width: auto;
        position: relative;

}

.racc-hero {
    background-image: url(/assets/images/racc-hero-large.jpg);
    background-size: cover;
}

.down-arrow-white::before, .down-arrow-black::before,.down-arrow-orange::before,.down-arrow-grey::before,.down-arrow-lt-blue::before,.down-arrow-lt-grey::before {
        display: inline-block;
        width: 20%;
        height: 40px;
        position: absolute;
        top: 0;
        left: 40%;
}

.p-relative {
    position: relative;
}

.stat-bubble-1, .stat-bubble-2 {
        max-width: 180px;
}

.lt-grey-gradient-bg {
        background: rgb(232, 232, 232);
        background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 99%);
}


.down-arrow-orange {
        border-top: 10px solid #F68220;
}

.down-arrow-lt-grey::before {
        content: url(/assets/images/section-down-arrow-lt-grey.svg);

}

.down-arrow-orange::before {
        content: url(/assets/images/section-down-arrow-orange.svg);

}

.down-arrow-grey::before {
        content: url(/assets/images/section-down-arrow-grey.svg);

}

.down-arrow-grey.grey2-arrow::before {
        content: url(/assets/images/section-down-arrow-grey2.svg);

}

.down-arrow-orange {
    border-top: 10px solid #F68220;
}

.down-arrow-white::before {
        content: url(/assets/images/section-down-arrow-white.svg);

}

.down-arrow-black::before {
        content: url(/assets/images/section-down-arrow.svg);

}

.down-arrow-lt-blue::before {
        content: url(/assets/images/section-down-arrow-lt-blue.svg);

}

.down-arrow-lt-blue {
    border-top: 10px solid #a9c4d0;
}

/* Slider on Purpose Page */

.slider-container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 600px;
}
.slider-container .bullet-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.slider-container .bullet-container .bullet {
    margin-right: 14px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
}
.slider-container .bullet-container .bullet:last-child {
    margin-right: 0px;
}
.slider-container .bullet-container .bullet.active {
    opacity: 1;
}
.slider-container .slider-content {
    position: relative;
    left: 50%;
    top: 45%;
    width: 70%;
    height: 60%;
    transform: translate(-50%, -50%);
}
.slider-container .slider-content .slider-single {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: z-index 0ms 250ms;
}
.slider-container .slider-content .slider-single .slider-single-image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto%;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download {
    position: absolute;
    display: block;
    right: -22px;
    bottom: 12px;
    padding: 15px;
    color: #333333;
    background-color: #fdc84b;
    font-size: 18px;
    font-weight: 600;
    font-family: "karla";
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-download:hover, .slider-container .slider-content .slider-single .slider-single-download:focus {
    outline: none;
    text-decoration: none;
}
.slider-container .slider-content .slider-single .slider-single-title {
    display: block;
    float: left;
    margin: 16px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    font-weight: 400;
    color: #191919;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes {
    display: block;
    float: right;
    margin: 16px 20px 0 0;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    opacity: 0;
}
.slider-container .slider-content .slider-single .slider-single-likes i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #ff6060;
    transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
    transform: scale(0);
}
.slider-container .slider-content .slider-single .slider-single-likes p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #ffffff;
}
.slider-container .slider-content .slider-single .slider-single-likes:hover, .slider-container .slider-content .slider-single .slider-single-likes:focus {
    outline: none;
    text-decoration: none;
}
.slider-container .slider-content .slider-single.preactivede .slider-single-image {
    transform: translateX(-50%) scale(0);
}
.slider-container .slider-content .slider-single.preactive {
    z-index: 1;
}
.slider-container .slider-content .slider-single.preactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(-25%) scale(0.8);
}
.slider-container .slider-content .slider-single.preactive .slider-single-download {
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.preactive .slider-single-title {
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.preactive .slider-single-likes {
    transform: translateX(-150px);
}
.slider-container .slider-content .slider-single.proactive {
    z-index: 1;
}
.slider-container .slider-content .slider-single.proactive .slider-single-image {
    opacity: 0.3;
    transform: translateX(25%) scale(0.8);
}
.slider-container .slider-content .slider-single.proactive .slider-single-download {
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-title {
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactive .slider-single-likes {
    transform: translateX(150px);
}
.slider-container .slider-content .slider-single.proactivede .slider-single-image {
    transform: translateX(50%) scale(0);
}
.slider-container .slider-content .slider-single.active {
    z-index: 2;
}
.slider-container .slider-content .slider-single.active .slider-single-image {
    opacity: 1;
    transform: translateX(0%) scale(1);
}
.slider-container .slider-content .slider-single.active .slider-single-download {
    opacity: 1;
    transition-delay: 100ms;
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-title {
    opacity: 1;
    transition-delay: 200ms;
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes {
    opacity: 1;
    transition-delay: 300ms;
    transform: translateX(0px);
}
.slider-container .slider-content .slider-single.active .slider-single-likes i {
    animation-name: heartbeat;
    animation-duration: 500ms;
    animation-delay: 900ms;
    animation-interation: 1;
    animation-fill-mode: forwards;
}
.slider-container .slider-left {
    position: absolute;
    z-index: 3;
    display: block;
    right: 80%;
    top: 58%;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 20px 15px;

    margin-right: -2px;
}
.slider-container .slider-right {
    position: absolute;
    z-index: 3;
    display: block;
    left: 80%;
    top: 58%;
    color: #ffffff;
    transform: translateY(-50%);
    padding: 20px 15px;

    margin-left: -2px;
}
.slider-container .not-visible {
    /*display: none !important;*/
}

/*This style is too broad, use a more limited selector*/
/*.fa {
    font-size: 50px;
}*/

.slider-left .fa, .slider-right .fa {
        text-shadow: 1px 1px 3px #00000094;
        font-size: 80px;
}

.table-image-col img.benefit-icon {
    height: 80px;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;

}



@media (min-width: 800px) {



    .hero::after {
    display: none;
}

    .featured-job-icon {

        width: 120px;
    }

    .ticker-block-style {
        display: inline;
    }

    .listing-detail-section-details {
        columns: 2;
        column-gap: 2em;
    }
}

@media (min-width: 901px) {
        img.btm-offer-image {
                max-width: 375px;

        }

            .state-ico {
        height: 220px;
        width: auto;
    }

        .down-arrow-white::before, .down-arrow-black::before, .down-arrow-orange::before, .down-arrow-grey::before, .down-arrow-lt-blue::before, .down-arrow-lt-grey::before {
                display: inline-block;
                width: 6%;
                left: 47%;
        }
}



.topbar a:hover, .topbar2 a:hover {
    color: #f5821f
}

.mobile-search-icon {
}

nav.navbar.navbar-expand-xl.bg-body-tertiary {
    background-color: #fff!important;
}

.padding-cells-1 td {
    padding: 1rem;

}

.table-cells-noborder td {

    border: 0;
}



.navbar-toggler:focus {
    box-shadow: none;
}

.black-bg {
    background-color: #000;
    color: #fff;
}

.white-bg {
    background-color: #fff;
}

.orange-bg {
    background-color: #f5821f;
}

.orange-bg20 {
    background-color: #f5821f20;
}

.orange-bg30 {
    background-color: #f5821f30;
}

.orange-bg40 {
    background-color: #f5821f40;
}

.orange-bg50 {
    background-color: #f5821f50;
}

.light-orange-bg {
    background-color: #feeddf;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.orange {
    color: #f5821f;
}



.orange-gradient {
    background: rgb(249,212,180);
    background: linear-gradient(180deg, rgba(249,212,180,1) 0%, rgba(255,255,255,1) 98%);
    background-image: url('/assets/images/orange-gradient-layer.jpg');
    background-size: cover;
}

.hero {
    color: #fff;
    max-width: 100vw;
    overflow: hidden;
    top: -60px;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.counters-section {
    background: rgb(0,0,0);
    position: relative;
    top: -60px;
}

.difference-photo-area {
    background-color: #ccc;
    display: flex;
    justify-content: end;
    flex-direction: column;
    min-height: 200px;
}

.difference-photo-area a {
    background-color: #f5821f;
    color: #fff;
    text-decoration: none;
    padding: .5rem 1.4rem;
    flex-grow: 0;
    margin-bottom: 20px;

    margin-left: auto;
}

.hp-about-section .card {
    border: 0px;
}

.sustainability-bg {
    background-image: url(/assets/images/sustainability-bg.jpg);
    background-size: contain;
    background-position-x: right;
    background-repeat: no-repeat;

}

.black-boxes-hp {
    padding-left: 3rem;
    padding-right: 3rem;
}

.manucycling-link {
    text-decoration: none;
    color: #a6a6a6;
    font-style: italic;
}

.counter-area {
        background-color: #000;
        color: #fff;
}

        .counter-area h3,
        .counter-area .highlight {
                color: var(--primary-color);
        }

.vert-pipe {
    color: #666;
    margin-left: 14px;
    margin-right: 14px;
}

.vert-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-job-ticker {
    position: relative;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    width: 100%;
}

h4.orange a {
    text-decoration: none;
}

.footer-text-area h1 {
    font-size: 1.4rem;
}

.large-footer-cta {
    font-size: 3rem;
}

.pre-line {
    text-transform: uppercase;
    font-size: .9rem;
    margin-top: 50px;
}

.topbar a {
    color: #fff;
    border-right: 1px solid #666;
    font-size: .8rem;
}

.topbar2 a {
    color: #595959;
    font-size: .8rem;
    padding-left: 0px;
    font-size: 16px;
    text-transform: none;
    border-top: 1px solid #e5e5e5;
}

.main-logo {
    width: 200px;
    height: auto;
}

.orange-arrow {
    position: relative;
}

.orange-arrow:after {
    content: '';
    position: absolute;
    bottom: 7px;
    right: -35px;
    width: 35px;
    height: 17px;
    background: url(/assets/images/right-arrow-orange.svg) no-repeat bottom;
    /* vertical-align: middle; */
    transition: transform 0.7s;
}

.orange-arrow:hover:after {
    transform: translateX(10px);
    /* vertical-align: middle; */
}

.navbar-nav .nav-item a {
    color:  #595959;
}

.navbar-nav .nav-item a:hover {
    color: #f5821f
}

.w-search-icon {

        left: 0;
        padding-left: 30px;
}

.search-icon-jl-ui {
            width: 20px;
        margin-left: 3px;
        position: absolute;
        top: 10px;
        width: 20px;
        margin-left: 6px;

}


.card-image-cont {
    background-color: #666;
    aspect-ratio: 5/3;
}

.nav-item.search a {
    color: #f5821f;
    text-transform: uppercase;
}

.nav-item.search a:hover {
    color: #000;
}

li.nav-item {
    border-top: 1px solid #e5e5e5;
}

.topbar2 li.nav-item {
    border-top: none;
    display: block;
    width: 100%;
}

  .home .hero video
    {
      
        display: none;
    }


@media (min-width: 768px) {
      .home .hero {
        background-image: url('/assets/images/hero-bg.jpg');
        background-position-x: center;
     }

        .home .hero video
    {
        width: auto;
        height: 101%;
        left: 0;
        right: 0;
        display: block;
        z-index: 1;
    }

    .table-title-col {
    width: 250px;
}

 .table-image-col {
    width: 120px;
}

 .table-image-col img {
    max-width: 100%;
    height: auto;
}
}

@media (max-width: 799px) {
    .hidden-mobile {
        display: none;
    }

    .responsive-table td {
    display: block;
}

.table-icon {
    max-width: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .featured-job-ticker {
    position: relative;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    width: 100%;
    display: none;
}


}





@media (min-width:800px) {



    .featured-job-ticker {
        position: relative;
        top: 0;
        right: 0;
        padding: 1rem 2rem;
        margin-left: auto;
    }

    .home .featured-job-ticker {
        width: fit-content;
    }

    .featured-job-ticker:before {
        content: '';
        position: absolute;
        top: 0;
        left: -60px;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(45deg);
        -ms-transform: skew(45deg);
        transform: skew(45deg);
        z-index: -1;
    }

    .pre-line {
        margin-top: 0px;
    }
}

    @media (min-width: 992px) {
        .col-20percent {
        width: 20%;
        display: flex;
    }

    .block-side-margins {
    padding-left: 6rem;
    padding-right: 6rem;
}

    .racc-form-container-top, .racc-form-container-bottom {
    padding: 4rem 8rem!important;
}

    .hero-text h2 {
    font-size: 3rem;
}

    .section-padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    }



@media (min-width: 1200px) {
    

    .viewJobTitle {
    font-size: 3rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .job-description {
        columns: 2; 
    }

        .block-side-margins {
    padding-left: 9rem;
    padding-right: 9rem;
}

          .home .hero video
    {
        width: 120%;
        height: auto;
        left: -10%;
        right: 0;
        display: block;
        z-index: 1;
    }

    .counters-section {
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,1) 38%, rgba(255,255,255,1) 38%);
    }

    li.nav-item {
        border-top: none;
    }

    .navbar-expand-xl .navbar-collapse, .navbar.bg-body-tertiary {
        background-color: #fff!important;
    }

    .nav-item.search {
        position: relative;
        margin-right: 33px;
    }

    .nav-item.search:after {
        content: '';
        position: absolute;
        top: 0px;
        right: -15px;
        width: 33px;
        height: 33px;
        background: url(/assets/images/search-icon.jpg) no-repeat bottom;
        /* vertical-align: middle; */
        background-size: cover;
    }

    .stat-bubble-1 {
                max-width: 340px;
        }

        .stat-bubble-1-cont {
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
        flex-direction: column;
}

.text-lg-left {
        text-align: left;
}



.stat-bubble-2 {
                max-width: 400px;
        }

}

@media (min-width: 1250px) {
   
}


@media (min-width: 1600px) {

img.btm-offer-image {
                max-width: 375px;
                left: -100px;
        }
}

@media (min-width: 1800px) {
    .featured-job-ticker:before {
        left: -90px;
    }
}

@media (min-width: 2000px) {
    html {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .container {
        max-width: 1800px;
    }

    .btn.btn-primary:after {
        width: 40px;
        height: 13px;
        bottom: 18px;

    }

    .orange-arrow:after {
        bottom: 11px;
        right: -45px;
        width: 45px;
        height: 20px;
    }

    .orange-arrow:hover:after {
        content: '';
        bottom: 11px;
        right: -45px;
        width: 45px;
        height: 20px;
    }

    .hero, .counters-section {
        top: -84px;
    }
}

@media (min-width: 2400px) {
    html {
        font-size: 1.5em;
        line-height: 1.7em;
    }

    .btn.btn-primary:after {
        bottom: 22px;

    }

    .orange-arrow:after {
        bottom: 15px;
    }

    .orange-arrow:hover:after {

        bottom: 15px;
    }
}
