.entry-header, .entry-content, .entry-summary, .entry-meta {
 max-width: 90%;
}

.navbar {
    background-color: #DEEBFF;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
    background-color: #70B1FF;
    color: #fff;
}
.nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: inherit;
    color: inherit;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #70B1FF;
    border: 2px solid #DEEBFF;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #0018C5;
    font-style: italic;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
    background-color: #307EDC;
}

.site-footer {
background-color: #585858;
    color: #D9D9D9;
    font-size: 14px;
    text-align: center;
}

body {
background: url('/wp-content/uploads/2013/02/real_cf.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
}

span {
    display: inline-block;
}

@media (max-width: 767px) {
  .site-header {
    background-size: cover !important;
    padding-top: 20px;
  }
  .site-header .home-link {
    min-height: 180px;
  }
  #content .entry-header {
    margin-bottom: 0;
  }
  .responsive-table-scroll {
    overflow-x: auto;
  }
  .responsive-table-scroll table{
    width: 768px;
  }
}
@media (max-width: 400px) {
  .site-header .home-link {
    min-height: 200px;
  }
  .site-header .site-description {
    clip-path: none;
    position: static;
    font-size: 22px;
  }
}

/* Custom mobile styles for homepage tables on page-id-13 and page-id-1396 */
@media (max-width: 767px) {
  .page-id-13 table,
  .page-id-1396 table {
    display: block;
    width: 100% !important;
    border-bottom: 0 !important;
    height: auto !important;
  }

  .page-id-13 thead,
  .page-id-13 tbody,
  .page-id-13 th,
  .page-id-13 td,
  .page-id-13 tr,
  .page-id-1396 thead,
  .page-id-1396 tbody,
  .page-id-1396 th,
  .page-id-1396 td,
  .page-id-1396 tr {
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .page-id-13 tr,
  .page-id-1396 tr {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }

  .page-id-13 td,
  .page-id-1396 td {
    text-align: left !important;
    padding: 8px 0;
  }

  .page-id-13 td p,
  .page-id-1396 td p {
    text-align: left !important;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .page-id-13 td ul,
  .page-id-1396 td ul {
    padding-left: 18px;
  }

  .page-id-13 td img,
  .page-id-1396 td img {
    max-width: 100%;
    height: auto;
  }
}