@charset "UTF-8";

@media (min-width: 768px) {

	.cssVideoPopupCarousel {
		display: none;
		position: relative;
		margin-bottom: 1rem;
		z-index: 1020; /* z-index set to ensure content appears over the top of the fixed Bootstrap top title bar. */
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	}
	
	
	.cssTopBarButtonsPopupCarousel {
		display: none;
		position: relative;
		margin-bottom: 1rem;
		z-index: 1020; /* z-index set to ensure content appears over the top of the fixed Bootstrap top title bar. */
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	}

	
	.cssPopupWindowCarouselItemText {
		background-color: #ffffff;
		border-style: solid;
		border-width: thin;
		border-color: #707070;
		padding: 1rem 1.25rem 1rem 1.25rem;
	}	

	
	.cssPopupWindowTextMainTitle {
		/* See also media query CSS import files. */ 
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #333333;
		font-size: 1.1rem;
		font-weight: bold;
	/*	line-height: 1.5rem;			*/
		padding-bottom: 0.25rem;
	}	


	.cssVideoPopupTextSubTitle {
		/* See also media query CSS import files. */ 	
		font-family: Verdana, Geneva, sans-serif;
		color: #333333;
		font-size: 0.9rem;
	/*	line-height: 1.4rem;*/
		padding-bottom: 0.25rem;		
	}


	.cssVideoPopupTextAdditional {
		/* See also media query CSS import files. */ 	
		font-family: Verdana, Geneva, sans-serif;
		color: #333333;
		font-size: 0.8rem;
	/*	line-height: 1.3rem;	*/
	}
	
}