<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @override http://ethimex.skyhighfutures.com/css/media-queries.css */

@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 1024px) {
	.bgRed {
		background:	#bb2031;
		margin:	30px 20px;
		padding: 10px 20px;
		width:	50%;
	}
	
	.headerArea h2 {
		margin: 0;
		padding: 40px 0 0 0;
		text-align: right;
		
	}
	

}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	.pagewrap {
		width: 95%;
	}

	/* content */
	.content {
		width: 90%;
		padding: 3% 4%;
	}

	.content2 {
		width: 40%;
		padding: 3% 4%;
	}

	.content3 {
		width: 25%;
		padding: 3% 4%;
	}

	.content3x2 {
		width: 60%;
		padding: 3% 4%;
	}


	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
	
			.newsContentIndex p {
			padding:	0 50px 0 45px;
			line-height:	1;
			font-size:	0.9em;
		}	
		
		.newsContentIndex h4 {
			text-align:	left;
			font-weight: bold;
			padding:	30px 50px 0 45px;
			font-size:	0.9em;
			margin:		0;
		}
		

}


}

@media only screen and (max-width: 768px) {
	img {
		display: block;
		vertical-align: middle;
		margin: 0 auto;
		}
	
	.headerArea h2 {
		margin: 0;
		padding: 30px 0 0 0;
		text-align: center;
		font-size:	1em;
	}
	
	.headerIcons {
		padding-top:30px; 
		text-align:center;	
	}
	

	.bgRed {
		background:	#bb2031;
		margin:	30px 20px;
		padding: 10px 20px;
		width:	90%;
	}
	
	.bgRed h1 {
		color:	#fff;
		font-size:	1.4em;
		line-height:	1.1;
		font-family: "breuertextregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	}
	
	.bgRed p {
		color:	#fff;
	}
	
	.bodyContent p {
		text-align: left;
		padding: 0 5px;
		font-size:	0.86em;
	}
	
	.bodyContent ul {
		padding: 0 5px;
		margin:	0 5px 0 10px;
	}
	
	.bodyContent li {
		text-align: left;
		padding: 0 5px;
		margin:	0 5px 0 5px;
		font-size:	0.86em;
	}
	
	h3 {
		color: #414b55;
		font-size: 1.1em;
		padding: 0 5px;
		margin: 10px 0;
		text-align: left;
		font-family: "breuertextbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		}
		
		
	.bodyContent h2 {
		padding: 0;
	}
		
		

	
}



/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	.header {
		height: auto;
	}


	/* main nav */
	.navArea {
		position: static;
	}

	/* site logo */
	.logo {
		margin: 15px 100px 5px 0;
		position: static;
	}


	/* content */
	.content,
	.content2,
	.content3, .content3x2 {
		width: auto;
		float: none;
		margin: 20px 0;
	}


	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}
	
		.headerArea h2 {
			margin: 0;
			padding: 0 0 0 0;
			text-align: center;
			
		}
		
	.headerIcons {
		padding-top:10px; 
		text-align:center;	
	}
	
	.newsContent img {
		display: none;
	}
	
	.newsContent h2 {
		text-align:	left;
		font-weight: bold;
		padding:	10px;
		margin: 0;
		font-size:	1em;
		text-decoration: none;
	}
	
		
	.newsContentIndex p {
		padding:	0 50px 0 35px;
		line-height:	1;
		font-size:	0.9em;
	}	
	
	
	
	.newsContentIndex h4 {
		text-align:	left;
		font-weight: bold;
		padding:	10px 50px 0 35px;
		font-size:	0.9em;
		margin:		0;
	}

.toggle-topbar {
display: block;
}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	.navArea a {
		font-size: 90%;
		padding: 10px 8px;
	}
 .toggle-topbar {
display: block;
}

</pre></body></html>