.guidecontbox H2 {
  font-size: 20px;
  background: none;
  padding: 0 !important;
  margin-bottom: 20px; }
  .guidecontbox H2 SPAN {
    font-size: 14px; }
.guidecontbox .guidelistWrapper {
  display: flex;
  justify-content: space-between; }
.guidecontbox .guidelist {
  box-sizing: border-box; }
.guidecontbox .guidelistinnner {
  background: #fff;
  padding: 35px;
  border: 1px solid #D9D9D9; }
  .guidecontbox .guidelistinnner .dpy-flex p {
    font-size: 13px;
    margin: 0 !important; }
.guidecontbox UL {
  margin: 0 0 20px 20px; }
  .guidecontbox UL LI {
    list-style: disc;
    color: #666;
    font-size: 14px;
    font-weight: bold; }
    .guidecontbox UL LI A {
      color: #666;
      font-size: 14px;
      font-weight: bold; }
      .guidecontbox UL LI A:hover {
        color: #1e9b24; }
.guidecontbox .hvr-reveal.box1 UL LI {
  list-style: decimal; }
  .guidecontbox .hvr-reveal.box1 UL LI UL {
    margin: 0 0 0 10px; }
    .guidecontbox .hvr-reveal.box1 UL LI UL LI {
      list-style: disc; }
.guidecontbox .hvr-reveal {
  display: block;
  padding: 9px !important;
  background: #F2F2ED; }
  .guidecontbox .hvr-reveal:hover:before, .guidecontbox .hvr-reveal:focus:before, .guidecontbox .hvr-reveal:active:before {
    border-width: 9px !important; }
.guidecontbox .dataguide {
  margin-top: 30px;
  text-align: center; }
  .guidecontbox .dataguide H2 {
    text-align: center; }
    .guidecontbox .dataguide H2 SPAN {
      display: block; }
      .guidecontbox .dataguide H2 SPAN SPAN {
        display: inline-block; }
.guidecontbox .dataguide, .guidecontbox .dataguide div {
  display: inline-block !important; }
.guidecontbox .hvr-reveal.box1 .pdfimg A {
  line-height: 0;
  align-items: flex-start; }
.guidecontbox .guidecontbox .dpy-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-betweeen;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify; }
.guidecontbox .linktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .guidecontbox {
    width: 96%;
    margin: 20px auto; }
    .guidecontbox .guidelistWrapper {
      display: block; }
    .guidecontbox .guidelist {
      position: relative;
      width: 100%; }
      .guidecontbox .guidelist h2 {
        margin-bottom: 0 !important;
        text-align: center;
        font-size: 20px !important; }
      .guidecontbox .guidelist span:nth-child(2) {
        display: block; }
    .guidecontbox .linktag {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .guidecontbox .guidelistinnner {
      width: 100%;
      box-sizing: border-box;
      padding: 20px; }
    .guidecontbox .dpy-flex, .guidecontbox .dataguide .pdfimg {
      display: none !important; }
    .guidecontbox .hvr-reveal2 .pdfimg a {
      box-shadow: none; } }
