html, body {
  font-family: ArimoRegular, Helvetica, Arial, sans-serif;
  color: #999999;
  background-color: #FFFFFF;
  background: #FFFFFF;
  font-size: 14px;
  height: 100%;
  margin: 0px;
}

h1 {
  font-size: 32px;
  margin: 20px;
}

h2 {
  font-size: 25px;
  margin: 20px;
}

h3 {
  font-size: 16px;
  margin: 20px;
}

img {
  border: 0;
}

p {
  margin: 20px;
}

a {
  color: #999999;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  color: #E10F66;
  text-decoration: none;
}

#navContainer {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 180px;
  overflow: visible;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 200;
}

#mainContainer {
  position: relative;
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 100;
}

footer {
  position: relative;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 10px;
}

.socialMediaIconFooter {
  top: 125px;
  width: 50px;
  height: 50px;
  margin: 10px;
}

input[type="checkbox"] {
  display:none;
}

input[type="checkbox"] + label span {
  display:inline-block;
  width:20px;
  height:20px;
  vertical-align: text-top;
  background:url("../img/buttons/sheet_checkbox.png") left top no-repeat;
  background-size: 74px 20px;
  cursor:pointer;
}

input[type="checkbox"]:checked + label span {
  background:url("../img/buttons/sheet_checkbox.png") -27px top no-repeat;
  background-size: 74px 20px;
}

.h22db8::after {
  /*content: "\0066";*/
}

.RhF928M::after {
  /*content: "\002B";*/
  content: "\0030";
}

.f8h4N3::after {
  /*content: "\0069";*/
}