/* General Demo Style */

@font-face {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size:12px; padding: 0; margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	color: #333333;
	background:none;
}

a {
	color: #003366;
	font-size:12px;
	text-decoration: none;
}

a:hover,
a:active {
	color:none;
}

/* Header Style */
.main,
.container_pseudo_window > header {
	margin: 0 auto;
	padding:0px;
	width:220px;
	height:auto;
}

.container_pseudo_window > header {
	text-align: center;
	background: #d94839;
	padding: 3em;
}

.container_pseudo_window > header h1 {
	font-size:12px;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container_pseudo_window > header span {
	display: block;
	font-size:12px;
	opacity: 0;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.main {
	max-width: 69em;
}

.column {
	float: left;
	width:266px;
	padding:0px;
	min-height:auto;
	position: relative;
}

.column:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}

.column p {
	font-weight: 300;
	font-size:12px;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

 
button {
	border: none;
	padding: 0.3em 0.45em;
	background: #003366;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	text-transform:none;
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px;
	border-radius: 2px;
	transition-property: color ease;
	transition-duration: 0.4s;
	font-weight:bold;
	font-size:11px;
}

button:hover {
	background: #66ccff;
	color: #003366;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}

	.column p {
		text-align: left;
		font-size:12px;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}