/* @override https://staging.skybus.com.au/plugins/hub/hub.css?* */

.hub-articlelist {
	margin-right: -15px;
	margin-left: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	margin-bottom: -30px;
}
.hub-articlelist-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.hub-article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: -15px;
	margin-left: -15px;
	
	margin-bottom: 30px;
}
.hub-article > * {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.hub-article-img + .hub-article-text {
	margin-top: 20px;
}
.hub-article-text {
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	text-align: left;
}
.hub-article h1,
.hub-article h2,
.hub-article h3,
.hub-article h3:first-child,
.hub-article h4,
.hub-article h5,
.hub-article h6 {
	margin-top: 0;
}
.hub-article h1 a,
.hub-article h2 a,
.hub-article h3 a,
.hub-article h4 a,
.hub-article h5 a,
.hub-article h6 a {
	text-decoration: none;
	display: block;
}
.hub-article p:last-child {
	margin-bottom: 0;
}
.hub-split-8_4 .hub-article-text,
.hub-split-6_6 .hub-article-text,
.hub-split-4_8 .hub-article-text {
	font-size: 18px;
}
.hub-article-img a,
.hub-article-img span {
	display: block;
}
.img-cover-bg {
	width: 100%;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 175px;
}
.hub-split-4_8 .img-cover-bg {
	height: 175px;
}
.hub-split-6_6 .img-cover-bg {
	height: 200px;
}
.hub-split-8_4 .img-cover-bg {
	height: 350px;
}
.hub-layout-2col.hub-article-stacked .img-cover-bg {
	height: 270px;
}
.hub-layout-4col.hub-article-stacked .img-cover-bg,
.hub-layout-2col.hub-article-split .img-cover-bg {
	height: 128px;
}
.hub-article .btn {
	 border: none;
	 font-size: 14px;
	 height: 36px;
	 max-width: 100%;
}
.theme-contrast .hub-article .btn,
.theme-contrast .hub-article a.btn:visited,
.theme-dark .hub-article .btn,
.theme-dark .hub-article a.btn:visited,
.theme-mid .hub-article .btn,
.theme-mid .hub-article a.btn:visited {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 1px solid #fff;
}
.hub-article-text-center .hub-article-text {
	text-align: center;
}
.hub-article-boxed .img-cover-bg {
	border-radius: 8px 8px 0 0;
}
.hub-box {
	height: calc(100% - 30px);
	border-radius: 8px;
	background-color: #fafafa;
}
.theme-contrast .hub-box,
.theme-dark .hub-box,
.theme-mid .hub-box {
	background: rgba(255, 255, 255, 0.1);
}
.hub-box .hub-article-text {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
h1 + .hub-pub-date,
h2 + .hub-pub-date,
h3 + .hub-pub-date,
h4 + .hub-pub-date,
h5 + .hub-pub-date,
h6 + .hub-pub-date {
	margin-top: 10px;
}
.hub-pub-date {
	color: #808080;
}

.hub-page {
	
}
.hub-feature-image .img-cover-bg {
	height: 250px;
}
.hub-feature-image {
	margin-top: 30px;
}
.hub-article-date {
	font-family: 'HelveticaNeueW01-65Medi';
	color: #ee3124;
	margin-top: 30px;
	margin-bottom: 30px;
}
.img-cover-bg.placeholder {
	background: #fafafa;
}

@media (min-width: 768px) {
	.hub-article-split .hub-article {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		align-items: center;
	}
	.hub-layout-2col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.hub-article-img + .hub-article-text {
		margin-top: 0;
	}
	.hub-split-8_4 .hub-article-text,
	.hub-split-6_6 .hub-article-text,
	.hub-split-4_8 .hub-article-text {
		font-size: 20px;
	}
	.hub-split-3_9 .hub-article-img,
	.hub-layout-4col .hub-articlelist-col {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.hub-split-4_8 .hub-article-img,
	.hub-layout-3col .hub-articlelist-col {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.hub-split-6_6 .hub-article-img,
	.hub-layout-2col .hub-articlelist-col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.hub-split-8_4 .hub-article-img {
		-ms-flex: 0 0 66.6666667%;
		flex: 0 0 66.6666667%;
		max-width: 66.6666667%;
	}
	.hub-layout-3col.hub-article-stacked .img-cover-bg {
		height: 120px;
	}
	.hub-layout-4col.hub-article-stacked .img-cover-bg {
		height: 100px;
	}
	.hub-split-6_6 .img-cover-bg {
		height: 259px;
	}
	.hub-article-stacked .hub-article-img + .hub-article-text {
		margin-top: 30px;
	}
	.hub-article .btn {
		max-width: 255px;
	}
	.hub-feature-image .img-cover-bg {
		height: 350px;
	}
	.hub-cols-reverse .hub-article-img {
		order: 2;
	}
}
@media (min-width: 992px) {
	.hub-layout-3col.hub-article-stacked .img-cover-bg {
		height: 175px;
	}
	.hub-layout-4col.hub-article-stacked .img-cover-bg {
		height: 128px;
	}
	.hub-feature-image .img-cover-bg {
		height: 555px;
	}
}