.node-type-document {
  background-color: rgb(255, 255, 255);
}
.node-type-document .document-title {
  font-family: "Lora Bold", serif;
  padding-bottom: 19px;
}
@media only screen and (max-width : 480px) {
  .node-type-document .document-title {
    padding-top: 0px;
  }
  .node-type-document .document-title h5 {
    font-size: 26px;
    line-height: 30px;
  }
}
.node-type-document .document-buttons {
  padding-bottom: 19px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 1024px) {
  .node-type-document .document-buttons {
    margin-right: 6%;
  }
}
@media (max-width: 426px) {
  .node-type-document .document-buttons {
    margin-right: 0%;
    justify-content: flex-start;
  }
}
.node-type-document .document-buttons .document-preview {
  height: fit-content;
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  color: rgb(66, 66, 69);
  border-bottom: 1px solid rgb(65, 105, 226);
  padding-bottom: 6px;
  margin-top: 5px;
}
.node-type-document .document-buttons .document-row,
.node-type-document .document-buttons .document-preview {
  display: inline-block;
}
.node-type-document .document-buttons .document-row .files,
.node-type-document .document-buttons .document-preview .files {
  padding: 0px;
  padding-bottom: 10px;
  max-width: 60%;
  width: 60%;
}
.node-type-document .document-buttons .document-row .files .download-select,
.node-type-document .document-buttons .document-preview .files .download-select {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-family: "Merriweather Sans Bold", sans-serif;
  vertical-align: top;
  padding: 6px 12px 6px 36px;
  width: fit-content;
  border: 1px solid rgb(65, 105, 226);
  border-radius: 2px;
  color: rgb(65, 105, 226);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.node-type-document .document-buttons .document-row .files .download-select:hover,
.node-type-document .document-buttons .document-preview .files .download-select:hover {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(25, 25, 112);
  border-radius: 2px;
}
.node-type-document .document-buttons .document-row .files .download-select:active,
.node-type-document .document-buttons .document-preview .files .download-select:active {
  background-color: rgb(224, 227, 232);
  border: 1px solid rgb(25, 25, 112);
  border-radius: 2px;
}
.node-type-document .document-buttons .document-row .files .download-select:focus,
.node-type-document .document-buttons .document-preview .files .download-select:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 2px;
  background-color: rgb(224, 227, 232);
}
.node-type-document .document-buttons .document-row .files .download-select:before,
.node-type-document .document-buttons .document-preview .files .download-select:before {
  content: "";
  background-image: url("../../../assets/svgs/Download.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0%, -50%);
}
.node-type-document .document-buttons .document-row .files .download-options,
.node-type-document .document-buttons .document-preview .files .download-options {
  width: 235px;
  border: 1px solid rgb(219, 223, 229);
  position: absolute;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  padding: 6px 7px 6px 15px;
  margin-top: 5px;
  z-index: 1;
}
.node-type-document .document-buttons .document-row .files .download-options div,
.node-type-document .document-buttons .document-preview .files .download-options div {
  font-size: 12px;
  color: rgb(66, 66, 69);
  position: relative;
  min-height: 16px;
  padding-left: 15px;
  margin: 4px 0;
}
.node-type-document .document-buttons .document-row .files .download-options div:before,
.node-type-document .document-buttons .document-preview .files .download-options div:before {
  content: "";
  background-image: url("../../../assets/svgs/default.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(0%, -50%);
}
.node-type-document .document-buttons .document-row .files .download-options div.click:before,
.node-type-document .document-buttons .document-preview .files .download-options div.click:before {
  background-image: url("../../../assets/svgs/active.svg");
}
.node-type-document .document-buttons .document-row .files .download-options div span,
.node-type-document .document-buttons .document-preview .files .download-options div span {
  padding: 0;
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.node-type-document .document-buttons .document-row .files .download-options div span.language,
.node-type-document .document-buttons .document-preview .files .download-options div span.language {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.node-type-document .document-buttons .document-row .files .download-options div span.type,
.node-type-document .document-buttons .document-preview .files .download-options div span.type {
  width: 20%;
}
.node-type-document .document-buttons .document-row .files select,
.node-type-document .document-buttons .document-preview .files select {
  display: none;
}
.node-type-document .document-buttons .document-row .files .select-selected,
.node-type-document .document-buttons .document-preview .files .select-selected {
  cursor: pointer;
  font-size: 13px;
  font-family: "Merriweather Sans Regular", sans-serif;
  vertical-align: top;
  padding: 0 10px 0 0;
  padding: 6px 0px 6px 20px;
  border: 1px solid rgb(65, 105, 226);
  border-radius: 2px;
  color: rgb(65, 105, 226);
}
.node-type-document .document-buttons .document-row .files .select-items,
.node-type-document .document-buttons .document-preview .files .select-items {
  display: block;
  position: fixed;
  width: fit-content;
  left: 23px;
  margin-top: 10px;
  right: 0;
  border: 1px solid rgb(219, 223, 229);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  color: rgb(66, 66, 69);
}
.node-type-document .document-buttons .document-row .files .select-items div,
.node-type-document .document-buttons .document-preview .files .select-items div {
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
}
.node-type-document .document-buttons .document-row .files .select-items.select-hide,
.node-type-document .document-buttons .document-preview .files .select-items.select-hide {
  display: none;
}
.node-type-document .document-buttons .document-row .field--item {
  position: relative;
  margin-left: 20px;
}
.node-type-document .document-buttons .document-row .field--item .download.simple {
  position: inherit;
}
.node-type-document .document-buttons .document-row .field--item .download.simple .form-item {
  margin: 0;
}
.node-type-document .document-buttons .document-row .field--item .download.simple .form-item .chosen-container .chosen-drop .chosen-results li {
  display: list-item;
}
.node-type-document .document-buttons .document-row .field--item .download.simple .select-wrapper {
  width: fit-content;
}
.node-type-document .document-buttons .preview-document-container .preview-document-item {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(65, 105, 226);
  border-radius: 5px;
  box-shadow: 0px 2px 4px #f0f0f0;
  min-width: 130px;
  position: relative;
  min-height: 34px;
}
.node-type-document .document-buttons .preview-document-container .preview-document-item::after {
  content: "";
  background-image: url(/themes/custom/assets/svgs/Oval-Arrow.svg);
  width: 30px;
  height: 30px;
  background-size: 70%;
  display: block;
  right: 0;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.node-type-document .document-buttons .preview-document-container .preview-document-item.dropdown-active::after {
  content: unset;
}
.node-type-document .document-buttons .preview-document-container .preview-document-title {
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-top: 6px;
  position: relative;
  color: rgb(25, 25, 112);
  font-family: "Lora Bold", serif;
}
.node-type-document .document-buttons .preview-document-container .preview-document-list {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(65, 105, 226);
  border-top: 0;
  display: none;
  list-style: none;
  min-width: 130px;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  position: absolute;
  left: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.node-type-document .document-buttons .preview-document-container .preview-document-list::after {
  content: "";
  background-image: url(/themes/custom/assets/svgs/Oval-Arrow.svg);
  width: 30px;
  height: 30px;
  background-size: 70%;
  display: block;
  right: 0;
  position: absolute;
  bottom: 0;
  transform: rotate(0deg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.node-type-document .document-buttons .preview-document-container .preview-document-list li {
  width: 100%;
  height: fit-content;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.node-type-document .document-buttons .preview-document-container .preview-document-list li:hover {
  background-color: #F5F5F5;
  border-bottom: 1px solid rgb(65, 105, 226);
  border-top: 1px solid rgb(65, 105, 226);
}
.node-type-document .document-buttons .preview-document-container .preview-document-list li a {
  color: rgb(66, 66, 69);
  padding: 5px 15px;
  width: 100%;
}
.node-type-document .field__label,
.node-type-document .field--item,
.node-type-document .field--items {
  display: inline-block;
  font-size: 14px;
  color: rgb(26, 26, 28);
}
@media only screen and (max-width : 480px) {
  .node-type-document .field__label,
  .node-type-document .field--item,
  .node-type-document .field--items {
    font-size: 12px;
  }
}
.node-type-document .field--item {
  font-family: "Merriweather Sans Regular", sans-serif;
}
.node-type-document .field--item a {
  color: rgb(26, 26, 28);
}
.node-type-document .field__label {
  font-family: "Merriweather Sans Bold", sans-serif;
}
.node-type-document .field__label::after {
  content: ": ";
}
.node-type-document .document-line {
  border-bottom: 1px solid rgb(29, 29, 27);
  margin: 12px 0px 12px 0px;
}
.node-type-document .document-metadata {
  line-height: 22px;
}
.node-type-document .document-metadata > div {
  margin-top: 4px;
}
.node-type-document .document-metadata > div:first-child {
  margin-top: 0;
}

.document-agenda {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 14px;
  color: rgb(65, 105, 226);
  margin-bottom: 42px;
}
.document-agenda .document-agenda-title {
  font-size: 18px;
  color: rgb(66, 66, 69);
  padding-top: 20px;
  line-height: 24px;
}
.document-agenda .accordion-header {
  color: rgb(26, 26, 28);
}
.document-agenda .field--item {
  display: block;
}
.document-agenda .field--name-field-agenda-documents,
.document-agenda .paragraph.paragraph--type--agenda-item {
  display: block;
  width: 100%;
  padding: 6px 0;
}
.document-agenda .field--name-field-agenda-documents > div,
.document-agenda .paragraph.paragraph--type--agenda-item > div {
  display: block;
}
.document-agenda .field--name-field-agenda-documents > div::before,
.document-agenda .paragraph.paragraph--type--agenda-item > div::before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: rgb(0, 148, 159);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.document-agenda .field--name-field-document-rai .document-session-name {
  padding-top: 20px;
}
.document-agenda .field--name-field-document-rai .document-session-name:first-child {
  padding-top: 30px;
}
.document-agenda .field--name-field-document-rai .document-session-name a {
  color: rgb(65, 105, 226);
}

.document-decisions {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 14px;
  color: rgb(65, 105, 226);
  margin-bottom: 20px;
}
.document-decisions .document-decisions-title {
  font-size: 18px;
  color: rgb(66, 66, 69);
  padding-top: 20px;
  line-height: 24px;
}
.document-decisions .field--items {
  padding-top: 30px;
}
.document-decisions .field--items .field--item {
  display: block;
}
.document-decisions .field--items .field--item .paragraph--type--document-decisions {
  display: block;
  width: 100%;
  padding: 6px 0;
}
.document-decisions .field--items .field--item .paragraph--type--document-decisions .field--item {
  display: inline-block;
}
.document-decisions .field--items .field--item .paragraph--type--document-decisions .field--item:first-child::before {
  content: " ";
  height: 8px;
  width: 8px;
  background-color: rgb(0, 148, 159);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.document-blue-area {
  padding: 38px 0px 30px 0px;
  position: relative;
}
.document-blue-area:before {
  background-color: rgb(240, 243, 255);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width : 480px) {
  .document-blue-area {
    margin-top: 22px;
  }
}
.document-blue-area .field__label,
.document-blue-area .field--item {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 18px;
  color: rgb(66, 66, 69);
  padding-bottom: 9px;
}
.document-blue-area .field--item {
  font-size: 14px;
  padding-bottom: 27px;
}
.document-blue-area .field--item a {
  color: rgb(65, 105, 226);
  text-decoration: underline;
}
.document-blue-area .parent-document {
  font-size: 14px;
}
.document-blue-area .parent-document a {
  color: rgb(65, 105, 226);
  text-decoration: underline;
  margin-bottom: 8px;
}
.document-blue-area .children-document {
  font-size: 14px;
}
.document-blue-area .children-document a {
  color: rgb(65, 105, 226);
  text-decoration: underline;
  margin-bottom: 5px;
}
