/* University: Marketer Training Library */

.Frame_Body_Plus_Banners_Photos {
	border-top: 1px solid #DDD;
}

.Section_Banner_Photos {
	padding-top: 2rem;
}

.Marketer_Training_Library {
	width: 100%;
	margin-bottom: 4rem;
}

.Frame_Training_Video_List {
    padding: .8rem 0 0;
    display: flex;
    flex-direction: column;
	border-bottom: 1px solid #DDD;
}

.Frame_Training_Video_List:hover {
	background-color: azure;
}

.Training_Video_Date {
    font-size: .95rem;
	margin: .1rem 0 .5rem;
}

.Training_Video_Title {
	font-size: 1.1rem;
	line-height: 1.9rem;
	font-weight: 700;
	color: #777;
}

.Training_Video_Title_Inside_Frame {
	margin-top: .5rem;
	color: #EEE;
}

.Training_Video_Date_Description {
	font-size: .95rem;
}

.Training_Video_Thumbnail button {
	margin: 1rem 0 0;
	padding: .2rem .4rem;
	line-height: 1.1rem;
}

.Training_Player_Audio {
	margin: 0 auto 3rem;
}

.Training_Player_Video {
	margin: 0 auto 3rem;
}

.Training_Video_Thumbnail a:hover {
	text-decoration: none;
}

.Training_Audio_Caption {
	background-color: #777;
	padding: .4rem;
	color: #FFF;
	font-size: 1.2rem;
	line-height: 1.7rem;
	font-weight: 500;
	text-align: center;
}

.Video_Description {
	border-bottom: 1px solid #DDD;
	margin-bottom: 2rem;
}


.TTS_Level {
	margin-top: 4rem;
}

.Section_TTS_Lessons .TTS_Level:first-child {
	margin-top: 1rem;
}










/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.Frame_Training_Video_List {
		width: 100%;
		flex-direction: row;
		column-gap: 2rem;
		justify-content: normal;
	}
	
	.Training_Video_Date {
		min-width: 6rem;
		max-width: 6rem;
		flex-basis: 6rem;
		margin-bottom: 0;
	}

	.Training_Video_Title {
		margin-bottom: .3rem;
	}
	
	.Training_Video_Date_Description {
		flex-grow: 5;
		margin-bottom: .5rem;
	}
	
	
	.Training_Video_Thumbnail {
		min-width: 13rem;
		max-width: 13rem;
		flex-basis: 13rem;
		text-align: right;
	}

	.Training_Video_Button {
		min-width: 6rem;
		max-width: 6rem;
		flex-basis: 6rem;
		text-align: right;
	}

	.Training_Video_Thumbnail button {
		margin: 2.4rem 0 0;
	}
	
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}





/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

}

