p,
ol li,
ul li {
	font-family: Poppins !important;
	font-size: 15px;
	line-height: 1.75;
}

.job-post .container {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.job-post header.job-post-header {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.job-post h1.job-post-title {
    font-size: 1.5em;
    color: #c0392b;
    margin-bottom: 10px;
}

.job-post h2.job-post-subheader {
    font-size: 1.3em;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e74c3c;
}

.job-post h3.job-post-subheader {
	text-align: left;
    font-size: 1.2em;
    color: #34495e;
    margin-top: 0;
    margin-bottom: 6px;
}

.job-post .job-meta {
	border-left: 3px solid rgb(200,200,200);
    padding: 0 0 0 20px;
    border-radius: 0;
    margin-bottom: 30px;
}

.job-post .job-meta p {
	margin: 0 0 8px 0;
}

.job-post .job-meta strong {
    color: #2c3e50;
}


.job-post p {
    margin-bottom: 15px;
}

.job-post ul {
	padding-left: 0 !important;
    margin-left: 25px;
    margin-bottom: 20px;
}

.job-post li {
    margin-bottom: 6px;
}

.job-post strong {
    /*color: */
}

.job-post hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.job-post .apply-section {
    background-color: rgba(230,230,230,0.5);
    padding: 10px;
    border-left: 4px solid #C92228;
    margin-top: 0;
}

.job-post .apply-section p {
    margin-bottom: 10px;
}



.job-post .email-link {
    color: #c0392b;
    font-weight: bold;
    text-decoration: none;
}

.job-post .email-link:hover {
    text-decoration: underline;
}

.job-post ul.checklist {
    list-style-type: none !important;
    margin-left: 0;
}

.job-post .checklist li:before {
    margin-right: 4px;
}

.job-post ol.numbered-steps {
  counter-reset: my-awesome-counter;
  list-style-type: none;
  padding-left: 20px;
}
.job-post ol.numbered-steps li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 5px;
  counter-increment: my-awesome-counter;
  position: relative;
}
.job-post ol.numbered-steps li::before {
  content: counter(my-awesome-counter);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  line-height: 1;
  width: 16px;
  height: 16px;
  top: 6px; 
  padding: 2px 0 2px 0;
  vertical-align: middle;
  background: #539DF0;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.job-post i.em {
	font-size: 12px;
	padding-right: 10px;
	margin: 0 5px 0 0;
}
.job-post ul.checklist li i.em {
	margin-right: 15px;
}

 .job-post-icon {
 	padding-right: 10px;
 	width: 32px;
 	height: auto;
	vertical-align: middle;
}
 .job-post-icon.tkwd-icon {
 	width: 32px;
 }
 .job-post hr {
 }
/* Overrides */
