Remote Work

WORK FROM ANYWHERE

No really. All you need is internet and a comfy chair. Not all of our positions require you to be in the office. We have employees who work from home all across the country – 19 states and counting! Our physical office is still located in Peoria, but we’re excited to support a growing remote team.

.text-column {
padding-top: 3rem;
height: 100%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-around;
}

.text-column .upper-text {
margin-bottom: 4rem;
}

.custom-card-container .card {
margin-bottom: 6rem;
}

.image-column img {
width: 100%;
}

.button-black-outline {
border-radius: 5px;
font-weight: bold;
margin-top: 2rem;
margin-bottom: 2rem;
border: 2px solid #444;
color: #444;
padding: 6px 37px;
}

.button-black-outline:hover {
border-radius: 5px;
font-weight: bold;
margin-top: 1rem;
margin-bottom: 2rem;
border: 2px solid #444;
background-color: #444;
color: white;
padding: 6px 37px;
}

.text-column a,
.text-column a p,
.text-column a h2 {
text-align: left;
}

.text-column div:nth-child(3) {
padding-top: 2rem;
}

COVID-19 Changed Us Too

In 2020, when the world shut down, we kept moving (and growing), and got a lot smarter about working remote! We have a number of new tools and software to keep our remote and hybrid workforce engaged whether they’re in our office, or their own.

Monthly Stipend

Our full-time remote team receives a monthly stipend to help offset the cost of internet… or coffee… or cute fuzzy office accessories. Whatever you need to get the job done right.

But Wait There’s More

.career-footer-nav {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-right: -2rem;
margin-left: -2rem;
}

.career-footer-nav .card {
color: black!important;
text-decoration: none!important;
box-shadow:0px 3px 13px 1px rgba(0,0,0,0.12);
background-color: white;
padding: 4rem;
margin: 2rem;
display: flex;
flex: 1 1 0px;
flex-direction: column;
justify-content: start;
text-align: center;
position: relative;
top: 0px;
transition: all 0.25s ease-in-out;
}

.career-footer-nav .card:hover {
top: -10px;
}

.career-footer-nav .card img {
max-width: 100px;
margin: auto;
margin-bottom: 2rem;
margin-top: 0rem;
}

.career-footer-nav .card h4 {
font-weight: 700!important;
font-size: 20px;
margin-bottom: 2rem;
}

.career-footer-nav .card p {
font-size: 15px;
margin-bottom: 2rem;
}
@media (max-width: 1025px) {
.career-footer-nav .card {
margin: 1rem;
padding: 2rem;
}
.career-footer-nav {
margin-right: -1rem;
margin-left: -1rem;
}
}
@media (max-width: 700px) {
.career-footer-nav{
flex-direction: column;
}
.career-footer-nav .card{
margin-bottom: 2rem;
}
}