@charset "utf-8";

@media (max-width:360px) {
	
	#Page {
		width:90vw;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#Page H2 {
		margin:0px;
		padding:0px;
		font-size:1.9em;
		line-height:2em;
		color:#ffffff;
		font-weight:normal;
		text-align:center;
		margin-bottom:1rem;
		text-transform:uppercase;
		background-color:#cd0e0e;
	}
	#Page H3 {
		margin:0px;
		padding:0px;
		font-size:1.6em;
		font-weight:bold;
		color:#333333;
		margin-bottom:1rem;
		padding-top:1.3rem;
	}
	#Page .Texts {
		display:block;
		padding-bottom:1rem;
	}
	#Page .Texts .ImageContainer {
		width:90vw;
		display:block;
	}
	#Page .Texts .ImageContainer IMG {
		width:90vw;
		display:block;
	}
	#Page .Texts .ImageContainer UL {
		padding-left:1.5rem !important;
		padding-top:1.5rem;
	}
	#Page .Texts P {
		margin:0px;
		padding:0px;
		font-size:1.2em;
		color:#333333;
		font-weight:normal;
		text-align:left;
		margin-bottom:1em;
		line-height:1.5em;
	}
	#Page .Texts UL, #Page .Texts UL LI {
		margin:0px;
		padding:0px;
	}
	#Page .Texts UL LI {
		margin-bottom:0.2em;
	}
	#Page .Texts UL {
		list-style:none;
		list-style-type:none;
		padding-left:35.05rem;
		font-size:1.4em;
	}
	#Page .Texts UL li:before {    
		font-family: 'FontAwesome';
		content: '\f0da';
		margin-left:-1rem;
		margin-right:1rem;
		color: #333333;
	}
	#Page .Texts UL LI A {
		color:#333333;
		text-decoration:none;
	}
	#Page .Texts UL LI A:HOVER {
		color:#333333;
		text-decoration:underline;
	}

}

@media (min-width:361px) { 
	
	#Header {
		height:23.222rem;
		background-position:center center;	
	}
	#Page H2 {
		margin:0px;
		padding:0px;
		font-size:3em;
		line-height:2em;
		color:#ffffff;
		font-weight:normal;
		text-align:center;
		margin-bottom:1rem;
		text-transform:uppercase;
		background-color:#cd0e0e;
	}
	#Page H3 {
		margin:0px;
		padding:0px;
		font-size:2.3em;
		font-weight:bold;
		color:#333333;
		margin-bottom:1rem;
		padding-left:34.05rem;
		padding-top:0.5rem;
	}
	#Page .Texts {
		display:block;
		padding-bottom:1rem;
	}
	#Page .Texts .ImageContainer {
		width:40.000em;
		height:40.000em;
		display:block;
		float:left;	
	}
	#Page .Texts .ImageContainer IMG {
		width:40.000em;
		height:40.000em;
		display:block;
	}
	#Page .Texts .ImageContainer UL {
		padding-left:1.5rem !important;
		padding-top:1.5rem;
	}
	#Page .Texts P {
		margin:0px;
		padding:0px;
		font-size:1.4em;
		color:#333333;
		font-weight:normal;
		text-align:left;
		padding-left:34.05rem;
		margin-bottom:1em;
		line-height:1.5em;
	}
	#Page .Texts UL, #Page .Texts UL LI {
		margin:0px;
		padding:0px;
	}
	#Page .Texts UL LI {
		margin-bottom:0.2em;
	}
	#Page .Texts UL {
		list-style:none;
		list-style-type:none;
		padding-left:35.05rem;
		font-size:1.4em;
	}
	#Page .Texts UL li:before {    
		font-family: 'FontAwesome';
		content: '\f0da';
		margin-left:-1rem;
		margin-right:1rem;
		color: #333333;
	}
	#Page .Texts UL LI A {
		color:#333333;
		text-decoration:none;
	}
	#Page .Texts UL LI A:HOVER {
		color:#333333;
		text-decoration:underline;
	}
	
}

@media (min-width:361px) and (max-width:1366px) {
	
	HTML,BODY {
		font-size:1.17vw;
	}
	
	#Header .Menu {
		font-size:0.8rem;
	}
	#Header .UpperBar {
		background-size:cover;
	}
	#Header .UpperBar A {
		font-size:1rem;
	}
	#Page {
		font-size:0.8rem;
	}
    
}

@media (min-width:1367px) {
	
	HTML,BODY {
		font-size:16px;
	}
	
	#Header .Menu {
		font-size:0.8rem;
	}
	#Page {
		font-size:0.8rem;
	}

}