@font-face {
  font-family: "TT Norms Pro";
  font-style: "light";
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/TT Norms Pro Light.ttf") format("truetype");
}
@font-face {
  font-family: "TT Norms Pro";
  font-style: "regular";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/TT Norms Pro Regular.ttf") format("truetype");
}
@font-face {
  font-family: "TT Norms Pro";
  font-style: "medium";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/TT Norms Pro Medium.ttf") format("truetype");
}

/* GLOBALS */
html {
  scroll-padding-top: calc(52px + 0.83em); /* height of fixed header + header margin*/
}
  
body {
  font-family: "TT Norms Pro", sans-serif !important;
}
h1, h2, h3, h4, h5 {
  font-weight: 100 !important;
  font-family: "TT Norms Pro", sans-serif !important;
}
p {
  font-weight: 100 !important;
  font-family: "TT Norms Pro", sans-serif !important;
}
a {
  color: #337ab7;
  text-decoration: none
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

/* Override */
.wy-side-nav-search {
  padding: 0;
  background-color: #FFED00;
  position: fixed;
}
.wy-side-nav-search>a {
  height: 47px;
  padding: 0;
  margin: 0;
}
.wy-side-nav-search>a img.logo {
  height: 52px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  /*transform: translateX(-50%);*/
  padding: 0;
}
.wy-side-nav-search input[type=text] {
  border-radius: 0px;
  border-color: transparent;
  padding: 6px 1.2em;
  font-size: 100%;
  box-shadow: none;
  background-color: rgba(0,0,0,1);
  color: rgba(255,255,255, 0.8);
  height: 48px;
}
.wy-menu-vertical p.caption {
  color: white;
}
.wy-menu-vertical {
  height: unset !important;
  display: unset !important;
  background-color: unset !important;
  position: unset !important;
  width: unset !important;
}
.wy-menu-vertical > :first-child {
  margin-top: 112px !important;
}
.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {
  font-weight: 400;
}
.wy-menu a:hover {
  color: white;
}
.wy-menu-vertical a:focus {
  color: white;
  text-decoration: none;
}

.wy-nav-content {
  padding: 0;
  max-width: unset;
}
div[role=navigation] {
  background-color: #FFED00;
  display: flex;
  height: 52px;
  position: fixed;
  top: 0;
  width: 100%;
}
.wy-breadcrumbs {
  width: 50vw;
  margin-left: calc(50% - 300px);
  color: white;
  background-color: black;
  padding: 12px 17.3px;
  display: flex;
  align-items: center;
}
.wy-breadcrumbs li {
  font-weight: 100;
}
.wy-breadcrumbs li a {
  text-decoration: underline;
  color: white;
}
.wy-breadcrumbs ul:first-child {
  display: none;
}
.wy-breadcrumbs li.wy-breadcrumbs-aside {
  display: none;
}
ul.wy-breadcrumbs li:first-child {
  display: none;
}

div[role=main] {
  padding: 1.618em 3.236em;
  margin-top: 52px;
  max-width: 900px;
}

footer {
  padding: 12px 24px;
}
.rst-footer-buttons {
  height: unset !important;
  display: unset !important;
  background-color: unset !important;
  position: unset !important;
  width: unset !important;
}


.btn {
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,1);
  padding: 6px 12px;
}
.btn-neutral {
  background-color: white !important;
  color: black !important;
}
.btn-neutral:hover {
  background-color: rgba(0,0,0,1) !important;
  color: white !important;
  text-decoration: none;
}
.btn .fa {
  display: none;
}

.rst-content table.docutils {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
}
html.writer-html5 .rst-content table.docutils th {
  border-top: none;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
}
.rst-content table.docutils td {
  border-bottom: 1px solid #000;
  border-left: none;
  white-space: pre-wrap;
} 
html.writer-html5 .rst-content table.docutils th>p {
  font-weight: 700 !important;
}
html.writer-html5 .rst-content table.docutils td>p {
  font-weight: 400 !important;
}
.rst-content table.docutils td, .rst-content table.docutils th, .rst-content table.field-list td, .rst-content table.field-list th, .wy-table td, .wy-table th {
  padding: 8px 16px 6px 0px;
}
.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td, .wy-table-backed, .wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td {
  background-color: unset;
}

/* AT MEDIA */
@media screen and (max-width: 768px) {
  .wy-nav-content-wrap .wy-nav-content {
    padding: 0;
  }
  .wy-nav-top {
    position: fixed;
    width: 52px;
    height: 52px;
    overflow: hidden;
    background: #FFED00;
  }
  .wy-nav-top i {
    color: black;
    padding-top: 4px;
  }
  div[role=navigation] {
    width: calc(100% - 52px);
    right: 0;
  }
  .wy-breadcrumbs {
    width: 50vw;
    margin-left: auto;
  }
  .wy-nav-side.shift>div>.wy-side-nav-search {
    width: 85%;
  }
  .wy-menu.wy-menu-vertical, .wy-side-scroll {
    width: 100vw;
  }
}

/* TABLE Notes */

.table {
  font-family: "TT Norms Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: unset;
  letter-spacing: 0
}
.table>tbody>tr,
.table>tfoot>tr,
.table>thead>tr,
.table>tr {
  font-family: "TT Norms Pro", sans-serif !important;
  font-weight: 100;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.table>tr>td,
.table>tr>th {
    padding: 15px;
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    white-space: unset !important
}
.table>tbody>tr>td p a,
.table>tbody>tr>th p a,
.table>tfoot>tr>td p a,
.table>tfoot>tr>th p a,
.table>thead>tr>td p a,
.table>thead>tr>th p a,
.table>tr>td p a,
.table>tr>th p a {
  font-family: "TT Norms Pro", sans-serif !important;
  font-weight: 100;
}
.table tr td:first-child,
.table tr th:first-child {
    max-width: 33%
}
@media (min-width:992px) {
    .table tr td:first-child,
    .table tr th:first-child {
        max-width: unset
    }
}
.table td,
.table th {
    font-weight: 100;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0;
    min-width: 15rem
}
.table td .icon,
.table th .icon {
    font-size: 3rem
}
.vertical-lines tr td:not(:last-of-type),
.vertical-lines tr th:not(:last-of-type) {
    border-right: 1px solid #d2d2d2
}