.space-mc-l {
	height: 100px;
}

.space-mc-m {
	height: 50px;
}

.media-title-blk {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #e8e4db
}

.txt-black {
	color: #333;
}

.view-more {
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 85%;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

	.view-more:hover {
		color: #8d7e6d;
	}

.sm-font-source {
	font-size: 75%;
	margin-top: 15px;
}

.mc-table .sm-font-source {
	margin-top: 0px;
}

/* top intro
	------------------------------------------ */
.media-2col {
	display: flex;
	gap: 50px;
}

	.media-2col .m-col1 {
		width: 60%;
	}

	.media-2col .m-col2 {
		width: 40%;
	}

.msg-blk {
	width: 100%;
}

	.msg-blk .msg-pos {
		background: #e8e4db;
		padding: 20px;
		line-height: 1.6;
	}

.general .msg-blk hr {
	margin: 10px 0;
	background-color: #fff;
}

.msg-blk img {
	width: 70%;
	height: auto;
	float: right;
}


/* Media Coverage
	------------------------------------------ */
.mc-table {
	display: table;
	width: 100%;
}

.mc-table-body {
	display: table-row-group;
}

.mc-table-row {
	display: table-row;
}

.mc-table-cell {
	display: table-cell;
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: left;
}

	.mc-table-cell:first-child {
		width: 60%;
		border-right: 1px solid #e8e4db;
		padding-right: 25px;
	}

	.mc-table-cell:last-child {
		width: 40%;
		padding-left: 25px;
	}

.sm-item-style1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e4db
}

	.sm-item-style1:last-child {
		border-bottom: none
	}

	.sm-item-style1 > img {
		width: 100%;
		height: auto;
		transition: all 0.3s ease-out;
	}

.sm-item-style1 {
	width: 100%;
	display: flex;
	flex-direction: row;
}

	.sm-item-style1 .sis1-col1 {
		width: 70%;
		padding-right: 20px;
	}

	.sm-item-style1 .sis1-col2 {
		width: 30%;
		text-align: right;
	}

	.sm-item-style1 p {
		margin-top: 5px;
	}

.sm-item-style1 {
	cursor: pointer;
}

.tit-s4 {
	transition: all 0.3s ease-out;
	font-size: 180%;
	line-height: 1.2;
	padding-bottom: 10px;
}

.tit-s4-sm {
	font-size: 120%;
	line-height: 1.4;
	padding-bottom: 10px;
	transition: all 0.3s ease-out;
}
/* .sm-item-style1:hover .tit-s4 	 { color:#5c4b38}*/
.sm-item-style1:hover img {
	box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
	-webkit-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
	-moz-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
	transition: all 0.3s ease-out;
}

.sm-item-style1.sis1-reverse {
	display: flex;
	flex-direction: row-reverse;
}

	.sm-item-style1.sis1-reverse .sis1-col1 {
		padding-right: 0;
		padding-left: 20px;
	}

.general .sm-item-style1 .sm-font {
	padding-top: 0;
}

.big-sm.sm-item-style1 {
	padding-bottom: 0;
	margin-bottom: 0
}

	.big-sm.sm-item-style1 .sis1-col1 {
		width: 50%;
	}

	.big-sm.sm-item-style1 .sis1-col2 {
		width: 50%;
	}


/* Source breadcrumb
	------------------------------------------ */
ul.source {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
}

	ul.source li {
		display: inline
	}

		ul.source li + li:before {
			padding: 0 5px;
			color: black;
			content: " \2223";
		}


/* Media Coverage (Year drop down)
	------------------------------------------ */
.mc-year {
	display: flex;
	align-items: center;
}

	.mc-year > div {
		margin-right: 20px;
		color: #8d7e6d;
		font-size: 85%;
		transition: all 0.3s ease-out;
		cursor: pointer;
	}

		.mc-year > div.mc-current {
			color: #333;
			text-decoration: underline;
		}

			.mc-year > div.mc-current:hover {
				color: #333;
				text-decoration: underline;
				cursor: default;
			}

		.mc-year > div:hover {
			color: #5c4b38
		}

.sel-for-tabcat {
	display: none;
}

.general .mc-year h3 {
	margin-right: 20px
}

/* Video Library / 3 cols comment use
	------------------------------------------ */
.video-lib {
	width: 70%;
	margin-bottom: 100px;
}

.sm-3cols-blk {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 1px;
	margin-top: 20px;
}

.tit-s4.adj-font-tit {
	font-size: 120%
}

.tit-s4-sm.adj-font-subtit {
	font-size: 95%
}

.sm-3cols-item {
	transition: all 0.3s ease-out;
}

	.sm-3cols-item:hover {
		cursor: pointer;
	}

		.sm-3cols-item:hover img {
			box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
			-webkit-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
			-moz-box-shadow: 10px 10px 0px -2px rgba(0,0,0,0.04);
			transition: all 0.3s ease-out;
		}


/* Inside content Page
	-------------------------- */
.article {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	padding-top: 50px;
}

.article-col-l {
	width: 10%;
	float: left;
}

.article-col-r {
	width: 90%;
	float: left;
}

.article-title {
	border-bottom: 1px solid #e8e4db;
	padding-bottom: 20px;
	margin-bottom: 50px
}

.tit-s4.adj-tit-s4 {
	font-size: 240%;
	color: #333;
}
/* inside page big title */
.tit-s4-sm.adj-tit-s4-sm {
	font-size: 120%;
	padding-top: 5px
}
/* inside page big title */


/* List page
	-------------------------- */
.list-page .sm-3cols-blk {
	margin-bottom: 60px;
}


/* ==========================================================================
		Media
	============================================================================= */
@media only screen and (max-width: 1400px) {
	.article {
		width: 100%;
	}
}


@media only screen and (max-width: 1024px) {
	.space-mc-l {
		height: 50px;
	}

	.video-lib {
		width: 100%;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	.media-2col {
		display: block;
		gap: 0;
	}

		.media-2col .m-col1 {
			width: 100%;
			margin-bottom: 50px;
		}

		.media-2col .m-col2 {
			width: 100%;
		}

	.msg-blk img {
		width: 40%;
		height: auto;
	}


	.sm-item-style1.sis1-reverse {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.sm-item-style1 .sis1-col1 {
		display: block;
		width: 100%;
	}

	.sm-item-style1 .sis1-col2 {
		display: block;
		width: 100%;
	}

	.sm-item-style1 .sis1-col1 {
		padding-left: 0;
	}

	.sm-item-style1 img {
		margin-bottom: 20px;
	}

	.sm-item-style1 .sis1-col1 {
		order: 2
	}

	.sm-item-style1 .sis1-col2 {
		order: 1
	}

	.sm-item-style1.sis1-reverse .sis1-col1 {
		padding-left: 0;
	}


	.big-sm.sm-item-style1 {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

		.big-sm.sm-item-style1 .sis1-col1 {
			display: block;
			width: 100%;
		}

		.big-sm.sm-item-style1 .sis1-col2 {
			display: block;
			width: 100%;
		}

		.big-sm.sm-item-style1.sis1-reverse .sis1-col1 {
			padding-left: 0;
		}

		.big-sm.sm-item-style1 img {
			margin-bottom: 20px;
		}

		.big-sm.sm-item-style1 .sis1-col1 {
			order: 2
		}

		.big-sm.sm-item-style1 .sis1-col2 {
			order: 1
		}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	.msg-blk img {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.space-mc {
		height: 50px;
	}

	.media-2col {
		display: block;
		gap: 0;
	}

		.media-2col .m-col1 {
			width: 100%;
			margin-bottom: 50px;
		}

		.media-2col .m-col2 {
			width: 100%;
		}

	.msg-blk img {
		width: 100%;
		height: auto;
	}

	.sel-for-tabcat {
		display: block;
	}

	.media-title-blk,
	.media-title-blk .mc-year h3 {
		width: 100%;
		display: block;
	}

	.mc-year > div {
		display: none;
	}

	.media-title-blk {
		margin-bottom: 20px;
		border-bottom: 1px solid #e8e4db
	}

		.media-title-blk.no-border {
			margin-bottom: 0;
			border-bottom: none;
		}

	.mc-table {
		margin-top: 20px
	}

	.mc-table,
	.mc-table-body,
	.mc-table-row,
	.mc-table-cell,
	.mc-table-cell:first-child,
	.mc-table-cell:last-child {
		display: block;
		width: 100%;
	}

		.mc-table-cell:first-child {
			border-right: none;
			padding-right: 0;
		}

		.mc-table-cell:last-child {
			padding-left: 0;
			padding-top: 15px;
		}

	.big-sm.sm-item-style1 {
		display: flex;
		flex-direction: column;
		width: 100%;
		border-bottom: 1px solid #e8e4db;
		padding-bottom: 15px;
		border-right: none
	}

		.big-sm.sm-item-style1.sis1-reverse .sis1-col1 {
			display: block;
			width: 100%;
		}

		.big-sm.sm-item-style1.sis1-reverse .sis1-col2 {
			display: block;
			width: 100%;
		}

		.big-sm.sm-item-style1.sis1-reverse .sis1-col1 {
			padding-left: 0;
		}

		.big-sm.sm-item-style1 img {
			margin-bottom: 20px;
		}

		.big-sm.sm-item-style1 .sis1-col1 {
			order: 2
		}

		.big-sm.sm-item-style1 .sis1-col2 {
			order: 1
		}

			.big-sm.sm-item-style1 .sis1-col2 img {
				width: 100%;
				height: auto;
			}

	.sm-item-style1.sis1-reverse .sis1-col1 img,
	.sm-item-style1.sis1-reverse .sis1-col2 img {
		padding-right: 0;
	}

	.sm-item-style1.sis1-reverse .sis1-col2 {
		width: 35%
	}

	.sm-item-style1.sis1-reverse .sis1-col1 {
		padding-left: 15px;
	}


	.sm-item-style1:hover img,
	.sm-3cols-item:hover img {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}


	/* 3 cols blk
	-------------------------- */
	.sm-3cols-blk {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 1px;
		margin-top: 0px;
	}

	.video-lib {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e8e4db;
	}

	.sm-3cols-item {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e8e4db;
	}

		.sm-3cols-item:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none
		}

	/* Inside Page
	-------------------------- */
	.article-col-l {
		width: 100%;
	}

	.article-col-r {
		width: 100%;
	}

	.tit-s4.adj-tit-s4 {
		font-size: 220%;
	}


	/* List page
	-------------------------- */
	.list-page .sm-3cols-item:last-child {
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid #e8e4db;
	}

	.list-page .sm-3cols-blk {
		margin-bottom: 0px;
	}
}
