@media only all and (max-width: 47rem) {
  /* for 700 or less */
  body {
    font-size: 80%;
    line-height: 1.5;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .frame-outer {
    width: 100%;
    font-size: 0.8rem;
  }



  .title-block {
    position: inherit;
    text-align: left;
    left: auto;
    top: auto;
    -webkit-transform: inherit;
    transform: inherit;
    -ms-transform: inherit;
    padding: 1.1rem 5% 0rem 5%;
    color: #054b36;
    z-index: 1;
    font-weight: 600;
    width: 100%;

  } 
  .logo {}
  .justifier {
    text-align: left;
  }
  .box-left {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .sub-title {
    font-size: 1em;
  }
  .float-left, .float-right {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .greater {
    font-size: 1em;
    line-height: 1.1em;
  }
  h1 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .title-block h1 {
    font-size: 1.3rem;
    margin: 1rem 0;
  }

  .title-block p {
    font-size: 0.9rem;
    margin: 0;
  }

  h2 {
    margin: 0;
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .flex {
    flex-wrap: wrap;
  }
  .left, .right {
    width: 100%;
  }
  .left {
    margin-bottom: 1rem;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}
.refnr {}

.apply {}
