	/*  -----------------------

	 © 2014 - Genuitec LLC

	 -----------------------
	 */

	/*  ---------------------

	 Basic Style

	 ---------------------
	 */

	@import url('../css/product_reset.css') screen;

	/* God bless border-box! */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	html {
		font-size: 62.5%;
		-webkit-font-smoothing: antialiased;
	}

	body {
		font-family: "Lato", sans-serif;
		font-size: 1.4rem;
		line-height: 2.5rem;
		color: #3f4a59;
		background: white;
	}

	a {
		text-decoration: none;
		color: #00A7EE;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: background-color 0.1s ease-in-out;
		transition: background-color 0.1s ease-in-out;
	}

	a.external {
		background-image: url('../images/sdc/external.gif');
		background-repeat: no-repeat;
		background-position: 0% 40%;
		padding-left: 20px;
	}

	strong, b {
		font-weight: 700;
	}

	.clear {
		clear: both;
	}

	h1, h2, h3, h4 {
		font-weight: 900;
	}

	h1 {
		font-size: 3.6rem;
	}

	h2 {
		font-size: 3.2rem;
		line-height: 4rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	p {
		padding: 15px 0;
	}

	.content {
		max-width: 990px;
		width: 100%;
		margin: auto;
		position: relative;
	}

	.no-text {
		text-indent: -9999px;
	}

	.smallText {
		font-size: 1.2rem;
		font-weight: 300;
		font-style: italic;
		line-height: 1.8rem;
	}

	.smallText a {
		border-bottom: 1px solid #02588e;
	}

hr {
	    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
