.MainShell {
	width: 100%;
	min-width: 320px;
}

img.alignright,
img.right {
	float: none;
	display: block;
	margin: 0 0 10px 0;
}

img.alignleft,
img.left {
	float: none;
	display: block;
	margin: 0 0 10px 0;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 54.15%;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.entry_table {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.entry img {
	width: auto !important;
	height: auto !important;
}

[class*='col-'] {
	float: none;
	width: auto;
	padding: 0;
}

h1,
.h1,
.title {
	font-size: 26px;
	line-height: 32px;
}

h2,
.h2 {
	font-size: 24px;
	line-height: 28px;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 26px;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 24px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 22px;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 20px;
}


.BannerInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.QuickActions {
	padding: 10px 0 0 0;
	width: 100%;
	order: 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.CardGrid {
	grid-template-columns: 1fr;
}

.CatalogBoard {
	grid-template-columns: 1fr;
}

.TileBoard {
	grid-template-columns: 1fr;
}

.ContentPane {
	padding: 18px 12px;
}

.BarBrand {
	padding: 0;
	width: 90px;
	margin: 0 auto;
}