.item {
  width: 100%;
  height: auto;
  height: auto;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  float: left;
  border-top: 1px solid #e0dede;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: opacity 600ms ease;
}
@media screen and (max-width: 860px) {
  .item {
    padding-top: 26px;
    padding-bottom: 30px;
  }
}
.item:after {
  display: table;
  clear: both;
}
.item.fade {
  opacity: 0;
  transition: opacity 600ms ease;
}
.item.hidden {
  opacity: 0;
  transition: opacity 0ms ease;
}
.item a.image {
  display: inline-block;
  float: left;
  width: auto;
  width: 31.66%;
  height: 0;
  padding-bottom: 28.8%;
  margin-right: 5%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .item a.image {
    height: auto;
    padding-bottom: 0;
  }
}
.item a.image img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 400ms ease;
}
@media screen and (min-width: 1100px) {
  .item a.image:hover img {
    transform: scale(1.1);
  }
}
.item .item_info {
  width: 63.33%;
  display: inline-block;
  float: left;
  padding: 0 0 0;
}
@media screen and (max-width: 860px) {
  .item .item_info {
    padding: 0;
  }
}
.item .item_info.wide {
  width: 100%;
}
.item .item_info h2.item_title {
  margin-bottom: 20px;
}
.item .item_info h2.item_title a {
  position: relative;
  transition: color 600ms ease;
}
.item .item_info h2.item_title a:after {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  background: #243f4e;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: width 600ms ease;
}
@media screen and (min-width: 1100px) {
  .item .item_info h2.item_title a:hover {
    color: #243f4e;
  }
  .item .item_info h2.item_title a:hover:after {
    width: 100%;
  }
}
.item .item_info .date {
  font-size: 1rem;
}
.item a.read_more {
  display: inline-block;
  padding: 16px 36px;
  display: inline-block;
  font-weight: 700;
/*  color: #FFF;*/
  border: 2px solid #000;
  background: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  transition: background 300ms ease, border 300ms ease, color 300ms ease;
}
@media screen and (min-width: 1100px) {
  .item a.read_more:hover {
    background: #74c3b4 !important;
    border-color: #74c3b4 !important;
    color: #FFF !important;
  }
}

hr + .item {
  margin-top: -4px !important;
}

.pagination .prev,
.pagination .next {
  text-transform: uppercase;
  padding: 0 10px;
}
.pagination a:not(.prev):not(.next) {
  padding: 0 4px;
}
.pagination a:not(.prev):not(.next).active {
  font-weight: 600;
}
.pagination a:not(.prev):not(.next):hover {
  text-decoration: underline;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination span {
  opacity: 0.4;
}

body#integrated-logistics-solutions .item .item_info h2.item_title a:after {
  background: #728639;
}
body#integrated-logistics-solutions .item .item_info h2.item_title a:hover {
  color: #728639;
}
body#integrated-logistics-solutions .item .item_info a.read_more {
  background: #728639;
}
body#integrated-logistics-solutions .item .item_info a.read_more:hover {
  background: #243f4e;
}

form#filter_blog {
  width: 100%;
  padding-bottom: 30px;
}
form#filter_blog li {
  display: inline-block;
  width: 24.25%;
  margin-right: 1%;
}
@media screen and (max-width: 860px) {
  form#filter_blog li {
    width: 100%;
    margin-right: 0;
  }
}
form#filter_blog li:last-child {
  margin-right: 0;
}
form#filter_blog li input, form#filter_blog li select {
  height: 50px;
  padding-top: 0;
  color: #4d4d4d !important;
  background-position: right 20px center;
}
form#filter_blog li button {
  height: 50px;
  padding-top:0;
  padding-bottom:0;
  line-height: 44px;
}

.load_more_wrapper {
  width: 100%;
  border-top: 1px solid #e0dede;
  padding-top: 40px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .load_more_wrapper {
    padding-top: 30px;
  }
}

.load_more_button {
  width: auto;
  height: auto;
  padding: 16px 36px;
  display: inline-block;
  background: transparent;
  background: #243f4e;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #FFF;
  font-size: 0.8rem;
  position: relative;
  opacity: 1;
  transition: background 400ms ease 0ms, opacity 400ms ease 0ms, visibility 0ms ease 0ms;
}
@media screen and (min-width: 860px) {
  .load_more_button:hover {
    background-color: #243f4e;
  }
  .load_more_button:hover:after {
    right: 5%;
  }
}
.load_more_button.hide {
  opacity: 0;
  visibility: hidden;
  transition: background 400ms ease 0ms, opacity 400ms ease 0ms, visibility 0ms ease 400ms;
}

.overview_items p.error {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #f75454;
}

/*# sourceMappingURL=overview.css.map */