/* CSS Document */
hr.tm_section_divider{
	float:none;
	clear: both;
	margin-top:4rem;
	margin-bottom: 3.5rem;
}
.tm-logos img{
	max-height: 35px !important;
	max-width: 200px;
	width: auto;
	padding: .5em;
}
.tm-logos{
	text-align: center;
}
.tm-logos a:hover{
	background:rgba(255,255,255,0);
}

.tm-photogrid{
	width:100%;
	max-width: 800px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tm-photogrid img{
	max-height: 150px !important;
	max-width: 200px !important;
	width: auto;
	padding: .5em;
}

.tm-section {
	display: block;
	float:none;
	clear:both;
	text-align: center;
	background: #111;
	color:#efefef;
	padding: 2.5em 0;
	position:relative;
}

.tm-section h2 {
	margin: 0;
	text-align: left;
	padding-left:1em;
	font-size:2em;
	text-transform: uppercase;
}
.tm-section-video iframe{
	max-width: 90%;
}
.tm-section-pdf img {
	max-width: 90%;
}

.tm-biff2col a{
	text-decoration: none;
}
.tm-biff2col img{
	max-width: 50%;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}
.tm-biff2col p{
	float: none;
	clear: both;
}

:root {
	interpolate-size: allow-keywords;
}
details{
	padding: .5rem 1rem;
	
	overflow: hidden;
}

details *{
	margin: 0;
}

details::details-content{
	block-size: 0;
	transition: block-size 1s, content-visibility 1s;
	transition-behavior: allow-discreet;
}

details[open]::details-content{
	block-size:auto;
}

details > p{
	padding-block: 1rem;
}

summary{
	margin-inline-start: 1rem;
	list-style-position: outside;
}

a.tm-btn{
	background-color: dodgerblue;
	padding: .4rem 1rem;
	font-size: 18px;
	text-decoration: none;
	border-radius: 1rem;
	color: #fff;
}
a.tm-btn:hover{
	background-color: #333;
}

img.artistimg{
	max-width: 350px;
}