
.arpNum{
z-index: 3;
color: white;
display: inline-block;
position: absolute;
text-align: center;
margin-left: 18%;
margin-top: 5%;
font-size: 800%;
font-weight: 900;
opacity: 40%;
font-family: "Verdana";
}
@media only screen and (max-width: 991px) {
  .arpNum{
    font-size: 3rem;
    margin-left: 20%;
    margin-top: 20%;
  }
}
.arpPoint {
color: white;
background-color: #0f254d;
font-size: 200%;
line-height: 300%;
padding-top: 16%;
padding-bottom: 16%;
padding-left: 8%;
padding-right: 8%;
  border: 4px solid white;
  border-radius:50%;
z-index: 2;
display: inline-block;
font-weight: 900;

}
@media only screen and (max-width: 991px) {
  .arpPoint{
    font-size: 1rem;
  }
}

.arpContent{
line-height: 200%;
font-weight: 900;
color: #0f254d;
}

.arpContent h2{

line-height: 150%;
}

.arpTitle{
font-size: 2.4rem;
line-height: 100%;
padding-top:5%;
color: #0f254d;
font-weight: 900;
}
@media only  screen and (max-width:991px) {
  .arpTitle{
    font-size: 1.5rem;
  }
}

.normalList{
list-style-type: square;
padding-left: 5%;
}

.arpButton a{
  
  background-color: #09B83E;
  border: 4px solid #09B83E;
  border-radius:10px;
  display: inline-block;
  padding:1%;
  padding-left: 3%;
  padding-right: 3%;
  margin:1px;
  font-size: 120%;
  font-weigh: 900;
  line-height: 100%;
  color: white;
}

.arpButton a:hover {
background-color: white;
font-weight: 900;
color: #09B83E;}



/*
Below are forum's css
*/

.forumButton-center a{
  
  background-color: #09B83E;
  border: 4px solid white;
  border-radius:10px;
  display: inline-block;
  font-size:120%;
  padding: 3%;
  padding-left: 2%;
  padding-right: 2%;
  margin:10px;
  font-size: 100%;
  color: white;
}

.forumButton-center a:hover {
background-color: white;
font-weight: bold;
color: #09B83E;
border: 4px solid #09B83E;
}

@media only screen and (max-width:600px) {
  .forumButton-center{
    margin-top: 5%;
  }
}
.forumButton-Arrow a{
color: #00a4df;
}

.forumButton-Arrow a:hover{
color: #09B83E;
}

.forumList li{
font-size: 80%;}

.forumBlock{
color:#7a161c;
  text-align:center;
}

.forumStrong{

  color:#7a161c;
  border: 4px solid white;
  border-radius:20px;
  text-align:center;
  font-size:280%;
  padding-top: 10%;
  padding-bottom: 10%;
  line-height: 100%;
}

.forumStrong:hover{
background-color: #7a161c;
color: white;

}

.forumTitle{
font-size: 200%;
padding-top:0;
margin-top: 0;
color: #7a161c;
}

.forumContent{
line-height: 180%;
font-weight: 700;
color: #0f254d;
	
}