/*	============================================================	       			Custom theme for Snapdile						  ©2015 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: 16px/1.6 "Ubuntu", arial, helvetica, sans-serif;	font-weight: 400;	color: #363636;	}	h2, h3, h4, h5, h6	{	padding: 0;	margin: 0;	font-family: "norwesterregular", impact, sans-serif;	font-weight: normal;	text-transform: uppercase;	}h2	{	font-size: 55px;	line-height: 60px;	margin: 0 0 20px 0;	color: #0057a6;	}	h3	{	font-size: 40px;	line-height: 40px;	padding: 15px 25px;	color: #fff;	background: #02427d;	}	h4	{	font-size: 22px;	line-height: 24px;	color: #102257;	margin: 0 0 20px 0;	}img	{border: 0;}p	{	padding: 0;	margin: 0 0 15px 0;	}	a	{	color: #24408f;	font-weight: 700;	}	a:hover	{color: #000;}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dashed #ccc;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background: transparent;	}	form	{	margin: 0;	padding: 0;	}		/*   Images	*/		.align_right	{	float: right;	margin: 0 0 10px 15px;	}	.align_left	{	float: left;	margin: 0 15px 10px 0;	}		/*   Tables	*/		.chart	{	margin-bottom: 20px;	border: 0;	border-spacing: 1px;	width: 100%;	}	.chart th, .chart tr:first-child	{background: #0057a6; color: #fff !important; font-weight: 700;}.chart tr:nth-child(2n+2)	{background: #e8e4db;}.chart td, .chart th	{padding: 8px 10px;}	/*   Buttons	*/		button, .btn { 	color: #fff; 	background-color: #fd5f22;	padding: 17px 22px;	margin: 10px 5px !important;	border: 0;	cursor: pointer;	font-size: 24px;	line-height: 25px;	font-family: "norwesterregular", impact, sans-serif;	font-weight: normal;	text-transform: uppercase;	box-shadow: 5px 5px 0 0 #d7d7d4;    transition: all 0.2s ease-in-out;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {	background: #0057a6;	box-shadow: 4px 4px 1px 0 #d7d7d4;    }a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}	.two {background: #000;}