body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 34px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 26px;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 21px;
  line-height: 120%;
  font-weight: 500;
}

h4 {
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: #ff9829;
}

ul {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 40px;
}

li {
  margin-top: 7px;
  line-height: 170%;
}

.container {
  position: relative;
  display: block;
  width: 1140px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.row-example {
  min-height: 175px;
  background-color: #f7f4ff;
}

.row.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.row.cc-mb-24 {
  margin-bottom: 24px;
}

.row.chart-info__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row.filtered-projects-info {
  margin-bottom: 12px;
}

.row.project-info__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row.hide {
  display: none;
}

.col {
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.col.w--current {
  background-color: transparent;
}

.col.col-1 {
  max-width: 8.333333%;
  -webkit-flex-basis: 8.33%;
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

.col.col-11 {
  max-width: 91.666667%;
  -webkit-flex-basis: 91.67%;
  -ms-flex-preferred-size: 91.67%;
  flex-basis: 91.67%;
}

.col.col-2 {
  max-width: 16.666667%;
  -webkit-flex-basis: 16.67%;
  -ms-flex-preferred-size: 16.67%;
  flex-basis: 16.67%;
}

.col.col-2.col-m-3.col-sm-6.hide {
  display: none;
}

.col.col-10 {
  max-width: 83.333333%;
  -webkit-flex-basis: 83.33%;
  -ms-flex-preferred-size: 83.33%;
  flex-basis: 83.33%;
}

.col.col-3 {
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col.col-9 {
  max-width: 75%;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col.col-4 {
  max-width: 33.333333%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col.col-8 {
  max-width: 66.666667%;
  -webkit-flex-basis: 66.67%;
  -ms-flex-preferred-size: 66.67%;
  flex-basis: 66.67%;
}

.col.col-5 {
  max-width: 41.666667%;
  -webkit-flex-basis: 41.67%;
  -ms-flex-preferred-size: 41.67%;
  flex-basis: 41.67%;
}

.col.col-7 {
  max-width: 58.333333%;
  -webkit-flex-basis: 58.33%;
  -ms-flex-preferred-size: 58.33%;
  flex-basis: 58.33%;
}

.col.col-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.col-12 {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.col.no-gutters {
  padding-right: 0px;
  padding-left: 0px;
}

.col.self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col.self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.col.self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.col.order-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.col.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.inner-div-example {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #c0e5ff;
  background-color: #f3faff;
  text-align: center;
}

.section {
  position: relative;
  display: block;
  padding-top: 60px;
}

.section.fade {
  background-color: #f8fcff;
}

.section.intro {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #4daaec;
}

.section.footer {
  background-color: #4daaec;
}

.section.cc-last {
  padding-bottom: 64px;
}

.section.hidden {
  display: none;
}

.section.procurement-resources {
  margin-top: 32px;
  margin-bottom: 31px;
  padding-bottom: 42px;
  background-color: rgba(0, 0, 0, 0.03);
}

.emp {
  color: #4daaec;
}

.container-fluid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.light {
  color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 2px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.button.button_secondary {
  background-color: #4353ff;
}

.button.cc-icon {
  padding-left: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.cc-grey {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  color: #333;
  font-weight: 500;
}

.button.cc-grey:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.button.cc-grey.w--current {
  color: #333;
}

.button.cc-grey.cc-small {
  margin: 0px;
  padding: 2px 8px;
}

.button.cc-grey.cc-small.cc-dropdown {
  padding-right: 0px;
}

.button.cc-grey.cc-full-width {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.cc-grey.cc-full-width.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.cc-icon-right {
  padding-right: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button.cc-light {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.button.cc-light:hover {
  background-color: hsla(0, 0%, 100%, 0.35);
}

.button.cc-full-width.w--current {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.version-grid {
  opacity: 0.75;
  color: #fff;
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  border-color: #999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.card.cc-white {
  background-color: #fff;
}

.card.cc-white.cc-link.cc-with-button {
  padding-bottom: 16px;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.button-2 {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-2:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.subsection-heading_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.subsection-detail_wrapper {
  margin-bottom: 12px;
  padding-right: 24px;
}

.subsection-chart_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.chart_wrapper {
  min-height: 400px;
}

.chart-detail_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.small-button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.small-button_wrapper.hide {
  display: none;
}

.sub-section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-section__title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: 8px solid #ff9829;
  color: #000;
  font-size: 28px;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.85);
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.icon-button:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #000;
}

.icon-button.cc-text {
  padding: 4px 6px;
}

.icon-button.cc-text-left {
  padding-right: 2px;
  padding-left: 8px;
}

.detail-button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: all 100ms cubic-bezier(.55, .085, .68, .53);
  transition: all 100ms cubic-bezier(.55, .085, .68, .53);
  color: #595959;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.text-button:hover {
  margin-right: -2px;
  background-color: #f1f1f1;
  color: #000;
}

.text-button.cc-icon-right {
  padding-left: 12px;
}

.button-text {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 6px;
  padding-left: 6px;
  letter-spacing: 0.2px;
  text-transform: none;
}

.text_subsection-detail {
  margin-bottom: 24px;
}

.source {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 12px;
  line-height: 12px;
}

.text-source-link {
  display: inline-block;
  padding: 4px 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(51, 51, 51, 0.85);
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

.text-source-link:hover {
  color: #65b344;
}

.text_icon-button {
  margin-left: 4px;
  font-weight: 400;
}

.icon_16px {
  width: 16px;
  height: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.icon_20px {
  width: 20px;
  height: 20px;
  margin: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chart-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chart-row {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 4px;
}

.chart-row.cc-header {
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chart-bars_wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chart-row_label {
  min-width: 124px;
  margin-top: 2px;
  margin-right: 8px;
  margin-bottom: 2px;
  padding-right: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(51, 51, 51, 0.6);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  letter-spacing: 0.1px;
  cursor: pointer;
}

.chart-row_label:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}

.chart-row_label.cc-header {
  min-width: 120px;
  padding-right: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.chart-row_label.cc-header:hover {
  background-color: transparent;
}

.chart-row_label.cc-footer-title {
  min-width: auto;
  margin-right: 0px;
  padding-right: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.chart-row_label.cc-footer-title:hover {
  background-color: transparent;
}

.chart-row_label.cc-segment-label {
  min-width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
}

.bar_wrapper {
  position: relative;
  z-index: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  cursor: pointer;
}

.bar_wrapper:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.bar {
  position: relative;
  z-index: 1;
  height: 16px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #65b344;
  background-image: none;
}

.bar:hover {
  background-image: none;
}

.bar._1 {
  width: 15%;
}

.bar._2 {
  width: 24%;
}

.bar._3 {
  width: 40%;
}

.bar._4 {
  width: 80%;
}

.bar._5 {
  width: 92%;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.chart-tooltip_wrapper {
  position: absolute;
  left: 32%;
  top: 114%;
  right: auto;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-tooltip {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
}

.text-tooltip.bold {
  font-weight: 700;
}

.tooltip_plate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.5);
}

.mouse-pointer {
  position: absolute;
  left: -32px;
  top: -32px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 20px;
  height: 20px;
}

.tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tooltip.cc-label {
  margin-right: 48px;
}

.tooltip.cc-value {
  margin-left: 12px;
}

.tooltip_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tooltip_row.cc-last {
  border-bottom-style: none;
}

.footer-row {
  position: absolute;
  left: auto;
  top: 42px;
  right: -2px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-segment_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chart-divider {
  width: 1px;
  height: 112px;
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.chart-divider.cc-first {
  width: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.chart-divider.cc-last {
  width: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.data-element_heading {
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.chart-title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-label_wrapper {
  margin-top: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chart-dropdown_trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 6px 8px 6px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.chart-dropdown_trigger:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
}

.chart-dropdown_list.w--open {
  z-index: 9999;
  overflow: auto;
  width: 100%;
  max-height: 50vh;
  margin-top: -44px;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.text_dropdown-discriptor {
  margin-right: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text_dropdown-discriptor.cc-small {
  font-size: 12px;
}

.div-block-3 {
  margin-right: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 14px;
  line-height: 24%;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-link.cc-active {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.dropdown-link.selected {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chart-dropdown_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.text-block {
  overflow: hidden;
  margin-right: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 14px;
}

.dropdown {
  width: 100%;
  margin-right: 8px;
  margin-left: 8px;
}

.dropdown.full-width {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown.cc-align-right {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown.small {
  max-width: none;
  min-width: 200px;
}

.dropdown.small.cc-align-right {
  z-index: 100;
}

.dropdown.department {
  z-index: 998;
}

.dropdown.status {
  z-index: 997;
}

.dropdown.source {
  z-index: 996;
}

.sub-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #333;
  background-image: none;
  color: #fff;
  text-transform: uppercase;
}

.section-heading_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

.button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px;
}

.button_wrapper.cc-align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_wrapper.cc-align-right.hide {
  display: none;
}

.button_wrapper.cc-card {
  margin: 12px -12px 0px;
}

.button_wrapper.cc-card.cc-justify-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button_wrapper.cc-full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.view-more_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.showing-text {
  color: rgba(0, 0, 0, 0.49);
  font-weight: 500;
}

.showing_wrapper {
  margin-left: 6px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.small-detail-heading {
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.small-detail-heading.underline {
  line-height: 170%;
  text-decoration: underline;
}

.search-detail_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
}

.search-detail-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.page-heading {
  margin-top: 0px;
  margin-right: 12px;
  margin-bottom: 0px;
  line-height: 120%;
  font-weight: 700;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-right: -12px;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
}

.brand:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #b3b3b3;
}

.progress-chart_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 4px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cc-no-margin {
  margin: 0px;
}

.cc-mb-12 {
  margin-bottom: 12px;
}

.cc-link {
  cursor: pointer;
}

.cc-o-60p {
  opacity: 0.6;
}

.text-button_text {
  line-height: 11px;
}

.cc-flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cc-mr-12 {
  margin-right: 12px;
}

.cc-mb-4 {
  margin-bottom: 4px;
}

.search-field {
  height: 44px;
  margin-bottom: 0px;
  padding-left: 12px;
  border-radius: 3px;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-weight: 500;
}

.search-field:hover {
  background-color: #f1f1f1;
}

.search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.search-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.search-field::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.cc-ml-4 {
  margin-left: 4px;
}

.chart-header_wrapper {
  margin-bottom: 16px;
}

.source_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-right: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.search-chips_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px -4px -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-chips_wrapper.hidden {
  display: none;
}

.search-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.06);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 500;
}

.search-chip:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-block-8 {
  height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chip-link {
  margin-right: -7px;
  margin-left: 6px;
  opacity: 0.6;
}

.chip-link:hover {
  opacity: 0.8;
}

.search-dropdown_label {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
  text-align: left;
}

.search-status {
  display: none;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.search-status.active {
  background-image: url('../images/check-24px.svg');
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  margin-left: -6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

.nav-link.w--current {
  color: rgba(0, 0, 0, 0.7);
}

.cc-border-left {
  padding-left: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.map__embed {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-dropdown_value {
  overflow: hidden;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  line-height: 24px;
  text-align: right;
}

.search-field_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clear-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 500;
}

.clear-filters:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.narrow-card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 10px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.narrow-card_wrapper:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.narrow-card_first-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.narrow-card_middle-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  text-transform: uppercase;
}

.narrow-card_middle-column.large-column {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.narrow-card_last-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}

.narrow-card_icon {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.narrow-card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.narrow-card_first-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.narrow-card_middle-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
  text-transform: uppercase;
}

.narrow-card_middle-header.large-column {
  width: 30%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.narrow-card_last-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  padding-left: 12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.narrow-list_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.narrow-card_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-icon {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.6;
}

.button-icon._20px {
  width: 20px;
  height: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.button-icon._24px {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.mobile {
  display: none;
}

.sort-by-label {
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list-sorting_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-more_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-status-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
}

.sorting-dropdown_trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
}

.sorting-dropdown_trigger:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
}

.sorting-dropdown_list {
  display: none;
}

.sorting-dropdown_list.w--open {
  left: auto;
  right: 0%;
  overflow: auto;
  max-height: 50vh;
  margin-top: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-label {
  overflow: hidden;
  line-height: 24px;
  white-space: nowrap;
}

.project-details__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.project-detail_text {
  line-height: 140%;
}

.project-detail_text.other-service-providers-field {
  white-space: pre-wrap;
}

.project-detail_text.total-professional-fees-field {
  display: block;
}

.project-detail_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-details__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.muni-map {
  height: 300px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.muni-map.project-municipal-context-map-container.embed-container {
  background-color: rgba(0, 0, 0, 0.1);
}

.project-detail_link {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #333;
}

.project-detail_link:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.no-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 3px 2px 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}

.no-data__icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.info-chart__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-details {
  padding-left: 12px;
  border-bottom: 1px none rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.project-details._1-4 {
  padding-left: 0px;
  border-left-style: none;
}

.project-details._3-4 {
  padding-left: 0px;
  border-left-style: none;
}

.project-details._2-4 {
  padding-left: 0px;
  border-left-style: none;
}

.project-details._4-4 {
  padding-left: 0px;
  border-left-style: none;
}

.project-details._1-2 {
  padding-left: 0px;
  border-left-style: none;
}

.project-details._2-2 {
  padding-left: 0px;
  border-left-style: none;
}

.page-header__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  margin-right: -4px;
  margin-left: -4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 12px;
}

.breadcrumbs__crumb {
  display: inline-block;
  margin: 4px;
  padding: 4px 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #333;
  text-decoration: none;
}

.breadcrumbs__crumb:hover {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.1);
}

.sub-section__title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-header__infra_search {
  margin-top: 12px;
}

.units-label {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 10px;
  text-transform: uppercase;
}

.search-detail__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  padding-top: 60px;
  padding-bottom: 48px;
  background-color: rgba(0, 0, 0, 0.8);
}

.header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 12px;
  background-color: rgba(0, 0, 0, 0.05);
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-info__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-location-map-container {
  height: 300px;
  background-color: #e9e9e9;
}

.project-location-map-container.embed-container {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.project-budget-image {
  margin-top: 16px;
  margin-bottom: 16px;
}

.subsection-details__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.timeline-summary-image {
  margin-top: 24px;
  margin-bottom: 16px;
}

.divider {
  height: 1px;
  margin-top: 12px;
  background-color: rgba(0, 0, 0, 0.2);
}

.divider._8px {
  margin-top: 4px;
}

.clear-filters-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px 2px 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #4e4e4e;
  font-size: 0.9em;
  text-decoration: none;
}

.clear-filters-button:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px 2px 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #4e4e4e;
  text-decoration: none;
}

.search-settings__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}

.project-map {
  position: relative;
  z-index: auto;
}

.loading-spinner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.loader {
  position: relative;
}

.clear-filter__text {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.align-right {
  text-align: right;
}

.section--hero {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}

.procurement__page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  cursor: pointer;
}

.procurement__page-nav:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.section--colour {
  position: relative;
  background-color: #524537;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#524537), color-stop(68%, #4b3a2a));
  background-image: linear-gradient(180deg, #524537, #4b3a2a 68%);
}

.procurement__card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 12px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.procurement__card:hover {
  border-color: rgba(0, 0, 0, 0.4);
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.procurement__card.w--current {
  border-width: 1px;
  border-color: #ff9829 #ff9829 transparent;
  border-bottom-style: solid;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #ff9829;
}

.procurement__card.w--current:hover {
  box-shadow: 0 3px 0 0 #ff9829;
}

.procurement__stages_line {
  position: absolute;
  left: 0%;
  top: 108px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.procurement__card_title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
}

.procurement__card_description {
  margin-top: 6px;
  font-size: 12px;
}

.procurement__stages_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.procurement-stages {
  position: relative;
  top: -64px;
  z-index: 1;
}

.procurement__stage_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.stages__header_icon {
  width: 64px;
  height: 64px;
  margin-right: 16px;
  margin-left: 12px;
}

.stages__header_overline {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stages__header_heading {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider--light {
  height: 1px;
  margin-top: 12px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.procurement__stages_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 208px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.stage__section_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 8px;
  padding: 12px 12px 12px 16px;
  border-right: 3px solid transparent;
  border-radius: 2px;
  background-color: hsla(55, 0%, 100%, 0.1);
  background-image: url('../images/arrow-right-white-24px.svg');
  background-position: 110% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
  text-decoration: none;
}

.stage__section_link:hover {
  padding-left: 17px;
  border-right-color: #ff9829;
  background-color: hsla(55, 0%, 100%, 0.2);
  background-position: 96% 50%;
  color: #fff;
}

.text-block-10 {
  line-height: 140%;
}

.stage__section_links {
  margin: -8px;
}

.stages__main_description {
  padding-right: 24px;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 300;
}

.procurement__stage {
  margin-top: 32px;
}

.procurement__stages_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.hero__description {
  margin-top: 16px;
  margin-bottom: 24px;
}

.hero__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 118%;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.procurement__card_icon {
  width: 64px;
  height: 64px;
  margin-bottom: 6px;
}

.hero__overline {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.procurement__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.procurement__breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px 24px 12px -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.share__button_icon {
  width: 24px;
  height: 24px;
  margin-left: 0px;
}

.nav__top_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8503;
  box-shadow: 0 3px 6px -4px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.nav__top_button:hover {
  background-color: #d56e00;
}

.nav__top_button:active {
  background-color: #ff9829;
}

.nav__top {
  position: fixed;
  left: auto;
  top: auto;
  right: 64px;
  bottom: 64px;
  z-index: 100;
}

.procurement__stages_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -24px;
  margin-bottom: 24px;
  margin-left: -24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.procurement__stages_nav_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  margin-top: -84px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stages__nav_dot {
  width: 44px;
  height: 44px;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 18px;
  border-color: #4b3a2a;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.stages__nav_dot:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
}

.stages__nav_dot.w--current {
  border-width: 16px;
  background-color: #ff9829;
}

.button--page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin: 4px;
  padding: 2px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #ff9829;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button--page-link:hover {
  background-color: #fc8200;
}

.procurement__stages_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-icon--emphasis {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
}

.contents__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
}

.contents__toggle:hover {
  color: #000;
}

.text-block-12 {
  margin-right: 16px;
  margin-left: 16px;
}

.procurement__page-nav_icon {
  width: 24px;
  height: 24px;
  opacity: 1;
}

.contents__list {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.contents__list.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 330px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 10px 12px -2px rgba(0, 0, 0, 0.2);
}

.procurement__contents_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 44px;
  padding: 12px 12px 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.procurement__contents_link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.procurement__contents_link.w--current {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.procurement__contents_sublink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 44px;
  padding: 12px 16px 12px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.procurement__contents_sublink:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.procurement__contents_sublinks {
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contents__list_stage {
  position: relative;
}

.list__stage_dropdown-trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list__stage_dropdown-trigger:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.list__dropdown_arrow {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.procurement__faqs_header {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.procurement__faqs_inner {
  margin-top: 16px;
}

.faq__plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.faq__plate:hover {
  border-color: #999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.procurement__faq_expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.procurement__faq_title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}

.faq__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.faq__content_inner {
  padding: 16px 16px 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.procurement__faqs_link {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button--page-link--dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 2px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button--page-link--dark:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.useful-info__card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 5px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.useful-info__card:hover {
  border-color: #a0a0a0;
  background-color: #fafafa;
  box-shadow: 0 8px 16px -6px rgba(0, 0, 0, 0.32);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.useful-info__card.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #ff9829;
  background-color: #fff;
}

.useful-info__card_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.useful-info__title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
}

.useful-info__card_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.useful-info__card_icon {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.useful-info__description {
  margin-bottom: 0px;
}

.procurement__hero_image {
  z-index: -1;
  width: 100%;
}

.procurement__hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-left: 48px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.procurement__card_overline {
  margin-top: 6px;
  color: #a3a3a3;
  font-size: 10px;
}

.procurement__contents_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 44px;
  padding: 12px 12px 12px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #ff9829;
}

.contents__toggle_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #ff9829;
  box-shadow: 0 4px 4px -5px #000;
}

.breadcrumbs__crumb--active {
  display: inline-block;
  margin: 4px;
  padding: 4px 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #b65e00;
  border-radius: 3px;
  background-color: #ff9829;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumbs__crumb--active:hover {
  background-color: #fc8200;
}

.stage__nav {
  position: relative;
  margin-bottom: 48px;
}

.stage__page_line {
  position: absolute;
  left: 0%;
  top: 80px;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 90%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.05);
}

.stage__header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.procurement__card--header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 12px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #f7f7f7;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.procurement__card--header:hover {
  border-color: #a0a0a0;
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.procurement__card--header.w--current {
  border-color: #ff9829;
  border-bottom-width: 2px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #ff9829;
}

.section-nav__links {
  margin-top: -8px;
  margin-bottom: -8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 25px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 3px solid transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/arrow-right-24px.svg');
  background-position: 110% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.section-nav__link:hover {
  padding-left: 17px;
  border-right-color: #ff9829;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 96% 50%;
  color: #000;
}

.stage__section-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stage__nav_underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -16px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(90%, hsla(0, 0%, 100%, 0)), to(#fff)), -webkit-gradient(linear, right top, left top, from(#fff), color-stop(10%, transparent));
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 90%, #fff), linear-gradient(270deg, #fff, transparent 10%);
}

.stage__nav_marker--2 {
  position: absolute;
  left: 28%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-style: solid none none solid;
  border-width: 1.5px 1px 1px 1.5px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage__hero_image {
  z-index: -1;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.stage__hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  padding-left: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stage__section--hero {
  position: relative;
  padding-top: 60px;
}

.procurement__section_header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.procurement__section_sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -12px;
  margin-bottom: -12px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__sidebar_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 16px 24px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 3px;
  background-color: #f7f7f7;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #333;
  text-decoration: none;
}

.section__sidebar_card:hover {
  border-color: #999;
}

.sidebar__card_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.sidebar__card_link-icon {
  margin-right: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sidebar__card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__sidebar_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 12px 40px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #f7f7f7;
  background-image: url('../images/arrow-right-24px.svg');
  background-position: 110% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-decoration: none;
}

.section__sidebar_link:hover {
  padding-left: 17px;
  border-right-width: 3px;
  border-right-color: #ff9829;
  background-color: #fff;
  background-position: 96% 50%;
  color: #000;
}

.sidebar__card_body {
  margin-top: 6px;
  margin-bottom: 0px;
  color: #333;
  font-weight: 400;
}

.section__main_content h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.section__main_warning {
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3729;
  border-radius: 3px;
  background-color: #fff5f5;
}

.warning__title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff3729;
}

.section__warning_content {
  margin-top: 12px;
}

.main__warning_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.warning__icon {
  width: 24px;
  margin-right: 12px;
}

.section__main_content--body-first h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.section__main_content--h4-first {
  margin-top: -16px;
}

.section__main_content--h4-first h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.section__main_content--h4-first h4 {
  margin-top: 16px;
}

.section__main_content--h3-first {
  margin-top: -32px;
}

.section__main_content--h3-first h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
}

.section__sidebar_title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: 500;
}

.section--grey--no-margin {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.05);
}

.divider--48 {
  height: 1px;
  margin-top: 48px;
  background-color: rgba(0, 0, 0, 0.2);
}

.section__title--secondary {
  margin-top: 0px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 400;
}

.stage__nav_marker--1 {
  position: absolute;
  left: 9%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-style: solid none none solid;
  border-width: 1.5px 1px 1px 1.5px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage__nav_marker--3 {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-style: solid none none solid;
  border-width: 1.5px 1px 1px 1.5px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage__nav_marker--4 {
  position: absolute;
  left: 70%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-style: solid none none solid;
  border-width: 1.5px 1px 1px 1.5px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage__nav_marker--5 {
  position: absolute;
  left: 90%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-style: solid none none solid;
  border-width: 1.5px 1px 1px 1.5px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stage__section_link--last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 8px 8px 4px;
  padding: 12px 12px 12px 16px;
  border-right: 3px solid transparent;
  border-radius: 2px;
  background-color: hsla(55, 0%, 100%, 0.1);
  background-image: url('../images/arrow-right-white-24px.svg');
  background-position: 110% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
  text-decoration: none;
}

.stage__section_link--last:hover {
  padding-left: 17px;
  border-right-color: #ff9829;
  background-color: hsla(55, 0%, 100%, 0.2);
  background-position: 96% 50%;
  color: #fff;
}

.stages__header_divider--light {
  height: 1px;
  margin-top: 12px;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.procurement__section_sidebar--empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -12px;
  margin-bottom: -12px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.divider--32 {
  height: 1px;
  margin-top: 48px;
  background-color: rgba(0, 0, 0, 0.2);
}

.section--last {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidebar__card_link-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  color: rgba(0, 0, 0, 0.41);
  font-size: 11px;
}

.section__main_example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 16px;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #7bb344;
  border-radius: 3px;
  background-color: #fbfff5;
}

.example__title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7bb344;
}

.hero__description_update {
  margin-bottom: -12px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav__top_icon {
  width: 24px;
}

.procurement__meta_share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  margin: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ff8503;
  box-shadow: 0 3px 6px -4px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.procurement__meta_share:hover {
  background-color: #d56e00;
}

.page-top {
  height: 0px;
}

.footer__logo_plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 12px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.2);
}

.footer__description {
  padding-left: 24px;
  color: hsla(0, 0%, 100%, 0.5);
}

.footer__legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 24px;
  padding-right: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.3);
}

.footer__links {
  padding-left: 24px;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer__link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(31, 0%, 100%, 0.7);
  text-decoration: none;
}

.footer__link-item:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  list-style-type: none;
}

.footer__heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -4px -4px -4px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__social_link-item {
  margin: 4px;
  padding: 6px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer__social_link-item:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.image-3 {
  width: 24px;
  height: 24px;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.image-6 {
  height: 44px;
  margin-left: 8px;
}

.text-block-14 {
  margin-top: 4px;
  margin-right: 8px;
  margin-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  border-left: 1.5px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.navbar__plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 72px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__dropdown_list {
  margin-left: -1px;
}

.nav__dropdown_list.w--open {
  left: 6px;
  margin-top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-weight: 500;
}

.nav__dropdown-list-item {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.7);
}

.nav__dropdown-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

.nav__dropdown-list-item.w--current {
  color: #ff9829;
}

.nav-link--feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 3px;
  background-color: #ff9829;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
}

.nav-link--feature:hover {
  background-color: #fc8200;
  color: #fff;
}

.nav-link--feature.w--current {
  color: #fff;
}

.procurement__hero_title--home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-menu__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu__dropdown_trigger {
  display: none;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.nav-menu__stages {
  display: none;
}

.nav-link--label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.nav-link--label:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

.nav-link--label.w--current {
  color: #ff9829;
}

.section__main_warning--no-margin {
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff3729;
  border-radius: 3px;
  background-color: #fff5f5;
}

.stage__section--hero-grey {
  position: relative;
  padding-top: 60px;
  padding-bottom: 48px;
  background-color: rgba(0, 0, 0, 0.05);
}

.section__main_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 12px 40px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  border-radius: 2px;
  background-color: #f7f7f7;
  background-image: url('../images/arrow-right-24px.svg');
  background-position: 110% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  text-decoration: none;
}

.section__main_link:hover {
  padding-right: 39px;
  padding-left: 17px;
  border-right-width: 3px;
  border-right-color: #ff9829;
  background-color: #fff;
  background-position: 96% 50%;
  color: #000;
}

.main__card_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--orange {
  position: relative;
  padding-top: 60px;
  padding-bottom: 52px;
  background-color: #ff9829;
}

.banner__title {
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
}

.banner__description {
  margin-bottom: 24px;
  color: hsla(0, 0%, 100%, 0.66);
}

.button--dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 2px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.button--dark:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button--dark-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px;
  padding: 2px 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.button--dark-secondary:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-menu__search {
  display: none;
  overflow: hidden;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-bottom: 0px;
}

.nav-menu__search-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search__open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu__search-box {
  height: 44px;
}

.search-button {
  height: 44px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 3px;
  background-color: #ff9829;
}

.search-input {
  width: 260px;
  height: 44px;
  margin-right: 8px;
  border-radius: 3px;
}

.nav-menu__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.item-heading--with-tooltip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.fas-icon {
  margin-right: 8px;
  font-family: 'Fa solid 900', sans-serif;
  color: #ff9829;
  font-size: 16px;
}

.small-tooltip__plate {
  position: absolute;
  left: -6px;
  top: auto;
  right: 0%;
  bottom: 32px;
  z-index: 100;
  display: none;
  width: 300px;
  height: auto;
  padding: 8px;
  border-radius: 3px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.small-tooltip__text {
  position: static;
  z-index: auto;
  display: block;
  float: none;
  clear: none;
  font-size: 12px;
}

.small-tooltip__text.bah {
  display: none;
}

.project-detail__tooltip_highlight {
  position: absolute;
  left: -6px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  display: none;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}

.small-tooltip__notch {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: -6px;
  z-index: -1;
  width: 12px;
  height: 12px;
  background-color: #f8f8f8;
  box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.35);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project-details__info-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-bottom: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.html-embed-3 {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.section__project-search_body {
  position: relative;
  padding-top: 32px;
  padding-bottom: 60px;
}

.section__project-search_header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 31px;
  background-color: rgba(0, 0, 0, 0.05);
}

.section__data-warning {
  background-color: #4d4d4d;
}

.data-warning__description {
  margin-top: 12px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  text-align: left;
}

.chart_wrapper--timeline {
  min-height: 200px;
}

.chart_wrapper--time-series {
  min-height: 450px;
}

.dropdown-label-small {
  overflow: hidden;
  height: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.dropdown-link--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: rgba(51, 51, 51, 0.85);
  font-size: 12px;
  line-height: 24%;
  text-decoration: none;
}

.dropdown-link--small:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.dropdown-link--small.cc-active {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.dropdown-link--small.selected {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.sorting-dropdown_trigger--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 8px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  transition: all 200ms cubic-bezier(.55, .085, .68, .53);
  font-size: 12px;
}

.sorting-dropdown_trigger--small:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #f1f1f1;
}

.map__no-data {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.project-municipal-context-map-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  background-color: #e9e9e9;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -12px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header__download {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: -44px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  min-width: 44px;
  padding: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 12px -7px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #797979;
  text-decoration: none;
}

.header__download:hover {
  border-color: #5c5c5c;
  background-color: #f1f1f1;
  color: #000;
}

.svg-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.svg-icon._16px {
  width: 16px;
}

.header__download_icon {
  width: 24px;
  height: 24px;
  color: #ff9829;
}

.header__download_label {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}

.project-list__options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
}

.project-list__download {
  padding-left: 12px;
  border-left: 1px solid #c7c7c7;
}

.project-list__download-button {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  min-width: 44px;
  padding: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 4px;
  background-color: #f2f2f2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.project-list__download-button:hover {
  border-color: #969696;
  background-color: #e7e7e7;
  color: #000;
}

.project-list__download_icon {
  width: 24px;
  height: 24px;
  color: #ff9829;
}

.project-list__download_label {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}

.nav-bar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px solid #3f3f3f;
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.nav-bar.hidden {
  display: none;
}

.nav-bar__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.nav-bar__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 12px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  background-color: #c2c2c2;
}

.nav-bar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar__logo {
  width: 180px;
  height: 100%;
  background-image: url('../images/Vukilemali-Logo_FINAL2018.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-bar__top_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar__link--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 22px;
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #5e5e5e;
}

.nav-bar__link--top:hover {
  background-color: #eee;
}

.nav-bar__search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  max-width: 300px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar__search:hover {
  border-color: #7bb344;
}

.nav-bar__search_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar__search_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 44px;
  padding-right: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px 22px 22px 0%;
  background-color: #7bb344;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  cursor: pointer;
}

.nav-bar__search_button:hover {
  background-color: #90ca58;
}

.icon--search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar__search_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #ccc;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: text;
}

.nav-bar__search_input:hover {
  border-style: solid none solid solid;
  border-color: #7bb344;
}

.html-embed-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar__search_input-field {
  width: 100%;
  height: 44px;
  padding-right: 16px;
  padding-bottom: 2px;
  padding-left: 20px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #ccc;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: grey;
  font-size: 16px;
}

.nav-bar__search_input-field:hover {
  background-color: #fafafa;
}

.nav-bar__search_input-field:focus {
  border-style: solid none solid solid;
  border-color: #7bb344;
}

.search-input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar__bottom_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.nav-bar__link--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 16px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #616161;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.nav-bar__link--bottom:hover {
  background-color: #e6e6e6;
  color: #000;
}

.nav-bar__link--bottom.w--current {
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
  background-color: #3f3f3f;
  color: #fff;
}

.nav-bar__link--bottom.w--current:hover {
  border-bottom-color: #303030;
  background-color: #303030;
}

.nav-bar__bottom_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.nav-bar__social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #e6e6e6;
}

.social-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: auto;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #363e5c;
  color: #fff;
}

.close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.share-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin-bottom: -4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon--share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social {
  position: fixed;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  z-index: 100;
}

.social-trigger {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #8f44f6;
  border-radius: 100px;
  background-color: #8f44f6;
  box-shadow: 0 13px 20px -12px #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  cursor: pointer;
}

.social-trigger:hover {
  background-color: #6530af;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #3f3f3f;
  cursor: pointer;
}

.social-icon:hover {
  background-color: #eee;
  color: #000;
}

.social-icon.twitter {
  background-image: url('../images/iconmonstr-twitter-1-white.svg');
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.nav-bar__links_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-bar__dropdown_content {
  position: absolute;
  left: 8px;
  top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

.nav-bar__dropdown_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar__dropdown_plate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
  box-shadow: 0 4px 11px -9px #000;
  color: #3f3f3f;
  font-weight: 700;
}

.nav-bar__dropdown_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-right: 24px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  color: #979797;
  font-weight: 400;
  text-decoration: none;
}

.nav-bar__dropdown_link:hover {
  background-color: #f5f5f5;
  color: #000;
}

.nav-bar__dropdown_link.last {
  border-bottom-style: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav-bar__dropdown_link.first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.nav-bar__menu {
  display: none;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e6e6e6;
}

.nav-bar__menu:hover {
  color: #3f3f3f;
}

.icon--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu__open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}

.mobile-menu__open:hover {
  background-color: #eee;
  color: #000;
}

.nav-bar__middle {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: -280px;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 280px;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
  font-family: Lato, sans-serif;
}

.mobile-menu.webflow {
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu__darken {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.mobile-menu__scroll {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mobile-menu__inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 11px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  color: #3f3f3f;
  font-size: 13px;
  text-decoration: none;
}

.mobile-menu__link:hover {
  color: #000;
}

.mobile-menu__link.w--current {
  border-left-color: #3f3f3f;
  color: #ff9829;
  font-size: 13px;
}

.mobile-menu__link.w--current:hover {
  color: #000;
}

.mobile-menu__link.l2 {
  height: 44px;
  color: #979797;
  font-size: 12px;
}

.mobile-menu__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu__social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px none #e6e6e6;
}

.mobile-menu__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.icon--close-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu__links {
  margin-bottom: 32px;
  font-weight: 700;
}

.mobile-menu__links.top {
  margin-bottom: 32px;
}

.mobile-menu__sublink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 11px 12px 11px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.mobile-menu__sublink.w--current {
  border-left-color: #3f3f3f;
}

.mobile-menu__dropdown_trigger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 44px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.mobile-menu__dropdown_trigger.w--current {
  border-left-color: #3f3f3f;
}

.mobile-menu__dropdown_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown__icon_first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown__icon_last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mobile-menu__dropdown_content {
  overflow: hidden;
  padding-left: 12px;
  font-size: 5px;
  font-weight: 400;
}

.mobile-menu__dropdown {
  position: relative;
}

.dummy {
  position: static;
  height: 600px;
  background-color: #e7e7e7;
}

.dummy._1 {
  background-color: #fd2626;
}

.dummy._2 {
  background-color: #234863;
}

.mobile-menu__header_grad {
  position: absolute;
  left: 0%;
  top: 52px;
  right: 0%;
  bottom: 0%;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
}

.advanced-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 4px 4px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
  cursor: pointer;
}

.advanced-search:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.advanced-search__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-options__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advanced-search-fields__wrap {
  width: 100%;
}

.icon--plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon--minus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-fields__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.advance-search {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
  }
  ul {
    padding-left: 24px;
  }
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row.chart-info__body {
    padding-bottom: 0px;
  }
  .col.col-m-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-m-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-m-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-m-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-m-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-m-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-m-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-m-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-m-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-m-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-m-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-m-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section {
    padding-top: 32px;
  }
  .section.procurement-resources {
    padding-bottom: 24px;
  }
  .subsection-detail_wrapper {
    padding-right: 0px;
  }
  .subsection-chart_wrapper {
    padding-top: 24px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left-style: none;
  }
  .sub-section__title {
    font-size: 24px;
  }
  .button-text.hide-sm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text_subsection-detail {
    padding-right: 12px;
  }
  .dropdown-link {
    max-width: 100%;
  }
  .dropdown {
    max-width: 100%;
  }
  .brand {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu {
    position: relative;
  }
  .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
  .narrow-card_first-column {
    width: 35%;
  }
  .narrow-card_middle-column.large-column {
    width: 35%;
  }
  .narrow-card_last-column {
    width: 26%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .narrow-card_first-header {
    width: 35%;
  }
  .narrow-card_middle-header.large-column {
    width: 35%;
  }
  .narrow-card_last-header {
    width: 26%;
  }
  .hide-m {
    display: none;
  }
  .narrow-card_title {
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .project-details {
    padding-left: 0px;
    border-left-style: none;
  }
  .project-details._3-4 {
    margin-top: 6px;
  }
  .project-details._4-4 {
    margin-top: 6px;
  }
  .project-details._2-2 {
    padding-left: 12px;
    border-left-style: solid;
  }
  .header {
    padding-top: 32px;
  }
  .clear-filter__text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .section--hero {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .procurement__stages_main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stages__main_description {
    padding-right: 0px;
  }
  .procurement__stage {
    margin-top: 32px;
  }
  .procurement__stages_nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__top_button {
    right: 24px;
  }
  .useful-info__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
  }
  .useful-info__card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .useful-info__card_icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  .section-nav__links {
    margin-right: 0px;
  }
  .stage__section--hero {
    padding-top: 42px;
  }
  .procurement__section_sidebar {
    margin-top: 12px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section__sidebar_link {
    padding-right: 24px;
  }
  .section--grey--no-margin {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .procurement__section_sidebar--empty {
    display: none;
  }
  .divider--32 {
    margin-top: 32px;
  }
  .section--last {
    padding-top: 32px;
  }
  .procurement__meta_share {
    right: 24px;
  }
  .footer__logo_plate {
    width: 100%;
  }
  .footer__description {
    padding-left: 0px;
  }
  .footer__links {
    padding-left: 0px;
  }
  .navbar__plate {
    margin-right: -16px;
    margin-left: -16px;
  }
  .nav__dropdown_list {
    font-size: 12px;
  }
  .nav-link--feature {
    font-size: 12px;
  }
  .procurement__hero_title--home {
    margin-top: 0px;
  }
  .stage__section--hero-grey {
    padding-top: 42px;
    padding-bottom: 16px;
  }
  .section__main_link {
    padding-right: 24px;
  }
  .section--orange {
    padding-top: 32px;
  }
  .section__project-search_body {
    padding-top: 32px;
  }
  .section__project-search_header {
    padding-top: 32px;
  }
  .dropdown-link--small {
    max-width: 100%;
  }
  .div-block-21 {
    padding-right: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-bar__wrap {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .nav-bar__search_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row.align-center.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .row.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .col.col-8.cc-border-left.col-sm-12.cc-no-border-sm {
    border-left-style: none;
  }
  .col.col-sm-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-sm-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-sm-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-sm-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-sm-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-sm-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-sm-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-sm-8 {
    max-width: 66.6666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-sm-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-sm-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-sm-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .section.first {
    padding-top: 64px;
  }
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .chart_wrapper {
    min-height: 75vh;
  }
  .sub-section__title {
    font-size: 21px;
  }
  .source {
    margin-bottom: 4px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-source-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .dropdown.cc-align-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dropdown.small {
    min-width: 210px;
  }
  .small-detail-heading {
    font-size: 10px;
  }
  .brand {
    padding-left: 0px;
  }
  .source_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-chips_wrapper {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .nav-link {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
  }
  .nav-link.w--current {
    font-size: 14px;
  }
  .narrow-card_first-column {
    width: 70%;
  }
  .narrow-card_last-column {
    width: 30%;
  }
  .hide-sm {
    display: none;
  }
  .list-sorting_wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-status-overview {
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .project-details._1-2 {
    border-bottom-style: solid;
  }
  .project-details._2-2 {
    margin-top: 6px;
    padding-left: 0px;
    border-left-style: none;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section--hero {
    padding-top: 32px;
    padding-bottom: 52px;
  }
  .procurement__hero_title {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .procurement__card {
    margin: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .procurement__stages_line {
    display: none;
  }
  .procurement__card_description {
    display: none;
  }
  .procurement-stages {
    top: -48px;
  }
  .stages__main_description {
    padding-right: 0px;
  }
  .procurement__stage {
    margin-top: 32px;
  }
  .procurement__stages_nav {
    margin-right: -6px;
    margin-left: -6px;
  }
  .hero__heading {
    font-size: 30px;
  }
  .procurement__card_icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav__top_button {
    right: 16px;
  }
  .nav__top {
    right: 24px;
    bottom: 32px;
  }
  .contents__list.w--open {
    left: -307px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: auto;
    height: 90vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .procurement__faq_expand {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .procurement__faq_title {
    font-size: 16px;
  }
  .faq__trigger {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .procurement__hero {
    padding-left: 0px;
  }
  .procurement__card_overline {
    margin-top: 0px;
  }
  .procurement__contents_heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .contents__toggle_label {
    display: none;
  }
  .stage__nav {
    margin-bottom: 32px;
  }
  .stage__page_line {
    display: none;
  }
  .stage__header_nav {
    margin-right: -6px;
    margin-left: -6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .procurement__card--header {
    margin: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .procurement__card--header.w--current {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .stage__nav_marker--2 {
    display: none;
  }
  .stage__hero {
    padding-bottom: 12px;
    padding-left: 0px;
  }
  .stage__section--hero {
    padding-top: 32px;
  }
  .procurement__section_sidebar {
    margin-top: 0px;
    padding-top: 12px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .section__sidebar_card {
    padding-left: 16px;
  }
  .section__sidebar_link {
    padding-right: 42px;
    padding-left: 16px;
  }
  .section__main_content--h3-first h3 {
    font-size: 19px;
  }
  .stage__nav_marker--1 {
    display: none;
  }
  .stage__nav_marker--3 {
    display: none;
  }
  .stage__nav_marker--4 {
    display: none;
  }
  .stage__nav_marker--5 {
    display: none;
  }
  .procurement__card_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .procurement__section_sidebar--empty {
    margin-top: 0px;
    padding-top: 12px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .procurement__meta_share {
    right: 16px;
  }
  .footer__logo_plate {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer__description {
    margin-top: 24px;
  }
  .footer__legal {
    margin-top: 12px;
  }
  .image-6 {
    margin-left: 12px;
  }
  .navbar__plate {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link--feature {
    font-size: 14px;
  }
  .procurement__hero_title--home {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .nav-menu__items {
    position: absolute;
    left: auto;
    top: 64px;
    right: 16px;
    bottom: auto;
    z-index: 1000;
    display: none;
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 3px;
    background-color: #f3f3f3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  }
  .nav-menu__dropdown_trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
  }
  .nav-menu__stages-dropdown {
    display: none;
    width: 100%;
  }
  .nav-menu__icon-open {
    width: 44px;
    height: 44px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-menu__icon-close {
    width: 44px;
    height: 44px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-menu__stages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu__stages_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 12px 10px 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    text-decoration: none;
  }
  .nav-menu__stages_link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-menu__stages_link.w--current {
    color: #ff9829;
  }
  .nav-link--label {
    margin: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
  }
  .nav-link--label:hover {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.7);
  }
  .stage__section--hero-grey {
    padding-top: 32px;
  }
  .section__main_link {
    padding-right: 42px;
    padding-left: 16px;
  }
  .nav-menu__links {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-21 {
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header__download {
    left: 0px;
    right: auto;
  }
  .project-list__options {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-list__download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 8px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }
  .project-list__download-button {
    left: 0px;
    right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
  }
  .nav-bar {
    border-bottom-style: none;
    box-shadow: 0 0 20px -12px #000;
  }
  .nav-bar__wrap {
    padding-right: 16px;
  }
  .nav-bar__top {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-bar__bottom {
    display: none;
  }
  .nav-bar__logo {
    width: 150px;
  }
  .nav-bar__search_wrap {
    padding-right: 12px;
  }
  .nav-bar__social_wrap {
    display: none;
  }
  .social {
    right: 15%;
  }
  .social-trigger:hover {
    background-color: #8f44f6;
  }
  .social-trigger:active {
    background-color: #8f44f6;
  }
  .nav-bar__links_wrap {
    display: none;
  }
  .nav-bar__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-menu {
    right: -280px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 16px;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.col-xs-11 {
    max-width: 91.666667%;
    -webkit-flex-basis: 91.67%;
    -ms-flex-preferred-size: 91.67%;
    flex-basis: 91.67%;
  }
  .col.col-xs-1 {
    max-width: 8.333333%;
    -webkit-flex-basis: 8.33%;
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
  .col.col-xs-2 {
    max-width: 16.666667%;
    -webkit-flex-basis: 16.67%;
    -ms-flex-preferred-size: 16.67%;
    flex-basis: 16.67%;
  }
  .col.col-xs-10 {
    max-width: 83.333333%;
    -webkit-flex-basis: 83.33%;
    -ms-flex-preferred-size: 83.33%;
    flex-basis: 83.33%;
  }
  .col.col-xs-3 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .col.col-xs-9 {
    max-width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .col.col-xs-4 {
    max-width: 33.333333%;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .col.col-xs-8 {
    max-width: 66.666667%;
    -webkit-flex-basis: 66.67%;
    -ms-flex-preferred-size: 66.67%;
    flex-basis: 66.67%;
  }
  .col.col-xs-5 {
    max-width: 41.666667%;
    -webkit-flex-basis: 41.67%;
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
  .col.col-xs-7 {
    max-width: 58.333333%;
    -webkit-flex-basis: 58.33%;
    -ms-flex-preferred-size: 58.33%;
    flex-basis: 58.33%;
  }
  .col.col-xs-6 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .col.col-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .small-button_wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sub-section__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 20px;
  }
  .chart-dropdown_trigger {
    z-index: 9998;
  }
  .chart-dropdown_list {
    z-index: auto;
  }
  .dropdown.cc-align-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-heading_title {
    font-size: 16px;
  }
  .button_wrapper.cc-align-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .small-detail_wrapper {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .small-detail_wrapper.cc-mb-4 {
    margin-bottom: 4px;
  }
  .small-detail-heading {
    margin-right: 12px;
    line-height: 14px;
  }
  .search-detail_wrapper {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .brand {
    margin-left: 16px;
    padding-left: 0px;
  }
  .narrow-card_first-column {
    overflow: hidden;
    width: auto;
    margin-right: 24px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .narrow-card_last-column {
    width: auto;
    min-width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .narrow-card_title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mobile {
    display: block;
  }
  .hide-xs {
    display: none;
  }
  .list-sorting_wrapper {
    width: 100%;
    margin-top: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .project-status-overview {
    padding-top: 12px;
  }
  .project-details__item {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .project-details__heading {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .muni-map {
    height: 150px;
  }
  .sub-section__title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-header__infra_search {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .subsection-details__heading {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .section--hero {
    padding-top: 24px;
    padding-bottom: 52px;
  }
  .procurement__stage_title {
    font-size: 22px;
  }
  .stages__header_icon {
    width: 48px;
    height: 48px;
  }
  .procurement__stages_main {
    margin-top: 24px;
  }
  .stages__main_description {
    padding-right: 0px;
  }
  .procurement__stage {
    margin-top: 24px;
  }
  .hero__heading {
    margin-right: 16px;
  }
  .procurement__meta {
    position: relative;
  }
  .nav__top {
    right: 16px;
    bottom: 24px;
  }
  .procurement__stages_content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .procurement__stages_nav_dots {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .button--page-link {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contents__list.w--open {
    left: -244px;
  }
  .procurement__faq_title {
    font-size: 14px;
  }
  .button--page-link--dark {
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .useful-info__card {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .useful-info__card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stage__header_nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stage__section--hero {
    padding-top: 24px;
  }
  .stages__header_divider--light {
    margin-top: 4px;
  }
  .footer__legal {
    margin-top: 0px;
    padding-top: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-5 {
    width: 300px;
    height: auto;
  }
  .image-6 {
    height: 28px;
    margin-left: 0px;
  }
  .text-block-14 {
    margin-right: 12px;
    margin-left: 8px;
    padding-left: 8px;
    font-size: 12px;
  }
  .nav-menu__items {
    width: 300px;
  }
  .stage__section--hero-grey {
    padding-top: 24px;
  }
  .treasury-logo {
    width: 300px;
    height: auto;
  }
  .header__download {
    left: 0px;
    right: auto;
  }
  .project-list__options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-list__download {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .project-list__download-button {
    left: 0px;
    right: auto;
  }
  .nav-bar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .nav-bar__wrap {
    padding: 10px 14px;
  }
  .nav-bar__top {
    height: 48px;
  }
  .nav-bar__search {
    max-width: none;
  }
  .nav-bar__search_wrap {
    display: none;
  }
  .nav-bar__search_wrap.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social {
    right: 20%;
    bottom: 20%;
  }
  .nav-bar__menu {
    border-left-style: none;
  }
  .nav-bar__middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 52px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mobile-menu {
    background-color: #fff;
  }
  .mobile-menu__darken {
    z-index: 99;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}