.guide-main-container .site-footsteps {
  margin-bottom: 20px; }

.guide-main-container .main-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .guide-main-container .main-container .left-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .guide-main-container .main-container .left-menu h3 {
      font-size: 15px;
      color: #002033;
      border-bottom: 1px solid #c8c8c8;
      padding-bottom: 18px;
      margin: 0;
      font-weight: bold; }
    .guide-main-container .main-container .left-menu a {
      color: #4d4d4d; }
    .guide-main-container .main-container .left-menu .other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 10px;
      margin-top: 8px; }
      .guide-main-container .main-container .left-menu .other a {
        text-decoration: none;
        color: #4d4d4d;
        font-size: 12px; }
  .guide-main-container .main-container .main-content {
    width: 79%; }
    .guide-main-container .main-container .main-content #guidetop h2 {
      margin-top: 0; }
    .guide-main-container .main-container .main-content .content-btn {
      margin: 95px 0;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .guide-main-container .main-container .main-content .content-btn a.btn {
        width: 200px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
        font-weight: bold;
        position: relative; }
      .guide-main-container .main-container .main-content .content-btn .arrow {
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: white white transparent transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 10px;
        top: 13px; }

@media (max-width: 768px) {
  .guide-main-container .site-footsteps {
    margin-bottom: 20px; }
  .guide-main-container .main-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .guide-main-container .main-container .left-menu {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .guide-main-container .main-container .left-menu h3 {
        font-size: 15px;
        color: #002033;
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 18px;
        margin: 0;
        font-weight: bold; }
      .guide-main-container .main-container .left-menu a {
        color: #4d4d4d; }
      .guide-main-container .main-container .left-menu .other {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 10px;
        margin-top: 8px; }
        .guide-main-container .main-container .left-menu .other a {
          text-decoration: none;
          color: #4d4d4d;
          font-size: 12px; }
    .guide-main-container .main-container .main-content {
      width: 100%; }
      .guide-main-container .main-container .main-content .content-btn {
        margin: 40px 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .guide-main-container .main-container .main-content .content-btn a.btn {
          margin-top: 20px;
          width: 200px;
          height: 35px;
          text-align: center;
          line-height: 35px;
          font-size: 15px;
          font-weight: bold;
          position: relative; }
        .guide-main-container .main-container .main-content .content-btn .arrow {
          width: 5px;
          height: 5px;
          border: 1px solid;
          border-color: white white transparent transparent;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          right: 10px;
          top: 13px; } }

@media (min-width: 769px) {
  body main #leftContainer {
    display: none; } }
