html {
  height: 100%;
}

body {
  font: 100% "Lato", Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #4A4A4A;
  font-family: "Lato";
  font-size: 14px;
  line-height: 22px;
}

.burger {
  display: none;
}
@media (max-width: 900px) {
  .burger {
    display: block;
    color: #ffffff;
    float: right;
    margin-right: 40px;
    margin-top: -35px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
  }
  .burger .fa {
    font-size: 20px;
    margin-left: 15px;
    float: right;
  }
}
@media (max-width: 750px) {
  .burger {
    margin-top: -55px;
  }
}
@media (max-width: 450px) {
  .burger {
    font-size: 11px;
    margin-right: 20px;
  }
}

.close_menu {
  display: none;
  color: #ffffff;
  float: right;
  margin-right: 40px;
  margin-top: 18px;
  cursor: pointer;
}
.close_menu .fa {
  font-size: 20px;
  margin-left: 15px;
  float: right;
}

#topLevelMenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #000000;
  color: white;
  padding: 15px 15px 0 15px;
  overflow: auto;
  position: fixed;
  z-index: 201;
  padding: 0 20px 0 0;
  float: right;
  margin-top: 10px;
  opacity: 1;
  height: 60px;
  right: 0px;
  top: 15px;
  width: 532px;
  padding-right: 0px;
  float: right;
  margin-top: 0;
}
@media (max-width: 750px) {
  #topLevelMenu {
    height: 50px;
    padding: 5px 15px 15px 15px;
    z-index: 400;
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  #topLevelMenu {
    display: none;
    background: #000000;
    position: fixed;
    height: auto;
    top: 90px;
    width: 100%;
    z-index: 400;
    margin-left: -20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 750px) {
  #topLevelMenu {
    top: 65px;
  }
}
#topLevelMenu li {
  display: inline-block;
  white-space: nowrap;
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 1025px) {
  #topLevelMenu li {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  #topLevelMenu li {
    display: list-item;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
#topLevelMenu a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 3px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border-color: #008BB0;
}
#topLevelMenu a:hover, #topLevelMenu a.active {
  border-bottom: 3px solid #008BB0;
}

nav {
  background-color: #000000;
  width: 100%;
  padding: 15px 15px 0 15px;
  overflow: auto;
  position: fixed;
  z-index: 200;
  height: 75px;
}
@media (max-width: 750px) {
  nav {
    height: 50px;
    padding: 5px 15px 15px 15px;
    z-index: 400;
    overflow: hidden;
  }
}
nav .logo {
  width: 100px;
  border-right: 1px solid #ffffff;
  padding-right: 20px;
  float: left;
}
@media (max-width: 1025px) {
  nav .logo {
    width: 80px;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  nav .logo {
    width: 70px;
    margin-top: 8px;
    padding-right: 10px;
  }
}
nav .site_title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 0 20px;
  float: left;
}
@media (max-width: 1025px) {
  nav .site_title {
    font-size: 16px;
    padding: 10px 0 0 15px;
  }
}
@media (max-width: 750px) {
  nav .site_title {
    font-size: 12px;
    line-height: 16px;
    padding: 14px 0 0 10px;
    width: 72px;
  }
}
nav .site_title .beta {
  font-style: italic;
  font-weight: 400;
  color: #9B9B9B;
}
nav .site_subtitle {
  color: #008BB0;
  display: block;
  float: left;
  clear: both;
  margin-top: -18px;
  margin-left: 141px;
  font-size: 11px;
  font-weight: 900;
  border: 1px solid #008BB0;
  padding-right: 3px;
  padding-left: 4px;
  line-height: 16px;
}
@media (max-width: 1025px) {
  nav .site_subtitle {
    margin-left: 117px;
  }
}
@media (max-width: 750px) {
  nav .site_subtitle {
    margin-top: -37px;
    margin-left: 174px;
  }
}
nav .site_subtitle i {
  margin-left: 5px;
}

.anchorIndex {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.mobile_index {
  display: none;
}
@media (max-width: 750px) {
  .mobile_index {
    background-color: #F2F2F2;
    height: 35px;
    float: left;
    width: 100%;
    padding: 5px 1%;
    display: block;
    top: 65px;
    position: fixed;
    z-index: 100;
    cursor: pointer;
  }
  .mobile_index .fa {
    margin: 10px 10px 10px 15px;
  }
}

.left_index {
  background-color: #F2F2F2;
  width: 20%;
  height: calc(100% - 90px);
  top: 90px;
  float: left;
  position: fixed;
}
@media (max-width: 750px) {
  .left_index {
    display: none;
    width: 100%;
    height: 60%;
    z-index: 300;
    top: 108px;
    border-top: 1px solid #cccccc;
  }
}
.left_index .fixed_index_holder {
  height: 93%;
  position: absolute;
  overflow: scroll;
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 750px) {
  .left_index .fixed_index_holder {
    width: 100%;
    height: 100%;
    margin: 0px auto;
  }
}
.left_index .fixed_index_holder ul {
  padding-left: 20px;
}
.left_index .fixed_index_holder li {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 10px 0;
}
.left_index .fixed_index_holder ul ul {
  margin-left: 10px;
}
.left_index .fixed_index_holder a {
  color: #4A4A4A;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
.left_index .fixed_index_holder .category {
  margin-top: 20px;
  font-weight: 200;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #9B9B9B;
  border-bottom: 1px solid #E7E7E7;
}
.left_index .fixed_index_holder .active {
  border-right: 4px solid #008BB0;
}
.left_index .fixed_index_holder .active a {
  color: #008BB0;
  line-height: 14px;
}
@media (max-width: 750px) {
  .left_index .fixed_index_holder .active {
    border: none;
  }
}
.left_index .fixed_index_holder li:hover {
  border-right: 4px solid #008BB0;
}
.left_index .fixed_index_holder li:hover a {
  color: #008BB0;
}
@media (max-width: 750px) {
  .left_index .fixed_index_holder li:hover {
    border: none;
  }
}

.right_description {
  width: 40%;
  float: left;
  margin-left: 20%;
  margin-top: 20px;
}
@media (max-width: 750px) {
  .right_description {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 50px;
  }
}

.right_description_wide {
  width: 60%;
}
.right_description_wide .fader {
  width: 100%;
}
@media (max-width: 750px) {
  .right_description_wide {
    width: 100%;
  }
  .right_description_wide .fader {
    width: 90%;
  }
}

.data_source {
  color: #000000;
  background-color: rgba(252, 182, 75, 0.6);
  border: 1px solid #FCB64B;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 3px;
  padding: 3px 6px 3px 7px;
  width: auto;
  overflow: auto;
}

.is_filter {
  color: #000000;
  background-color: rgba(101, 198, 25, 0.6);
  border: 1px solid #65C619;
  font-size: 9px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 3px;
  padding: 2px 4px 2px 5px;
  width: auto;
  overflow: auto;
}

.right_background {
  width: 40%;
  right: 0;
  height: 100%;
  background-color: #EAEBEC;
  z-index: 0;
  position: fixed;
}
@media (max-width: 750px) {
  .right_background {
    display: none;
  }
}

.spacer {
  height: 90px;
}
@media (max-width: 750px) {
  .spacer {
    height: 65px;
  }
}

.right_code {
  width: 40%;
  float: left;
  margin-top: 60px;
  z-index: 100;
  position: relative;
}
@media (max-width: 750px) {
  .right_code {
    z-index: 50;
    padding-bottom: 20px;
  }
}
.right_code .code_area {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0px 20px;
  margin: 10px 10px 10px 0;
  display: grid;
  display: -ms-grid;
}
.right_code .downloads {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .right_code {
    width: 100%;
    background-color: #EAEBEC;
  }
}

.fa-expand {
  margin-left: 10px;
  margin-right: 10px;
}

.fa-spinner {
  margin-bottom: -4px;
  color: #9B9B9B;
  position: absolute;
  font-size: 24px !important;
  opacity: 0;
}

.mobile_code_selector {
  display: none;
}
@media (max-width: 750px) {
  .mobile_code_selector {
    background-color: #FCB64B;
    width: 28%;
    float: right;
    right: 0;
    margin-top: 0px;
    z-index: 100;
    position: fixed;
    height: 34px;
    padding-top: 7px;
    padding-bottom: 3px;
    z-index: 200;
    display: block;
    border-bottom: 1px solid #F2F2F2;
    color: #000000;
    cursor: pointer;
  }
  .mobile_code_selector .fa {
    margin: 8px 5px 10px 15px;
    color: #000000;
  }
}

.right_code_selector {
  background-color: #CFCFCF;
  width: 40%;
  float: right;
  right: 0;
  margin-top: 0px;
  z-index: 100;
  position: fixed;
  height: 34px;
  padding-top: 7px;
  padding-bottom: 3px;
  z-index: 200;
}
@media (max-width: 750px) {
  .right_code_selector {
    width: 28%;
    height: 157px;
    margin-top: 45px;
    display: none;
  }
}
.right_code_selector ul {
  margin: 0 auto;
  display: block;
  padding-left: 0;
  width: auto;
  overflow: auto;
  text-align: center;
}
@media (max-width: 750px) {
  .right_code_selector ul {
    display: block;
  }
}
.right_code_selector li {
  font-weight: 700;
  padding: 3px 10px 5px 10px;
  border-radius: 3px;
  margin: 0 7px;
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 750px) {
  .right_code_selector li {
    display: list-item;
    float: none;
    list-style: none;
  }
}
.right_code_selector li:hover {
  color: #000000;
}
.right_code_selector .active {
  background-color: #FCB64B;
  color: #000000;
}

h1 {
  color: #4A4A4A;
  font-size: 24px;
  margin: 10px 0 20px 0;
}

h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 30px 0px 10px 0;
  border-bottom: 1px solid #F2F2F2;
  padding: 10px 0 10px 0;
}

h3 {
  font-weight: 200;
  font-size: 20px;
  margin: 10px 0 10px 0;
}

h4 {
  font-weight: 200;
  font-size: 14px;
  margin: 10px 0 5px 0;
  color: #9B9B9B;
}

a {
  text-decoration: none;
  color: #008BB0;
}

.stata_code {
  display: block;
}

.javascript_code {
  display: none;
}

.python_code {
  display: none;
}

.downloads_code {
  display: none;
}

.r_code {
  display: none;
}

.code_snippet {
  color: #F0573E;
  font-family: "Source Code Pro", monospace;
  padding: 0 5px;
  background-color: #F2F2F2;
  margin: 0 3px;
  border-radius: 3px;
}

.padded_content {
  padding: 0 20px;
}
.padded_content pre.topCode {
  border: 2px solid #F2F2F2;
  padding-left: 20px;
  width: calc(100% - 35px);
  margin-bottom: -14px;
  background: #F2F2F2;
}

.tab_container {
  margin-bottom: -13px;
  padding: 0px 10px;
  background: #bebebe;
  width: calc(100% - 71px);
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
}

.tab {
  display: inline-block;
  padding: 5px 10px 7px 10px;
  margin-top: 10px;
  position: relative;
  bottom: -2px;
  cursor: pointer;
}

.tab.active {
  background: #F2F2F2;
}

.tab.disabled, .tab.noData {
  color: #9d9d9d;
  pointer-events: none;
}

.menuContainer {
  width: calc(100% - 92px);
  margin-top: 13px;
  margin-left: 20px;
  background: #f2f2f2;
  padding: 20px;
  font-size: 16px;
  font-style: italic;
}
.menuContainer select {
  text-overflow: ellipsis;
  background: none;
  height: 27px;
  margin-left: 4px;
  margin-right: 4px;
  border: none;
  border-bottom: 2px dotted #1696d2;
  font-family: "Lato";
  font-size: 16px;
  position: relative;
  top: -1px;
  margin-top: 0px;
}

.menuContainer.bottom {
  margin-top: 0px;
  padding-top: 6px;
}

.hiddenText {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  font-family: Lato;
  font-size: 16px;
}

.optionalLabel, .filterValues div {
  font-size: 12px;
  color: #696969;
}

.filterValues input {
  margin-top: 18px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  width: 100px;
  margin-bottom: 8px;
}

.summary_container .code_area {
  margin-left: 20px;
  margin-top: 0px;
  padding: 20px;
  width: calc(100% - 92px);
}
.summary_container .code_area pre {
  margin: 0px;
}

.summaryCodeNode, .code_area code, .code_area pre, .summaryPreNode {
  pointer-events: none;
}

.summary_container h3 {
  margin-left: 20px;
}

#contactContainer {
  margin-bottom: 1000px;
}

.padded_left {
  padding-left: 10px;
}

.var_detail {
  position: absolute;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #9B9B9B;
  border-radius: 5px;
  margin: 3px 0 0 -2px;
  max-width: 200px;
  z-index: 99;
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.comingSoon {
  display: none;
}

table {
  margin-top: 5px;
  border-top: 1px solid #F2F2F2;
}
table td {
  width: 50%;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 750px) {
  table td {
    display: block;
    width: 100%;
  }
}
table .padded_left {
  padding-left: 0px;
}

table.attributeTable {
  margin-top: 30px;
}

#sourceTable {
  margin-bottom: 30px;
}

.border_bottom {
  border-bottom: 1px solid #F2F2F2;
}

.subtitle {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 18px;
  display: block;
}

.is_filter_subtitle {
  color: #65C619;
  font-size: 12px;
  display: block;
  line-height: 18px;
}

.varLabel {
  padding-bottom: 20px;
}

.valSet {
  font-size: 12px;
}

input[type=text] {
  padding: 8px;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
  margin-top: 5px;
}

.hidden {
  display: none;
}

.toggle {
  cursor: pointer;
}

.toggle.versionList {
  position: relative;
  left: 20px;
  bottom: 9px;
}

.fader {
  background: #ffffff;
  height: 30px;
  margin-top: -30px;
  position: absolute;
  width: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}
@media (max-width: 1050px) {
  .fader {
    width: 15%;
  }
}
@media (max-width: 900px) {
  .fader {
    width: 12%;
  }
}

.fader.wide {
  width: 100%;
}

.fader.wide.versionList {
  position: relative;
  bottom: 12px;
}

.error {
  background-color: #fef6f5;
  color: #f0573e;
  padding: 20px;
  border: 1px solid #f0573e;
  border-radius: 4px;
}
.error .fa {
  font-size: 24px;
  margin: 7px 26px 40px 10px;
  float: left;
}

/* highlight overrides */
.hljs {
  background: none;
  display: inline;
  color: #4A4A4A;
  white-space: pre;
}

pre.homecode {
  background: #f2f2f2;
  padding: 17px;
  border: 1px solid #cfcfcf;
}

pre {
  white-space: pre-line;
  word-wrap: break-word;
  width: 100%;
  overflow: auto;
}

.hljs-string {
  color: #174A7C;
}

.hljs-number {
  color: #F0573E;
}

/*# sourceMappingURL=style.css.map */
