@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #485b6e;
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #2c3e52;
	outline: none;
}

a:hover, a:focus {
	color: #ed4e6e;
	outline: none;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.container > header {
	margin: 0 auto 3em;
	padding: 5em 3em 4em;
	text-align: center;
}

.container > header h1 {
	margin: 0 auto 0.3em;
	font-weight: 700;
	font-size: 2.625em;
	line-height: 1.3;
}

.container > header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

.container > header a {
	display: inline-block;
	padding: 0 1em;
	margin: 0.3em 0;
	text-decoration: none;
	font-weight: 400;
}

.jq22-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'jq22icons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.jq22-icon-drop:before {
	content: "\e001";
}

.jq22-icon-prev:before {
	content: "\e004";
}

.main {
	max-width: 69em;
	margin: 0 auto;
}

.column {
	float: left;
	width: 50%;
	padding: 0 2em;
	min-height: 300px;
	position: relative;
	text-align: right;
}

.column:nth-child(2) {
	text-align: left;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}

p.small {
	font-weight: 700;
	font-size: 1em;
}

button {
	border: none;
	padding: 0.6em 1.2em;
	background: #ed4e6e;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

button:hover {
	background: #2c3e52;
}

.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding: 3em 0;
}

.info a {
	font-weight: 700;
	font-size: 0.9em;
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 2em; 
		text-align: center;
	}

	.column p {
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		text-align: center;
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media screen and (max-width: 25em) {

	.container > header {
		font-size: 80%;
		margin-bottom: 0;
	}

	.jq22-top {
		font-size: 120%;
	}

	.jq22-icon span {
		font-size: 120%;
	}

}