#title-div {
  border-bottom: 2px solid lightgray;
}

#nanuk-nav {
  background-color: #F6F8F9;
}

#footer {
  background-color: #172433;
	color: white;
}

#disclaimer span {
  color: #F6C507;
}

.logo {
  width: 330px;
  max-width: 100%;
}

h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #192954;
}

.target-icon {
  max-width: 100%;
  margin-bottom: 1rem;
}

.card-border {
  border: 0;
  border-bottom: 2px solid lightgray;
  border-radius: 0;
}

.card-text {
  font-size: 1.8rem;
  padding: 20px 0;
  font-family: 'Open Sans', sans-serif;
  color: #212121;
  padding-left: 2rem;
}

.impact-value {
  font-size: 2.3rem;
}

.target-icon-container{
  float: right;
}

.result-text {
  font-size: 1.5rem;
}

.result-text-cfs {
  color: white;
}

.disclaimer-text {
  font-size: 1rem;
}

.result-text-sub {
  font-size: 1.25rem;
}

.result-value {
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.5rem;
}

#invest-value {
  border-radius: 2.5rem;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  max-width: fit-content;
  width: 350px;
  padding-left: 1.75rem;
}

.invest-value-sp {
  background: #F6C507;
}

.invest-value-nanuk {
  background: #82B2BC;
}

.invest-value-cfs {
  background: #164A9A;
}

.methodology_text {
  font-size: 17px;
  line-height: 1.765;
}

@media only screen and (max-width: 1199px) {
  #invest-value, {
    font-size: 2.25rem;
  }
  .result-value {
    border-radius: 2.25rem;
  }
  .result-text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  #invest-value, {
    font-size: 2rem;
  }
  .result-value {
    border-radius: 2rem;
  }
  .result-text {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 576px) {
  #invest-value, .result-value {
    font-size: 1.75rem;
  }
  .result-value {
    border-radius: 1.75rem;
  }
  .result-text {
    font-size: 1.2rem;
  }
  h1 {
    font-size: 3rem;
  }
}


#tar-100-1{
  color: #d1d1d1
}

.methodol-heading {
  border-radius: 1.75rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

.cfs-blue {
  color: #164A9A;
}

.client-website-link, .methodology_link{
  font-size: 18px;
}
