.hp-v2.page {
  width: 80%;
  margin: 0px auto;
  font-style: inherit;
  /* font-family: "Montserrat", Arial, sans-serif !important; */
}
.hp-v2 .container {
  width: 100%;
  max-width: 1200px;
}
section.report ol {
  display: block;
}
section.report h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
}
section.report h2 {
  font-size: 2.3rem;
  line-height: 3rem;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

section.report h3 {
  font-size: 1.16rem;
  line-height: 1.5rem;
  margin: 0 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

section.report h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1.5rem 0;
  font-weight: 700;
}
section.report hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  opacity: 1;
}

section.report p {
  font-family: "open sans";
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  margin-top: 0;
  color: #222222;
  margin-bottom: 1.5rem;
}
section.report a {
  color: #9600bf;
}
section.report ul {
  font-family: "open sans";
  font-size: 1.1rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #222222;

  /*  */
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}
section.report ol,
section.report ul {
  padding-left: 0rem;
}

section.report .row{
  clear:both;
}
/*  */
.title-center-content {
  margin-top: 100px;
}
.title-center-content h4 {
  font-weight: 400 !important;
  color: #5c6178;
}
.hp-v2 .block {
  padding: 5rem 0;
}
.bullets li {
  list-style-type: circle;
  list-style-position: outside;
  margin-bottom: 10px;
  margin-left: 20px;
}
::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.about {
  position: relative;
}
.feature-container {
  margin-bottom: 50px;
}
.u_align-text-center {
  text-align: center;
}
.methodology p {
  font-size: 12px !important;
  line-height: 20px !important;
}
.methodology li {
  font-size: 12px !important;
  line-height: 20px !important;
  margin-bottom: 5px !important;
}
/*  */
.infogram-container {
  border: 1px solid #eeeeee;
  margin-top: 45px;
}
.report-v2 .infogram-container{
  margin-top: 0;
}
.infogram-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 600px;
  width:100%;
}
.headshot {
  font-family: Raleway, museo-sans, open sans, sans-serif;
  background: #f5f7fa;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 30px;
  margin-bottom: 20px;
}
.headshot .info {
  padding: 10px 16px;
}

.headshot .info .title {
  color: #5c6178;
}
.bullets-key li:before {
  background: #9600bf;
  content: "";
  height: 10px;
  left: -30px;
  position: absolute;
  top: 9px;
  width: 10px;
}
.bullets-key {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-left: 30px;
  margin-bottom: 40px;
  position: relative;
}
.bullets-key li {
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 800;
}
.img-float-right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  max-width: 600px;
  width:100%;
  border: 1px solid #eee;
}
.small-text{
  font-size:14px;
  line-height: 25px;
  font-weight: 300;
}
.small-text .heading{
  display:inline-block;
  min-width:75px;
}
.bldg-image-container
{
  /* padding: 12px 12px 20px 12px; */
  /* box-shadow: 6px -5px 29px #e9e9ee; */
  border-radius: 5px;
  background: #FFF;
  /* max-width:400px; */
  border:1px solid #eeeeee;
  margin-bottom:10px;

}
.bldg-image{
  width:100%;
  /* max-width:400px; */
  height:300px;
  background-size:cover;
  background-position: center center;
  border-radius: 5px;
}
@media only screen and (max-width: 1180px) {
  .hp-v2.page {
    width: 95%;
  }
  .hp-v2 .block {
    padding: 4rem 0;
  }
  .padding-left {
    padding-left: 30px;
  }
  .mobile-hide {
    display: none;
  }
}

