.articles {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 30px;
}
.articles figure.empty { height: 0 !important; min-height: 0 }
.articles figure, figure.bubba {
	width: calc(50% - 10px);
	display: block;
	position: relative;
    height: 550px;
	background: #333;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	.articles figure { width: 100% }
}
main aside figure.bubba { width: 100% }
main aside figure.bubba p { font-size: 12px }
main article p + .owl-carousel { margin-top: 20px; }





figure.bubba figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

figure.bubba figcaption::before,
figure.bubba figcaption::after {
	pointer-events: none;
}

figure.bubba figcaption,
figure.bubba figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.bubba figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure.bubba h2 span {
	font-weight: 800;
}

figure.bubba h2,
figure.bubba p {
	color: #fff;
	margin: 0;
	text-align: center;
}

figure.bubba img {
    position: relative;
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
@media(max-width: 767px){
	figure.bubba img, .articles figure, figure.bubba {
		height: 300px;
	}
}
figure.bubba:hover img {
	opacity: 0.4;
}

figure.bubba figcaption::before,
figure.bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.bubba h2 {
	font-size: 27px;
	padding: 15px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.bubba p {
	padding: 20px 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transform: translate3d(0,20px,0);
}

figure.bubba:hover figcaption::before,
figure.bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.bubba:hover h2,
figure.bubba:hover p {
	opacity: 1;
	transform: scale(1.1);
}
table{max-width: 100% !important; width: 100% !important}
@media screen and (max-width: 800px) {

	table thead {
		display: none;
	}
	table tr {
		display: block;
		margin-bottom: 1rem;
		border-bottom: 2px solid #e8e9eb;
	}
	table td {
		display: block;
		text-align: right;
	}
	table td:before {
		content: attr(aria-label);
		float: left;
		font-weight: bold;
	}

}
body {
	width: 100vw !important;
	overflow-x: hidden !important;
}
#links {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
#links a {
	max-width: 45%;
	width: 300px;
	text-align: center;
}