.horizontal-post .icon {
  display: inline-block;
}
.horizontal-post .icon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-post .iconInsideCircle {
  background-color: #FFFF;
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 55%;
  width: 55%;
  transform: translateY(0);
  position: static;
}
.horizontal-post .iconInsideCircle__svg {
  fill: #005f96;
  height: 60%;
  width: 60%;
  transition: fill 0.25s ease;
}
.horizontal-post .checkIcon {
  position: absolute;
  background-color: #7ed2c1;
  border-color: #7ed2c1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: 0;
  top: 2px;
}
.horizontal-post .checkIcon__svg {
  fill: #FFFF;
  width: 15px;
}
.horizontal-post .smallHeader {
  position: absolute;
  background-color: #005f96;
  border-color: #005f96;
  height: 22px;
  width: 22px;
  top: 5px;
}
.horizontal-post .smallHeader__svg {
  margin-left: 5px;
  width: 11.68px;
}
.horizontal-post .readmoreIcon {
  border: 1px solid #005f96;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.horizontal-post .readmoreIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.horizontal-post.collapsible--triggered [data-collapsible="open"] + .readmoreIcon {
  transform: rotate(180deg);
}
.horizontal-post.collapsible--triggered [data-collapsible="open"] + .readmoreIcon .readmoreIcon__svg {
  transform: translate(-50%, -50%);
}
.horizontal-post [data-collapsible="trigger"] {
  cursor: pointer;
}
.horizontal-post [data-collapsible="trigger"] .readmoreIcon {
  transition: transform 0.3s ease;
}
.horizontal-post .big {
  border: 2px solid #005f96;
  height: 25px !important;
  width: 25px !important;
}
.horizontal-post .rightside {
  transform: rotate(270deg) !important;
}
.horizontal-post .breadcrumb-icon {
  position: relative;
}
.horizontal-post .breadcrumb-icon__svg {
  color: currentColor;
  transition: fill 0.25s ease;
  width: 20px;
  height: 20px;
  fill: #005f96;
  transform: translate(-10px, 7.5px) rotate(25deg);
}
.horizontal-post .rating-icon {
  color: #005f96;
  position: relative;
  height: 32px;
  width: 160px;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.horizontal-post .multiColumnBlockIcon {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
}
.horizontal-post .multiColumnBlockIcon__svg {
  width: 100%;
  height: 100%;
  transition: fill 0.25 ease;
  fill: #005f96;
}
.horizontal-post .download-icon {
  display: inline-block;
  height: 20px;
  position: absolute;
  width: 20px;
  left: 10px;
  top: 10px;
}
.horizontal-post .download-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.horizontal-post .card-icon {
  display: block;
  height: 150px;
  margin: 0 auto -180px auto;
  width: 150px;
  position: static;
}
.horizontal-post .card-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .horizontal-post .card-icon {
    height: calc(100% + 40px);
    left: 0;
    margin: 0;
    max-width: 200px;
    position: absolute;
    transform: translateY(-20px);
    width: auto;
  }
}
.horizontal-post .pagination-icon {
  height: 20px;
  position: absolute;
  width: 20px;
  margin-top: 5px;
}
.horizontal-post .pagination-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.horizontal-post .info-icon {
  display: block;
}
.horizontal-post .info-icon__svg {
  position: absolute;
  color: currentColor;
  transition: fill 0.25s ease;
  width: 30px;
  height: 30px;
  fill: #005f96;
}
.horizontal-post .footer-contact-icon {
  display: inline-block;
  height: 25px;
  width: 20px;
  position: relative;
  margin-right: 10px;
}
.horizontal-post .footer-contact-icon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.horizontal-post .buttonWithIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  right: 2px;
  top: 4px;
}
.horizontal-post .buttonWithIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.horizontal-post .highlightIcon {
  display: inline-block;
  color: #7ED2C1;
  height: 60px;
  margin-bottom: 20px;
  position: static;
  width: 60px;
}
.horizontal-post .highlightIcon__svg {
  fill: currentColor;
  height: 100%;
  transition: fill 0.25s ease;
  width: 100%;
}
.horizontal-post .gotoLinkIcon {
  border: 0;
  height: 20px;
  width: 20px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.horizontal-post .gotoLinkIcon__svg {
  left: 50%;
  position: absolute;
  top: 50%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.horizontal-post .seeListBelow {
  border: 2px solid #005f96;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: relative !important;
  right: 0;
  top: 5px;
  transition: border-color 0.25s ease;
}
.horizontal-post .seeListBelow__svg {
  left: 50%;
  position: absolute;
  top: 55%;
  fill: #005f96 !important;
  height: 10px !important;
  width: 10px !important;
  transform: translate(-50%, -50%) rotate(0deg) !important;
  transition: fill 0.25s ease;
}
.horizontal-post__h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 15px;
}
.horizontal-post__readmore {
  display: block;
  float: right;
}
.horizontal-post__readmore__link {
  padding: 30px 0 0 10px;
  border: 0;
  background-color: transparent;
  color: #005f96;
  font-size: 0.9rem;
  float: inline-end;
}
.horizontal-post__arrow {
  display: inline-block;
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .horizontal-post__arrow {
    display: none;
  }
}
.horizontal-post__arrow__button {
  background-color: #ffffff;
  border: none;
  transform: rotate(270deg);
  height: 20px;
  width: 30px;
}
.horizontal-post__arrow__button__left-svg {
  left: 50%;
  top: 50%;
  fill: #005f96;
  height: 10px;
  width: 20px;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: fill 0.25s ease;
}
.horizontal-post__arrow__button__right-svg {
  left: 50%;
  top: 50%;
  fill: #005f96;
  height: 10px;
  width: 20px;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: fill 0.25s ease;
}
.horizontal-post__scroll-wrapper {
  position: relative;
  overflow: hidden;
}
.horizontal-post__ul {
  display: flex;
  flex-flow: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1200px) {
  .horizontal-post__ul {
    overflow-y: unset;
  }
}
.horizontal-post__ul__li {
  padding-right: 13px;
  text-decoration: none;
  box-sizing: border-box;
  flex: 1;
}
.horizontal-post__ul__li:last-child {
  padding-right: 0;
}
.horizontal-post__ul__li__image {
  overflow: hidden;
  border-radius: 5px;
}
.horizontal-post__ul__li__image__img {
  display: block;
  min-width: 280px;
}
.horizontal-post__ul__li__date {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1rem;
  text-align: left;
  font-size: 0.8rem;
}
.horizontal-post__ul__li__sub-text {
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.horizontal-post__ul__li__h3 {
  font-size: 1.2rem;
  margin-bottom: 7.5px;
}
