* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	font-weight: 400;
	color: #333333;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 18px;
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: 700;
}

h1 {
	font-size: 24px;
	color: #222222;
}

a {
	color: #222222;
}

a:hover {
	color: #666666;
}

#container {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

header h1 {
	position: absolute;
	top: 0;
	right: 40%;
	width: 96%;
	text-align: right;
	padding: 20px 2% 0 2%;
}

#left_col {
	width: 60%;
	margin-right: 40%;
}

#right_col {
	width: 40%;
	float: right;
}

#content {
	padding: 22px 7px 22px 14px;
}

@media (max-width: 1280px) {
	p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	header h1 {
		font-size: 18px;
	}
	p {
		font-size: 14px;
	}
}

@media (max-width: 667px) {
	.invisible_small_devices {
		display: none;
	}
	
	#left_col {
		width: 100%;
		margin-right: 0;
	}
	
	#right_col {
		width: 100%;
		float: none;
	}
	
	#container {
		position: static;
	}
	
	header h1 {
		position: static;
		top: 0;
		right: 0;
		width: 96%;
		text-align: left;
		padding: 12px 2% 0 2%;
	}
	
	#content {
		padding: 10px 2% 8px 2%;
	}
	
	p {
		font-size: 13px;
	}
}
