.btn {
  color: #ffffff;
  font-size: 20px;
  background: #00356b;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: Arial;
  border-radius: 0px !important;
  text-shadow: none;
  border: none;
}

.btnwht {
  color: #00356b;
  font-size: 20px;
  background: #63aaff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-family: Arial;

}

.btn:hover {
  background: #63aaff;
  text-decoration: none;
}

.btnwht:hover {
  background: #ffffff;
  text-decoration: none;
}

p.rtecenter { 
  margin-top: 25px;
}

.panels-flexible-region-inside-first .rtecenter {
  margin-top: 40px;
}

a.helpbutt {
color: white;
}

a:hover.helpbutt { 
color: #2a9fe4; 
}

.region-topper-second {
z-index: 1000;
}