/*global setup*/
@font-face {
  font-family: 'Avenir Black';
  src: url('../assets/subset-Avenir-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('../assets/subset-Avenir-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Avenir Book', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
	font-size: 100%;
}

.banner {
	color: #fff;
	position: relative;
	background: #d70f64;
	width: 580px;
	height: 400px;
	cursor: pointer;
	overflow: hidden;
}

.banner * {
	box-sizing: border-box;
	overflow: hidden;
}

.burger {
	position: absolute;
	right: 0;
	bottom: 0;
}

.btn-cta {
	font-family: 'Avenir Black', 'Arial', sans-serif;
	color: #d70f64;
  background-color: #fff;
  padding: 14px 33px;
  display: inline-block;
  line-height: 1;
  font-size: 37px;
  position: absolute;
	left: 47px;
	bottom: 44px;
  font-weight: 900;
}

.text strong {
	font-family: 'Avenir Black', 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.logo {
	position: absolute;
  width: 160px;
  left: 43px;
  top: 20px;
}

.tagline {
	position: absolute;
	font-size: 2.25rem;
	left: 43px;
	top: 74px;
  line-height: 1.3;
}

.subline {
	position: absolute;
	left: 43px;
	top: 210px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.disclaimer {
	font-weight: 100;
	position: absolute;
	font-size: 10px;
	bottom: 6px;
	width: 100%;
	text-align: right;
	opacity: .7;
	right: 15px;
}
