.messages {
  position: absolute;
  right: 20px;
  top: 20px;
}

.message {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 70px;
  width: 305px;
  color: white;

  margin: 5px;
  padding: 10px;
  border-radius: 5px;
}

.message__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 5px;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.project-graphs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

.project-graphs > .content-panel {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 92, 133, .2);
  overflow:hidden
}

.project-graphs > div {
  width: 19%;
  min-width: 220px;
  margin-right: 10px;
  margin-top: 10px;
}

.project-graphs > div:last-child {
  margin-right: 0;
}

.project-graphs button {
 background:none!important;
 border:none; 
 padding:0!important;
 font: inherit;
 cursor: pointer;
}

.project-graphs__box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.project-graphs__label-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5%;
}

.project-graphs__label-container > div {
  max-width: 50%;
}

.project-graphs__box-label {
  font-size: 1.125em;
  color: #023146;
}

.project-graphs__box-label span {
  font-size: 0.875em;
  color: #A3A6B4;
}

.project-graphs__box-average {
  font-size: 2.25em;
  font-weight: bold;
  color: #023146;
}

.open-chart-detail-modal {
  position: absolute;
  cursor: pointer;
  right: 7px;
  bottom: 5px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #888, 1px -1px 0 #888, -1px 1px 0 #888, 1px 1px 0 #888;
}

.chart-modal {
  max-width: 1300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  outline: none;
  padding: 2%;
}

.modal-chart-label {
  text-align: left;
  padding: 2%;
  margin-left: 2%;
}

a.add-project-link {
  display: block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: #2ECC71;
  font-size: 0.6875em;
  margin-top: 25%;
}

.circle-plus-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url('/static/icons/circle-plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

@media only screen and
(max-width: 1800px)  {
  .project-graphs__box-label {
    font-size: 1.25em;
  }

  .project-graphs__box-label span {
    font-size: 0.8125em;
  }

  .project-graphs__box-average {
    font-size: 2em;
  }
}

@media only screen and
(max-width: 1600px)  {
  .project-graphs__box-label {
    font-size: 1.125em;
  }

  .project-graphs__box-label span {
    font-size: 0.8125em;
  }

  .project-graphs__box-average {
    font-size: 1.5em;
  }
}

@media only screen and
(max-width: 768px)  {
  .project-graphs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .project-graphs > div {
    width: 19%;
    min-width: 116px;
    margin-right: 5px;
    margin-top: 5px;
  }

  .project-graphs__label-container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0;
  }

  .project-graphs__label-container > div {
    max-width: 100%;
  }

  .project-graphs__box-label {
    font-size: 0.6875em;
    padding-top: 3px;
  }

  .project-graphs__box-average {
    font-size: 1.25em;
  }
}

@media only screen and
(min-width : 320px) and
(max-width : 480px) {
  .project-graphs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .chart-modal {
    min-width: 80%;
    margin: 5% auto;
  }
  .project-graphs > div {
    margin-right: 4px;
    min-width: 100px;
  }
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.compare {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: space-around;
      align-items: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.compare__overlay {
  display: none;
  background-color: rgba(0, 0, 0, .9);
  z-index: 20;
}

@media only screen and
(min-device-width : 320px) and
(max-device-width : 480px) and 
(orientation: portrait) {
  .compare__overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.compare-info__change {
  cursor: pointer
}

.compare-info__change img {
 width: 21px;
 height: 21px;

}

.compare-sub-info_inverted {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse
}

.compare-sub-info_inverted .compare-sub-info__change {
 left: 10px;

}

.dot-icon {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  display: inline-block;
}

.icon-lowest {
  background-color: #EE4058;
}

.icon-middle {
  background-color: #F2D312;
}

.icon-highest {
  background-color: #2ECC71;
}

.icon-hidden {
  display: none;
}

.compare-content-panel {
  border-radius: 25px;
  background-color: white;
  box-shadow: 0 2px 15px 0 rgba(0, 79, 132, .1);
  height: 800px;
  width: 500px;
  margin: 60px 0;
}

.content-panel_centered {
  width: 500px;
  margin: 60px auto;
}

.compare-subcontractor-search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center
}

.compare-subcontractor-search > * {
 width: 80%;

}

.compare-subcontractor-search input.subcontractor-search-input {
 margin-top: 150px;
 margin-bottom: 40px;

}

.compare-subcontractor-content {
  position: relative;
}

input[type=text].subcontractor-search-input,
input[type=number].subcontractor-search-input {
  color: rgba(67, 66, 93, .9);
  border-width: 0 0 1px 0;
  line-height: 45px;
  font-size: 1.25em;
  border-color: #A3A6B4
}

input[type=text].subcontractor-search-input::-webkit-input-placeholder, input[type=number].subcontractor-search-input::-webkit-input-placeholder {
 color: rgba(163, 166, 180, .9);
 font-weight: lighter;

}

input[type=text].subcontractor-search-input::-moz-placeholder, input[type=number].subcontractor-search-input::-moz-placeholder {
 color: rgba(163, 166, 180, .9);
 font-weight: lighter;

}

input[type=text].subcontractor-search-input::-ms-input-placeholder, input[type=number].subcontractor-search-input::-ms-input-placeholder {
 color: rgba(163, 166, 180, .9);
 font-weight: lighter;

}

input[type=text].subcontractor-search-input::placeholder, input[type=number].subcontractor-search-input::placeholder {
 color: rgba(163, 166, 180, .9);
 font-weight: lighter;

}

input[type=text].subcontractor-search-input:focus, input[type=number].subcontractor-search-input:focus {
 border-color: #2ECC71;

}

input[type=text].subcontractor-search-input.bid-input, input[type=number].subcontractor-search-input.bid-input {
 font-size: 1.125em;
 line-height: 32px;
 text-align: center;
 width: 100%;

}

input[type=number].bid-input::-webkit-inner-spin-button, 
input[type=number].bid-input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bid-price-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}

.bid-price-input-wrapper {
  position: relative;
  width: 57%
}

.bid-price-input-wrapper > span {
 position: absolute;
 left: -6%;
 bottom: 25%;

}

.compare-close-icon-wrapper {
  border-radius: 50%;
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 110px;
  width: 110px;
  background-color: #F5F6FA;
}

.compare-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 88px;
  width: 88px;
  display:inline-block;
  border-radius: 50%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(fa4e9f1d808243404e7375a80baf057b.png);
  box-shadow: 0 2px 15px 0 rgba(0, 79, 132, .1);
}

.compare-close-icon__active {
  background-image: url(b68cd69e1120ecf4006bde521b412158.png);
}

.compare-sub-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 75px
}

.compare-sub-info > * {
 width: 80%;

}

.compare-subcontractor-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center
}

.compare-subcontractor-title > a {
 text-decoration: none;
 color: #023146;
 font-size: 2em;
 font-weight: normal;

}

.compare-subcontractor-title > a:hover {
 color: #A3A6B4;

}

.compare-credit-score {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center
}

.compare-credit-score > * {
 margin: 0 4px;

}

.compare-credit-score > .compare-credit-score__label {
 font-size: 1em;
 color: #A3A6B4;

}

.compare-credit-score > .compare-credit-score__value {
 font-size: 1.25em;

}

.compare-credit-score > .compare-credit-score__value.compare-credit-score__value-success {
 color: #2ECC71;

}

.compare-credit-score > .compare-credit-score__value.compare-credit-score__value-warning {
 color: #F2D312;

}

.compare-credit-score > .compare-credit-score__value.compare-credit-score__value-success-minor {
 color: #A4D935;

}

.compare-credit-score > .compare-credit-score__value.compare-credit-score__value-error {
 color: #EE4058;

}

.compare_graph_info {
  margin: 4.5% 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.compare-graph {
  width: 25%;
}

.compare-graph__exterior {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
}

.compare-graph__interior {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  width: 80%;
  height: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center
}

.compare-graph__interior > .compare-graph__value {
 font-size: 1.5em;
 color: #023146;

}

.compare-graph__interior > .compare-graph__label {
 font-size: 0.75em;
 color: #A3A6B4;

}

.compare-graph__risk-label {
  text-align: center;
  margin: 10px auto;
  font-size: 0.8125em;
  color: #828E9C;
}

.compare-graph__exterior-success {
  background: linear-gradient(166deg, #92E8B7, #2ECC71);
}

.compare-graph__exterior-warning {
  background: linear-gradient(225deg, #F1D83C, #FFED7A);
}

.compare-graph__exterior-error {
  background: linear-gradient(221deg, #EE4058, #FF8E9E);
}

.compare-data-row {
  margin: 3% 0;
  display: grid;
  grid-template-columns: 15% 50% 5% 30%;
  grid-template-rows: auto;
  -ms-flex-align: center;
      align-items: center
}

.compare-data-row > .dot-icon {
 grid-column: 3 / 3;
 grid-row: 1 / 1;

}

.compare-data-row__icon {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  background-color: rgba(46, 204, 113, .2);
  height: 43px;
  width: 43px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(46, 204, 113, .2);
}

.compare-data-row__label {
  grid-column: 2 / 2;
  grid-row: 1 / 1;
  font-size: 1em;
  color: #023146;
}

.compare-data-row__value {
  grid-column: 4 / 4;
  grid-row: 1 / 1;
  font-size: 1em;
  color: #023146;
}

.icon-single_job_capacity_override_value {
  background-image: url(427320abd2a7b8d7c3ea91ce2de5f37c.png);
}

.icon-work_program {
  background-image: url(f323a294ab1e9b3f43be2cc752bc061f.png);
}

.icon-working_capital_work_program {
  background-image: url(455fbe9d87ec760227de560fd39c5cd8.png);
}

.icon-net_worth_work_program {
  background-image: url(047fda6bf773d969a8c0288db3cfac9f.png);
}

.icon-debt_to_equity {
  background-image: url(80580ce46e39d02509ff8bdc74407181.png);
}

.icon-bank_line_available {
  background-image: url(9ce1b7c791a519354b5eeffa80accaa1.png);
}

.tags {
  display: inline;
  position: relative;
  cursor: pointer;
}

.tags:hover:after {
  background: rgba(0, 0, 0, 1);
  border-radius: 5px;
  bottom: -34px;
  color: #fff;
  content: attr(data-gloss);
  right: 2px;
  text-transform: none !important;
  text-decoration: none !important;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 350px;
}

.tags:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 0 6px 6px 6px;
  bottom: -4px;
  text-transform: none !important;
  text-decoration: none !important;
  left: 0%;
  position: absolute;
  z-index: 99;
}:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.credit-model {
  width: 100%
}
.credit-model > div {
 margin-bottom: 10px;

}
.credit-model_search-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.credit-model-general {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 40px !important;
}
.credit-model-general__info {
  width: 80%;
}
@media (max-width: 100em) {
  .credit-model-general__info {
    width: 100% !important;
  }
  .credit-model-general {
    display: block !important;
  }
}
.credit-model__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px
}
.credit-model__title div {
 color: #4F6670;
 font-size: 2em;

}
.credit-model__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.credit-model__info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 40%;
  color: #A3A6B4;
  font-size: 1em;
  margin: 10px;
}
@media (max-width: 37.499em) {
  .credit-model__title > div {
    font-size: 1.25em !important;
  }
  .credit-model__info-item {
    font-size: 0.8125em !important;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .credit-model__title > div {
    font-size: 1.5em !important;
  }
  .credit-model__info-item {
    font-size: 0.875em !important;
  }
}
@media (min-width: 100em) {
  .credit-model__info-item {
    width: 32%;
  }
}
@media (max-width: 100em) {
  .credit-model__info-item {
    width: 45%;
  }
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em) {
  .credit-model__info-item {
    width: 100%;
  }

}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em) {
  .credit-model__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .credit-model__title > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .credit-model__title select:first-of-type {
    margin-left: 0px;
  }
}
.credit-model__info-icon {
  background-color: rgba(46, 204, 113, .2);
  display: inline-block;
  height: 35px;
  width: 35px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.credit-model__info-icon-naics {
  background-image: url(27d4b3fe9ae9635808dd2d464fee5170.png);
}
.credit-model__info-icon-expiration {
  background-image: url(b8ea3915ac2eae56bccc5dff8233b0a2.png);
}
.credit-model__info-icon-fiscal {
  background-image: url(324887f1aabdabd898c02fb7d0abac58.png);
}
.credit-model__info-icon-location {
  background-image: url(2d5a07532833a4f9b1959e4982edf845.png);
}
.credit-model__info-icon-contact {
  background-image: url(093799955d324bcfead92efc2c1a5360.png);
}
.credit-model__info-icon-phone {
  background-image: url(24257ab35109c5c4c529e5c48a082e09.png);
}
.questionmark-tooltip-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  background-image: url('/static/icons/questionmark-tooltip.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.info-textbox-small {
  margin-left: 0.5625em;
}
.info-textbox {
  margin-left: 0.8125em;
  color: #023146
}
.button-request-update {
  font-size: 0.8125em !important;
  margin-left: 0.5625em;
}
.credit-model__revenue-wrapper {
  grid-column: revenue-start / revenue-end;
  grid-row: 1 / 1;
  padding-bottom: 10px
}
.credit-model__revenue-wrapper > * {
 width: 90%;
 margin: 0 auto;

}
.credit-model__revenue-title {
  color: #023146;
  font-size: 1.25em;
  margin-top: 26px;
  margin-bottom: 20px;
}
.credit-model-general__revenue {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.credit-model-general__revenue-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 7px 0;
  border-radius: 8px;
  width: 100%;
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em), (min-width: 75em) and (max-width: 109.999em) {
  .credit-model-general__revenue {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .credit-model-general__revenue-item {
    width: 50%;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .revenue-item__label {
    font-size: 1em !important;
  }
  .revenue-item__value {
    font-size: 0.875em !important;
  }
  .credit-model__revenue-title, .credit-model-projects__title {
    font-size: 1.125em !important;
  }
  .revenue-item__icon {
    height: 46px !important;
    width: 46px !important;
  }
}
@media (max-width: 37.499em) {
  .revenue-item__label {
    font-size: 0.875em !important;
  }
  .revenue-item__value {
    font-size: 0.8125em !important;
  }
  .credit-model__revenue-title {
    font-size: 1em !important;
  }
  .credit-model-projects__filters {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .credit-model-projects__title {
    font-size: 1em !important;
    margin-right: 0 !important;
  }
  .revenue-item__icon {
    height: 46px !important;
    width: 46px !important;
  }
}
.revenue-item-job {
  background-color: #F5F6FA;
}
.revenue-item {
  display: -ms-flexbox;
  display: flex;
}
.revenue-item__content {
  margin-right: auto;
}
.revenue-item__icon {
  margin: 0 4%;
  background-color: rgba(46, 204, 113, .2);
  display: inline-block;
  height: 61px;
  width: 61px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 11px 0 rgba(46, 204, 113, .2)
}
.revenue-item__icon.revenue-item__icon-single-job {
 background-image: url(d3e18c491314b98f21101b03a0835afa.png);

}
.revenue-item__icon.revenue-item__icon-aggregate-job {
 background-image: url(dbfc67635ff54c54e905b2b8f730a486.png);

}
.revenue-item__icon.revenue-item__icon-net-worth {
 background-image: url(9b3721976a190177fbdd6215980b87e6.png);

}
.revenue-item__icon.revenue-item__icon-net-income {
 background-image: url(d073c9359356466f2c676681cce1f69f.png);

}
.revenue-item__icon.revenue-item__icon-bonding-capacity {
 background-image: url(dbfc67635ff54c54e905b2b8f730a486.png);

}
.revenue-item__icon.revenue-item__icon-revenue {
 background-image: url(f36ca1766807563159fec27eea88f488.png);

}
.revenue-item__icon.revenue-item__icon-working-capital {
 background-image: url(27067b0d84c5fb62796607c26a14b4b0.png);

}
.revenue-item__icon.revenue-item__icon-total-awarded {
 background-image: url(8479af329e54dcd1deebc56ada4c65e8.png);

}
.credit-model-search-link {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  background-image: url('/static/icons/icon-credit-model-search.svg');
}
.company-stats-arrow {
  margin-right: 5%;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 27px;
  background-image: url('/static/icons/company-stats-arrow.svg');
}
.company-stats-arrow-red {
  background-image: url('/static/icons/company-stats-arrow-red.svg');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.revenue-item__label {
  color: #023146;
  min-width: 120px;
  font-size: 1.125em;
  margin-bottom: 5px;
}
.revenue-item__value {
  color: #023146;
  font-size: 1em;
}
.negative-value-stat {
  color: #EE4058;
}
.revenue-item__label_right {
  text-align: right;
}
.credit-model-criteria--wrapper {
  display: grid;
  grid-template-columns: [criteria-start] 3fr [criteria-end revenue-start] 1fr [revenue-end];
  grid-template-rows: auto;
  grid-column-gap: 1%;
  margin: 20px 0 !important;

}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em), (max-width: 110em) {
  .credit-model-criteria--wrapper {
    display: block;
  }
  .credit-model-criteria {
    grid-column: none;
    grid-row: none;
    margin-bottom: 20px;
  }
  .credit-model__revenue-wrapper {
    grid-column: none;
    grid-row: none;
  }
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .credit-model-criteria {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.credit-model-export-wrapper {
  margin: 12px 0
}
.credit-model-export-wrapper .menu-wrap {
 max-width: none !important;

}
@media (max-width: 100em) {
  .credit-model-export-wrapper {
    margin: 20px 0;
  }
}
@media (max-width: 37.499em) {
  .credit-model-export-wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.credit-model-export--explanation {
  margin-bottom: 10px
}
.credit-model-export--explanation > div:first-child {
 font-weight: bold;
 color: #023146;
 font-size: 1em

}
.credit-model-export--explanation > div:first-child span {
 background-color: #2ECC71;
 color: white;
 padding: 0 5px;
 border-radius: 4px;
 display: inline-block;

}
.credit-model-export--explanation > div:nth-child(2) {
 font-size: 0.875em;
 color: #A3A6B4;

}
.credit-model-export--explanation > p:first-of-type {
 color: #023146;

}
.credit-model-export--icon {
  background-image: url('/static/icons/icon-download.svg');
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 10px;
}
.button-criteria {
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .19);
  font-size: 1em;
  height: 40px;
}
.button-criteria--hollow {
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, .05);
  color: #A3A6B4 !important;
  border: 1px solid #D7DAE2 !important;
  background-color: white !important;
}
.credit-model-general__export {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 100px;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 100em) {
  .credit-model-general__export {
    -ms-flex-align: center;
        align-items: center;
  }
}
.credit-model-button-export {
  height: 41px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
}
.credit-model-graphs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.credit-model-graphs > div {
  max-width: 20%;
  margin-right: 10px;
}
.credit-model-graphs > div:last-child {
  margin-right: 0;
}
@media only screen and
(max-width: 1300px)  {
  .credit-model-graphs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .credit-model-graphs > div {
    max-width: 40%;
    margin-top: 10px;
  }
  .credit-model-graphs > div:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and
(min-width : 320px) and
(max-width : 480px) {
  .credit-model-graphs {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
  }
  .credit-model-graphs > div {
    max-width: 100%;
    margin-right: 0;
    margin-top: 5px;
  }
}
.credit-model-graphs__box {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 13px 30px;
  padding-bottom: 0
}
.credit-model-graphs__box hr {
 width: 33px;
 border-color: #A3A6B4;
 border-style: solid;
 margin-top: 0;

}
.credit-model-graphs__box canvas {
 width: 100%;

}
.credit-model-graphs__box-label {
  font-weight: 500;
  color: #34435D;
  font-size: 1.25em;
}
.credit-model-graphs__box-average {
  font-size: 0.8125em
}
.credit-model-graphs__box-average span.score {
 color: #34435D;

}
.credit-model-graphs__box-score {
  font-size: 1.125em;
  margin-bottom: 5px
}
.credit-model-graphs__box-score span.score {
 font-size: 1.5em;
 color: #34435D;

}
.credit-model__project-list tr:nth-child(odd):not(:first-child) {
 background-color: #FBFBFB;

}
.credit-model__project-list a {
 display: -ms-flexbox;
 display: flex;
 min-height: 40px;
 -ms-flex-pack: center;
     justify-content: center;
 -ms-flex-align: center;
     align-items: center;

}
.credit-model-projects__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 27px
}
.credit-model-projects__filters .list-filter {
 margin-bottom: 0 !important;

}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .credit-model-project-pm-filter {
    display: none !important;
  }
}
.credit-model--project-pm-select {
  width: auto !important;
  height: 28px !important;
  font-size: 0.875em !important;
  font-weight: normal !important;
  padding-right: 20px !important;
  color: #A3A6B4;
  background-color: white;
  background-size: 1.5em 1.5em !important;
  background-image: url('/static/icons/arrow-dropdown.png');
  background-position: right 0 bottom 50% !important;
}
.credit-model-projects__title {
  color: #023146;
  font-size: 1.5em;
  margin-right: 60px;
}
.credit-model--project-expand-button {
  cursor: pointer;
  min-height: 40px;
  margin: 30px auto 0 auto;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #2ECC71;
  font-weight: bold;
  font-size: 1em;
}
.credit-model--project-expand-icon {
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 10px;
  background-image: url(970a592eeade46cb91cfaf21c63ace90.png)
}
.credit-model--project-expand-icon.project-expand-icon--reverse {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);

}
.credit-model-criteria {
  grid-column: criteria-start / criteria-end;
  grid-row: 1 / 1;
  padding: 0 28px 30px 28px;
  display: grid;
  font-size: 1em;
  grid-template-columns:
    [criteria] 306px
    [detail] auto
    [end] 0;
  grid-template-rows:
    [switcher] 82px
    [score-detail] 0.8fr
    [end] 0;
}
.credit-model-criteria--accordion {
  width: 100%;
  margin-top: 20px;
}
.credit-model-criteria--accordion-item {
  width: 100%
}
.credit-model-criteria--accordion-item > div:first-child {
 color: #4D4F5C;
 cursor: pointer;
 border-radius: 8px;
 padding-left: 4%;
 height: 52px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
     align-items: center;
 border-bottom: 1px solid #E6E6E6;

}
.credit-model-criteria--accordion-item .credit-model-criteria__score-labels--selected {
 box-shadow: 0 5px 14px 0 rgba(147, 161, 185, .4) !important;

}
.credit-model-criteria--accordion-item > * {
 width: 96% !important;

}
.accordion-item-icon {
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  margin: 0 3% 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/static/icons/icon-criteria-open.svg')
}
.accordion-item-icon--selected {
  background-image: url('/static/icons/icon-criteria-close.svg');
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-criteria-detail-wrapper {
  margin: 24px auto
}
.accordion-criteria-detail-wrapper .credit-model-criteria__score-detail {
 grid-column: none !important;
 grid-row: none !important;
 -ms-flex-align: center;
     align-items: center

}
.accordion-criteria-detail-wrapper .credit-model-criteria__score-detail > * {
 width: 98%;

}
.accordion-criteria-detail-wrapper .credit-model-criteria__score-item--header {
 border-radius: 8px;

}
.accordion-criteria-detail-wrapper .score-item-header-strip {
 padding-left: 10px;

}
.accordion-criteria-detail-wrapper .credit-model-criteria__score-item {
 padding-left: 10px;
 width: 100%

}
.accordion-criteria-detail-wrapper .credit-model-criteria__summary {
 padding-left: 10px;

}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .credit-model-criteria {
    font-size: 0.875em !important
  }
  .credit-model-criteria button {
  font-size: 0.875em !important;

 }
}
@media (max-width: 37.499em) {
  .credit-model-criteria {
    font-size: 0.75em !important
  }
  .credit-model-criteria button {
  font-size: 0.75em !important;

 }
}
.credit-model-criteria__switcher {
  grid-column: criteria / end;
  grid-row: switcher;
  padding-top: 20px;
}
.credit-model-criteria__score-labels {
  grid-column: criteria;
  grid-row: score-detail / end;
  border-radius: 8px 8px 8px 8px;
  color: #4D4F5C;
  cursor: pointer
}
.credit-model-criteria__score-labels div {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: justify;
     justify-content: space-between;
 padding-left: 24px;
 height: 52px;
 display: flex;
 -ms-flex-align: center;
     align-items: center;
 border-bottom: 1px solid #E6E6E6;

}
.credit-model-criteria__score-label-item {
  padding-right: 24px;
  background-color: #F5F6FA;
}
.credit-model-criteria__score-labels--selected {
  background: linear-gradient(
    90deg,
    #2ECC71 7px,
    white 7px
  );
  border-radius: 8px;
  box-shadow: 0 14px 49px 0 rgba(147, 161, 185, .4);
  padding-right: 32px;
  width: 259px;
  margin-right: -2px;
  background-color: white;
  border-bottom: 0;
  cursor: auto;
  font-weight: bolder;
}
.credit-model-criteria__score-detail {
  grid-column: detail / end;
  grid-row: score-detail / end;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.credit-model-criteria__summary {
  padding-left: 6%;
  width: 94%;
  margin-top: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.credit-model-criteria__comment {
  padding: 10px 23px;
  margin-right: 20px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 118px;
  overflow-y: auto;
  border: 1px #E8E9EC solid;
  color: #A3A6B4;
  border-radius: 8px 8px 8px 8px;
}
.credit-model-criteria__score {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: bolder;
  margin: 0 20px;
  text-align: center;
}
.credit-model-criteria__score-numeric {
  width: 93px;
  height: 93px;
  line-height: 93px;
  border-radius: 14px;
  font-size: 1.25em;
  color: #023146;
  text-align: center;
}
.credit-model-criteria__score-numeric__high {
  background-color: #EFBFBF;
  box-shadow: 0 16px 20px 0 rgba(239, 191, 191, .5);
  -webkit-box-shadow: 0 16px 20px 0 rgba(239, 191, 191, .5);
  -moz-box-shadow: 0 16px 20px 0 rgba(239, 191, 191, .5);
}
.credit-model-criteria__score-numeric__medium {
  background-color: #FBF1B6;
  box-shadow: 0 16px 20px 0 rgba(158, 136, 0, .31);
  -webkit-box-shadow: 0 16px 20px 0 rgba(158, 136, 0, .31);
  -moz-box-shadow: 0 16px 20px 0 rgba(158, 136, 0, .31);
}
.credit-model-criteria__score-numeric__low {
  background-color: #BFEFD3;
  box-shadow: 0 16px 20px 0 rgba(2, 106, 46, .11);
  -webkit-box-shadow: 0 16px 20px 0 rgba(2, 106, 46, .11);
  -moz-box-shadow: 0 16px 20px 0 rgba(2, 106, 46, .11);
}
.credit-model-criteria__score-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 6%;
  margin-bottom: 27px;
  width: 94%
}
.credit-model-criteria__score-item > div:nth-child(1) {
 color: #A3A6B4;
 width: 50%;

}
.credit-model-criteria__score-item > div:nth-child(2) {
 width: 30%;

}
.credit-model-criteria__score-item > div:nth-child(3) {
 width: 20%;

}
.credit-model-criteria__score-item-bls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 6%;
  margin-bottom: 27px;
  width: 94%
}
.credit-model-criteria__score-item-bls > div:nth-child(1) {
 width: 50%;

}
.credit-model-criteria__score-item-bls > div:not(:first-child) {
 width: 10%;

}
.credit-model-criteria__score-item-value {
  text-align: center;
  height: 28px;
  color: #023146
}
.credit-model-criteria__score-item-value span {
 display: inline-block;
 height: 28px;
 width: 50%;
 background-color: rgba(245, 246, 250, .75);
 border-radius: 14px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;

}
.credit-model-criteria__score-item--header {
  background-color: #F5F6FA;
  color: #A3A6B4;
  margin-bottom: 12px;
  font-weight: bolder;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.score-item-header-strip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 6%;
  width: 100%
}
.score-item-header-strip > div:nth-child(1) {
 width: 50%;

}
.score-item-header-strip > div:nth-child(2) {
 width: 30%;
 text-align: center;

}
.score-item-header-strip > div:nth-child(3) {
 width: 20%;

}
.score-item-header-strip--bls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 6%;
  width: 100%
}
.score-item-header-strip--bls > div:nth-child(1) {
 width: 50%;

}
.score-item-header-strip--bls > div:not(:first-child) {
 width: 10%;
 text-align: center;

}
.credit-model__projects {
  position: relative;
  z-index: 999;
  padding: 35px 35px 20px 35px;
}
.score-legend {
  text-align: center;
}
canvas {
  display: block;
  margin: 0 auto;
}
.risk-visual-marker {
  height: 11px;
  width: 11px !important;
  border-radius: 11px;
  margin-right: 10px;
}
.risk-visual-marker--low {
  background-color: #2ECC71;
}
.credit-model-criteria__score-item-risk {
  color: #A3A6B4;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.risk-visual-marker--medium {
  background-color: #F2D312;
}
.risk-visual-marker--high {
  background-color: #EE4058;
}
.legend-text {
  display: inline-block;
  padding-right: 7px;
  font-size: 0.5625em;
  font-weight: lighter;
}
.high-risk::before{
   content: '';
   display: inline-block;
   margin-right:3px;
   width: 10px;
   height: 10px;
   background-image:url(/static/img/red-dot.png);
   background-size: 10px 10px;
}
.medium::before{
   content: '';
   display: inline-block;
   margin-right:3px;
   width: 10px;
   height: 10px;
   background-image:url(/static/img/yellow-dot.png);
   background-size: 10px 10px;
}
.favorable::before{
   content: '';
   display: inline-block;
   margin-right:3px;
   width: 10px;
   height: 10px;
   background-image:url(/static/img/light-green-dot.png);
   background-size: 10px 10px;
}
.best::before{
   content: '';
   display: inline-block;
   margin-right:3px;
   width: 10px;
   height: 10px;
   background-image:url(/static/img/green-dot.png);
   background-size: 10px 10px;
}
.svg-container {
  position: relative;
  text-align: center;
}
.score-overlay {
  position: absolute;
  width: 100%;
  max-height: 50%;
  bottom: 10%;
  text-align: center;
}
.credit-score-text, .db-score-text {
  font-size: 0.8em;
  font-weight: lighter;
}
.credit-score, .db-score {
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}
.score-overlay-db {
  position: absolute;
  width: 100%;
  max-height: 50%;
  bottom: 10%;
  text-align: center;
}
.db-score {
  font-size: 2.5em;
  font-weight: bold;
  color: black;
}
@media only screen and (max-width: 1100px) {
  .score-overlay {
    max-height: 70%;
  }
  .credit-score-text, .db-score-text {
    font-size: 0.5em;
  }
  .credit-score, .db-score {
    margin-top: -15px;
    font-size: 2em;
  }
  .db-score {
    font-size: 2em;
  }
}
@media only screen and (max-width: 950px) {
  .credit-score-text, .db-score-text {
    font-size: 0.3em;
  }
  .credit-score, .db-score {
    margin-top: -15px;
    font-size: 1em;
  }
  .db-score {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 800px) {
  .score-overlay {
    position: relative;
  }
  .credit-score-text, .db-score-text {
    font-size: 0.5em;
  }
  .credit-score, .db-score {
    margin-top: -15px;
    font-size: 1.5em;
  }
  .db-score {
    font-size: 1em;
  }
}
.credit-model-criteria-historical--wrapper {
  display: grid;
  grid-template-columns: [historical-criteria-start] 2fr [historical-criteria-end historical-revenue-start] 2fr [historical-revenue-end];
  grid-template-rows: auto;
  grid-column-gap: 1%;
  margin: 20px 0 !important;

}
.credit-model-criteria-historical {
  grid-column: historical-criteria-start / historical-criteria-end;
  grid-row: 1 / 1;
  padding: 0 28px 30px 28px;
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em), (max-width: 110em) {
  .credit-model-criteria-historical--wrapper {
    display: block;
  }
  .credit-model-criteria-historical {
    grid-column: none;
    grid-row: none;
    margin-bottom: 20px;
  }
  .credit-model__revenue-historical-wrapper {
    grid-column: none;
    grid-row: none;
  }
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .credit-model-criteria-historical {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.credit-model__historical-revenue-wrapper {
  grid-column: historical-revenue-start / historical-revenue-end;
  grid-row: 1 / 1;
  padding: 28px 28px 30px 28px
}
.credit-model__historical-revenue-wrapper > * {
 width: 90%;
 margin: 0 auto;

}
.credit-model-criteria-historical__score-detail {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 14px;
}
.credit-model-criteria-historical--accordion {
  width: 100%;
  margin-top: 20px;
}
.credit-model-criteria-historical--accordion-item {
  width: 100%
}
.credit-model-criteria-historical--accordion-item > div:first-child {
 color: #4D4F5C;
 cursor: pointer;
 border-radius: 8px;
 padding-left: 4%;
 height: 52px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
     align-items: center;
 border-bottom: 1px solid #E6E6E6;

}
.credit-model-criteria-historical--accordion-item .credit-model-criteria-historical__score-labels--selected {
 box-shadow: 0 5px 14px 0 rgba(147, 161, 185, .4) !important;

}
.credit-model-criteria-historical--accordion-item > * {
 width: 96% !important;

}
.credit-model-criteria-historical__score-numeric {
  display: inline-block;
  border-radius:14px;
  padding:3px 20px;
  color:#000;
}
.credit-model-criteria-historical__score-numeric__high {
  background-color: #EFBFBF;
}
.credit-model-criteria-historical__score-numeric__medium {
  background-color: #FBF1B6;
}
.credit-model-criteria-historical__score-numeric__low {
  background-color: #BFEFD3;
}
.pdf-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}
.cloud-computing-icon {
  display: inline-block;
  height: 90px;
  width: 100px;
  background-image: url('/static/icons/cloud-computing.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px 90px;
}
@media only screen and
(min-width : 320px) and
(max-width : 480px) {
  .pdf-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }

  .pdf-button-wrapper > button {
    width: 150px;
  }

  .list-action {
    margin-right: 0 !important;
  }

  .cloud-computing-icon {
    display: inline-block;
    height: 50px;
    width: 60px;
    background-image: url('/static/icons/cloud-computing.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60px 50px;
  }
}
/* SUBCONTRACTOR STATUS PAGE STYLES */
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.status-icon-with-text {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-align:center;
      align-items:center;
  padding:0 10px;
}
.status-icon {
  display:inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #2ECC71;
}
.status-icon--small {
  background-size:20px 20px;
}
.status-icon--large {
  width: 52px;
  height: 52px;
  font-size: 32px;
}
@media (max-width: 37.499em) {
  .status-icon--large {
    width:22px;
    height:22px;
    background-size:20px 20px;
  }
}
.status-icon--completed {
  background-color: rgba(25, 188, 94, .2);
  background-image: url(ca6540f0fe59e73f815ad24c8379a86a.png);
  background-repeat: no-repeat;
  background-position:center;
}
.status-icon--submitted {
  background-color: rgba(228, 215, 251, 1);
  background-image: url(2de03550286eb24036650eee7e87511e.png);
  background-repeat: no-repeat;
  background-position:center;
}
.status-icon--in-process {
  background-color: rgba(228, 215, 251, 1);
  background-color: rgba(255, 239, 171, 1);
  background-image: url(9190c69c9ddf9bc1dafde28ab2236078.png);
  background-repeat: no-repeat;
  background-position:center;
}
.status-icon--request-sent {
  background-color: rgba(194, 227, 249, 1);
  background-image: url(c1145170bd78560c2810818e04c8fbe8.png);
  background-repeat: no-repeat;
  background-position:center;
}
.amount-box {
  box-sizing:content-box;
  box-sizing:border-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height:110px;
  margin:0 0 10px 0;
  padding:22px 0px 0px 16px;
  background-color:#fff;
  background-repeat: no-repeat;
  background-position: top 10px right 80px;
  background-size: 26px 26px;
  border-radius:8px;
}
@media (max-width: 37.499em) {
  .amount-box {
    margin:0 0 15px 0;
    padding:12px 0px 0px 5px;
    height:65px;
    background-position: top 10px right 40px;
    background-size: 12px 12px;
  }
}
@media (min-width: 112.5em) {
  .amount-box {
    width: 24%;
  }
}
.amount-box--completed {
  background-image: url(fde56fc02e68db1c68bce361e5172337.png);
}
.amount-box--submitted {
  background-image: url(037d89b9f55d2be52f5cd3df121764b1.png);
}
.amount-box--in-process {
  background-image: url(4aff1ddf9436d915308012de27839093.png);
}
.amount-box--request-sent {
  background-image: url(1dc4cb296e78f004b13b4c5748277766.png);
}
.amount-icon {
  margin:0;
  padding:10px 0 0 0;
  height:62px;
  border-radius: 50%;
  text-align:center;
  -ms-flex:0 0 72px;
      flex:0 0 72px;
}
@media (max-width: 37.499em) {
  .amount-icon {
    padding:7px 0 0 0;
    height:29px;
    -ms-flex:0 0 36px;
        flex:0 0 36px;
  }
}
.amount-icon--completed {
  background-color:rgba(46, 204, 113, .2);
  color: #2ECC71;
}
.amount-icon--submitted {
  background-color: rgba(228, 215, 251, .4);
  color: #2ECC71;
}
.amount-icon--in-process {
  background-color: rgba(252, 244, 210, .6);
  color: #2ECC71;
}
.amount-icon--request-sent {
  background-color: rgba(210, 236, 254, .3);
  color: #2ECC71;
}
.amount-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  margin:0px 0px 0px 5px;
  padding:0;
  -ms-flex:1 1 auto;
      flex:1 1 auto;
  background-repeat: no-repeat;
  background-position: bottom 10px right 10px;
  background-size: auto 70px;
}
.amount-info--completed {
  background-image: url(fde56fc02e68db1c68bce361e5172337.png);
}
.amount-info--submitted {
  background-image: url(037d89b9f55d2be52f5cd3df121764b1.png);
}
.amount-info--in-process {
  background-image: url(4aff1ddf9436d915308012de27839093.png);
}
.amount-info--request-sent {
  background-image: url(1dc4cb296e78f004b13b4c5748277766.png);
}
.amount-number {
  font-size: 32px;
  color:#023146;
  margin:0;
  padding:0;
}
.amount-message {
  font-size: 13px;
  color:#023146;
  margin:0;
  padding:0;
}
@media (max-width: 37.499em) {
  .amount-message {
    font-size:8px;
  }
  .amount-number {
    font-size:22px;
    line-height:22px;
    height:24px;
  }
  .amount-info {
    margin:0px 0px 0px 5px;
    background-position: bottom 10px right 10px;
    background-size: auto 30px;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .amount-message {
    font-size:10px;
  }
}
.dashboard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.status-label {
  display: inline-block;
  border-radius:14px;
  padding:3px 20px;
  color:#000;
}
.status-label--success,
.safety-label--success,
.emr-label--success {
  background-color: #BFEFD3;
}
.status-label--success-minor {
  background-color: rgba(184, 223, 0, .6);
}
.status-label--warning,
.safety-label--warning,
.emr-label--warning {
  background-color: rgba(204, 204, 46, .3);
}
.status-label--error,
.safety-label--error,
.emr-label--error {
  background-color: #EFBFBF;
}
.z_score-cell {
  padding-right: 25px;
  background-size: 15px;
}
.z_score-arrow-up {
  background: url(8076e4e415a4aaeae7a339ca13bc508d.png) no-repeat center right;;
}
.z_score-arrow-down {
  background: url(2de9e40cd991ff02bb9b460eebb8d27e.png) no-repeat center right;
}
.z_score-arrow-right {
  background: url(bb61a8562f5a8bcafaca4ad3b31916e5.png) no-repeat center right;;
}
.contact-icon {
  display:inline-block;
  background-repeat: no-repeat;
  background-position:center;
  width: 26px;
  height: 26px;
  font-size: 26px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contact-icon--phone {
  background-image: url(13b70814c6c646365dfa8f1ad9210061.png);
}
.contact-icon--person {
  background-image: url(46eb518822cd0fda0d57cb662134d1d1.png);
}
.contact-icon--email {
  background-image: url(ee689260c800d79e95632ffd045a2b45.png);
}
@media (max-width: 37.499em) {
  .contact-icon {
    width:16px;
    height:16px;
    margin:0 5px;
    background-size:16px auto;
  }
  .list-cell--company-name {
    width:75px;
    padding:0 5px;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .contact-icon {
    margin:0 5px;
  }
}
/* Export PDF/XLS dropdown */
.export__menu span.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 45px;
  margin-right: 10px
}
.export__menu span.button:hover {
 cursor: pointer;

}
.menu {
  width: 300px;
  right: 0;
  top: -10px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.export-menu {   /* Added so that other places where menu class is used are not affected */
	left: 0;
}
.menu-wrap {
  max-width: 180px !important;
}
.menu__item {
  height: 35px !important
}
.menu__item:hover {
 background-color: white !important;

}
.menu__item a {
 font-size: 1em;
 font-weight: normal;
 color: #023146 !important;
 border: none;

}
.menu__item a:hover {
 background-color: white;
 color: #A3A6B4 !important;

}
.menu__item a img {
 padding-right: 10px;

}
@media (max-width: 37.499em) {
  .button {
    text-align: center;
    font-size: 0.75em !important
  }
  .button.button--new-request {
  height: 70%;
  width: 50%;
  line-height: 40px;

 }
}
/* Calculator search card centered */
.credit-model_search_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.justify-override {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.disclaimer-box {
  border-radius: 76px !important;
  padding-bottom: 17px;
}
.disclaimer-text {
  text-align: justify;
}
.calculator-info_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
.calculator-info__item-expiration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 10px;
}
.calculator-info__item-entry > label {
  font-size: 1.35em;
  font-weight: lighter;
  padding-right: 1px;
}
.calculator-info__item-entry > input {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3em;
}
@media (min-width: 785px) {
  #proposedContractName {
    margin-left: 17px;
  }
}
.capacity-limit {
  display: inline-block;
  background-color: #2ECC71;
  color: white;
  border-radius: 4px;
  padding: 0.2em;
  margin: 0.2em;
  font-size: 1.25em;
}
.aggregate-number-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 1em;
}
.number-style {
  color: white;
  background-color: #2ECC71;
  border-radius: 4px;
  padding: 0.2em;
  margin: 0.2em;
  font-size: 1.25em;
}
.calculator-model-criteria {
  grid-template-columns:
    [criteria] 306px
    [detail] auto
    [end]
    !important;
}
.calculator__switcher {
  grid-column: criteria / score !important;
}
.calculator-score-header {
  background-color: #F5F6FA;
  color: #A3A6B4;
  font-weight: bolder;
  height: 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  direction: rtl;
  padding-right: 64px;
  padding-right: 4rem;
}
.calculator-model-criteria__score-labels {
  grid-column: score;
  grid-row: score-detail / end;
  border-radius: 8px 8px 8px 8px;
  color: #4D4F5C
}
.calculator-model-criteria__score-labels div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 24px;
  height: 52px;
  display: flex;
  -ms-flex-align: center;
      align-items: center;/* border-bottom: 1px solid #E6E6E6; */
}
.disclaimer_position {
  text-align: center;
}
.disclaimer-item__icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-info-circle' viewBox='0 0 16 16'%3E %3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E %3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E %3C/svg%3E");
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
#notificationList {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
}
.notification-list {
  width: 100%;
  /* viewport height minus header, footer and content padding */
  height: calc(100vh - 212px);
  background-color: white;
  box-shadow: 0 1px 4px 0 #E5E9F2;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  background-image: url(c3a7cdd2f38673211d62bb719c01f3bf.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 40%;
}
.notification-master {
  border-radius: 8px 0 0 8px;
  width: 360px;
  border-right: 1px solid #F1F1F3;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 37.5em) and (max-width: 56.249em), (max-width: 37.499em) {
  .notification-master, .notification-detail {
    width: 100% !important;
    border: none;
    border-radius: 8px;
  }
}
.notification-master--item-list {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  overflow-y: auto;
}
.notification-master--search {
  padding: 30px 0;
  border-bottom: 1px solid #F1F1F3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  float: top
}
.notification-master--search > span {
 position: absolute;
 left: 15%;
 display: inline-block;
 height: 20px;
 width: 20px;
 background-image: url('/static/icons/icon-search-notifications.svg');
 background-position: center;
 background-repeat: no-repeat;
 background-size: 1.125em 1.125em;

}
.notification-master--search > input {
 font-size: 1em;
 color: #4D4F5C;
 border: 0;
 width: 50%;

}
.notification-master--search > input::-webkit-input-placeholder {
 font-size: 1em;
 color: #4D4F5C;
 opacity: 0.5;

}
.notification-master--search > input::-moz-placeholder {
 font-size: 1em;
 color: #4D4F5C;
 opacity: 0.5;

}
.notification-master--search > input::-ms-input-placeholder {
 font-size: 1em;
 color: #4D4F5C;
 opacity: 0.5;

}
.notification-master--search > input::placeholder {
 font-size: 1em;
 color: #4D4F5C;
 opacity: 0.5;

}
.notification-master--search-message {
  padding: 100px 10%;
  text-align: center;
  font-size: 0.875em;
  color: #4D4F5C;
  opacity: 0.5;
}
.notification-icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url('/static/icons/icon-document.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}
.notification-icon.notification-icon--large {
 height: 50px;
 width: 50px;
 background-size: 50px 50px;

}
.notification-detail {
  width: calc(100% - 360px);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  overflow-y: auto
}
.notification-detail > * {
 width: 80%;

}
.notification-item {
  cursor: pointer;
  border-bottom: 1px solid #F1F1F3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0;
  background: white
}
.notification-item > .notification-item--date {
 color: #4D4F5C;
 font-size: 0.75em;
 margin-right: 3%;
 -ms-flex-item-align: start;
     align-self: flex-start;

}
.notification-item--content {
  width: 65%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 25px
}
.notification-item--content > .notification-item--subject {
 width: 90%;
 font-size: 1em;
 color: #4D4F5C;
 font-weight: normal;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;

}
.notification-item--content > .notification-item--text {
 width: 100%;
 font-size: 0.8125em;
 color: #A3A6B4;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;

}
.identity-badge_notification-item {
  margin: 0 3%;
  position: relative;
}
.identity-badge_notification-header {
  position: relative;
}
.notification-item--read {
  background: rgba(163, 166, 180, .3)
}
.notification-item--read > .identity-badge {
 background: rgba(163, 166, 180, 1);

}
.notification-item--selected {
  border-left: 3px solid #2ECC71;
}
.notification-detail--title {
  font-size: 1.5em;
  color: #4D4F5C;
}
.notification-detail--date {
  font-size: 1em;
  color: #43425D;
  margin-top: 10px;
}
.notification-detail--content {
  font-size: 1em;
  color: #4D4F5C
}
.notification-detail--content > p > a {
 display: block;
 font-family: Poppins;
 font-weight:600;
 font-size:16px;
 padding: 8px 15px;
 color:#fff;
 border:2px solid #2ECC71;
 background-color:#2ECC71;
 border-radius:8px;
 text-decoration:none;
 max-width: 212px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;

}
.notification-detail--header {
  margin: 5% 0;
  padding-bottom: 5%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F1F1F3;
}
.notification-detail--back {
  margin-top: 16px;
  font-weight: normal;
  font-size: 0.8125em;
  color: #2ECC71;
  display: none;
  cursor: pointer;
}
@media (min-width: 37.5em) and (max-width: 56.249em), (max-width: 37.499em) {
  .notification-detail--back {
    display: block;
  }

  .notification-detail--title {
    font-size: 1.25em;
  }
  
  .notification-detail--date {
    font-size: 0.875em;
  }

  .notification-detail--content {
    font-size: 0.875em;
  }

  .notification-item--subject {
    font-size: 0.875em !important;
  }

  .notification-item--text {
    font-size: 0.75em !important;
  }

  .notification-master--search {
    font-size: 0.8125em;
  }

  .notification-item {
    padding: 12px 0;
  }
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
/*
This is the entry point for css generated w/ webpack/postcss.
There are some static css files in ui/static/css.
*/


:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}


:root {
}


@font-face {
  font-family: 'icomoon';
  src:  url('/static/fonts/icomoon.eot?7cd2hc');
  src:  url('/static/fonts/icomoon.eot?7cd2hc#iefix') format('embedded-opentype'),
    url('/static/fonts/icomoon.woff?7cd2hc') format('woff'),
    url('/static/fonts/icomoon.woff2?7cd2hc') format('woff2'),
    url('/static/fonts/icomoon.ttf?7cd2hc') format('truetype'),
    url('/static/fonts/icomoon.svg?7cd2hc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-checkbox:before {
  content: "\E908";
}


.icon-compare:before {
  content: "\E909";
}


.icon-export:before {
  content: "\E90A";
}


.icon-arrow-down:before {
  content: "\E905";
}


.icon-arrow-right:before {
  content: "\E906";
}


.icon-arrow-up:before {
  content: "\E907";
}


.icon-settings:before {
  content: "\E902";
}


.icon-scales:before {
  content: "\E903";
}


.icon-line-chart:before {
  content: "\E904";
}


.icon-copy:before {
  content: "\E901";
}


.icon-add:before {
  content: "\E900";
}


.icon-cross:before {
  content: "\EA0F";
}


.icon-bubbles:before {
  content: "\E970";
}


.icon-compass:before {
  content: "\E949";
}


.icon-phone:before {
  content: "\E942";
}


.nav-icon {
  font-size: 1.3125em;
}


.select2 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 10px !important;

  height: 22px !important;
  width: 100%;
  max-width: 118px;
}


.select2-selection {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-radius: 32px !important;
  border:0 !important;

  height: 22px !important;
}


.select2-selection__rendered {
  color: #A3A6B4 !important;
  height: 22px !important;
  line-height: 22px !important;
  text-align: center;
  font-size: 0.875em !important;
}


.select2-results__option {
  font-size: 0.875em !important;
}


body {
  margin: 0;
	font-family: Poppins;
  color: #A3A6B4;
}


/* Grid for full page with header footer and sidebar */


.container {
  display: grid;
  width: 100%;
  height: 100vh;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: 108px 1fr 64px;
  grid-template-columns:
    [main-start sidebar-start] auto
    [sidebar-end content-start] 1fr
    [main-end];
  grid-template-rows:
    [appbar-start] 108px
    [appbar-end content-start] 1fr
    [content-end footer-start] 64px
    [footer-end];

}


/* Only for IE 10 and greater */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .container {
    -ms-grid-rows: 108px auto 64px;
  }
  .content {
    min-height: calc(100vh - 202px);
  }
}


.blurred-bg {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: blur(20px) brightness(80%);
          filter: blur(20px) brightness(80%);
  opacity: 0.53;
}


.content {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: content-start / main-end;
  grid-row: content-start / content-end;
  padding: 45px;
  background-color: #F5F6FA;
  min-width: 0;
}


@media (max-width: 37.499em) {
  .content { padding:15px; }
}


.content__blured {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: blur(10px) brightness(90%);
          filter: blur(10px) brightness(90%);
  opacity: 0.53;
}


/* End grid */


/* Grid for minimum page with no header footer and sidebar */


.container-reduced {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #85D3F3, #8A94FB
  );
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column;
}


.container-reduced-privacy {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: linear-gradient(
    90deg,
    #85D3F3, #8A94FB
  );
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-flow: column;
      flex-flow: column;
}


.container-reduced__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  background-color: transparent;
  max-width: 100%;
}


.container-ellipse__big {
  position: absolute;
  top: -60px;
  left: -130px;
  width: 660px;
}


.container-ellipse__small {
  position: absolute;
  top: -70px;
  left: 700px;
  width: 154px;
}


.content-panel {
  border-radius: 8px;
  border: 1px solid #F5F6FA;
  background-color: white;
  box-shadow: 0 14px 49px 0 rgba(147, 161, 185, .4);
}


.content-panel_decorated {
  background: linear-gradient(
    180deg,
    #55e4d4 9px,
    white 9px
  );
}


.content-panel_large {
  width: calc(100% - 60px);
  max-width: 100%;
  padding: 20px 30px;
}


.content-panel_small {
  width: 440px
}


.content-panel_small .form__field {
 width: 350px;

}


.content-panel_wide {
  margin: 0 15px;
  max-width: 800px;
}


.content-panel__login {
  width: 1278.52px;
  height: 838.62px;
}


.content-panel__subcontractor-form .form__field_flex {
 margin-top: 15px;
 font-size: 1.125em;

}


@media (min-width: 37.5em) and (max-width: 56.249em) {
  .content-panel__subcontractor-form .form__field, .content-panel__subcontractor-form .form__field_flex {
  width: 450px;

 }
}


@media (max-width: 37.499em) {
  .content-panel__request {
    max-width: 280px;
  }
}


.content-panel__logo {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 250px;
  font-size: 9px;
  padding-top: 5px
}


.content-panel__logo img {
 width: 63px;
 padding-bottom: 5px;
 margin-top: 55px;

}


.content-panel__logo img.alliant-logo {
 position: relative;
 top: 7px;
 height: 10.69px;
 width: 46.48px;
 margin-top: 0;
 margin-left: 5px;

}


.content-panel__logo-transparent {
  position: relative;
  bottom: 330px;
  left: 510px;
}


.confirmation-dialog {
  padding: 48px 0;
  margin: 0 auto
}


.confirmation-dialog .caption {
 margin-bottom: 28px;

}


.confirmation-dialog hr {
 width: 33%;
 border-color: #3dcb35;
 border-style: solid;

}


.confirmation-dialog__message {
  text-align: center;
  margin-top: 30px;
  padding: 0 15%

}


.confirmation-dialog__message a {
 text-decoration: none;
 font-size: inherit;
 color: #004d6f;
 border-bottom: 1px solid #004d6f;

}


.caption {
  margin-top: 48px;
  margin-bottom: 50px;
  text-align: center;
  color: #34435D
}


.caption h2 {
 font-size: 3em;
 line-height: 45px;

}


.caption h2.error-page {
 font-weight: 100;
 color: #576271;

}


.caption h3 {
 font-size: 1.125em;
 line-height: 27px;

}


.caption h4 {
 color: #A3A6B4;
 font-size: 1em;
 font-weight: normal;
 line-height: 24px;

}


.caption p {
 color: #A3A6B4;
 line-height: 17px;
 margin-bottom: 100px;

}


.caption p.error-page {
 font-weight: 100;
 font-size: 1.25em;
 line-height: 17px;
 margin-bottom: 50px;
 color: #576271;

}


.caption a.error-page {
 padding: 5px 15px !important;

}


.content-panel__login .caption {
  margin-top: 0;
}


/* Used in portfolio & detail view for expiration data */


.data-expiry-alert {
  color: #EE4058 !important;
}


.btn--no-style {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}


@media (max-width: 1400px) {
  .content-panel__login {
    width: 692px;
    height: 620px;
  }
  .content-panel__logo {
    width: 100%
  }
  .content-panel__logo img {
  margin-top: 20px;

 }
  .container-ellipse__big {
    left: -250px;
  }
  .container-ellipse__small {
    display: none;
  }
  .content-panel__logo-transparent {
    display: none;
  }
  .caption p {
  margin-bottom: 55px;

 }
}


@media (min-width: 37.5em) and (max-width: 56.249em) {
  .caption h3 {
  font-size: 1.25em;
  font-weight: normal;

 }
  .caption h4 {
  font-size: 0.875em;
  width: 360px;
  margin-right: auto;
  margin-left: auto;

 }
}


@media (max-width: 37.499em) {
  .container-reduced {
    background: linear-gradient(
      150deg,
      #85D3F3, #8A94FB
    );
  }
  .content-panel__login {
    width: 357px;
    height: 550px;
  }
  .content-panel__logo {
    height: 50px;
    margin-bottom:70px;
    font-size: 7px
  }
  .content-panel__logo img {
  width: 41px;

 }
  .content-panel__logo img.alliant-logo {
  top: 7px;
  height: 7px;
  width: 30px;
  margin-left: 0;

 }
  .container-ellipse__big {
    top: 0;
    left: 180px
  }
  .container-ellipse__big img {
  width: 424px;

 }
  .container-ellipse__small {
    display: none;
  }
  .content-panel__logo-transparent {
    display: none;
  }
  .caption {
    margin-bottom: 0
  }
  .caption h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 29px;

 }
  .caption h2.error-page {
  font-weight: 100;
  color: #576271;

 }
  .caption h3 {
  font-size: 1.125em;
  font-weight: normal;

 }
  .caption h4 {
  font-size: 0.6875em;
  line-height: 20px;
  margin-bottom: 50px;

 }
  .caption p {
  width: 190px;
  font-size: 0.6875em;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;

 }
  .caption p.error-page {
  font-size: 0.75em;

 }
  .caption img {
  width: 270px;

 }
}


.score-card {
  border-radius: 16px;
  text-align: center;
}


.score-card__dark {
  background-color: #023146;
  color: white;
  font-size: 1.25em;
  width: 50px;
  margin-left: 16px;
}


.select {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  line-height: 1.3;
  padding: 5px 10px;
  width: 100px;
  height: 25px;
  border: none;
  border-radius: 5px;
  background-size: 20px;
  background-position: 97% 30%;
  background-repeat: no-repeat, repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}


.select:hover {
  cursor: pointer;
}


.select--dark {
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 20px;
  color: white;
  background-color: #023146;
  background-image: url(62ae1df1df4a34c87adeae3a2e3e291d.png);
}


.select--wide {
  width: 120px;
}


.select--dark option {
  color: #023146;
  background-color: white;
}


.select--page {
  width: 90px;
  height: 28px;
  padding-left: 0;
  font-size: 0.875em;
  font-weight: normal;
  text-align: left;
  color: #A3A6B4;
  background-color: white;
  background-image: url(9685188bbd55d28396feec74aec3914f.png);
  background-position: 100% 100%;
}


.select--client {
  width: 100px;
  font-size: 0.875em;
  padding-left: 0;
  padding-right: 20px;
  color: white;
  background-image: url(62ae1df1df4a34c87adeae3a2e3e291d.png);
  background-position: 105% 50%;
  background-color: rgb(100, 126, 138);
}


.select--client option {
  color: rgb(100, 126, 138);
  background-image: url(62ae1df1df4a34c87adeae3a2e3e291d.png);
  background-position: 100% 50%;
  background-color: white;
}


.login-message {
	text-align: center;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.sidebar {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: sidebar-start / sidebar-end;
  grid-row: content-start / footer-end;

  background-color: white;
  width: 270px;
}
.navigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navigation__item {
  height:85px;
  line-height:85px;
  padding:0;
  padding-left: 30px;
  border-radius:0 8px 8px 0;
  box-sizing:border-box;
}
.navigation__item--selected {
  color: #fff;
  background: rgb(31, 100, 130);
  background: linear-gradient(90deg, rgba(31, 100, 130, 1) 0%, rgba(0, 46, 66, 1) 35%);
}
.navigation__link {
  color: inherit;
  text-decoration: none;
  font-size: 1.125em;
  font-size: 18px;
  font-weight:lighter;
  text-transform: uppercase;
  vertical-align: middle;
  padding:0 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .sidebar {
    width:100px;
    overflow:hidden;
  }
  .navigation {
    width:100px;
    overflow:hidden;
  }
  .navigation__link {
    color:transparent;
  }
}
.navigation__link--projects {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='25.894' viewBox='0 0 30.826 25.894' fill='%23A3A6B4'%3E%3Cdefs/%3E%3Cg transform='translate(-36 -333)'%3E%3Cpath d='M3.083,2A3.092,3.092,0,0,0,0,5.083v14.8a3.092,3.092,0,0,0,3.083,3.083H25.894V4.466H6.04A3.05,3.05,0,0,0,3.083,2Zm0,1.233a1.84,1.84,0,0,1,1.85,1.85V17.431a3.013,3.013,0,0,0-3.7,0V5.083A1.84,1.84,0,0,1,3.083,3.233ZM6.165,5.7h18.5v16.03H3.083a1.85,1.85,0,1,1,1.85-1.85H6.165ZM27.127,6.932a.617.617,0,1,0,0,1.233V24.2H5.549a1.818,1.818,0,0,1-1.209-.464.617.617,0,1,0-.813.927,3.073,3.073,0,0,0,2.022.769H28.36V6.932Zm-9.248,1.85,1.379,1.379-3.225,3.05L12.951,9.974,8.6,14.087l.848.9,3.458-3.27,3.083,3.237,4.144-3.917,1.447,1.447v-3.7ZM29.593,9.4a.617.617,0,1,0,0,1.233v16.03H8.015A1.818,1.818,0,0,1,6.806,26.2a.617.617,0,1,0-.813.927,3.073,3.073,0,0,0,2.022.769H30.827V9.4ZM8.631,17.413v1.233H21.579V17.413Z' transform='translate(36 331)'/%3E%3C/g%3E%3C/svg%3E");
}
.navigation__link--projects-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='25.894' viewBox='0 0 30.826 25.894' fill='%23fff'%3E%3Cdefs/%3E%3Cg transform='translate(-36 -333)'%3E%3Cpath d='M3.083,2A3.092,3.092,0,0,0,0,5.083v14.8a3.092,3.092,0,0,0,3.083,3.083H25.894V4.466H6.04A3.05,3.05,0,0,0,3.083,2Zm0,1.233a1.84,1.84,0,0,1,1.85,1.85V17.431a3.013,3.013,0,0,0-3.7,0V5.083A1.84,1.84,0,0,1,3.083,3.233ZM6.165,5.7h18.5v16.03H3.083a1.85,1.85,0,1,1,1.85-1.85H6.165ZM27.127,6.932a.617.617,0,1,0,0,1.233V24.2H5.549a1.818,1.818,0,0,1-1.209-.464.617.617,0,1,0-.813.927,3.073,3.073,0,0,0,2.022.769H28.36V6.932Zm-9.248,1.85,1.379,1.379-3.225,3.05L12.951,9.974,8.6,14.087l.848.9,3.458-3.27,3.083,3.237,4.144-3.917,1.447,1.447v-3.7ZM29.593,9.4a.617.617,0,1,0,0,1.233v16.03H8.015A1.818,1.818,0,0,1,6.806,26.2a.617.617,0,1,0-.813.927,3.073,3.073,0,0,0,2.022.769H30.827V9.4ZM8.631,17.413v1.233H21.579V17.413Z' transform='translate(36 331)'/%3E%3C/g%3E%3C/svg%3E");
}
.navigation__link--status {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.098' height='28.097' viewBox='0 0 28.098 28.097' fill='%23A3A6B4'%3E%3Cdefs/%3E%3Cpath d='M16.049,2A14.049,14.049,0,1,0,30.1,16.049,14.057,14.057,0,0,0,16.049,2Zm0,1.222A12.827,12.827,0,1,1,3.222,16.049,12.818,12.818,0,0,1,16.049,3.222Zm0,7.33a5.5,5.5,0,1,0,5.5,5.5A5.508,5.508,0,0,0,16.049,10.551Zm0,1.222a4.276,4.276,0,1,1-4.276,4.276A4.266,4.266,0,0,1,16.049,11.773Z' transform='translate(-2 -2)'/%3E%3C/svg%3E");
}
.navigation__link--status-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.098' height='28.097' viewBox='0 0 28.098 28.097' fill='%23fff'%3E%3Cdefs/%3E%3Cpath d='M16.049,2A14.049,14.049,0,1,0,30.1,16.049,14.057,14.057,0,0,0,16.049,2Zm0,1.222A12.827,12.827,0,1,1,3.222,16.049,12.818,12.818,0,0,1,16.049,3.222Zm0,7.33a5.5,5.5,0,1,0,5.5,5.5A5.508,5.508,0,0,0,16.049,10.551Zm0,1.222a4.276,4.276,0,1,1-4.276,4.276A4.266,4.266,0,0,1,16.049,11.773Z' transform='translate(-2 -2)'/%3E%3C/svg%3E");
}
.navigation__link--portfolio {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='33.762' viewBox='0 0 30.826 33.762' fill='%23A3A6B4'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23a3a6b4;}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M6.936,2V4.936H4V35.762H34.827V10.808H23.083V4.936H20.147V2ZM8.4,3.468H18.679V6.4h2.936V34.294H15.009V29.157H12.074v5.138H5.468V6.4H8.4Zm0,4.4V9.34H9.872V7.872Zm2.936,0V9.34h1.468V7.872Zm2.936,0V9.34h1.468V7.872Zm2.936,0V9.34h1.468V7.872ZM8.4,11.542v2.936H9.872V11.542Zm2.936,0v2.936h1.468V11.542Zm2.936,0v2.936h1.468V11.542Zm2.936,0v2.936h1.468V11.542Zm5.872.734H33.359V34.294H23.083Zm1.468,1.468v1.468h1.468V13.743Zm2.936,0v1.468h1.468V13.743Zm2.936,0v1.468h1.468V13.743ZM8.4,15.945v2.936H9.872V15.945Zm2.936,0v2.936h1.468V15.945Zm2.936,0v2.936h1.468V15.945Zm2.936,0v2.936h1.468V15.945Zm7.34.734v1.468h1.468V16.679Zm2.936,0v1.468h1.468V16.679Zm2.936,0v1.468h1.468V16.679Zm-5.872,2.936v1.468h1.468V19.615Zm2.936,0v1.468h1.468V19.615Zm2.936,0v1.468h1.468V19.615ZM8.4,20.349v2.936H9.872V20.349Zm2.936,0v2.936h1.468V20.349Zm2.936,0v2.936h1.468V20.349Zm2.936,0v2.936h1.468V20.349Zm7.34,2.2v1.468h1.468V22.551Zm2.936,0v1.468h1.468V22.551Zm2.936,0v1.468h1.468V22.551ZM8.4,24.753v2.936H9.872V24.753Zm2.936,0v2.936h1.468V24.753Zm2.936,0v2.936h1.468V24.753Zm2.936,0v2.936h1.468V24.753Zm7.34.734v1.468h1.468V25.487Zm2.936,0v1.468h1.468V25.487Zm2.936,0v1.468h1.468V25.487Zm-5.872,2.936v1.468h1.468V28.423Zm2.936,0v1.468h1.468V28.423Zm2.936,0v1.468h1.468V28.423ZM8.4,29.157v3.67H9.872v-3.67Zm8.808,0v3.67h1.468v-3.67Zm7.34,2.2v1.468h1.468V31.359Zm2.936,0v1.468h1.468V31.359Zm2.936,0v1.468h1.468V31.359Z' transform='translate(-4 -2)'/%3E%3C/svg%3E");
}
.navigation__link--portfolio-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='33.762' viewBox='0 0 30.826 33.762' fill='%23fff'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23a3a6b4;}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M6.936,2V4.936H4V35.762H34.827V10.808H23.083V4.936H20.147V2ZM8.4,3.468H18.679V6.4h2.936V34.294H15.009V29.157H12.074v5.138H5.468V6.4H8.4Zm0,4.4V9.34H9.872V7.872Zm2.936,0V9.34h1.468V7.872Zm2.936,0V9.34h1.468V7.872Zm2.936,0V9.34h1.468V7.872ZM8.4,11.542v2.936H9.872V11.542Zm2.936,0v2.936h1.468V11.542Zm2.936,0v2.936h1.468V11.542Zm2.936,0v2.936h1.468V11.542Zm5.872.734H33.359V34.294H23.083Zm1.468,1.468v1.468h1.468V13.743Zm2.936,0v1.468h1.468V13.743Zm2.936,0v1.468h1.468V13.743ZM8.4,15.945v2.936H9.872V15.945Zm2.936,0v2.936h1.468V15.945Zm2.936,0v2.936h1.468V15.945Zm2.936,0v2.936h1.468V15.945Zm7.34.734v1.468h1.468V16.679Zm2.936,0v1.468h1.468V16.679Zm2.936,0v1.468h1.468V16.679Zm-5.872,2.936v1.468h1.468V19.615Zm2.936,0v1.468h1.468V19.615Zm2.936,0v1.468h1.468V19.615ZM8.4,20.349v2.936H9.872V20.349Zm2.936,0v2.936h1.468V20.349Zm2.936,0v2.936h1.468V20.349Zm2.936,0v2.936h1.468V20.349Zm7.34,2.2v1.468h1.468V22.551Zm2.936,0v1.468h1.468V22.551Zm2.936,0v1.468h1.468V22.551ZM8.4,24.753v2.936H9.872V24.753Zm2.936,0v2.936h1.468V24.753Zm2.936,0v2.936h1.468V24.753Zm2.936,0v2.936h1.468V24.753Zm7.34.734v1.468h1.468V25.487Zm2.936,0v1.468h1.468V25.487Zm2.936,0v1.468h1.468V25.487Zm-5.872,2.936v1.468h1.468V28.423Zm2.936,0v1.468h1.468V28.423Zm2.936,0v1.468h1.468V28.423ZM8.4,29.157v3.67H9.872v-3.67Zm8.808,0v3.67h1.468v-3.67Zm7.34,2.2v1.468h1.468V31.359Zm2.936,0v1.468h1.468V31.359Zm2.936,0v1.468h1.468V31.359Z' transform='translate(-4 -2)'/%3E%3C/svg%3E");
}
.navigation__link--compare {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.585' height='27.492' viewBox='0 0 27.585 27.492' fill='%23A3A6B4'%3E%3Cdefs/%3E%3Cpath d='M15.714,2a1.8,1.8,0,0,0-1.793,1.793v.931a8.985,8.985,0,0,0-2.857-1.38A6.444,6.444,0,0,0,9.451,3.2c-.528.012-1.039.07-1.517.126-.427.054-.817.1-1.172.124L6.75,3.419l-.012.028A3.954,3.954,0,0,1,5.69,3.433.6.6,0,1,0,5.419,4.6a3.762,3.762,0,0,0,.812.079L1.922,15.146l.089.224s1.352,3.364,4.739,3.364,4.737-3.364,4.737-3.364l.091-.224L7.238,4.605c.278-.033.551-.063.838-.1a8.222,8.222,0,0,1,2.717,0,11.249,11.249,0,0,1,3.128,1.646V26.5H10.336a2.4,2.4,0,0,0-2.391,2.391v.6H23.484v-.6A2.4,2.4,0,0,0,21.093,26.5H17.507V6.989A10.755,10.755,0,0,1,20.953,6.9a9.137,9.137,0,0,1,2.463,1.114c.3.18.591.35.88.516l-4.445,10.8.091.224s1.349,3.364,4.737,3.364,4.737-3.364,4.737-3.364l.091-.224L25.256,9a3.534,3.534,0,0,0,.483.156.6.6,0,0,0,.271-1.163,9.289,9.289,0,0,1-1.984-1.006,9.949,9.949,0,0,0-2.8-1.251,7.248,7.248,0,0,0-2.232-.121c-.532.042-1.025.11-1.485.166V3.793A1.8,1.8,0,0,0,15.714,2Zm0,1.2a.59.59,0,0,1,.6.6V26.5h-1.2V3.793A.59.59,0,0,1,15.714,3.2ZM6.75,6.557l3.289,7.993H3.458Zm17.929,4.184,3.289,7.993H21.39ZM3.591,15.746H9.908a3.679,3.679,0,0,1-6.317,0ZM21.52,19.929h6.317a3.679,3.679,0,0,1-6.317,0ZM10.336,27.7H21.093a1.118,1.118,0,0,1,.95.6H9.385A1.118,1.118,0,0,1,10.336,27.7Z' transform='translate(-1.922 -2)'/%3E%3C/svg%3E");
}
.navigation__link--compare-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.585' height='27.492' viewBox='0 0 27.585 27.492' fill='%23fff'%3E%3Cdefs/%3E%3Cpath d='M15.714,2a1.8,1.8,0,0,0-1.793,1.793v.931a8.985,8.985,0,0,0-2.857-1.38A6.444,6.444,0,0,0,9.451,3.2c-.528.012-1.039.07-1.517.126-.427.054-.817.1-1.172.124L6.75,3.419l-.012.028A3.954,3.954,0,0,1,5.69,3.433.6.6,0,1,0,5.419,4.6a3.762,3.762,0,0,0,.812.079L1.922,15.146l.089.224s1.352,3.364,4.739,3.364,4.737-3.364,4.737-3.364l.091-.224L7.238,4.605c.278-.033.551-.063.838-.1a8.222,8.222,0,0,1,2.717,0,11.249,11.249,0,0,1,3.128,1.646V26.5H10.336a2.4,2.4,0,0,0-2.391,2.391v.6H23.484v-.6A2.4,2.4,0,0,0,21.093,26.5H17.507V6.989A10.755,10.755,0,0,1,20.953,6.9a9.137,9.137,0,0,1,2.463,1.114c.3.18.591.35.88.516l-4.445,10.8.091.224s1.349,3.364,4.737,3.364,4.737-3.364,4.737-3.364l.091-.224L25.256,9a3.534,3.534,0,0,0,.483.156.6.6,0,0,0,.271-1.163,9.289,9.289,0,0,1-1.984-1.006,9.949,9.949,0,0,0-2.8-1.251,7.248,7.248,0,0,0-2.232-.121c-.532.042-1.025.11-1.485.166V3.793A1.8,1.8,0,0,0,15.714,2Zm0,1.2a.59.59,0,0,1,.6.6V26.5h-1.2V3.793A.59.59,0,0,1,15.714,3.2ZM6.75,6.557l3.289,7.993H3.458Zm17.929,4.184,3.289,7.993H21.39ZM3.591,15.746H9.908a3.679,3.679,0,0,1-6.317,0ZM21.52,19.929h6.317a3.679,3.679,0,0,1-6.317,0ZM10.336,27.7H21.093a1.118,1.118,0,0,1,.95.6H9.385A1.118,1.118,0,0,1,10.336,27.7Z' transform='translate(-1.922 -2)'/%3E%3C/svg%3E");
}
.navigation__link--credit {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='30.806' viewBox='0 0 30.826 30.806' fill='%23A3A6B4'%3E%3Cdefs/%3E%3Cpath d='M5.1,3A2.112,2.112,0,0,0,3,5.1V28.087a.633.633,0,0,0,0,.227v3.391a2.112,2.112,0,0,0,2.1,2.1H31.7a2.112,2.112,0,0,0,2.1-2.1V28.323a.634.634,0,0,0,0-.227V5.1A2.112,2.112,0,0,0,31.7,3Zm0,1.4H31.7a.7.7,0,0,1,.7.7V27.5H29.732c-.008-.005-.016-.008-.052-.055a3.142,3.142,0,0,1-.356-.738A8.53,8.53,0,0,1,28.9,24a.7.7,0,0,0-1.4,0,8.889,8.889,0,0,1-.4,2.691,2.932,2.932,0,0,1-.35.744c-.038.055-.049.06-.057.066h-2.3a9.6,9.6,0,0,1-.219-1.02c-.159-.957-.309-2.311-.44-3.793-.26-2.965-.435-6.463-.435-8.489a.7.7,0,0,0-1.4,0c0,1.991-.175,5.492-.435,8.465-.131,1.485-.282,2.844-.44,3.807a9.752,9.752,0,0,1-.219,1.031H17.469c-.008-.044-.014-.052-.022-.1-.077-.4-.156-1.009-.238-1.767-.159-1.51-.315-3.6-.449-5.875C16.49,15.222,16.3,9.969,16.3,7.2a.7.7,0,0,0-1.4,0c0,2.732-.191,7.986-.462,12.534-.134,2.273-.29,4.376-.449,5.894-.082.758-.161,1.376-.238,1.772-.008.052-.014.06-.022.1h-2a4.581,4.581,0,0,1-.167-.514,23.191,23.191,0,0,1-.435-2.349A44.233,44.233,0,0,1,10.7,19.8a.7.7,0,0,0-1.4,0,44.233,44.233,0,0,1-.429,4.838,23.191,23.191,0,0,1-.435,2.349,4.567,4.567,0,0,1-.167.514H4.4V5.1A.7.7,0,0,1,5.1,4.4ZM15.6,22.913c.074.965.139,2.12.219,2.872.082.774.164,1.408.252,1.876a4.288,4.288,0,0,0,.15.6,1.088,1.088,0,0,0,.142.293.735.735,0,0,0,.637.35h4.2a.827.827,0,0,0,.525-.2.951.951,0,0,0,.208-.257,1.971,1.971,0,0,0,.2-.473A9.61,9.61,0,0,0,22.4,26.7c.074-.44.128-1.124.2-1.674.066.555.123,1.242.2,1.685a9.348,9.348,0,0,0,.273,1.264,2.088,2.088,0,0,0,.2.473.97.97,0,0,0,.211.257.834.834,0,0,0,.522.2h2.8a1.341,1.341,0,0,0,1.08-.637,3.9,3.9,0,0,0,.328-.678,3.86,3.86,0,0,0,.342.689,1.283,1.283,0,0,0,1.05.626h2.8v2.8a.7.7,0,0,1-.7.7H5.1a.7.7,0,0,1-.7-.7v-2.8H8.6a.883.883,0,0,0,.648-.3,1.482,1.482,0,0,0,.246-.377,4.9,4.9,0,0,0,.3-.883c.079-.306.137-.749.208-1.124.071.375.129.818.208,1.124a4.9,4.9,0,0,0,.3.883,1.483,1.483,0,0,0,.246.377.883.883,0,0,0,.648.3h2.8a.736.736,0,0,0,.637-.353,1.04,1.04,0,0,0,.142-.29,3.98,3.98,0,0,0,.15-.6c.088-.47.17-1.1.252-1.884C15.459,25.027,15.524,23.876,15.6,22.913Z' transform='translate(-2.985 -3)'/%3E%3C/svg%3E");
}
.navigation__link--credit-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.826' height='30.806' viewBox='0 0 30.826 30.806' fill='%23fff'%3E%3Cdefs/%3E%3Cpath d='M5.1,3A2.112,2.112,0,0,0,3,5.1V28.087a.633.633,0,0,0,0,.227v3.391a2.112,2.112,0,0,0,2.1,2.1H31.7a2.112,2.112,0,0,0,2.1-2.1V28.323a.634.634,0,0,0,0-.227V5.1A2.112,2.112,0,0,0,31.7,3Zm0,1.4H31.7a.7.7,0,0,1,.7.7V27.5H29.732c-.008-.005-.016-.008-.052-.055a3.142,3.142,0,0,1-.356-.738A8.53,8.53,0,0,1,28.9,24a.7.7,0,0,0-1.4,0,8.889,8.889,0,0,1-.4,2.691,2.932,2.932,0,0,1-.35.744c-.038.055-.049.06-.057.066h-2.3a9.6,9.6,0,0,1-.219-1.02c-.159-.957-.309-2.311-.44-3.793-.26-2.965-.435-6.463-.435-8.489a.7.7,0,0,0-1.4,0c0,1.991-.175,5.492-.435,8.465-.131,1.485-.282,2.844-.44,3.807a9.752,9.752,0,0,1-.219,1.031H17.469c-.008-.044-.014-.052-.022-.1-.077-.4-.156-1.009-.238-1.767-.159-1.51-.315-3.6-.449-5.875C16.49,15.222,16.3,9.969,16.3,7.2a.7.7,0,0,0-1.4,0c0,2.732-.191,7.986-.462,12.534-.134,2.273-.29,4.376-.449,5.894-.082.758-.161,1.376-.238,1.772-.008.052-.014.06-.022.1h-2a4.581,4.581,0,0,1-.167-.514,23.191,23.191,0,0,1-.435-2.349A44.233,44.233,0,0,1,10.7,19.8a.7.7,0,0,0-1.4,0,44.233,44.233,0,0,1-.429,4.838,23.191,23.191,0,0,1-.435,2.349,4.567,4.567,0,0,1-.167.514H4.4V5.1A.7.7,0,0,1,5.1,4.4ZM15.6,22.913c.074.965.139,2.12.219,2.872.082.774.164,1.408.252,1.876a4.288,4.288,0,0,0,.15.6,1.088,1.088,0,0,0,.142.293.735.735,0,0,0,.637.35h4.2a.827.827,0,0,0,.525-.2.951.951,0,0,0,.208-.257,1.971,1.971,0,0,0,.2-.473A9.61,9.61,0,0,0,22.4,26.7c.074-.44.128-1.124.2-1.674.066.555.123,1.242.2,1.685a9.348,9.348,0,0,0,.273,1.264,2.088,2.088,0,0,0,.2.473.97.97,0,0,0,.211.257.834.834,0,0,0,.522.2h2.8a1.341,1.341,0,0,0,1.08-.637,3.9,3.9,0,0,0,.328-.678,3.86,3.86,0,0,0,.342.689,1.283,1.283,0,0,0,1.05.626h2.8v2.8a.7.7,0,0,1-.7.7H5.1a.7.7,0,0,1-.7-.7v-2.8H8.6a.883.883,0,0,0,.648-.3,1.482,1.482,0,0,0,.246-.377,4.9,4.9,0,0,0,.3-.883c.079-.306.137-.749.208-1.124.071.375.129.818.208,1.124a4.9,4.9,0,0,0,.3.883,1.483,1.483,0,0,0,.246.377.883.883,0,0,0,.648.3h2.8a.736.736,0,0,0,.637-.353,1.04,1.04,0,0,0,.142-.29,3.98,3.98,0,0,0,.15-.6c.088-.47.17-1.1.252-1.884C15.459,25.027,15.524,23.876,15.6,22.913Z' transform='translate(-2.985 -3)'/%3E%3C/svg%3E");
}
.navigation__link--calculator {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23A3A6B4' class='bi bi-calculator-fill' viewBox='0 0 16 16'%3E %3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z'/%3E %3C/svg%3E");
}
.navigation__link--calculator-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-calculator-fill' viewBox='0 0 16 16'%3E %3Cpath d='M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z'/%3E %3C/svg%3E");
}
.navigation__link--settings {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='settings_2_' data-name='settings (2)' xmlns='http://www.w3.org/2000/svg' width='30.223' height='30.223' viewBox='0 0 30.223 30.223' fill='%23A3A6B4'%3E %3Cpath id='Path_686' data-name='Path 686' d='M29.718,15.615a.5.5,0,1,0,0-1.007H28.193a13.031,13.031,0,0,0-.31-2.4l1.468-.393a.5.5,0,1,0-.261-.973l-1.471.394a13.069,13.069,0,0,0-.925-2.232l1.32-.762a.5.5,0,0,0-.5-.872l-1.32.762a13.068,13.068,0,0,0-1.471-1.918L25.8,5.139a.5.5,0,0,0-.712-.712L24.009,5.5a13.036,13.036,0,0,0-1.921-1.467l.763-1.321a.5.5,0,0,0-.873-.5l-.764,1.323a13.175,13.175,0,0,0-2.232-.923l.4-1.477a.5.5,0,1,0-.973-.261l-.4,1.477a13.181,13.181,0,0,0-2.395-.316V.5a.5.5,0,1,0-1.007,0V2.029a13.031,13.031,0,0,0-2.4.31L11.817.871a.5.5,0,0,0-.973.261L11.238,2.6a13.029,13.029,0,0,0-2.232.925l-.762-1.32a.5.5,0,0,0-.872.5l.762,1.32A13.068,13.068,0,0,0,6.216,5.5L5.139,4.427a.5.5,0,0,0-.712.712L5.5,6.213A13.036,13.036,0,0,0,4.034,8.134L2.713,7.371a.5.5,0,0,0-.5.872l1.323.764a13.175,13.175,0,0,0-.923,2.232l-1.477-.4a.5.5,0,0,0-.261.973l1.477.4a13.138,13.138,0,0,0-.317,2.395H.5a.5.5,0,1,0,0,1.007H2.029a13.031,13.031,0,0,0,.31,2.4l-1.468.393A.5.5,0,0,0,1,19.4a.511.511,0,0,0,.131-.017L2.6,18.984a13.069,13.069,0,0,0,.925,2.232l-1.32.762a.5.5,0,0,0,.5.872l1.323-.764A13.1,13.1,0,0,0,5.5,24.005L4.426,25.084a.5.5,0,1,0,.712.712l1.079-1.079a13.021,13.021,0,0,0,1.917,1.469l-.764,1.323a.5.5,0,1,0,.872.5l.766-1.326a13.206,13.206,0,0,0,2.231.923l-.4,1.48a.5.5,0,0,0,.356.617.511.511,0,0,0,.131.017.5.5,0,0,0,.486-.373l.4-1.481a13.173,13.173,0,0,0,2.394.318v1.53a.5.5,0,1,0,1.007,0V28.19a13.025,13.025,0,0,0,2.4-.313l.395,1.474a.5.5,0,0,0,.486.373.511.511,0,0,0,.131-.017.5.5,0,0,0,.356-.617l-.395-1.474a13.06,13.06,0,0,0,2.231-.926l.764,1.323a.5.5,0,0,0,.872-.5l-.762-1.32a13.068,13.068,0,0,0,1.918-1.471L25.083,25.8a.5.5,0,0,0,.712-.712l-1.074-1.074a13.036,13.036,0,0,0,1.467-1.921l1.321.763a.5.5,0,0,0,.5-.872l-1.323-.764a13.175,13.175,0,0,0,.923-2.232l1.477.4a.511.511,0,0,0,.131.017.5.5,0,0,0,.13-.99l-1.477-.4a13.232,13.232,0,0,0,.317-2.395h1.528ZM21.156,25.58a12.1,12.1,0,0,1-16.25-3.995l5.69-3.285a5.516,5.516,0,0,0,9.037,0l5.684,3.282A12.011,12.011,0,0,1,21.156,25.58ZM9.067,4.642a12,12,0,0,1,5.541-1.6V9.6a5.524,5.524,0,0,0-4.524,7.832L4.4,20.713A12.1,12.1,0,0,1,9.067,4.642Zm8.311,14.394a4.533,4.533,0,1,1,1.659-6.192A4.538,4.538,0,0,1,17.377,19.036Zm2.758-1.607A5.524,5.524,0,0,0,15.615,9.6V3.042a12.072,12.072,0,0,1,10.2,17.669Z' fill='%23a3a6b4'/%3E %3Cpath id='Path_687' data-name='Path 687' d='M27.8,24.1a3.022,3.022,0,1,0,1.835,1.408A3.006,3.006,0,0,0,27.8,24.1Zm1.164,3.44a2.013,2.013,0,1,1-1.949-2.537,2.033,2.033,0,0,1,.524.07,2.015,2.015,0,0,1,1.424,2.467Z' transform='translate(-11.91 -11.91)' fill='%23a3a6b4'/%3E %3C/svg%3E");
}
.navigation__link--settings-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='settings_2_' data-name='settings (2)' xmlns='http://www.w3.org/2000/svg' width='30.223' height='30.223' viewBox='0 0 30.223 30.223' fill='%23fff'%3E %3Cpath id='Path_686' data-name='Path 686' d='M29.718,15.615a.5.5,0,1,0,0-1.007H28.193a13.031,13.031,0,0,0-.31-2.4l1.468-.393a.5.5,0,1,0-.261-.973l-1.471.394a13.069,13.069,0,0,0-.925-2.232l1.32-.762a.5.5,0,0,0-.5-.872l-1.32.762a13.068,13.068,0,0,0-1.471-1.918L25.8,5.139a.5.5,0,0,0-.712-.712L24.009,5.5a13.036,13.036,0,0,0-1.921-1.467l.763-1.321a.5.5,0,0,0-.873-.5l-.764,1.323a13.175,13.175,0,0,0-2.232-.923l.4-1.477a.5.5,0,1,0-.973-.261l-.4,1.477a13.181,13.181,0,0,0-2.395-.316V.5a.5.5,0,1,0-1.007,0V2.029a13.031,13.031,0,0,0-2.4.31L11.817.871a.5.5,0,0,0-.973.261L11.238,2.6a13.029,13.029,0,0,0-2.232.925l-.762-1.32a.5.5,0,0,0-.872.5l.762,1.32A13.068,13.068,0,0,0,6.216,5.5L5.139,4.427a.5.5,0,0,0-.712.712L5.5,6.213A13.036,13.036,0,0,0,4.034,8.134L2.713,7.371a.5.5,0,0,0-.5.872l1.323.764a13.175,13.175,0,0,0-.923,2.232l-1.477-.4a.5.5,0,0,0-.261.973l1.477.4a13.138,13.138,0,0,0-.317,2.395H.5a.5.5,0,1,0,0,1.007H2.029a13.031,13.031,0,0,0,.31,2.4l-1.468.393A.5.5,0,0,0,1,19.4a.511.511,0,0,0,.131-.017L2.6,18.984a13.069,13.069,0,0,0,.925,2.232l-1.32.762a.5.5,0,0,0,.5.872l1.323-.764A13.1,13.1,0,0,0,5.5,24.005L4.426,25.084a.5.5,0,1,0,.712.712l1.079-1.079a13.021,13.021,0,0,0,1.917,1.469l-.764,1.323a.5.5,0,1,0,.872.5l.766-1.326a13.206,13.206,0,0,0,2.231.923l-.4,1.48a.5.5,0,0,0,.356.617.511.511,0,0,0,.131.017.5.5,0,0,0,.486-.373l.4-1.481a13.173,13.173,0,0,0,2.394.318v1.53a.5.5,0,1,0,1.007,0V28.19a13.025,13.025,0,0,0,2.4-.313l.395,1.474a.5.5,0,0,0,.486.373.511.511,0,0,0,.131-.017.5.5,0,0,0,.356-.617l-.395-1.474a13.06,13.06,0,0,0,2.231-.926l.764,1.323a.5.5,0,0,0,.872-.5l-.762-1.32a13.068,13.068,0,0,0,1.918-1.471L25.083,25.8a.5.5,0,0,0,.712-.712l-1.074-1.074a13.036,13.036,0,0,0,1.467-1.921l1.321.763a.5.5,0,0,0,.5-.872l-1.323-.764a13.175,13.175,0,0,0,.923-2.232l1.477.4a.511.511,0,0,0,.131.017.5.5,0,0,0,.13-.99l-1.477-.4a13.232,13.232,0,0,0,.317-2.395h1.528ZM21.156,25.58a12.1,12.1,0,0,1-16.25-3.995l5.69-3.285a5.516,5.516,0,0,0,9.037,0l5.684,3.282A12.011,12.011,0,0,1,21.156,25.58ZM9.067,4.642a12,12,0,0,1,5.541-1.6V9.6a5.524,5.524,0,0,0-4.524,7.832L4.4,20.713A12.1,12.1,0,0,1,9.067,4.642Zm8.311,14.394a4.533,4.533,0,1,1,1.659-6.192A4.538,4.538,0,0,1,17.377,19.036Zm2.758-1.607A5.524,5.524,0,0,0,15.615,9.6V3.042a12.072,12.072,0,0,1,10.2,17.669Z' fill='%23a3a6b4'/%3E %3Cpath id='Path_687' data-name='Path 687' d='M27.8,24.1a3.022,3.022,0,1,0,1.835,1.408A3.006,3.006,0,0,0,27.8,24.1Zm1.164,3.44a2.013,2.013,0,1,1-1.949-2.537,2.033,2.033,0,0,1,.524.07,2.015,2.015,0,0,1,1.424,2.467Z' transform='translate(-11.91 -11.91)' fill='%23a3a6b4'/%3E %3C/svg%3E");
}
.logo {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: sidebar-start / sidebar-end;
  grid-row: appbar-start / appbar-end;

  background-color: white;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 37.499em) {
  .sidebar, .logo, .need-help {
    display:none;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .need-help {
    display:none;
  }
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.need-help {
  position: fixed;
  bottom: 34px;
  left: 32px;
  height: 56px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.need-help.active {
  height: 779px;
}

.need-help__icon {
  background: #2ECC71;
  border-radius: 34px;
  padding: 23px 18px;
  box-shadow: 0 10px 13px rgba(7, 138, 62, .33);
  color: white;
  cursor: pointer;
}

.need-help__icon i {
  position: relative;
  top: 6px;
  left: 3px;
  font-size: 28px;
}

.need-help__text {
  font-size: 1.2em;
  font-family: 'Poppins', sans-serif;
  color: #A3A6B4;
  margin-left: 19px;
  cursor: pointer;
}

.need-help__text.active {
  color: #023146;
}

.need-help__form {
  display: none;
  margin-bottom: 33px;
  width: 555px;
  height: 690px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
}

.need-help__form.active {
  display: block;
}

.need-help__form__title {
  width: calc(100% - 64px);
  padding: 0 32px;
  height: 90px;
  background-color: #2ECC71;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.need-help__form__title i {
  font-size: 27px;
  color: white;
  cursor: pointer;
}

.need-help__form__title__text {
  font-family: 'Poppins', sans-serif;
  font-size: 27px;
  color: white;
}

.need-help__form__body {
  height: 600px;
}

.need-help__form__body__info {
  margin-top: 46px;
  margin-left: 30px;
  width: 318px;
  height: 115px;
  padding: 17px 36px;
  border-radius: 18px;
  background-color: #EDF0F5;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  color: #4D4F5C;
  line-height: 29px;
}

.need-help__form__body__email {
  margin-top: 88px;
  margin-left: 14px;
  padding: 32px 36px;
  width: 456px;
  height: 25px;
  background-color: #EDF0F5;
  border-radius: 8px;
}

.need-help__form__body__input {
  font-family: 'Poppins', sans-serif;
  color: #4D4F5C;
  background-color: #EDF0F5;
  font-size: 20px;
  border: none;
  width: 100%;
}

.need-help__form__body__input::-webkit-input-placeholder {
  color: #A4AFB7;
}

.need-help__form__body__input::-moz-placeholder {
  color: #A4AFB7;
}

.need-help__form__body__input::-ms-input-placeholder {
  color: #A4AFB7;
}

.need-help__form__body__input::placeholder {
  color: #A4AFB7;
}

.need-help__form__body__input:-ms-input-placeholder {
  color: #A4AFB7;
}

.need-help__form__body__input::-ms-input-placeholder {
  color: #A4AFB7;
}

.need-help__form__body__message {
  margin-top: 3px;
  margin-left: 14px;
  padding: 18px 36px;
  width: 456px;
  height: 130px;
  background-color: #EDF0F5;
  border-radius: 8px;
}

.need-help__form__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  margin-top: 55px;
}

.need-help__form__icons__send {
  font-size: 37px;
  color: #2ECC71;
}

.need-help__form__call {
  margin-top: 19px;
  margin-right: 16px;
  float: right;
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
  color: #4D4F5C;
}

.need-help__form__call i {
  margin-right: 2px;
  color: #CCCCCC;
  position: relative;
  top: 2px;
}

:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.header {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: content-start / main-end;
  grid-row: appbar-start / appbar-end;
  background-color: #F5F6FA;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 37.499em) {
  .header {
    background-color: white;
  }
}
.header-link-strip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center
}
.header-link-strip > * {
 margin: 0 8px;

}
.header__title {
  -ms-flex-positive: 1;
      flex-grow: 1;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 1%;
}
.header__title-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center
}
.header__title-left h1 {
 font-size: 3em;
 font-weight: bold;
 color:#023146;

}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .header__title-left h1 {
  font-size: 2em;

 }
}
@media (max-width: 37.499em) {
  .header__title-left h1 {
  font-size: 1.5em;

 }
}
#compare-export-button {
  font-size: 0.875em;
  height: 40px;
}
.header__icon {
  margin-right: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center
}
.header__icon a img {
 width: 35px;
 height: 35px;

}
#toggle-sidebar {
  margin-right: 12px;
}
.header__logo {
  display: none;
  width: 62px;
  margin: 0 25px 15px 10px;
}
.header__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 45px;
  margin-left: 8px
}
.header__user img {
 width: 54px;
 height: 54px;

}
.header__user p {
 font-size: 1.125em;
 padding-right: 14px;

}
.header__user:hover {
 cursor: pointer;

}
@media (max-width: 37.499em) {
  .header__user {
    padding-right: 15px;
  }
}
.header__avatar img.header-avatar-image {
 background-color: rgba(84, 84, 84, .1);
 border-radius: 15px;
 box-shadow: 1px 3px 10px 0 rgba(84, 84, 84, .1);

}
.profile-menu-wrap {
  position: relative;
  width: 100%;
  max-width: 150px;
}
.profile-menu {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  margin: 0;
  margin-top: 20px;
  z-index: 20;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 320px;
  right: 0;
  border-radius: 8px;

  padding: 0;
  border: 1px solid #F5F6FA;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, .2),
    0 6px 20px 0 rgba(0, 0, 0, .19);

  text-align: right;
}
.profile-menu__item {
  margin-right: 10px;
  margin-left: 50px;
  padding: 10px;
  font-size: 0.875em
}
.profile-menu__item a {
 display: block;
 text-decoration: none;
 font-weight: normal;
 border-bottom: 1px solid #F1F1F3;
 padding-bottom: 10px;

}
.profile-menu__item a img {
 max-width: 20px;
 max-height: 20px;
 margin-left: 15px;

}
.profile-menu__item:last-child a {
 border-bottom: none;

}
.username {
  font-size: 1em
}
.username .company-name {
 font-size: 0.875em;
 color: #A3A6B4;

}
.menu-logout a {
 color: #EE4058;

}
.header__avatar .menu {
  width: 100px;
  right: 0
}
.header__avatar .menu img {
 padding-right: 7px;
 width: 18px;
 height: 18px;

}
.header__avatar .menu a {
 padding-left: 10px;

}
.header__avatar .menu-arrow {
 left: 50%;
 -webkit-transform: translate(-50%, 0);
         transform: translate(-50%, 0);

}
.menu {
  min-width: 330px;
  margin-top: 50px;
  text-align: right;
}
@media only screen and
(min-device-width : 320px) and
(max-device-width : 480px) {
  .header__title {
    padding-right: 0;
  }
  .header__user {
    -ms-flex-preferred-size: auto;
        flex-basis: auto
  }
  .header__user p {
  display: none;

 }
  #profile-menu .menu {
    right: 0;
  }
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: content-start / main-end;
  grid-row: footer-start / footer-end;
  background-color: #F5F6FA;
}

.footer__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between
}

.footer__row.left {
 -ms-flex-direction: column;
     flex-direction: column;

}

.footer__links {
  font-size: 0.9375em;
}

.footer__links a {
  color: #7b96c4;
  font-weight: normal;
  text-decoration: none;
}

.footer__terms {
  font-size: 0.625em;
}

.footer__logo {
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center
}

.footer__logo img {
 width: 30px;

}

.footer__logo img.alliant-logo {
 position: relative;
 top: 1px;
 height: 9px;
 width: 46px;

}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.portfolio {
  margin: 0;
  padding: 14px 0 0 0;
  width: 100%;
}

.portfolio__header {
  max-width: 923px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}

.portfolio__filter-group {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.label-for-spacing {
  color: white;
}

@media screen and (max-width: 1180px) {
  .portfolio__header {
    max-width: 369px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .portfolio__filter-group {
    width: 100%;
    margin-bottom: 33px;
  }
  .label-for-spacing {
    display: none
  }
}

.portfolio__search {
  padding-top: 24px;
  margin-left: 13px;
  min-width: 260px;
  width: 100%
}

.portfolio__search input {
 width: 95%;

}

.portfolio__pagination {
  height: 50px;
  text-align: right;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end
}

.portfolio__pagination span {
 width: 19px;
 height: 19px;
 line-height: 19px;
 text-align: center;
 font-size: 0.6875em;

}

.portfolio__pagination span a {
 text-decoration: none;
 font-size: inherit;
 color: #004d6f;
 text-align: center;

}

.portfolio__pagination .portfolio__pagination_selected {
 background-color: #3dcb35;
 color: white;
 border-radius: 24px;

}

.portfolio__pagination-arrow {
  line-height: 12px !important;
  height: 12px !important;
}

.filter-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  min-width: 97px;
  max-width: 118px;
  margin: 0 13px
}

.filter-select label {
 color: #293b5a;
 font-size: 0.875em;
 padding-bottom: 16px;

}

.filter-select_adjust-for-border:active label, .filter-select_adjust-for-border:focus label {
 padding-bottom: 14px;

}

.dropdown {
  width: 100%;
  margin: 0;
}

input, select, button {
  outline: 0
}

.menu-wrap {
  position: relative;
  width: 100%;
  max-width: 150px;
}

.menu-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  right: 8px;
  content: "";
  position: absolute;
  border-bottom: 6px solid white;
  z-index: 1;
  display: none;
}

.menu {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  margin: 0;
  z-index: 20;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  padding: 0;
  border: 1px solid #F5F6FA;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, .2),
    0 6px 20px 0 rgba(0, 0, 0, .19);
}

.menu.pdf {
  top: 30px;
}

.menu__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 5px;
  margin-top: 5px;

  height: 22px;
  line-height: 22px
}

.menu__item:hover {
 background-color: #3dcb35;

}

.menu__item:hover i {
 color: white;

}

.menu__item:hover a {
 color: white;

}

.menu__item:hover p {
 color: white;
 cursor: pointer;

}

.menu__item i {
 color: #3dcb35;
 padding-right: 5px;
 margin-left: 10px;

}

.menu__item a {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: start;
     justify-content: flex-start;
 -ms-flex-align: center;
     align-items: center;
 font-size: 0.75em;
 text-decoration: none;
 color: #A3A6B4;

}

.menu__item p {
 display: -ms-flexbox;
 display: flex;
 -ms-flex-pack: center;
     justify-content: center;
 -ms-flex-align: center;
     align-items: center;
 font-size: 0.75em;
 font-weight: bold;
 text-decoration: none;
 color: #A3A6B4;
 margin-top: 0;

}

p.disabled:hover {
 background-color: #A3A6B4;
 color: white;
 cursor: none;

}

.icon-arrow-down.pdf {
  margin-top: 5px;
}

.button-text {
  line-height: 22px;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
/* Prevent chrome from adding yellow background for autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
input.search {
  border:0;
  background-image: url(/static/icons/search.png);
  background-position: right 0 bottom 11px;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  padding-right: 20px;
  font: inherit;
  font-weight: normal
}
input.search::-webkit-input-placeholder {
 color: #4D4F5C;
 opacity: 0.5;
 font-weight: lighter;

}
input.search::-moz-placeholder {
 color: #4D4F5C;
 opacity: 0.5;
 font-weight: lighter;

}
input.search::-ms-input-placeholder {
 color: #4D4F5C;
 opacity: 0.5;
 font-weight: lighter;

}
input.search::placeholder {
 color: #4D4F5C;
 opacity: 0.5;
 font-weight: lighter;

}
input.search:focus {
 border-color: #3dcb35;

}
input.search.typeahead.tt-hint {
  color: rgba(77, 79, 92, .5) !important;
}
textarea {
  font-family: Poppins;
}
div.tt-menu.tt-open {
  background: white;
  border-radius: 4px;
  opacity: 0.95;
  border: 1px solid #E9E9F0;
  margin: 8px 0;
  padding: 4px 0;
}
div.tt-suggestion.tt-selectable {
  padding: 3px 20px;
}
.form-wrapper {
  padding-top: 25px;
  margin: 0 auto
}
.form-wrapper form {
 max-width: 673.5px;
 padding-left: calc(50% - 336.75px);
 text-align: center;

}
/* Only for IE 10 and greater */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=url] {
  line-height: normal !important;

 }
}
.form {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px
}
.form label {
 line-height: 45px;
 -ms-flex-preferred-size: 100%;
     flex-basis: 100%;
 text-align: center;

}
.form input[type=checkbox] {
 vertical-align: middle;
 position: relative;
 bottom: 1px;

}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=url] {
 border-width: 0 0 2px 0;
 line-height: 45px;
 font-size: 1.25em;
 border-color: #A3A6B4;

}
.form input[type=text]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder {
 color: #8da4cc;
 font-weight: lighter;

}
.form input[type=text]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=url]::-moz-placeholder {
 color: #8da4cc;
 font-weight: lighter;

}
.form input[type=text]::-ms-input-placeholder, .form input[type=password]::-ms-input-placeholder, .form input[type=email]::-ms-input-placeholder, .form input[type=url]::-ms-input-placeholder {
 color: #8da4cc;
 font-weight: lighter;

}
.form input[type=text]::placeholder, .form input[type=password]::placeholder, .form input[type=email]::placeholder, .form input[type=url]::placeholder {
 color: #8da4cc;
 font-weight: lighter;

}
.form input[type=text]:focus, .form input[type=password]:focus, .form input[type=email]:focus, .form input[type=url]:focus {
 border-color: #3dcb35;

}
.form__error {
  font-size: 0.75em;
  color: #EFBFBF;
}
.form__field {
  text-align: center;
  width: 673.5px;
  padding-bottom: 15px
}
.form__field input {
 width: 100%;

}
.form__field_flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 673.5px;
  margin-bottom: 10px;
  font-size: 1.25em !important
}
.form__field_flex .select2 {
 max-width: 673.5px;

}
.form__field_flex .select2-selection {
 border-bottom: 2px solid #A3A6B4 !important;
 border-radius: 0 !important;
 height: 35px !important;

}
.form__field_flex .select2-selection:focus {
 border-bottom: 2px solid #3dcb35 !important;

}
.form__field_flex .select2-selection .select2-selection__rendered {
 text-align: left !important;
 padding-left: 0 !important;
 margin-bottom: 10px !important;
 color: black !important;
 font-size: 1.125em !important;
 font-weight: lighter !important;

}
.form__field_flex .select2-selection .select2-selection__rendered .select2-selection__placeholder {
 color: #8da4cc;

}
.form__field_error input {
 border-color: #EFBFBF;

}
.form__field_button {
  margin-top: 100px;
}
.form__field_margin-top-30 {
  margin-top: 30px;
}
.form__p {
  grid-area: admin-note;
  width: 100%;
  margin-top: 0;
  text-align: center;
  line-height: 45px
}
.form__p a {
 text-decoration: none;
 color: #004d6f;
 border-bottom: 1px solid #004d6f;

}
/* Filter by client form */
.form__filter-by-client {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8125em;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: rgb(100, 126, 138);
  color: white;
  margin-bottom: 100px;
}
/* Project form grid */
.form__project .form__field {
  width: 100%;
  margin-bottom: 10px;
}
.form__project .error {
  grid-area: error;
}
.form .form__field-name {
  grid-area: name;
  font-size: 3em
}
.form .form__field-name input::-webkit-input-placeholder {
 font-weight: bold;
 line-height: 45px;

}
.form .form__field-name input::-moz-placeholder {
 font-weight: bold;
 line-height: 45px;

}
.form .form__field-name input::-ms-input-placeholder {
 font-weight: bold;
 line-height: 45px;

}
.form .form__field-name input::placeholder {
 font-weight: bold;
 line-height: 45px;

}
.form .form__field-name--chrome input::-webkit-input-placeholder {
 line-height: 70px;

}
.form .form__field-name--chrome input::-moz-placeholder {
 line-height: 70px;

}
.form .form__field-name--chrome input::-ms-input-placeholder {
 line-height: 70px;

}
.form .form__field-name--chrome input::placeholder {
 line-height: 70px;

}
.form__field-location {
  grid-area: location;
}
.form__field-contract_value {
  grid-area: value;
}
.form__field-scheduled_completion {
  grid-area: date;
}
.form__field-project_manager {
  grid-area: manager;
}
.form__field-contact {
  grid-area: contact;
}
.form__field-additional_notes {
  grid-area: notes;
}
.form__field-button {
  grid-area: button;
  margin-top: 10px;
}
.form__project {
  margin-top: 100px;
  display: grid;
  width: 100%;

  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 45px;
  grid-template-areas:
    "error        error       error"
    "name         name        name"
    "location     location    value"
    "date         manager     contact"
    "notes        notes       notes"
    "button       button      button"
    "admin-note   admin-note  admin-note";
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .form__project {
    margin: 50px auto;
    width: 500px;

    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-template-areas:
      "error      error     error     error"
      "name       name      name      name"
      "location   location  location  location"
      "date       date      value      value"
      "manager    manager   contact   contact"
      "notes      notes     notes     notes"
      "button     button    button    button";
  }
  .form .form__field-name {
    font-size: 2.25em
  }
  .form .form__field-name input::-webkit-input-placeholder {
  line-height: 30px;

 }
  .form .form__field-name input::-moz-placeholder {
  line-height: 30px;

 }
  .form .form__field-name input::-ms-input-placeholder {
  line-height: 30px;

 }
  .form .form__field-name input::placeholder {
  line-height: 30px;

 }
}
@media (max-width: 37.499em) {
  .form__project {
    margin: 0 auto;
    width: 500px;

    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-template-areas:
      "error"
      "name"
      "location"
      "date"
      "value"
      "manager"
      "contact"
      "notes"
      "button";
  }
  .form__project .form__field {
    margin-bottom: 0;
  }
  .form__field .button {
    margin-top: 10px !important;
  }
  .form .form__field-name {
    font-size: 26px
  }
  .form .form__field-name input::-webkit-input-placeholder {
  line-height: 45px;

 }
  .form .form__field-name input::-moz-placeholder {
  line-height: 45px;

 }
  .form .form__field-name input::-ms-input-placeholder {
  line-height: 45px;

 }
  .form .form__field-name input::placeholder {
  line-height: 45px;

 }
}
/* End Project form grid */
.button {
  font-family: Poppins;
  font-weight:600;
  font-size:16px;
  padding:0 15px;
  color:#fff;
  border:2px solid #2ECC71;
  background-color:#2ECC71;
  border-radius:8px;
  text-decoration:none;
}
.button--hollow {
  color:#2ECC71;
  background-color:#fff;
}
.button--disabled {
  background-color:#A3A6B4;
  border-color:#A3A6B4;
}
.form__field_button .button,
.form__field .button {
  width: 200px;
  height: 45px;
  margin-top: 45px;
}
.form__request .form__field button {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .form__login .form__field {
    width: 491.5px;
  }

  .form__field_button {
    margin-top: 0;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .form__request .form__field {
  width: 465px;

 }

  .form__field_flex {
    width: 465px;
  }
}
@media (max-width: 37.499em) {
  .form__field {
    width: 275px !important
  }
  .form__field .button {
  width: 130px;
  height: 30px;
  font-size: 12px;

 }

  .form__field_button {
    margin-top: 40px;
  }

  .form__field_flex {
    font-size: 0.75em !important;
    width: 275px;
  }

  .form__p {
    line-height: 20px
  }

  .form__p a {
  font-size: 14px;

 }

  .form input[type=text], .form input[type=password], .form input[type=email], .form input[type=url] {
  font-size: 0.75em;

 }
}
.add-subcontractor-form,
#status-comment-form {
  display: none;
  position: fixed;
  top: 20%;
  left: 45%;
  height: 530px;
  width: 600px;
  border-radius: 5px;
  background: white;
  text-align: left;
  z-index: 100
}
.add-subcontractor-form textarea, #status-comment-form textarea {
 resize: none;
 width: 80%;
 height: 200px;
 margin-top: 20px;
 padding: 20px;
 border: 1px solid #E9E9F0;
 border-radius: 5px;
 color: #4D4F5C;

}
.add-subcontractor-form img, #status-comment-form img {
 float: right;
 margin-right: 50px;
 margin-top: 40px;

}
.add-subcontractor-form img:hover, #status-comment-form img:hover {
 cursor: pointer;

}
.add-subcontractor-form .caption, #status-comment-form .caption {
 margin-bottom: 0;
 text-align: left;
 margin-left: 75px;

}
.add-subcontractor-form .caption h3, #status-comment-form .caption h3 {
 font-weight: normal;

}
.add-subcontractor-form .form__field_flex, #status-comment-form .form__field_flex {
 width: 450px;

}
.add-subcontractor-form .form__field_flex .select2, #status-comment-form .form__field_flex .select2 {
 max-width: 450px;
 margin-top: 15px !important;
 margin-bottom: 130px !important;

}
.add-subcontractor-form .form__field_flex .select2-selection, #status-comment-form .form__field_flex .select2-selection {
 border-bottom: 2px solid #A3A6B4 !important;
 border-radius: 0 !important;
 min-height: 35px !important;

}
.add-subcontractor-form .form__field_flex .select2-selection:focus, #status-comment-form .form__field_flex .select2-selection:focus {
 border-bottom: 2px solid #3dcb35 !important;

}
.add-subcontractor-form .form__field_flex .select2-selection .select2-selection__rendered, #status-comment-form .form__field_flex .select2-selection .select2-selection__rendered {
 overflow: visible;
 font-size: 1.25em !important;

}
.add-subcontractor-form .form__field_flex .select2-selection .select2-selection__rendered .select2-selection__placeholder, #status-comment-form .form__field_flex .select2-selection .select2-selection__rendered .select2-selection__placeholder {
 font-weight: lighter !important;

}
.add-subcontractor-form .form__field_flex .select2-selection .select2-selection__rendered .select2-search__field, #status-comment-form .form__field_flex .select2-selection .select2-selection__rendered .select2-search__field {
 width: 100% !important;

}
#status-comment-form .caption {
 margin-top: 0;
 margin-left: 50px;

}
#status-comment-form .form__field-button {
 width: 100% !important;

}
.select2-dropdown {
  margin-top: 15px;
  border-color: #E9E9F0 !important
}
.select2-dropdown input {
 border-color: #E9E9F0 !important;

}
@media (max-width: 1400px) {
  .add-subcontractor-form {
    top: 20%;
    left: 35%;
    height: 450px;
    width: 600px;
  }
}
@media (max-width: 1400px) {
  #status-comment-form {
    top: 20%;
    left: 35%;
    width: 500px;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  .add-subcontractor-form {
    left: 10%;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em) {
  #status-comment-form {
    left: 25%;
  }
}
@media (max-width: 37.499em) {
  .add-subcontractor-form,
  #status-comment-form  {
    top: 25%;
    left: 3%;
    height: 400px;
    width: 350px
  }
  .add-subcontractor-form img, #status-comment-form img {
  margin-right: 30px;
  margin-top: 30px;
  width: 12px;

 }
  .add-subcontractor-form .caption, #status-comment-form .caption {
  text-align: left;
  margin-left: 40px;

 }

  .select2-dropdown {
    font-size: 0.75em;
  }
}
@media (max-width: 37.499em) {
  #status-comment-form {
    height: 420px;
    width: 95%;
    font-size: 0.75em
  }
  #status-comment-form textarea {
  font-size: 0.75em;

 }
  #status-comment-form .form__field-button {
  width: 100%;

 }
}
.add-subcontractors-dropdown {
  margin-top: 15px;
}
/* Select2 styles for filter forms */
.list-filter .select2.select2-container {
  max-width: 200px;
  min-width: 100px;
}
#select2-id_project-results .select2-results__option--highlighted, #select2-id_location-results .select2-results__option--highlighted, #select2-id_region-results .select2-results__option--highlighted, #select2-id_industry_naics-results .select2-results__option--highlighted, #select2-id_project_manager-results .select2-results__option--highlighted {
 background-color: #2ECC71;

}
/* Hide scrool bars in select2 dropdowns */
.select2-results__options {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.select2-results__options::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
/* jQuery UI datepicker */
.ui-state-default.ui-state-highlight {
  border-color: black !important;
  background: #2ECC71 !important;
  color: black !important;
}
.ui-state-default.ui-state-active {
  border-color: black !important;
  background: #55e4d4 !important;
}
.form-label {
  color: #2ECC71;
  font-size: 0.75em;
  font-weight: normal;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

@media only screen and
(min-device-width : 320px) and
(max-device-width : 480px) {
  .mobile-hidden {
    display: none;
  }
}

.table {
  width: 100%;
  padding: 0;
  border-collapse: collapse
}

.table tr:nth-child(even) {
 background-color: transparent;

}

.table tr:nth-child(even) {
 background-color: #f3f5f7;

}

.table tr {
 height: 34px;

}

.table tr th, .table tr a {
 font-weight: 700;
 color: #293b5a;

}

.table tr th .sortable a {
 font-family: 'Poppins';
 text-decoration: none;

}

.table tr td.important {
 color: #004d6f;

}

.hidden {
  display: none;
}

.loading-screen {
  min-height: 400px;
  /* IE needs height to work properly */
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 2.25em
}

.loading-screen img {
 padding-right: 10px;

}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

a {
  font-weight: bold;
  color: #004d6f;
}

.text-small {
  font-size: 0.75em
}

.text-small a {
 text-decoration: none;
 font-weight: bold;
 color: #004d6f;

}

.text-larger {
  font-size: 1em;
}

.text-large {
  font-size: 1.125em;
}

.text-large_important{
  color: #004d6f;
}

.text-normal {
  font-size: 0.875em;
}

td.text-small {
  color: #8da4cc;
}

.success {
  color: #2ECC71;
}

.success-minor {
  color: rgba(184, 223, 0, .6);
}

.warning {
  color: rgba(204, 204, 46, .3);
}

.error {
  color: #EFBFBF
}

.badge {
  height: 48px;
  width: 48px;
  min-width: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.5em;
  color: white;
}

.badge_success, .message_success {
  background-color: #2ECC71;
}

.badge_success-minor, .message_success-minor {
  background-color: rgba(184, 223, 0, .6);
}

.badge_warning, .message_warning {
  background-color: rgba(204, 204, 46, .3);
}

.badge_error, .message_error {
  background-color: #EFBFBF
}

.identity-badge {
	height: 79px;
	width: 79px;
  min-width: 79px;
  line-height: 79px;
  border-radius: 30%;
	background-color: #FFFFFF;
	background: linear-gradient(151deg, #8B92FC 0%, #85D5F3 100%);
  text-align: center;
  font-size: 2.25em;
  color: white;
}

.identity-badge_medium {
  width: 51px;
  height: 51px;
  min-width: 51px;
  line-height: 51px;
  font-size: 1.4375em;
}

.identity-badge_small {
  width: 45px;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125em;
}

.identity-badge_small {
  width: 45px;
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125em;
}

.identity-badge_search-item {
  width: 48px;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.25em;
}

.identity-badge_compare-title {
  width: 122px;
  min-width: 122px;
  height: 122px;
  line-height: 122px;
  font-size: 3em;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  box-shadow: 0 11px 23px 0 rgba(40, 161, 254, .21);
}

.identity-badge_notification-header {
  height: 89px;
  width: 89px;
  min-width: 89px;
  line-height: 89px;
  margin-right: 3%;
}

.semibold {
  font-weight: 600;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}

.subcontractor-main-info {
  padding: 0 10px;
  min-width: 0
}

.subcontractor-main-info div {
 white-space: nowrap;
 text-overflow: ellipsis;

}

.subcontractor-search {
  padding-top: 90px;
  min-height: 500px;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center

}

.subcontractor-search > * {
 width: 80%

}

.subcontractor-search input.search {
 margin-bottom: 28px;

}

.subcontractor-search__result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  cursor: pointer
}

.subcontractor-search__result:hover {
 background-color: rgba(123, 150, 196, .2)

}

.subcontractor-search__result > .identity-badge {
 margin-right: 20px;

}

.subcontractor-search__result-name {
  font-size: 1.25em;
  color: #4D4F5C;
}

.subcontractor-search__result-industry {
  font-size: 0.875em;
  color: #A3A6B4;
}

.subcontractor-search__instructions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: #293b5a
}

.subcontractor-search__instructions img {
 width: 185px;

}

.identity-badge_margin {
  margin: 0 20px;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.pagination {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:end;
      justify-content:flex-end;
  -ms-flex-align:center;
      align-items:center;
  padding:30px 0px;
}
.pagination__button {
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  border:1px solid #E8E9EC;
  border-radius:4px;
  margin-right:8px;
  margin-right:0.5rem;
  background-color:#fff;
  color:#4D4F5C;
  text-decoration:none;
  font-weight:normal;
  font-size:13px;
}
.pagination__button--last{
  margin-right:0;
}
.pagination__button--selected {
  color:#fff;
  background-color:#2ECC71;
  border:1px solid #2ECC71;
}
.pagination__button--previous {
  background-image:url(4fe4e17b979d07f48be21aec663c8fc8.png);
  background-repeat:no-repeat;
  background-position:center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination__button--next {
  background-image:url(4fe4e17b979d07f48be21aec663c8fc8.png);
  background-repeat:no-repeat;
  background-position:center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em) {
  .pagination {
    -ms-flex-pack:center;
        justify-content:center;
  }
  .pagination__button {
    font-size:10px;
    line-height:28px;
    width:28px;
    height:28px;
  }
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.list-container {
  max-width:100%;
  overflow: auto;
}
.list {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
@media (max-width: 37.499em), (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .list-column--hidden {
    display:none;
  }
}
@media (max-width: 37.499em) {
  .list-column--phone-hidden {
    display:none;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em) {
  .list-column--tablet-hidden {
    display:none;
  }
}
@media (min-width: 37.5em) and (max-width: 56.249em), (min-width: 56.25em) and (max-width: 74.999em), (min-width: 75em), (min-width: 112.5em) {
  .list-column--phone-only {
    display:none;
  }
}
.list-title {
  font-size: 1.5em;
  color: #023146
}
.list-header {
  font-weight:600;
  background-color:#F5F6FA;
  color:#A3A6B4;
  height:54px;
  font-size:16px;
  line-height:20px;
}
.list-header-cell {
  text-transform:uppercase;
  padding:0 8px;
  padding:0 0.5rem;
}
.list-header-cell--status {
  padding-left:50px;
  padding-right:100px;
}
.list-header-cell--score {
  width: 80px;
}
@media (max-width: 37.499em) {
  .list-header {
    font-size:10px;
  }
  .list-header-cell--status {
    padding:0 0.5rem;
  }
}
.list-row {
  height:84px;
}
.list-cell {
  border-bottom:1px solid #F1F1F3;
  color:#4D4F5C;
}
.list-cell--bolder {
  font-weight:bold;
}
.list-cell--name {
  padding-left: 10px;
}
.list-cell--comment {
  color:#A3A6B4;
}
@media (max-width: 37.499em) {
  .list-cell {
    font-size:12px;
  }
}
.list-link{
  color:#4D4F5C;
  text-decoration:none;
  font-weight:500;
}
.list-toolbar {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:justify;
      justify-content:space-between;
}
.list-filters {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:start;
      justify-content:flex-start;
}
.list-filter {
  display:-ms-flexbox;
  display:flex;
  border:1px solid #E9E9F0;
  padding:0 15px;
  margin-right:15px;
  margin-bottom:20px;
  border-radius:4px;
  height:45px;
  line-height:45px;
}
.list-filter:focus-within {
  border-color:#3dcb35;
}
.list-filter--bottom-border-only {
  border-width:0 0 1px 0;
  border-radius:0;
}
.list-filter__label {
  color: #2ECC71;
  text-transform:uppercase;
  padding:0 8px;
  padding:0 0.5rem;
}
@media (max-width: 37.499em) {
  .list-toolbar {
    -ms-flex-flow:wrap-reverse;
        flex-flow:wrap-reverse;
  }
  .list-filter__label {
    font-size:10px;
    line-height:28px;
  }
}
.list-actions {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:row;
      flex-direction:row;
  -ms-flex-pack:end;
      justify-content:flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.list-action {
  margin-right:16px;
  margin-right:1rem;
  margin-bottom:20px;
  height:45px;
  line-height:45px;
  box-sizing:border-box;
}
.list-action:nth-last-of-type(1) {
  margin-right:0;
}
@media (max-width: 37.499em) {
  .list-action {
    height:26px;
    line-height:22px;
  }
}
.list__checkbox {
  width:27px;
  height:27px;
  margin-right:12px;
  border:1px solid #A3A6B4;
}
:root { /*9px*/ /*11px*/ /*12px*/ /*13px*/ /*14px*/ /*16px*/ /*18px*/ /*20px*/ /* 24px*/ /*32px*/ /*36px*/ /* ~47px */

}
:root {
}
.project-status-box {
  border-radius: 8px;
  border: 1px solid #F5F6FA;
  background-color: #fff;
  box-shadow: 0 9px 13px 0 rgba(64, 65, 97, .1);
  width: 266px;
  height: 168px;
  margin: 10px;
}
.project-icon-wrapper {
  margin: 5% auto 3% auto;
  position: relative;
  height: 77px;
  width: 77px; 
  border-radius: 50%;
  background-color:rgba(46, 204, 113, .2);
  color: #2ECC71;
}
.project-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display:inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #2ECC71;
}
.project-icon--background {
  background-color: rgba(25, 188, 94, .2);
  background-repeat: no-repeat;
  background-position: center;
}
.project-icon--contract-value {
  background-image: url(18bf0d8e558910c487627ae0fc931672.png);
}
.project-icon--average-credit-score {
  background-image: url(a084b49cdc8d9b27689543d62bfd4b8a.png);
}
.project-icon--average-zscore {
  background-image: url(5699630713be8cccc44c2b44e8bfdcef.png);
}
.project-icon--average-emr {
  background-image: url(b62094c067815fab42f279b159dfd0fb.png);
}
.project-icon--average-safety-score {
  background-image: url(c9a6d5118159e4e5e50557ed0f5f38d1.png);
}
.project-icon--scheduled-completion {
  background-image: url(15ec06e7315cb24da1cb1c61bae140ad.png);
}
.project-status--value {
  font-size: 2em;
  color: #023146;
  font-weight: lighter;
  text-align: center;
  margin-bottom: -2%;
}
.project-status--label {
  color: #023146;
  font-size: 0.75em;
  text-align: center;
}
.project--info-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin-bottom: 28px;
  margin-top: 40px;
}
.project-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.project-contact--box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 5px 45px 5px 0;
}
.project-contact--box-label {
  margin-right: 12px;
  font-size: 1em;
}
.project-contact--box-value {
  color: #023146;
  font-size: 1em;
  font-weight: bolder;
}
.project-contact-icon {
  display:inline-block;
  width: 27px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 9px;
}
.project-contact-icon--manager {
  background-image: url(d786d390dc00bcfc3c4d77e051885c76.png)
}
.project-contact-icon--contact {
  background-image: url(e5d5fdd36ed077413b1415ae7d9d60eb.png)
}
.project-title {
  font-size: 3em;
  font-weight: bold;
  color: #023146;
  margin-right: 25px;
}
.project-location {
  font-size: 1em;
  font-weight: bolder;
  margin-bottom: 16px;
}
.project-back-icon {
  display:inline-block;
  height: 12px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(8076e4e415a4aaeae7a339ca13bc508d.png);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-right: 7px;
}
a.project-back-link {
  text-decoration: none;
  font-weight: normal;
  color: #2ECC71;
}
.project-button {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 15px;
  color:#fff;
  border:2px solid #2ECC71;
  background-color:#2ECC71;
  border-radius:8px;
  text-decoration:none;
  margin: 0 8px;
}
.project-button--hollow {
  color: #2ECC71;
  background-color:rgba(0, 0, 0, 0);
}
.project-button--round {
  background-color:rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  border:2px solid #2ECC71;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 0 8px;
  cursor: pointer;
}
.project-button--round-edit {
  background-image: url(a92e829c6c2a0fd603c91b86f14a868d.png);
}
.project-button-strip, .project-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 56.25em) {
  .project-button-strip--desktop {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .project-button-strip--mobile {
    display: none;
  }
}
.project-list__no-of-subs {
  color: #ADB0C8
}
.project-list__no-of-subs span {
 color: #4D4F5C;
 font-weight: bold;

}



