<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1
{
	font-family: 'SourceSansPro-Bold', Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-transform: uppercase;
	color: #007500;
}

h2
{
	color: #007500;
}

#container_headline
{
	position: relative;
	background: #007500 url('../images/icon_background.png') repeat-x;
	width: 100%;
	z-index: 2;
}

	#wrap_headline
	{
		position: relative;
		width: 100%;
		height: 150px;
		max-width: 100%;
		margin: auto auto;
	}

		#logo
		{
			background: url('../images/logo_mtv.svg') 50% 0px no-repeat;
			background-size:100px;
			position: relative;
			background-size: 80px;
			height: 80px;
		}
		
		.link_logo:link
		{
			display: none;
		}
		
		@media screen and (min-width : 1024px) {
			#logo
			{
				background: url('../images/logo_mtv.svg') 0px 0px no-repeat;
				background-size: 120px;
				width: 120px;
				height: 120px;
				top: 15px;
				left: calc(50% - 75px);
			}
		}
		
		@media screen and (min-width : 1024px) {
			.link_logo:link
			{
				display: block;
				width: 120px;
				height: 90px;
			}
		}
		
		@media screen and (min-width : 1024px) {
			#list_menu
			{
				display: block;
				position: absolute;
				background: none;
				height: 60px;
				top: -105px;
				right: 0px;
				box-shadow: none;
				z-index: 2;
			}
		}
		
		#list_menu a
		{
			display: block;
			position: relative;
			font-family: 'SourceSansPro-Bold', Arial, sans-serif;
			font-size: 0.875em;
			font-style: normal;
			font-size: 1em;
			text-decoration: none;
			color: white;
			padding: 22px 30px 16px 30px;
		}
		
		#list_menu &gt; li &gt; a:hover,
		#list_menu &gt; li.menu_active
		{
			border-bottom: 6px solid white;
		}
		
		#container_hero
		{
			position: relative;
			background-image: url('../images/hero_home.jpg');
			background-size: cover;
			background-repeat: no-repeat;
			background-color: white;
			/* background-attachment: fixed; */
			background-position: 100% 0px; 
			top: 0px;
			width: 100%;
			height: 75vw;
			margin: 0px 0px -70px 0px;
			z-index: 1;
		}
		
		@media screen and (min-width : 1024px) {
			#container_hero
			{
				background-image: url('../images/hero_home.jpg');
				background-size: cover;
				background-repeat: no-repeat;
				background-color: white;
				/* background-attachment: fixed; */
				background-position: 0px -140px; 
				height: 28vw;
				z-index: 1;
			}
		}
		
		#wrap_hero
		{
			position: relative;
			width: 100%;
			max-width: 100%;
			height: 100%;
			margin:0px 0px -7px 0px;;
		}
		
		#wrap_hero video
		{
			width: 100%;
		}
		
.wysiwyg_button:link,
.wysiwyg_button:visited,
.wysiwyg_button:hover,
.wysiwyg_button:active,
.wysiwyg_button:focus
{
	background: #007500;
}

.wysiwyg_button_feature:link,
.wysiwyg_button_feature:visited,
.wysiwyg_button_feature:hover,
.wysiwyg_button_feature:active,
.wysiwyg_button_feature:focus
{
	background: #3c3c3b;
}</pre></body></html>