	.findings {
  float: right;
  width: 35%;
  padding: 15px;
  background: #007c91;
  color: white;
  vertical-align: middle;
}

@media screen and (max-width: 850px) {
  .findings{
    margin-top: 7px;
    width: 100%;
  }
}

#contacts {
  float: left;
  width: 64%;
  margin-top: -10px;
}

@media screen and (max-width: 850px) {
  #contacts{
    width: 100%;
  }
}

#bottom {
  width: 100%;
  padding: 25px;
  background: #ebf5f6;
  border: solid 3px #5fb4bd;
  border-radius: 6px;
  margin-bottom: 20px;
}
.clear { clear: both; }
.listBlueBlock {
  font-size: .95em;
  list-style: none;
  padding: 0px;
  margin-left: 30px;
}
.listBlueBlock li {
  line-height: 1.4em;
  margin-bottom: 13px;
  background-image: url("/nssp/news/2019/12-december/bullet.gif");
  background-size: 5px;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  margin-left: -10px;
  padding-left: 14px;
}
.checkBlock {
  font-size: .95em;
  list-style: none;
  padding: 0px;
  margin-left: 30px;
}
.checkBlock li {
  line-height: 1.2em;
  margin-bottom: 13px;
  background-image: url("/nssp/success-stories/images/checkmark.svg");
  background-size: 25px;
  background-position: 0px -5px;
  background-repeat: no-repeat;
  margin-left: -30px;
  padding-left: 30px;
}

.checkBlockblk li {
  line-height: 1.5em;
  margin-bottom: 13px;
  background-image: url("/nssp/news/2019/06-june/checkmark.jpg");
  background-size: 20px;
  background-position: 0px -5px;
  background-repeat: no-repeat;
  margin-left: -30px;
  padding-left: 30px;
}

.checkBlock li.noCheck { background: none; }
/*h1, h2, h3, h4, h5 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
h3, h4 { font-size: 1.3em; color: #007c91; weight: 700; }
h1 { font-size: 1.5; }
h2 { font-size: 1.4em; color: #007c91; weight: 700; }*/
.lead { display: none; }

.rightFig {
  width: 30%;
  float: right;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin-left: 20px;
  margin-top: -10px;
  font-size: .9em;
border: solid 3px #ddd; 
padding: 4px;
}





.rightFig img {
align: 0,auto;
}

.rightFig h5 {
text-align: center;
margin: -10px 0px -20px 0px;
font-weight: bold;
padding-top:0px;
}


.rightFigCaption {
margin-top: -40px; 
padding-top: 0px; 
text-align: center;
}


.fullStory .card-header {
  background: #ebf5f6;
}
.lessons {
  margin-top: 6px;
}

ul {
font-size: 17px;
}

.listBlueBlock {
font-size: 17px;
}

.tsidebar {
background-color: #ebf5f6;
}

.citation {font-size: 13px; list-style-type: none;}

.arrow {
width: 21px; 
margin-right: 5px; margin-left: -2px;
}


.blueCheckBlock {
  list-style: none;
  padding: 0px;
  margin-left: 38px;
}
.blueCheckBlock li {
  background-image: url("/nssp/working_draft/prev-success-stories/images/TN-checkmark.jpg");
  background-size: 25px;
  background-position: 0px -5px;
  background-repeat: no-repeat;
  margin-left: -25px;
  padding-left: 25px;
  margin-bottom: -10px;
}
.grayBox {
  font-size: .95em;
  list-style: none;
  padding: 0px;
  margin-left: 10px;
}
.grayBox li {
  background-image: url("/nssp/working_draft/prev-success-stories/images/TN-square.jpg");
  background-size: 15px;
  background-position: 1px 2px;
  background-repeat: no-repeat;
  margin-left: -20px;
  padding-left: 20px;
}

.yellowhighlight {
	background: #ffef7b;
	padding: 4px 0px;
}