/********************** FONTS **********************/

@font-face {
    font-family: 'gordita';
    src: url('//static.axios.com/fonts/gorditaregular-webfont.eot');
    src: url('//static.axios.com/fonts/gorditaregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//static.axios.com/fonts/gorditaregular-webfont.woff2') format('woff2'),
         url('//static.axios.com/fonts/gorditaregular-webfont.woff') format('woff'),
         url('//static.axios.com/fonts/gorditaregular-webfont.ttf') format('truetype'),
         url('//static.axios.com/fonts/gorditaregular-webfont.svg#gorditaregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'gordita';
    src: url('//static.axios.com/fonts/gorditamedium-webfont.eot');
    src: url('//static.axios.com/fonts/gorditamedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('//static.axios.com/fonts/gorditamedium-webfont.woff2') format('woff2'),
         url('//static.axios.com/fonts/gorditamedium-webfont.woff') format('woff'),
         url('//static.axios.com/fonts/gorditamedium-webfont.ttf') format('truetype'),
         url('//static.axios.com/fonts/gorditamedium-webfont.svg#gorditamedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'gordita';
    src: url('//static.axios.com/fonts/gorditablack-webfont.eot');
    src: url('//static.axios.com/fonts/gorditablack-webfont.eot?#iefix') format('embedded-opentype'),
         url('//static.axios.com/fonts/gorditablack-webfont.woff2') format('woff2'),
         url('//static.axios.com/fonts/gorditablack-webfont.woff') format('woff'),
         url('//static.axios.com/fonts/gorditablack-webfont.ttf') format('truetype'),
         url('//static.axios.com/fonts/gorditablack-webfont.svg#gorditablack') format('svg');
    font-weight: 900;
    font-style: normal;

}

/********************** GENERAL **********************/

html, body {
  background-color: #ffffff;
  font-family: 'gordita', helvetica, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  letter-spacing: 0.02em;
  font-style: normal;
  height: 100%;
  margin:0px;
  text-rendering: optimizeLegibility;
}
strong {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin:20px 0px;
  color: #fff;
}

ul {
  margin:0px;
  padding-left: 0px;
  margin-left: 0px;
}

@media (min-width: 901px) {
    ul li {
      margin: 10px 0px;
      float: left;
      width: 45%;
      list-style: none;
    }
    ul li:nth-of-type(2n+1) {
      padding-right: 5%;
    }
    ul li:nth-of-type(2n+1) {
      clear: both;
    }
}
@media (max-width: 900px) {
    ul li {
      margin: 10px 0px;
      list-style: none;
    }
}


.checkboxes {
  padding:0px 10px;
}

#wrapper {
  min-height:800px;
}

a:link, a:active, a:visited {
  color:#4a4a4a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color:#008DC8;
}

/********************** TOP **********************/
#top {
  width: 100%;
  text-align: right;
}
.logo {
  float: left;
}
.navitem {
  font-size: 13px;
  color:#fff;
  display: inline-block;
  font-weight: 500;
}
#top .navitem a:link, #top .navitem a:visited {
  color: #4a4a4a;
}
h1{
	color: #4a4a4a;
  font-weight: 400;
}
#wrapper {
  line-height: 1.8em;
}
.email-display {
  color: #4a4a4a;
  text-transform: lowercase;
}
.description {
    margin-left:30px;
    line-height:1.5em;
    letter-spacing:0.01em;
}
#email {
  display: none;
}
#choose_newsletter {
  display: none;
}
.error {
  text-align:center;
  color: #F50220;
  font-weight: 500;
  padding-top:10px;
}
.note {
  font-size: 13px;
  text-transform: uppercase;
  font-weight:500;
}


/*top mobile*/
@media (max-width: 767px) {
  #top {
    margin-bottom: 85px;
  }
  .logo img {
    width: 85px;
    padding:15px;
  }
  .navitem {
    padding: 15px;
  }
  .navitem:last-of-type {
    padding-right: 15px;
  }
  #wrapper {
    width:90%;
    margin: auto;
  }
  h1 {
    font-size: 40px;
  	line-height: 1.12;
  	letter-spacing: -0.7px;
    text-align: left;
    margin-bottom: 40px;
  }
}

/* top tablet portrait */
@media (min-width: 768px) and (max-width: 1023px) {
  #top {
    margin-bottom: 85px;
  }
  .logo img {
    width: 112px;
    padding:25px 30px 30px 30px;
  }
  .navitem {
    padding: 30px 15px;
  }
  .navitem:last-of-type {
    padding-right: 30px;
  }
  #wrapper {
    width:70%;
    margin: auto;
  }
  h1 {
    font-size: 56px;
  	line-height: 1.2;
  	letter-spacing: -0.6px;
    text-align: center;
    margin-bottom: 70px;
  }
}

/* top desktop */
@media (min-width: 1024px) {
  #top {
    margin-bottom: 100px;
  }
  .logo img {
    width: 112px;
    padding:25px 30px 30px 30px;
  }
  .navitem {
    padding: 30px 15px;
  }
  .navitem:last-of-type {
    padding-right: 30px;
  }
  #wrapper {
    width:70%;
    margin: auto;
    max-width: 700px;
  }
  h1 {
    font-size: 56px;
  	line-height: 1.2;
  	letter-spacing: -0.6px;
    text-align: center;
    margin-bottom: 100px;
  }
}


/************* FORM ****************/
ul {
  margin:30px 0px 10px 0px;
}
.newsletter_name {
  margin: 0px 0px 0px 10px;
  font-weight: 500;
}

label {
  font-size: 1em;
}

#email-input {
  height:30px;
  width:95%;
  background-color:#f0f0f0;
  color:#4a4a4a;
  -webkit-appearance: none;
  border-radius:3px;
  border: 1px solid #dcdcdc;
  padding:5px 10px;
  font-family: 'gordita', helvetica, sans-serif;
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #dcdcdc;
  font-family: 'FontAwesome';
  font-size: 15px;
  vertical-align: text-bottom;
}

input[type=checkbox]:checked {
  box-shadow: 0 0 0 2px #008DC8;
  background-color: #008DC8;
  color: #ffffff;
}

input[type=checkbox]:checked:before {
  content:"\f00c";
} /* checked icon */

input[type=checkbox]:checked:before {
  padding-left:3px; line-height: 1.2em;
}/* allow space for check mark */

input[type='checkbox']:hover {
  box-shadow: 0 0 0 2px #008DC8;
  cursor: pointer;
}

input[type="submit"] {
    border-radius: 3px;
    padding:12px 30px;
    margin:50px 0px 0px 0px;
    background-color: #008DC8;
    font-family: Gordita;
  	font-size: 13px;
  	font-weight: 500;
  	color: #ffffff;
    -webkit-appearance:none;
}

input[type="submit"]:hover {
  cursor: pointer;
}


/************* FOOTER ***************/
#footer {
  margin: 100px 0px 100px 0px;
  text-align: center;
}
#footer h2 {
  font-size: 11px;
	font-weight: 500;
	font-style: normal;
	line-height: 2.55;
	letter-spacing: 1.4px;
	color: #656565;
  text-transform: uppercase;
}
#footer a.social {
  font-family:'FontAwesome';
  color: #767676;
  font-size:18px;
  display: inline-block;
  width:15px;
  height:15px;
  line-height: normal;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 10px;
  margin:0px 10px;
  border: 1px solid #767676;
}

#footer a.social:hover {
  text-decoration: none;
  color: #008DC8;
  border: 1px solid #008DC8;
}

#legal {
  margin-top: 60px;
  font-size: 0.8em;
}

#legal a {
  color: #919191;
}
