html, body {
  overflow-x: hidden;
}
body {
  position: relative;
}

body {
    font-family: "open sans", tahoma ,sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}

.nav-holder ul li ul li > a:hover {
  background-color: rgb(239, 248, 249) !important;
}

a {
  color: #3d6793;
  font-weight:600;
}


h2 {
  font-size: 22px !important;
  color: #805b3b !important;
  margin: 12px 0px 14px 0px !important;
  font-family: Georgia, serif !important;
  color: #036;
  font-weight: 600;
}

.nav-holder ul li ul li > a {
    border: 0;
        border-bottom-color: rgb(239, 248, 249) !important;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    height: auto;
    text-indent: 0;
    color: #111;
    padding: 7px 10px;
    line-height: 19px;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
      #div-mobile {    display: block;  }
      #div-desktop {    display: none;  }
 }


@media screen and (min-width: 701px) and (max-width: 4000px) {
      #div-mobile {    display: none;  }
      #div-desktop {    display: block;  }
}

