/* normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}


/* MAIN STYLES */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,700,700i');

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('fonts/ridleygrotesk-light-webfont.eot');
    src: url('fonts/ridleygrotesk-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ridleygrotesk-light-webfont.woff2') format('woff2'),
         url('fonts/ridleygrotesk-light-webfont.woff') format('woff'),
         url('fonts/ridleygrotesk-light-webfont.ttf') format('truetype'),
         url('fonts/ridleygrotesk-light-webfont.svg#ridley_grotesklight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('fonts/ridleygrotesk-semibold-webfont.eot');
    src: url('fonts/ridleygrotesk-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ridleygrotesk-semibold-webfont.woff2') format('woff2'),
         url('fonts/ridleygrotesk-semibold-webfont.woff') format('woff'),
         url('fonts/ridleygrotesk-semibold-webfont.ttf') format('truetype'),
         url('fonts/ridleygrotesk-semibold-webfont.svg#ridley_grotesksemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

html {
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	overflow-x: hidden;
}

body {
	width:100%;
	min-height:100%;
	padding:0;
	margin:0;
	font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size:1rem;
	font-weight: 300;
	background-color: #f2f2f2;
}

p {
	line-height: 1.5rem;
	margin: 0 0 1.5rem;
}

p.text-larger {
	line-height: 1.8rem;
	font-size: 1.1rem;
}

h2 {
	font-family: 'Ridley Grotesk', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	margin: 0 0 1rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 3.6vw solid #fff;
	overflow-x: hidden;
}

.cta-container {
	display: block;
	width: 100%;
	position: relative;
}

.cta-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	overflow: hidden;
	top:0;
	left:0;
	z-index: 1;
}

.cta-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.cta-content {
	display: block;
	position: relative;
	z-index: 2;
}

.grid {
	margin: 0 auto;
	max-width: 1180px;
}

.row {
    margin: 0;
}

[class*="row__col-"] {
    padding: 0 15px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.row__col--6 {
    width: 50%;
    min-height: 1px;
}

.cta-block {
	padding: 2.7vw;
	display: block;
	text-align: center;
	transform: translateY(1.8vw);
}

.bg-black {
	background-color: #000;
	color: #fff;
}

.text-color-super {
	color:#dad1bc;
}

.btn {
	font-size: 1.1rem;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 0;
	cursor: pointer;
	color: #000;
	font-family: "Open Sans",verdana,arial,helvetica,sans-serif;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	padding: 15px 37px 15px 17px;
	margin: 0 0 .5em 0;
	position: relative;
}

.btn:after {
	content: '';
	display: block;
	width: 12px;
	height: 18px;
	background-image: url(images/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
}

.btn.btn-color-super {
	border-color:#dad1bc;
	color:#fff;
}

@media only screen and (max-width : 768px) {
	
	.cta-image {
		height: 50vw;
		min-height: inherit;
		position: relative;
		top:auto;
		left:auto;
	}
	
	.cta-block {
		padding: 30px 15px;
		display: block;
		text-align: center;
		transform: translateY(-30px);
	}
	
	.page-container {
		border: 15px solid #fff;
	}
	
	.row__col--6 {
	    width: 100%;
	}
}
