/*Grid*/
[class*='col-'] {
  float: left; }

.col-2-3 {
  width: 100%; }

.col-1-3 {
  width: 100%; }

.editor-section{
  display: flex;
  flex-flow: column;
  padding: 1em;
}

section.two, section.three {
  padding: 0;
}

@media screen and (min-width: 750px) {
.section.two {
    padding: 1.5em;
}

  section.three {
    padding: 1.5em 1.5em 1.5em 0;
}
  .col-2-3 {
    width: 66.66%; }
  .col-1-3 {
    width: 33.33%; }
  [class*='col-'] {
    padding-right: 20px; }
  [class*='col-']:last-of-type {
    padding-right: 0; } }

.grid,
header,
footer {
  width: 100%;
  margin: auto; }

@media screen and (min-width: 960px) {
  .grid,
  header,
  footer {
    width: 960px;
    margin: auto; } }
	
.grid:after {
  content: "";
  display: table;
  clear: both; }

*,
*:after,
*:before {
  box-sizing: border-box; }

/*Base*/
body {
  line-height: 1.4;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1em; 
  padding:0;
  margin:10px 0 0 0;}

h2 {
  color: #e3001c; }

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0; }

a, a:hover {
  color: #006cc2;
  cursor: pointer; }

a.button {
  border: 3px solid white;
  background-color: #ffdc2e;
  border-radius: 12px;
  padding: 0.5em 1em;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em; }

div.button {
	padding: 0.5em 0 1.5em;
	text-align: center;
	clear: both;
}  
div.button a {
  border: 1px solid white;
  background-color: #e3001c;
  /*border-radius: 12px;*/
  padding: 0.5em 1em;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
}

a.button-small {
  border: 3px solid white;
  background-color: #ffdc2e;
  border-radius: 8px;
  padding: 0.2em 0.7em;
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em; }

.red {
  color: #BA0002; }

p {
  margin-top: 0; }

/*Header*/
header {
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 1em;
  border-bottom: 10px solid #e3001c;     
  padding: 20px;}
  header h1 {
    width: 60%;
    float: left; }
  header div {
    width: 40%;
    float: left; }
    header div img {
      width: 100%;
      margin-bottom: 5px; }
  header img.logo {
	  width:100%;	
	  max-width:450px;
	  padding-left:5px;
  }

/*Main*/
.content{
  padding: 2.5em 1em 0.1em;
  background-color: #f1f1f1;
}

.covers{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.content p{
  font-size: 1.1em;
  line-height: 1.5;
}

.content h2 {
  margin-bottom: 1.5em;
  color: black;
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.1; 
  text-align: center;
}

section h2 {
  margin: 0 0 .2em 0; }

section.one {
  position: relative;
  margin-bottom: 1.5em; }

  section.one img {
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
    float: right; }

  section.one .bottom {
    overflow: hidden;
    min-height: 200px;
    padding-top: 1em;
    background-color: #f1f1f1; }
    section.one .bottom .text {
      float: left; }

    strong.presale-text{
      font-size: 1.2em;
    }

section.two,
section.three {
  padding: 0 }

section.three {
  clear: both;
  }
  section.three img {
    width: 33%;
    float: left; }
  section.three > div {
    width: 60%;
    float: right; }

div.red.divider {
  border-bottom: 3px dashed #e3001c;
  margin: 0 1em;
  margin-top: 2em;
  margin-bottom: 1.5em;
 }

div.white.divider {
  margin: 1em 0;
  border-bottom: 3px dashed white; }

/*Sidebar*/
.banner {
  margin-bottom: 1em;
  padding: 1.3em;
  color: white;
  background: #c9de96;
  overflow: hidden;
  background: linear-gradient(to bottom, #c9de96 0%, #216325 30%); }
  .banner img {
    width: 100%; }
  .banner h3 {
    margin: 0; }
  .banner p {
    margin-top: 0; }
  .banner .btn-container {
    margin-bottom: 1em;
    text-align: center;
    margin-top: 1.7em; }
  .banner hr {
    margin: 20px 0; }

.facebook_container {
  background-color: #efebec;
  padding: 1em;
  margin: 1em 0;
  height: 70px; 
  color: #006cc2 }
  .facebook_container img {
    width: 20%;
	max-width: 52px;
    float: left;
    padding-right: 1em; }
.facebook_container div {
	display:inline-block;
	margin-top:-3px;
}

.newsletter {
	padding: 0 1em 1em 1em;
}
.col-1-3 .newsletter-intro {
  border: none;
  height: 100px;
  padding: 0; }
  .col-1-3 .newsletter-intro h3 {
    margin-bottom: 0.5em;
    }
	
.terms {
	font-size: 0.6em;
	padding: 1em 0.5em;
}

.col-1-3 form {
  position: relative; }
  .col-1-3 form input[type=email] {
    bottom: 0;
    height: 32px;
    width: 70%;
    font-size: 1em; }
  .col-1-3 form input[type=submit] {
    color: black;
    font-size: 1.2em;
    border-radius: 0;
    background-color: #ffdc2e;
    padding: .2em 1em;
    position: absolute;
    bottom: 0px;
    right: 0; }
    .col-1-3 form input[type=submit]:hover {
      cursor: pointer; }
  .col-1-3 form label.error {
    color: #a94442;
    clear: both;
    float: none;
    display: block;
    margin: -15px 0 15px; }
  .col-1-3 form input.error {
    border: 1px solid #a94442;
    box-shadow: 0px 0px 4px #a94442; }

/*Footer*/
footer {
	margin-top:2em;
  background-color: #efebec;
  padding: 0.5em 0; }
  footer .brands {
	  float: left;
  }
  footer .brands ul {
	padding: 0;
	margin:0;	}
    footer .brands ul li {
      list-style: none;
      display: inline-block;
	  margin: 1em;}
  footer .links {
	  float: right;
	  text-align: right;
	  padding: 1.75em 1.25em;
	  font-size: 0.875em;
	  color: #333333;
  }
	footer .links a {
		color: #333333;
	}
	  footer .links a:hover {
		  text-decoration: none;
	  }

.clearer
{
	clear:both;
}

.home footer .brands ul li {
  margin-right: 4em; }
 
@media screen and (min-width: 500px) {
  .covers {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .covers img{
    max-width: 220px;
  }
}

@media screen and (min-width: 769px) {
  .covers {
    max-width: 530px;
    padding: 20px 0;
  }
  .covers img{
    max-width: 260px;
  }

  .content h2 {
    font-size: 2rem;
  }

  div.button a {
    padding: 0.5em 1em;
    font-size: 1.375em;
}

.newsletter {
  padding: 0 1em 0 1em;
}

div.red.divider{
  margin-left: 0;
  margin-right: 0;
}

.editor-section {
  flex-flow: row;
  padding: 1em 0 0;
}

.content{
  padding: 2.5em 2.5em 0.1em;
}

}

@media screen and (max-width: 940px) {
	footer .brands {
		width: 100%;
		text-align: center;
	}
	footer .links {
		clear: both;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 420px) {
	section.one img {
		float: none;
		margin: 0 0 10px 0;
	}
	section.three img {
		width:auto;
	}
	section.three > div {
		width: 100%;
	}
}