/* COLORS */
/* FONTS */
#node-document {
  padding: 200px 0;
  /* <= 1599px */
  /* <= 1023px */
  /* <= 812px */
  /* <= 599px */
}
#node-document .h1 {
  margin-bottom: 60px;
}
#node-document .lang-select {
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}
#node-document .lang-select:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/themes/custom/images/icons/icon_select.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
#node-document .lang-select select {
  outline: none;
  -webkit-appearance: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-family: "Nunito Sans";
}
#node-document .doc-link {
  display: block;
}
#node-document .d-flex {
  display: flex;
}
#node-document .d-flex .sidebar {
  width: 300px;
  font-weight: bold;
  position: relative;
}
#node-document .d-flex .sidebar .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 1020;
}
#node-document .d-flex .sidebar + div {
  width: calc(100% - 300px);
}
#node-document .doc-section:not(:first-child) {
  margin-top: 30px;
}
#node-document .doc-section-content {
  margin-bottom: 40px;
}
#node-document .doc-section-content a {
  color: #00adef;
}
#node-document .doc-section-content a:hover {
  color: #00adef;
}
#node-document .collapsable h4 {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
#node-document .collapsable h4:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/themes/custom/images/icons/icon_dropdown.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#node-document .collapsable h4.active:before {
  background: url("/themes/custom/images/icons/icon_dropdown_hover.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
#node-document .collapsable .doc-section-content {
  display: none;
}
#node-document .collapsable .doc-section-content.active {
  display: block;
  margin-bottom: 40px;
}
#node-document.nid-173,
#node-document.nid-174 {
  padding: 100px 0;
}
#node-document a.edit-link {
  top: 200px;
}
#node-document .text.column {
  width: 50%;
  float: left;
  padding-right: 50px;
}
#node-document .text.column:last-child {
  float: right;
  padding: 0 0 0 50px;
}
@media all and (max-width: 1599px) {
  #node-document {
    padding: 250px 0 150px 0;
  }
}
@media all and (max-width: 1023px) {
  #node-document {
    padding: 250px 0 100px 0;
  }
}
@media screen and (max-width: 812px) {
  #node-document .text.column {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
  }
  #node-document .text.column:last-child {
    margin: 30px 0 0 0;
  }
  #node-document .d-flex {
    flex-wrap: wrap;
  }
  #node-document .d-flex .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  #node-document .d-flex .sidebar + div {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #node-document {
    padding-top: 150px;
  }
  #node-document.nid-173,
  #node-document.nid-174 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=document.css.map */