/* reset */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

/* clearfix */
.cf:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

/* Globals */
html {height: 100%;}
body {font-size: 16px; font-family:"adelle-sans",sans-serif; color: #7e7d7c;  position:relative;  line-height: 160%;}
a {cursor: pointer; a -webkit-transition: .2s ease; -o-transition: .2s ease; -moz-transition: .2s ease; transition: .2s ease;}
img {display: block;}
b, strong, b *, strong * {font-family: "wdelle", sans-serif; font-weight: 600;}
i, em, i *, em *  {font-style: italic;}
u, u * {text-decoration: underline;}

h1, h2, h3, h4,h5,h6 {
	font-family: "adelle", sans-serif;
	line-height: 140%;
	font-weight: 400;
	color: #0067b1;
}

h1 {font-size: 32px;}
h2 {font-family: "adelle-sans"; font-size: 20px; color: #7e7d7c;}
h3 {font-size: 25px;}

h3 span {vertical-align: 2px;}

label {
  margin-bottom: 5px;
  display: block;
}

input, select {
  display: block;
  border: none;
  font-size: 20px;
  padding: 10px 15px;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  color: #4D4D4D;
  outline: none;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-family: "adelle", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  outline: none;    
  -webkit-appearance: none;
  -moz-appearance: none;
    appearance: none;
}

select {
  background: url(img/arrow.svg) 95% center no-repeat #f1f1f1!important;
  background-size: 15px!important;
}

button, .button {
	background: #0067b1;
  color: #fff;
  border: 2px solid #0067b1;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 20px;
  font-family: "adelle", sans-serif;
  font-style: normal;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all .25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  width: auto;
  margin-bottom: 0;
}

button:hover, .button:hover {
	background: transparent;
  color: #0067b1;
}

.button.invert {
  background: transparent;
  color: #0067b1;
}

.button.invert:hover {
  background: #0067b1;
  color: #fff;
}


a, button, .button {
	cursor: pointer;
}

@font-face {
    font-family: frente;
    src: url(../../src/fonts/FrenteH1-Regular.otf) format('opentype');
}


.wrapper{
	max-width: 1280px;
	margin: 0 auto;
  padding: 50px;
}

.left {
	float: left;
}

.right {
  float: right;
}

/*  Header */
header {
  margin-bottom: 50px;
}

header .button {
  margin-top: 4px;
}

/* Title */
.title {
  max-width: 835px;
  text-align: center;
  margin: 0 auto;
}

/* Brochure */
.brochure {
  margin: 20px auto 10px;
  max-width: 600px;
}

/* Content */
.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0;
}

.privacy {
  font-size: 10px;
}

/* Facts */

.facts {
  max-width: 50%;
  box-sizing: border-box;
  padding-right: 40px;
  
}

.facts h3 {
  margin-bottom: 8px;
}

.facts p {
  margin-bottom: 15px;
}

.mobile {
  display: none;
  margin-top: 20px;
}

/* Download Form */

.download-form {
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

.download-form p {
    font-family: frente;
    font-size: 20px;
    color: #7e7d7c;
    display: block;
    text-transform: normal;
    padding: 10px 0 15px;
    text-transform: uppercase;
}

form .button {
  float: right;
  margin-top: 10px;
}

.download-form.error {
  text-align: center;
}

.download-form.error .button {
  margin-top: 15px;
}


/* Disclaimer */

.fine-print {
  margin: 30px auto 0;
  max-width: 850px;
  padding: 10px 0 20px;
  font-size: 10px;
  line-height: 140%;
}

.fine-print li {
  margin-bottom: 8px;
}

/* Footer */


/* Media Queries */
@media (max-width: 900px) {
  .wrapper {padding: 30px;}
  header {margin-bottom: 30px;}
}

@media (max-width: 800px) {
  h1 {font-size: 32px;}
  .facts, .download-form {width: 50%;}
}

@media (max-width: 700px) {
	header .button {display: none;}
  header .logo {margin: 0 auto; float: none;}
  h1 {font-size: 26px;}
  h2 {font-size: 18px;}
  .content {padding: 20px 0 0 0;}
  .facts, .download-form {width: 100%;float: none;padding: 0;}
  .facts {border: 0; max-width: 100%; margin-bottom: 50px;}
  .download-form {border: 0;}
  .desktop {display: none;
  }
  .mobile { display: block;}
}

@media (max-width: 500px) {
  .wrapper {padding: 15px;}
  h1 {font-size: 18px;}
  h2 {font-size: 16px;}
  h3 {font-size: 18px;}

}



