/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "tt_commonsregular";
  src: url(/wp-content/plugins/md-documents-list/assets/build/fonts/tt_commons_regular-webfont.9c31bc37.woff2) format("woff2"), url(/wp-content/plugins/md-documents-list/assets/build/fonts/tt_commons_regular-webfont.ba4b8bc9.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: tt_commonsmedium;
  src: url(/wp-content/plugins/md-documents-list/assets/build/fonts/font.3f79092f.woff2) format("woff2"), url(/wp-content/plugins/md-documents-list/assets/build/fonts/font.61a086b5.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: tt_commonsdemibold;
  src: url(/wp-content/plugins/md-documents-list/assets/build/fonts/font.4a50a551.woff2) format("woff2"), url(/wp-content/plugins/md-documents-list/assets/build/fonts/font.34587b03.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: noto-regular;
  src: url(/wp-content/plugins/md-documents-list/assets/build/fonts/NotoSans-Regular.182201f2.woff2) format("woff2"), url(/wp-content/plugins/md-documents-list/assets/build/fonts/NotoSans-Regular.6d37c002.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: noto-semibold;
  src: url(/wp-content/plugins/md-documents-list/assets/build/fonts/NotoSans-SemiBold.9deb6f36.woff2) format("woff2"), url(/wp-content/plugins/md-documents-list/assets/build/fonts/NotoSans-SemiBold.bf6497f6.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
.u-white-text-color {
  color: #ffffff;
}

.u-link-text-color {
  color: #FD5636;
}

.u-primary-text-color {
  color: #FD5636;
}

.u-secondary-text-color {
  color: #0B1014;
}

.u-gray-text-color {
  color: #EDEDED;
}

.md-doc_post__article .post-thumbnail {
  text-align: center;
  margin-bottom: 15px;
}
.md-doc_post__article .post-thumbnail img {
  max-width: 200px;
  height: auto;
}
.md-doc_post__article h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #0B1014;
  font-family: "tt_commonsregular";
}

.md-doclist_filter__Wrapper {
  padding-top: max(1rem, min(5vw, 2.5rem));
  margin-bottom: max(2rem, min(5vw, 3.5rem));
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.md-doclist_filter__Wrapper .md-doclist_posttypes__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0B1014;
  border-radius: 10px;
  padding: 8px;
  flex: 1 1 19.4%;
  text-align: center;
}
.md-doclist_filter__Wrapper .md-doclist_posttypes__wrapper a.md-doclist-post_term {
  font-size: 20px;
  line-height: 22px;
  font-family: tt_commonsmedium;
  font-weight: 500;
  flex: 1;
  display: inline-block;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: transparent;
  border-radius: 6px;
  padding: 11px 16px;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.md-doclist_filter__Wrapper .md-doclist_posttypes__wrapper a.md-doclist-post_term.active {
  background-color: #3C3C3F;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex: 1 1 70%;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper {
  display: flex;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper {
  position: relative;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper select {
  font-size: 18px;
  line-height: 20.7px;
  font-family: "tt_commonsregular";
  font-weight: 400;
  border: 1px solid rgba(11, 16, 20, 0.2);
  border-radius: 10px;
  color: #0B1014;
  padding: 15.5px 20px 13.5px;
  outline: none;
  width: 250px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper:first-child {
  margin-right: 20px;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer {
  position: relative;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer svg {
  position: absolute;
  top: 16px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer #md-survey-search-input {
  font-size: 18px;
  line-height: 20.7px;
  border: 1px solid rgba(11, 16, 20, 0.2);
  font-family: "tt_commonsregular";
  font-weight: 400;
  border-radius: 10px;
  color: #0B1014;
  padding: 14px 20px 14px 49px;
  outline: none;
  min-width: 169px;
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer #md-survey-search-input::-moz-placeholder {
  color: rgba(11, 16, 20, 0.33);
}
.md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer #md-survey-search-input::placeholder {
  color: rgba(11, 16, 20, 0.33);
}

.md-doclist_mainwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.md-doclist_mainwrap .md-doclist_wrap {
  background-color: rgba(161, 171, 182, 0.2);
  border-radius: 10px;
  flex-basis: 31%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.md-doclist_mainwrap .md-doclist_wrap:hover {
  transform: scale(1.07);
}
.md-doclist_mainwrap .md-doclist_wrap:hover .md-doclist_contentwrap a {
  color: #FD5636;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_contentwrap {
  position: relative;
  background: linear-gradient(0deg, #0B1014, #0B1014), linear-gradient(0deg, #000000, #000000);
  height: 161px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_contentwrap .md-doclist_contentovarlay {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 30px;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_contentwrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_contentwrap a {
  font-family: tt_commonsmedium;
  font-weight: 500;
  font-size: 22px;
  line-height: 25.3px;
  margin-top: 0;
  cursor: pointer;
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #ffffff;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_contentwrap .md-doclist_cat {
  font-size: 16px;
  line-height: 18.4px;
  line-height: 20px;
  font-family: "tt_commonsregular";
  font-weight: 400;
  background-color: #ffffff;
  color: #0B1014;
  border-radius: 4px;
  padding: 4px 10px 4px 12px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_meta {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_meta * {
  font-family: "tt_commonsregular";
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  text-transform: capitalize;
  text-align: left;
}
.md-doclist_mainwrap .md-doclist_wrap .md-doclist_meta p {
  margin-top: 0;
  margin-bottom: 0;
}
.md-doclist_mainwrap p.md-doclist_notfound {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 40px 0;
  margin: 0;
}
.md-doclist_index__wrapper .md-doclist_filter__type .md-doclist_value__wrapper {
  flex-wrap: wrap;
}
.md-doclist_index__wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper {
  margin-right: 20px;
}
.md-doclist_index__wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper:last-child {
  margin-right: 0;
}
.md-doclist_index__wrapper .documents-lists-index-table {
  width: 100%;
  overflow-x: auto;
}
.md-doclist_index__wrapper #documents-lists-index thead tr th {
  min-width: 150px;
  overflow: hidden;
  padding: 12px 10px;
  background-color: #ffeae4;
  border: 1px solid rgba(11, 16, 20, 0.2);
}
.md-doclist_index__wrapper #documents-lists-index tbody tr td {
  min-width: 150px;
  padding: 12px 10px;
  border: 1px solid rgba(11, 16, 20, 0.2);
}

.subsite-password-restriction {
  position: relative;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.subsite-password-restriction .wraper {
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
  padding: 25px;
  box-shadow: -10px -20px 30px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.subsite-password-restriction .wraper .md-doc_login__logo {
  height: auto;
  max-width: 100%;
}
.subsite-password-restriction .wraper span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
.subsite-password-restriction .wraper #subsite_password {
  font-size: 16px;
  border: 1px solid rgba(11, 16, 20, 0.2);
  border-radius: 10px;
  color: #0B1014;
  padding: 9.5px 16px;
  outline: none;
}
.subsite-password-restriction .wraper #subsite_password_submit {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  background-color: #000;
  border-radius: 10px;
  padding: 8px 10px;
  color: #fff;
  cursor: pointer;
}
.subsite-password-restriction .wraper .md-doc_errormsg {
  padding: 8px 4px 8px 12px;
  border-left: 2px solid red;
  background-color: rgba(255, 0, 0, 0.1098039216);
  font-size: 16px;
  line-height: 20px;
}

body #breadcrumbs {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-top: -7px;
  margin-bottom: 60px;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  display: block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.57);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 20px 0 20px;
}
body #breadcrumbs > span {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: block;
  line-height: normal;
}
body #breadcrumbs > span a {
  font-size: 18px;
  line-height: normal;
  color: #FD5636;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
body #breadcrumbs > span span {
  position: relative;
  font-size: 18px;
  line-height: normal;
  color: #0B1014;
}
body #breadcrumbs > span span a {
  line-height: normal;
  margin-right: 5px;
}
body #breadcrumbs > span span.breadcrumb_last {
  margin-right: 0;
  margin-left: 5px;
}
body.single-projectdocuments {
  overflow: visible;
  overflow: initial;
}
body.single-projectdocuments main .wp-block-post-content > .wp-block-image {
  margin-bottom: max(1.8rem, min(5vw, 3rem));
}
body.single-projectdocuments main a {
  color: #FD5636;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  transition: all 0.2s linear;
}
body.single-projectdocuments main a:hover {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
body.single-projectdocuments main .wp-block-post-title {
  margin-bottom: max(2rem, min(5vw, 3.8rem));
}
body.single-projectdocuments main p {
  margin-top: 0;
}
body.single-projectdocuments main h2,
body.single-projectdocuments main h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
body.single-projectdocuments main p,
body.single-projectdocuments main ul,
body.single-projectdocuments main ol {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
}
body.single-projectdocuments main p ul, body.single-projectdocuments main p ol,
body.single-projectdocuments main ul ul,
body.single-projectdocuments main ul ol,
body.single-projectdocuments main ol ul,
body.single-projectdocuments main ol ol {
  margin-top: 10px;
}
body.single-projectdocuments main p code,
body.single-projectdocuments main ul code,
body.single-projectdocuments main ol code {
  font-size: 16px;
  line-height: inherit;
}
body.single-projectdocuments main ol, body.single-projectdocuments main ul {
  margin-left: 3em;
}
body.single-projectdocuments main ol li, body.single-projectdocuments main ul li {
  margin-bottom: 10px;
}
body.single-projectdocuments main ol li:last-child, body.single-projectdocuments main ul li:last-child {
  margin-bottom: 0;
}
body.single-projectdocuments main .wp-block-code {
  background-color: #EDEDED;
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.6em;
  overflow: auto;
  max-width: 100%;
  padding: 1.6em;
  border: none;
}
body .md-doc_nav__links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px 0 0;
}
body .md-doc_nav__links #md-doc-load-more {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 11px 16px;
  background-color: #0B1014;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 6px;
  cursor: pointer;
}
body .md-doc_nav__links .page-numbers {
  color: #0B1014;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
}
body .md-doc_nav__links .page-numbers.current {
  background: #0B1014;
  color: #ffffff;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}

:root body {
  background-color: #EDEDED;
  font-family: "tt_commonsregular";
  font-weight: 400;
  color: #0B1014;
}

*, :after, :before {
  box-sizing: border-box;
}

*, html {
  scroll-behavior: smooth !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: tt_commonsdemibold;
  color: #0B1014;
  font-weight: 400;
}

h1 {
  font-size: 60px;
  line-height: 70px;
}

h2 {
  font-size: max(1.5rem, min(5vw, 2rem));
}

h3 {
  font-size: max(1.2rem, min(5vw, 1.7rem));
}

h4 {
  font-size: max(0.8rem, min(5vw, 1.2rem));
}

h5 {
  font-size: max(0.6rem, min(5vw, 1rem));
}

@media (max-width: 1305px) {
  .md-doclist_mainwrap .md-doclist_wrap {
    flex-basis: 30.3%;
  }
}

@media (max-width: 1199px) {
  .md-doclist_index__wrapper .md-doclist_filter__type {
    display: block;
  }
  .md-doclist_index__wrapper .md-doclist_filter__type .md-doclist_value__wrapper {
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
  }
  .md-doclist_index__wrapper .md-doclist_filter__type .md-search-box_outer {
    margin: 0 auto;
    max-width: 235px;
  }
}

@media (max-width: 991px) {
  .md-doclist_filter__Wrapper .md-doclist_filter__type {
    flex-wrap: wrap;
    justify-content: center;
    flex: auto;
  }
  .md-doclist_mainwrap {
    justify-content: center;
  }
  .md-doclist_mainwrap .md-doclist_wrap {
    flex-basis: 46.9%;
  }
}

@media (max-width: 767px) {
  .md-doclist_mainwrap .md-doclist_wrap {
    flex: auto;
  }
  .md-doclist_index__wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper {
    margin-right: 0;
  }
  body #breadcrumbs > span a {
    font-size: 16px;
  }
  body #breadcrumbs > span span {
    font-size: 16px;
  }
  body.single-projectdocuments main ol, body.single-projectdocuments main ul {
    margin-left: 15px;
  }
  body .md-doc_nav__links {
    padding: 25px 0 0;
  }
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 576px) {
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    flex: auto;
    gap: 10px;
  }
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper {
    width: 100%;
  }
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper select {
    width: 100%;
  }
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-doclist_value__wrapper .md-doclist_select__wrapper:first-child {
    margin-right: 0;
  }
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer {
    width: 100%;
    display: flex;
  }
  .md-doclist_filter__Wrapper .md-doclist_filter__type .md-search-box_outer #md-survey-search-input {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .subsite-password-restriction .wraper {
    max-width: 300px;
  }
}

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