.aCenter_ { text-align: center; }

.MgnB15_  { margin-bottom: 15px !important; }
.MgnB30_  { margin-bottom: 30px !important; }
.MgnB50_  { margin-bottom: 50px !important; }
.MgnB100_ { margin-bottom: 100px !important; }

/* HEADING BOX
=============================================== */
@media screen and (min-width: 768px) {
  .HeadingBox_ h1 { font-size: 30px; font-weight: bold; }
  .HeadingBox_ h2 { font-size: 25px; font-weight: bold; }
  .HeadingBox_ h3 { font-size: 20px; font-weight: bold; }
  .HeadingBox_ h4,.HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: bold; }
}
@media screen and (max-width: 767px) {
  .HeadingBox_ h1 { font-size: 20px; font-weight: bold; }
  .HeadingBox_ h2,.HeadingBox_ h3,.HeadingBox_ h4,
  .HeadingBox_ h5,.HeadingBox_ h6 { font-size: 18px; font-weight: bold; }
}

/* --- Preset Style --- */
.HdgStyleA_ {
  margin-bottom: 15px;
  border-bottom: 3px #0070b0 solid;
  padding: 5px 5px;
  letter-spacing: 2px;
}
.HdgStyleB_ {
  margin-bottom: 15px;
  padding: 7px 15px;
  background-color: #dff2fd;
}

/* BUTTON BOX
=============================================== */
.ButtonBox_ a {
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 30px;
  width: 280px;
  max-width: 280px;
  text-align: center;
  text-decoration:none;
}
a.BtnStyleA_ {
  border-radius: 10px;
  background: #1f9cd6 20px center no-repeat;
  color: #fff;
}
a.BtnStyleA_:hover {
  background-color: #0072b3;
  text-decoration: none;
}

