.section-blog-featured-articles a.article-wrapper-link {
  text-decoration: none;
  color: #fff;
  flex: 1;
  display: block;
}
.section-blog-featured-articles article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  flex: 1;
  position: relative;
}
.section-blog-featured-articles article a {
  text-decoration: none;
  color: #fff;
}
.section-blog-featured-articles article .article-link {
  display: block;
  position: absolute;
  padding: 15px 25px;
  font-size: 20px;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: #377c2b;
  text-decoration: none;
  color: #fff;
}
.section-blog-featured-articles article .article-link:before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 21px;
  left: 25px;
  width: 10px;
  height: 16px;
}
.section-blog-featured-articles article .article-author-date {
  font-size: 12px;
  display: flex;
  text-shadow: 0 0 10px black;
}
.section-blog-featured-articles article .article-author-date .date {
  padding: 0 18px;
  padding-left: 24px;
  position: relative;
}
.section-blog-featured-articles article .article-author-date .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
.section-blog-featured-articles article .article-author-date .author {
  padding: 0 18px;
  position: relative;
}
.section-blog-featured-articles article .article-author-date .author:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #377c2b;
}
.section-blog-featured-articles .left article {
  max-height: 650px;
  height: 50vw;
  padding: 50px 45px;
}
.section-blog-featured-articles .left article h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-shadow: 0 0 10px black;
}
.section-blog-featured-articles .right {
  display: flex;
  flex-direction: column;
}
.section-blog-featured-articles .right a.article-wrapper-link:first-child {
  margin-bottom: 10px;
}
.section-blog-featured-articles .right a.article-wrapper-link:last-child {
  margin-top: 10px;
}
.section-blog-featured-articles .right article {
  padding: 20px 25px;
  height: 100%;
}
.section-blog-featured-articles .right article h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  text-shadow: 0 0 10px black;
}
@media screen and (max-width: 992px) {
  .section-blog-featured-articles .left article,
.section-blog-featured-articles .right article {
    max-height: 650px;
    height: 50vw;
    margin-bottom: 20px;
    margin-top: 0;
    flex: unset;
  }
  .section-blog-featured-articles .left article h2,
.section-blog-featured-articles .right article h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog-featured-articles .left article,
.section-blog-featured-articles .right article {
    display: block;
    height: auto;
    max-height: none;
    padding-top: 100px;
  }
  .section-blog-featured-articles .left article h2,
.section-blog-featured-articles .right article h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-blog-featured-articles .left article .article-author-date,
.section-blog-featured-articles .right article .article-author-date {
    display: block;
  }
  .section-blog-featured-articles .left article .article-author-date .author,
.section-blog-featured-articles .right article .article-author-date .author {
    padding-left: 20px;
  }
  .section-blog-featured-articles .left article .article-author-date .author:before,
.section-blog-featured-articles .right article .article-author-date .author:before {
    content: none;
    background-color: transparent;
  }
}

.section-blog-upcoming-events .upcoming-events-header {
  position: relative;
}
.section-blog-upcoming-events .upcoming-events-header h1 {
  margin-bottom: 70px;
}
.section-blog-upcoming-events .upcoming-events-header .btn-link-yellow, .section-blog-upcoming-events .upcoming-events-header .btn-link-green {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 30px;
  top: 10px;
  right: 15px;
}
@media screen and (max-width: 576px) {
  .section-blog-upcoming-events .upcoming-events-header h1 {
    margin-bottom: 20px;
  }
  .section-blog-upcoming-events .upcoming-events-header .btn-link-yellow, .section-blog-upcoming-events .upcoming-events-header .btn-link-green {
    position: unset;
    margin-bottom: 20px;
  }
}
.section-blog-upcoming-events a.article-wrapper-link {
  display: block;
  text-decoration: none;
}
.section-blog-upcoming-events article {
  min-height: 365px;
  margin-bottom: 50px;
  position: relative;
}
.section-blog-upcoming-events article .location {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 15px;
  width: 165px;
  position: absolute;
  top: 0;
  left: 0;
}
.section-blog-upcoming-events article .article-info {
  background-color: #377c2b;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  flex-direction: column;
}
.section-blog-upcoming-events article .article-info h2 {
  font-size: 20px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .section-blog-upcoming-events article .article-info h2 {
    height: auto;
  }
}
.section-blog-upcoming-events article .article-info .date {
  color: #ffffff;
  font-size: 0.875em;
  margin-bottom: 0.25em;
}
.section-blog-upcoming-events article .article-info .date .day {
  font-size: 40px;
  line-height: 40px;
}
.section-blog-upcoming-events article .article-info .date .month {
  font-size: 20px;
  text-transform: uppercase;
}

.flex-article {
  display: flex;
  flex-direction: column;
}
.flex-article .article-image {
  flex-grow: 1;
}
.flex-article .article-info {
  position: static !important;
}

.section-blog-media-release {
  margin-left: 50px;
}
.section-blog-media-release .media-release-header {
  position: relative;
}
.section-blog-media-release .media-release-header h1 {
  margin-bottom: 70px;
}
.section-blog-media-release .media-release-header .btn-link-yellow, .section-blog-media-release .media-release-header .btn-link-green {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 30px;
  top: 10px;
  right: 15px;
}
@media screen and (max-width: 576px) {
  .section-blog-media-release .media-release-header h1 {
    margin-bottom: 20px;
  }
  .section-blog-media-release .media-release-header .btn-link-yellow, .section-blog-media-release .media-release-header .btn-link-green {
    position: unset;
    margin-bottom: 20px;
  }
}
.section-blog-media-release article {
  margin-bottom: 92px;
  padding-right: 50px;
  position: relative;
  display: flex;
}
.section-blog-media-release article .article-img {
  width: 30%;
  min-width: 140px;
  min-height: 140px;
}
.section-blog-media-release article .article-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-height: 140px;
}
@media screen and (max-width: 576px) {
  .section-blog-media-release article .article-img img {
    max-height: none;
  }
}
.section-blog-media-release article .article-info {
  width: 70%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-blog-media-release article .article-info a {
  text-decoration: none;
  color: #000;
}
.section-blog-media-release article .article-info a h2 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
}
.section-blog-media-release article .article-info a h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #377c2b;
}
.section-blog-media-release article .article-info .date {
  padding: 0 18px;
  padding-left: 24px;
  font-size: 12px;
  position: relative;
}
.section-blog-media-release article .article-info .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 576px) {
  .section-blog-media-release article {
    margin-bottom: 40px;
    padding-right: 0px;
    display: block;
  }
  .section-blog-media-release article .article-img {
    width: 100%;
    height: 50vw;
    display: block;
  }
  .section-blog-media-release article .article-info {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .section-blog-media-release {
    margin-left: 0;
  }
  .section-blog-media-release article {
    padding-right: 0;
  }
}

.section-blog-news-tabs .tab-cta-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-blog-news-tabs .tab-cta-wrapper li {
  float: left;
  cursor: pointer;
  border: 5px solid #377c2b;
  padding: 15px;
  font-size: 20px;
  text-transform: uppercase;
  color: #000000;
  width: 23%;
  margin-right: 2%;
  text-align: center;
  font-weight: bold;
  text-align: center;
  float: left;
  background-color: transparent;
  margin-bottom: 12px;
  cursor: pointer;
  min-width: 200px;
}
.section-blog-news-tabs .tab-cta-wrapper li.active {
  background-color: #377c2b;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .section-blog-news-tabs .tab-cta-wrapper li {
    font-size: 15px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-blog-news-tabs .tab-cta-wrapper li {
    font-size: 13px;
    padding: 10px;
    width: 48%;
    min-width: auto;
  }
}
.section-blog-news-tabs .tab-content-wrapper {
  margin-top: 50px;
  min-height: 30vw;
}
.section-blog-news-tabs .tab-content-wrapper.processing {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section-blog-news-tabs .tab-content-wrapper.processing:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 100px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.section-blog-news-tabs .tab-content-wrapper.processing:after {
  z-index: 3;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/loading.svg);
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.section-blog-news-tabs .tab-content-wrapper article {
  float: left;
  width: 25%;
  padding-right: 30px;
  padding-bottom: 56px;
}
.section-blog-news-tabs .tab-content-wrapper article .article-img {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
}
.section-blog-news-tabs .tab-content-wrapper article .article-img a {
  display: block;
  height: 100%;
  position: relative;
}
.section-blog-news-tabs .tab-content-wrapper article .article-img a:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-arrow-white.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #377c2b;
  cursor: ponter;
}
.section-blog-news-tabs .tab-content-wrapper article .article-img a img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog-news-tabs .tab-content-wrapper article .article-info {
  float: left;
  color: #ffffff;
  padding-top: 33px;
}
.section-blog-news-tabs .tab-content-wrapper article .article-info .article-title {
  color: #ffffff;
  text-decoration: none;
}
.section-blog-news-tabs .tab-content-wrapper article .article-info .article-title h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-blog-news-tabs .tab-content-wrapper article .article-info .article-title h2 {
    height: auto;
  }
}
.section-blog-news-tabs .tab-content-wrapper article .article-info .article-desc {
  display: none;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child {
  width: 50%;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-img {
  height: 446px;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-img img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-info {
  background-color: #377c2b;
  padding: 47px 44px 24px;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-info .article-desc {
  display: block;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-info .article-title h2 {
  font-size: 35px;
  height: auto;
}
.section-blog-news-tabs .tab-content-wrapper article:first-child .article-info .article-author-date {
  margin-top: 54px;
}
.section-blog-news-tabs .tab-content-wrapper article .article-author-date {
  font-size: 12px;
  display: flex;
}
.section-blog-news-tabs .tab-content-wrapper article .article-author-date .date {
  padding: 0 18px;
  padding-left: 24px;
  position: relative;
}
.section-blog-news-tabs .tab-content-wrapper article .article-author-date .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
.section-blog-news-tabs .tab-content-wrapper article .article-author-date .author {
  padding: 0 18px;
  position: relative;
}
.section-blog-news-tabs .tab-content-wrapper article .article-author-date .author:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #377c2b;
}
@media screen and (max-width: 1200px) {
  .section-blog-news-tabs .tab-content-wrapper article {
    width: 50%;
  }
  .section-blog-news-tabs .tab-content-wrapper article:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-blog-news-tabs .tab-content-wrapper article {
    width: 100%;
    padding-right: 0;
  }
  .section-blog-news-tabs .tab-content-wrapper article:first-child {
    min-height: auto;
    width: 100%;
  }
  .section-blog-news-tabs .tab-content-wrapper article:first-child .article-img {
    height: 60vw;
  }
  .section-blog-news-tabs .tab-content-wrapper article:first-child .article-info {
    padding: 30px 20px 24px;
  }
}
.section-blog-news-tabs .tab-content-wrapper .pagination-wrapper {
  width: 100%;
  text-align: center;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  border-top: 5px solid #377c2b;
  margin-top: 20px;
}
.section-blog-news-tabs .tab-content-wrapper .pagination-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.section-blog-news-tabs .tab-content-wrapper .pagination-wrapper ul li {
  float: left;
  padding: 7px 15px;
  color: #000000;
  cursor: pointer;
  font-size: 15px;
  margin: 0 5px;
}
.section-blog-news-tabs .tab-content-wrapper .pagination-wrapper ul li.current {
  cursor: default;
  border: 2px solid #377c2b;
}

body.blog .site-main {
  margin: pxtorem(100) 0;
}
body.blog .site-main .mansonry-grid {
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  body.blog .site-main .mansonry-grid {
    width: 100%;
  }
}
body.blog .site-main article.post {
  width: 370px;
  padding: pxtorem(20);
}
@media screen and (max-width: 576px) {
  body.blog .site-main article.post {
    width: 100%;
    padding: pxtorem(20) 0;
  }
}
body.blog .site-main article.post h2 {
  margin-top: 0.5em;
}
body.blog .site-main article.post h2 a {
  color: #000;
  text-decoration: none;
  font-size: 30px;
}
body.blog .site-main article.post .entry-meta {
  border-top: 2px solid #fd0;
  padding: pxtorem(10) 0;
}
body.blog .site-main article.post .entry-meta .date,
body.blog .site-main article.post .entry-meta .author {
  width: 50%;
  float: left;
  text-align: left;
  padding: 5px;
  font-size: pxtorem(14);
}
body.blog .site-main article.post .entry-meta .author {
  float: right;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.blog .site-main article.post .entry-meta .date,
body.blog .site-main article.post .entry-meta .author {
    width: 100%;
    float: left;
    text-align: left;
  }
}

body.single-post .site-main, body.single-upcoming_event .site-main, body.single-media_release .site-main {
  min-height: 600px;
}
body.single-post .site-main .news-events-single, body.single-upcoming_event .site-main .news-events-single, body.single-media_release .site-main .news-events-single {
  margin: 100px 0;
}
body.single-post .site-main .news-events-single .entry-header h4, body.single-upcoming_event .site-main .news-events-single .entry-header h4, body.single-media_release .site-main .news-events-single .entry-header h4 {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  body.single-post .site-main .news-events-single .entry-header h4, body.single-upcoming_event .site-main .news-events-single .entry-header h4, body.single-media_release .site-main .news-events-single .entry-header h4 {
    font-size: 14px;
    letter-spacing: 0.71px;
  }
}
body.single-post .site-main .news-events-single .entry-header h1, body.single-upcoming_event .site-main .news-events-single .entry-header h1, body.single-media_release .site-main .news-events-single .entry-header h1 {
  font-size: 50px;
  line-height: 55px;
}
@media screen and (max-width: 576px) {
  body.single-post .site-main .news-events-single .entry-header h1, body.single-upcoming_event .site-main .news-events-single .entry-header h1, body.single-media_release .site-main .news-events-single .entry-header h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
body.single-post .site-main .news-events-single .entry-header .event-info, body.single-upcoming_event .site-main .news-events-single .entry-header .event-info, body.single-media_release .site-main .news-events-single .entry-header .event-info {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  body.single-post .site-main .news-events-single .entry-header .event-info, body.single-upcoming_event .site-main .news-events-single .entry-header .event-info, body.single-media_release .site-main .news-events-single .entry-header .event-info {
    font-size: 14px;
  }
}
body.single-post .site-main .news-events-single .entry-header .event-info .date, body.single-upcoming_event .site-main .news-events-single .entry-header .event-info .date, body.single-media_release .site-main .news-events-single .entry-header .event-info .date {
  padding-right: 24px;
}
body.single-post .site-main .news-events-single .entry-header .event-info .location, body.single-upcoming_event .site-main .news-events-single .entry-header .event-info .location, body.single-media_release .site-main .news-events-single .entry-header .event-info .location {
  padding: 0 18px;
  position: relative;
}
body.single-post .site-main .news-events-single .entry-header .event-info .location:before, body.single-upcoming_event .site-main .news-events-single .entry-header .event-info .location:before, body.single-media_release .site-main .news-events-single .entry-header .event-info .location:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #377c2b;
}
body.single-post .site-main .news-events-single .entry-header .article-author-date, body.single-upcoming_event .site-main .news-events-single .entry-header .article-author-date, body.single-media_release .site-main .news-events-single .entry-header .article-author-date {
  font-size: 12px;
  display: flex;
}
body.single-post .site-main .news-events-single .entry-header .article-author-date .date, body.single-upcoming_event .site-main .news-events-single .entry-header .article-author-date .date, body.single-media_release .site-main .news-events-single .entry-header .article-author-date .date {
  padding: 0 18px;
  padding-left: 24px;
  position: relative;
}
body.single-post .site-main .news-events-single .entry-header .article-author-date .date:before, body.single-upcoming_event .site-main .news-events-single .entry-header .article-author-date .date:before, body.single-media_release .site-main .news-events-single .entry-header .article-author-date .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
body.single-post .site-main .news-events-single .entry-header .article-author-date .author, body.single-upcoming_event .site-main .news-events-single .entry-header .article-author-date .author, body.single-media_release .site-main .news-events-single .entry-header .article-author-date .author {
  padding: 0 18px;
  position: relative;
}
body.single-post .site-main .news-events-single .entry-header .article-author-date .author:before, body.single-upcoming_event .site-main .news-events-single .entry-header .article-author-date .author:before, body.single-media_release .site-main .news-events-single .entry-header .article-author-date .author:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #377c2b;
}
body.single-post .site-main .news-events-single .entry-featured-image, body.single-upcoming_event .site-main .news-events-single .entry-featured-image, body.single-media_release .site-main .news-events-single .entry-featured-image {
  max-height: 450px;
  height: 450px;
  width: 106%;
  margin-left: -3%;
  margin-top: 50px;
  margin-bottom: 50px;
}
body.single-post .site-main .news-events-single .entry-featured-image img, body.single-upcoming_event .site-main .news-events-single .entry-featured-image img, body.single-media_release .site-main .news-events-single .entry-featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  body.single-post .site-main .news-events-single .entry-featured-image, body.single-upcoming_event .site-main .news-events-single .entry-featured-image, body.single-media_release .site-main .news-events-single .entry-featured-image {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
}
body.single-post .site-main .news-events-single .entry-content ul, body.single-post .site-main .news-events-single .entry-content ol, body.single-upcoming_event .site-main .news-events-single .entry-content ul, body.single-upcoming_event .site-main .news-events-single .entry-content ol, body.single-media_release .site-main .news-events-single .entry-content ul, body.single-media_release .site-main .news-events-single .entry-content ol {
  margin-left: 20px;
  padding: 0;
}
body.single-post .site-main .news-events-single .entry-content h4, body.single-upcoming_event .site-main .news-events-single .entry-content h4, body.single-media_release .site-main .news-events-single .entry-content h4 {
  margin-top: 40px;
  margin-bottom: 16px;
}
body.single-post .site-main .news-events-single .entry-content p, body.single-upcoming_event .site-main .news-events-single .entry-content p, body.single-media_release .site-main .news-events-single .entry-content p {
  font-size: 18px;
  line-height: 28px;
  color: #707070;
}
body.single-post .site-main .news-events-single .entry-content blockquote, body.single-upcoming_event .site-main .news-events-single .entry-content blockquote, body.single-media_release .site-main .news-events-single .entry-content blockquote {
  padding: 0 35px;
  position: relative;
  border-left: 8px solid #377c2b;
  max-width: 88%;
  color: #000000;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  float: right;
  margin: 50px 0;
}
body.single-post .site-main .news-events-single .entry-content blockquote:after, body.single-upcoming_event .site-main .news-events-single .entry-content blockquote:after, body.single-media_release .site-main .news-events-single .entry-content blockquote:after {
  content: "";
  display: block;
  clear: both;
}
body.single-post .site-main .news-events-single .entry-content blockquote:before, body.single-upcoming_event .site-main .news-events-single .entry-content blockquote:before, body.single-media_release .site-main .news-events-single .entry-content blockquote:before {
  content: "";
  display: block;
  clear: both;
}
body.single-post .site-main .news-events-single .entry-content blockquote p, body.single-upcoming_event .site-main .news-events-single .entry-content blockquote p, body.single-media_release .site-main .news-events-single .entry-content blockquote p {
  color: #000000;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  body.single-post .site-main .news-events-single .entry-content blockquote p, body.single-upcoming_event .site-main .news-events-single .entry-content blockquote p, body.single-media_release .site-main .news-events-single .entry-content blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}
body.single-post .site-main .related-news-events, body.single-upcoming_event .site-main .related-news-events, body.single-media_release .site-main .related-news-events {
  background-color: #F3F3F5;
  padding: 100px 0;
}
@media screen and (min-width: 1200px) {
  body.single-post .site-main .related-news-events .container, body.single-upcoming_event .site-main .related-news-events .container, body.single-media_release .site-main .related-news-events .container {
    max-width: 1420px;
  }
}

.section-related-news {
  margin-left: 45px;
}
.section-related-news article {
  padding-right: 45px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.section-related-news article .article-img {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
}
.section-related-news article .article-img a {
  display: block;
  height: 100%;
  position: relative;
}
.section-related-news article .article-img a:after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/wp-content/themes/rdoequipment/images/icon-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #377c2b;
  cursor: ponter;
}
.section-related-news article .article-img a img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-related-news article .article-info {
  float: left;
  color: #000;
  padding-top: 33px;
}
.section-related-news article .article-info .article-title {
  color: #000;
  text-decoration: none;
}
.section-related-news article .article-info .article-title h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-related-news article .article-info .article-desc {
  display: none;
}
.section-related-news article .article-author-date {
  font-size: 12px;
  display: flex;
}
.section-related-news article .article-author-date .date {
  padding: 0 18px;
  padding-left: 24px;
  position: relative;
}
.section-related-news article .article-author-date .date:before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/rdoequipment/images/icon-clock.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
}
.section-related-news article .article-author-date .author {
  padding: 0 18px;
  position: relative;
}
.section-related-news article .article-author-date .author:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 1px;
  height: 75%;
  background-color: #377c2b;
}
@media screen and (max-width: 992px) {
  .section-related-news {
    margin-left: 0;
  }
  .section-related-news article {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .news-events .container,
.archive-media-release .container,
.archive-upcoming-events .container {
    max-width: 1420px;
  }
}

.archive-upcoming-events,
.archive-media-release {
  padding: 80px 0;
}