.cms {}

.cms h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 10px;
}
.cms h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 10px;
}
.cms h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
}
.cms h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.cms h5 {}
.cms h6 {}

.cms p {
    margin-bottom: 20px;
}

.cms a {
    color: #0E794A;
    text-decoration: underline;
}

/* NEWS PAGINATION */
.pagination .nav-links {
    text-align: center;
    margin: 60px 0 0 0;
}
.page-numbers {
    display: inline-block;
    padding: 12px 15px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.2s ease;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #0e794a;
    color: white;
}

ul.job_listings li.job_listing a img.company_logo {
	width: 72px !important;
	height: auto !important;
	position: relative !important;
	left: 0 !important;
}
