*, *:before, *:after {
  margin: 0;
  padding: 0;
  
}


body {
  	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	line-height:30px;
 	background: #fff;
}


main {
  max-width: 1160px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #003c65;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #003c65;
  border: 1px solid transparent;
  font-size:17px;
  text-transform:uppercase;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label:hover {
  color: #cc0000;
  cursor: pointer;
}

input:checked + label {
  color: #003c65;
  border: 1px solid #003c65;
  border-top: 5px solid #003c65;
  border-bottom: 1px solid #fff;
  border-radius:10px 10px 0 0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}

