careers-styles.css
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif; }

p {
  margin-bottom: 20px;
  color: #8c8c8c; }

#our-careers-header {
  display: inline-block;
  background-color: #999999;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 0px; }

.main-cta-btn {
  cursor: pointer;
  font-size: 16px;
  padding: 0.5rem 1.4rem;
  font-weight: 400;
  line-height: 1.67;
  text-align: left;
  color: #ffffff;
  border: 2px solid transparent;
  margin: 1%;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.main-cta-btn:hover {
  background-color: #3e6423 !important; }

.main-cta-btn.green {
  background-color: #76be43; }

.main-cta-btn.white {
  background-color: #ffffff;
  color: #76be43; }

.bannerText {
  font-size: 3.75em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  color: #8c8c8c;
  margin: 0.5em 0; }

.section-content.grey-bg {
  background-color: #F3F3F3; }

.section-content-text.green-bg {
  background-color: #76be43; }

.green-bg h1, .green-bg p {
  color: white; }

.section-content main {
  display: flex;
  flex-direction: row; }

.section-content main.full-height {
  height: 40vw; }

.section-content-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.section-content-text, .section-content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 5em 2em; }

.mainContent img.section-content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding: 0; }

.section-content-group {
  width: 85%;
  max-width: 700px;
  padding: 30px; }

.mid-size-p {
  font-size: 1.5em;
  font-weight: 400; }

.bold-text {
  font-weight: 600; }

.two-col-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  list-style-type: none; }

ul li {
  padding: 10px 5px;
  color: #8c8c8c; }

.square-img {
  width: 70%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.job-listings-wrapper {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center; }

.job-listing {
  width: 90%;
  max-width: 1200px; }

.job-listing .read-more-section.hidden {
  display: none; }

.job-listing .read-more-section h4 {
  color: #76be43; }

.job-btns-group {
  display: flex;
  flex-direction: row; }

.job-btns-group .main-cta-btn:first-child {
  margin-left: 0px; }

.job-listing {
  margin: 50px 0px; }

.job-hr {
  background-color: #bebebe;
  height: 1px;
  border-width: 0px;
  display: block;
  margin: 20px 0px; }

.job-listing ul {
  list-style-type: none; }

.job-listing p {
  line-height: 200%; }

.job-title {
  color: #76be43; }

.job-subtitle {
  color: #8c8c8c;
  font-weight: 600;
  margin-bottom: 20px; }

@media (max-width: 1200px) {
  .section-content main {
    flex-direction: column;
    height: auto !important; }
  .section-content-text, .section-content-img {
    width: 100%;
    padding: 0px;
    min-height: 400px; }
  .section-content-text {
    order: 1; }
  .section-content-img {
    order: 2; }
  .square-img {
    width: 100%;
    height: 400px; } }
