.block-upcoming-news-wrapper {
    position: relative;
}

.block-upcoming-news-container {
	margin-bottom: 15px;
}

.page-template-full-fluid  .block-upcoming-news-container {
	margin: 15px 0 20px 0;
}

.block-upcoming-news-wrapper .subheading-outerborder {
	padding-top:0px;
}

.micro-news-container{
    display: flex;
    flex-direction: column;
}
.micro-news-row{
    position: relative;
    margin-bottom: 3rem;
}
.imageless-date{
    font-size: 18px;
}
.imageless-date img{
    vertical-align: unset;
    height: 18px;
}
.news-micro-text{
    padding: 3rem;
}
.nothere{
    display: none;
}
#micro-view-more-news-btn{
    width: fit-content;
}

a.scroll-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
  }
.info-corner{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: black;
    padding: 2px 5px;
}

.border-img-box{

    border: 1px solid #dbdbdb;
    position: relative;
    background: white;
    display: flex;
    height: 95%;
}

.border-img-box > img{
    max-height: 200px;
    width: auto;
}
.micro-news-img{
	padding: 0 20px;
	max-height: 200px;
	width: auto;
	margin: auto;
}
.micro-read-more-message{
	font-weight: 500;
	font-size: 16px; 
	color: #3155a4;
	margin-left: 0.5rem;
}

.h2-micro-news-title{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.news-swiper-pagination {
    bottom: -20px;
    top: auto;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.news-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 50%;
    background: #000;
    opacity: .1;
}
.news-swiper-pagination-bullet-active.news-swiper-pagination-bullet {
    background: #3155a4;
    opacity: 1;
}

.tradeshow-news-date{
	color: #3155a4;
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

.tradeshow-news-title{
	font-weight: 900;
	font-size: 3rem;
    line-height: 1;
    margin-top: 1rem;
}
.tradeshow-news-content{
	font-size: 2rem;
    color: #858585;
}
.tradeshow-news-img{
    max-width: 75%;
    height: auto;
    width: 100%;
}
.tradeshow-news-img-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.tradeshow-news-row{
    padding: 4rem 0;
}

.tradeshow-news-row:not(:first-child){
    border-top: 1px solid #c5c5c5;
}