@font-face {
  font-family: "SourceSansPro-Light";
  src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
}

body {
  background-color: #ffffff;
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  font-size: 16px;
}
a {
  color: rgb(0, 159, 227);
  text-decoration: none;
}
img {
  margin-left: 10px;
}
.table-float {
  float: left;
  padding-left: 20px;
  padding-right: 50px;
}
/* Header Bar */
.headline {
  position: fixed;
  width: 100%;
  background: #706f6f;
  z-index: 100;
}
/* Header */
.subnav {
  height: 40px;
}
.subnav a {
  font-size: 1.1em;
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  /* color: rgb(218,218,218); */
  width: 200px;
  display: block;
  line-height: 40px;
  text-align: center;
}
.subnav a:hover {
  color: rgb(0, 159, 227);
}
.subnavSelected {
  color: rgb(255, 255, 255) !important;
  background: rgb(0, 159, 227);
}

/* Doc */
.pagemenu {
  padding-top: 50px;
  padding-right: 0px;
  padding-left: 10px;
  border-right: 1px solid #dbdde2;
  overflow-y: auto;
}
.pageSelect {
  color: rgb(0, 159, 227) !important;
}
a.mainMenuItem {
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  color: rgb(112, 112, 111);
  line-height: 1.2 !important;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  display: block;
}

.menubar {
  padding: 60px;
  float: left;
  border-right: solid 1px #dfe2e7;
  overflow-y: auto;
}
.pushContent {
  float: left;
  width: 100%;
}

@media (max-width: 639px) {
  .pagemenu {
    width: 100%;
    border-bottom: 1px solid#dbdde2;
  }
  .menubar {
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid#dbdde2;
    visibility: visible;
    float: left;
  }
  .pushContent {
    left: 0px;
    top: 0px;
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .pagemenu {
    width: 190px;
    float: left;
    padding-left: 10px;
  }
  .menubar {
    margin-left: -1px;
    position: relative;
    width: 200px;
    float: left;
    border-right: 0px solid #dbdde2;
    border-left: 1px solid #dbdde2;
    padding: 50px 0px 0px 10px;
  }
  .pushContent {
    border-top: 1px solid #dbdde2;
    padding-left: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
  }
}

@media (min-width: 860px) and (max-width: 1179px) {
  .pagemenu {
    position: fixed;
    width: 190px;
    float: left;
    left: 0px;
    height: 100vh;
    border-right: 1px solid #dbdde2;
  }
  .menubar {
    margin-left: -1px;
    position: fixed;
    width: 190px;
    left: 200px;
    height: calc(100% - 50px);
    float: left;
    border-right: 1px solid #dbdde2;
    padding: 50px 0px 0px 10px;
    overflow-y: auto;
  }
  .pushContent {
    padding-left: 0px;
    left: 400px;
    top: 25px;
  }
  .content {
    width: calc(100% - 500px);
    /* width: 90%; */
  }
}
@media (min-width: 1180px) {
  body {
    background-color: #f3f6fb;
  }
  .pagemenu {
    position: fixed;
    width: 190px;
    float: left;
    left: 0px;
    height: 100vh;
    border-right: 1px solid#dbdde2;
    background-color: #ffffff;
  }
  .menubar {
    position: fixed;
    width: 250px;
    left: 200px;
    height: calc(100% - 50px);
    float: left;
    border-left: 1px solid #dbdde2;
    border-right: 0px solid #dbdde2;
    padding: 50px 0px 0px 10px;
    overflow-y: auto;
    background-color: #ffffff;
  }
  .pushContent {
    padding-left: 0px;
    left: 461px;
    top: 25px;
    /* width: 600px; */
    border-left: 1px solid #dbdde2;
    border-right: 1px solid #dbdde2;
    background-color: #ffffff;
    height: 100vh;
  }
  .content {
    width: calc(100% - 450px);
    background-color: #ffffff;
  }
  p {
    /* width: 540px !important; */
    padding: 10px;
  }
  .img-js {
    /* float: right !important; */
    clear: both !important;
    /* margin-right: -570px; */
    margin-top: 12px;
  }
  .content-img img {
    border: 1px solid #dbdde2;
  }
}

/* MD Files*/
.content h1,
.content h2,
.content .big-heading,
body.big-h3 .content h3 {
  padding-top: 30px;
}
.content h3 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
}
.content p {
  padding: 3px 0;
}
.content-img img {
  max-width: 350px;
  height: auto;
  max-height: 250px;
}
.level-1 {
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  color: rgb(112, 112, 111);
  font-size: 18px;
  padding: 2px;
}
.level-2 {
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  color: rgb(112, 112, 111);
  font-size: 16px;
  padding: 2px;
}
.level-3 {
  font-family: "SourceSansPro-Light", "Helvetica Neue", "Helvetica" !important;
  color: rgb(112, 112, 111);
  text-transform: none !important;
  width: 180px !important;
  padding: 2px;
  font-size: 14px;
}
