/* general styles */
html, body, h1, h2, h3, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}  
body{
  font-family: 'Titillium Web', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #312b1c;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}


div.container{
  width: 100%;
  min-height: 100%;
  margin: 0px;
  background-repeat: no-repeat;
}

div.content{
  position: relative;
  width: 660px;
  min-height: 1120px;
  margin-left: auto;
  margin-right: auto;
}

div.rotatedContent{
  padding-top: 320px;
  -ms-transform: rotate(-5deg); /* IE 9 */
  -webkit-transform: rotate(-5deg); /* Safari */
  transform: rotate(-5deg);
}

h1{
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 40px;
}
b{
  font-weight: 700;
}

div.button{
  display: inline-block;
  width: 190px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.blue{
  background-color: #01529c;
  color: #FFFFFF;
}
.yellow{
  background-color: #ffdc00;
  color: #000000;
}
h1.blue{
  color: #01529c;
  background: none;
}
h1.yellow{
  color: #ffdc00;
  background: none;
}

a.note{
  display: block;
  color: #878684;
}
a.note b{
  text-decoration: underline;
}

p.terms{
  position: absolute;
  top: 1060px;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
}

div.formHolder{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
div.overlay{
  background-image: url("../images/overlay.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}

div.mask{
  position: relative;
  width: 100%;
  height: 1000px;
  overflow: hidden;
}

div.form{
  background-image: url("../images/form.png");
  background-repeat: no-repeat;
  width: 557px;
  height: 783px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
div.close{
  position: absolute;
  right: -5px;
  top: -15px;
  cursor: pointer;
}

div.form h1{
  line-height: 42px;
}
div.form p{
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 20px;
}
input.inputText{
  display: block;
  position: relative;
  background-color: #d9d9d9;
  height: 36px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  line-height: 36px;
  width: 100%;
  margin-bottom: 8px;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}
textarea.inputArea{
  display: block;
  position: relative;
  background-color: #d9d9d9;
  height: 110px;
  font-family: 'Titillium Web';
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
input.inputText.error, textarea.inputArea.error{
  background-color: #bc0602;
  color: #FFFFFF;
}
input.submitButton{
  font-family: 'Titillium Web';
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

div.tree{
  background-image: url("../images/tree.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1000px;
  height: 952px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 235px;
}