/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	text-decoration: none;
}
/*GLOBAL STYLES*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #00446a;
	overflow: hidden;
}
#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
h1 {
	position: relative;
	color: #fff;
	font-size: 22px;
	line-height: 1.2em;
	font-weight: 400;
}
h2 {
	position: relative;
	color: #00446a;
	font-size: 28px;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
}
#frame1, #frame2, #frame3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	height: 250px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #00446a;
	transform: translateX(-150px);
}
#frame1 {
	right: auto;
	left: 0;
}
#frame2 {
	background: #fff;
	transform: translateX(150px);
}
#frame3 {
	width: 300px;
	text-align: center;
	z-index: 20;
	transform: translateX(300px);
}
#line1, #line2 {
	opacity: 0;
	transform: translateX(-150px);
}
#line2 {
	opacity: 0;
	transform: translateX(150px);
}
#logo {
	width: 200px;
	height: 60px;
	padding-bottom: 16px;
}
#coop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .75);
	transform-origin: bottom right;
}
#coop-logo {
	position: relative;
	width: 80px;
}
.cta-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	width: 120px;
	height: 28px;
	color: #00446a;
	font-weight: 700;
	text-align: center;
	border: 1px solid #00446a;
	transition: all 0.3s ease;
}
#container:hover .cta-button {
	color:#fff;
	background: #00446a;
}
#cta-button2 {
	color: #fff;
	border: 1px solid #fff;
}
#container:hover #frame3 .cta-button {
	color: #00446a;
	background: #fff;
}
#product {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/300x250-product.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	transform-origin: center center;
}
