.blog-post {
  margin: 0;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .blog-post {
    margin: 20px 0 0;
  }
}
.blog-post .category_tag {
  font-size: 1.5rem;
  color: #005db9;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-post .category_tag svg {
  height: 12px;
  width: 12px;
  display: inline-block;
}
.blog-post .category_tag svg fill {
  color: #005d83;
}
.blog-post .category_tag > div {
  display: inline-block;
}
.blog-post .category_tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post .category_tag ul li {
  display: inline-block;
}
.blog-post .category_tag ul li:after {
  content: ",";
  margin: 0 5px 0 0;
}
.blog-post .category_tag ul li:last-child:after {
  content: none;
}
.blog-post__details {
  font-size: 1.5rem;
  margin: 15px 0 0;
}
.blog-post__details a {
  text-decoration: none;
  color: #000;
}
.blog-post__details a:hover,
.blog-post__details a:focus {
  text-decoration: underline;
}
.blog-post__details .date {
  font-weight: bold;
}
.blog-post__details .author {
  font-style: italic;
  display: inline-block;
}
.blog-post__details .author ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.blog-post__details .author ul li {
  display: inline-block;
}
.blog-post .topics {
  display: block;
  margin: 15px 0;
}
.blog-post .topics > div {
  display: inline-block;
}
.blog-post .topics ul.sfTagsList {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
.blog-post .topics ul.sfTagsList li {
  display: inline-block;
}
.blog-post .topics ul.sfTagsList li:after {
  content: ",";
}
.blog-post .topics ul.sfTagsList li:last-child:after {
  content: none;
}
.blog-post__headline {
  font-size: 2.2rem;
  color: #005d83;
  font-weight: bold;
  margin: 15px 0 0;
}
.blog-post__image-wrapper {
  background-size: cover;
  background-image: url('Images/blog-item-placeholder.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 215px;
  -webkit-box-shadow: 0px 0px 5px 5px #ededed;
  -moz-box-shadow: 0px 0px 5px 5px #ededed;
  box-shadow: 0px 0px 5px 5px #ededed;
}
.blog-post__image-caption {
  font-size: 1.5rem;
  font-style: italic;
  margin: 15px 0;
}
.blog-detail__callout {
  background-color: #005db9;
  color: #fff;
  margin: 30px 0;
}
.blog-detail__callout:before,
.blog-detail__callout:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #AEDA72;
}
.blog-detail__callout:before {
  position: relative;
  top: -10px;
}
.blog-detail__callout:after {
  position: relative;
  bottom: -10px;
}
.blog-detail__callout-content-wrapper {
  display: flex;
  padding: 15px 20px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width:  1200px ), (min-width:  992px ) and (max-width:  1199px ) {
  .blog-detail__callout-content-wrapper {
    flex-direction: row;
  }
}
.blog-detail__callout-content-wrapper .blog-detail__callout-headline {
  font-size: 2.8rem;
  font-weight: bold;
}
.blog-detail__callout-content-wrapper .blog-detail__callout-details {
  font-size: 1.6rem;
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  .blog-detail__callout-cta {
    margin-top: 25px;
  }
}
.blog-detail__comments-section {
  margin: 35px 0 0;
}
.blog-detail__comments-section .comments-section__headline,
.blog-detail__comments-section .sfTxtLbl {
  font-size: 1.9rem;
  font-weight: bold;
  color: #005d83;
}
.blog-detail__comments-section .sfcommentsList,
.blog-detail__comments-section .sfcommentsFieldsList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-detail__comments-section .sfcommentText {
  margin: 15px 0;
}
.blog-detail__comments-section .sfcommentText i.fa:before {
  color: #005d83;
}
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"] {
  background-color: #fff;
  color: #005d83;
  border: 2px solid #AEDA72;
  font-weight: bold;
  border-radius: 35px;
  padding: 5px 15px;
}
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"]:before {
  font-family: FontAwesome;
  content: "/f105";
  color: #AEDA72;
  display: block;
  position: absolute;
}
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"]:hover,
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"]:focus {
  background-color: #005d83;
  color: #fff;
}
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"]:hover:before,
.blog-detail__comments-section .sfcommentsSubmitBtnWrp input[type="submit"]:focus:before {
  color: #fff;
}
