/*	============================================================					Custom theme for The Range						  ©2016 INVISIBLE INK					  Author: Chris Duren					  www.invisibleink.com			Increase your visibility with Invisible Ink™				============================================================*/@font-face {    font-family: 'norwesterregular';    src: url('../fonts/norwester-webfont.eot');    src: url('../fonts/norwester-webfont.eot?#iefix') format('embedded-opentype'),         url('../fonts/norwester-webfont.woff2') format('woff2'),         url('../fonts/norwester-webfont.woff') format('woff'),         url('../fonts/norwester-webfont.ttf') format('truetype'),         url('../fonts/norwester-webfont.svg#norwesterregular') format('svg');    font-weight: normal;    font-style: normal;}body	{	font: 17px/1.4 "Alef", sans-serif;	font-weight: 400;	color: #444;	}	h2, h3, h4, h5, h6	{	font-family: "norwesterregular", impact, sans-serif;	font-weight: normal;	padding: 0;	}	h2 a, h3 a, h4 a, h5 a, h6 a	{font-weight: normal;}	h2	{	margin: 0 0 20px 0;	font-size: 36px;	line-height: 36px;	color: #2e5663;	}	h3	{	padding: 30px 20px;	margin: 0;	font-size: 36px;	color: #fff;	background: #232b36;	line-height: 30px;	text-transform: uppercase;	text-align: center;	}		h3 a, h3 a:hover	{color: #fff;}h3 a	{text-decoration: none;}	h4	{	margin: 0 0 15px 0;	font-size: 24px;	line-height: 24px;	color: #8c0d1e;	}	h5	{	margin: 0 0 20px 0;	font-size: 20px;	line-height: 20px;	color: #000;	}	h6	{	margin: 0 0 20px 0;	font-size: 17px;	line-height: 17px;	color: #2e5663;	text-transform: uppercase;	}	img	{border: 0;}p	{	padding: 0 0 15px 0;	margin: 0;	}strong, b	{font-weight: 700;}	em	{font-weight: 400;}	a	{	color: #000;	font-weight: bold;	}	a:hover	{color: #b01229;}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dotted #999;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background: transparent;	}	form	{	margin: 0;	padding: 0;	}		/*   Tables	*/	.chart	{width: 100%;}			.chart, .chart2	{	margin-bottom: 20px;	border: 0;	border-spacing: 1px;	width: 100%;	}	.chart	{width: 100%;}	.chart tr:first-child th, .chart tr:first-child td	{background: #b01229; color: #fff !important; font-weight: bold;}.chart tr:first-child th a, .chart tr:first-child td a	{color: #fff !important;}.chart tr:nth-child(2n+2)	{background: #e5e5e5;}.chart td, .chart th	{padding: 8px 10px;}	/*   Buttons	*/	button, .btn { 	color: #fff; 	background: #333;	padding: 18px 24px;	margin: 5px !important;	border: 0;	border-radius: 8px;	cursor: pointer;	font-family: "norwesterregular", impact, sans-serif;	font-weight: 400;	font-size: 24px;	line-height: 24px;	text-transform: uppercase;    transition: all 0.2s ease-in-out;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {background: #8c0d1e;}a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}