a:hover {
  color: #369;
}

p {
  font-size: 12.5px !important;
  line-height: 1.4em !important;
}

#rightcontent ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.hel-equipment-ul {
  /* flex: 1; */
  display: block !important;
  list-style-type: disc !important;
  margin-top: -4px !important;
  margin-bottom: 1 em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 40px !important;
  font-size: 15px;
  float:right;
}

.hel-ol {
  font-size: 15px;
}

#rightcontent li {
  margin-left: 0;
}

ul#hel-nav {
  font-weight: bold;
  font-size: 13px;
}

#hel-nav li {
  /*background: #a53800;
    background: #913100;*/
  background: #7f3c18;
}

#hel-nav li a {
  color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
}

#hel-nav li.active {
  background: #d14600;
}

ul#hel-subnav {
  font-weight: bold;
  font-size: 13px;
}

#hel-subnav li {
  /*background: #a53800;
    background: #913100;*/
    width: 45%;
  background: #7f3c18;
}

#hel-subnav li a {
  color: white;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: block;
}

#hel-subnav li.active {
  background: #d14600;
}

h3 {
  font-size: 15px;
  padding-bottom: 5px;
  color: #d14600;
}

h3#subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.urone a {
  font-weight: bold;
}

p#this-project {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

.full-width-image {
  width: 100%;
  margin-bottom: 10px;
}

.partial-width-image {
  width: 475px;
  margin-bottom: 10px;
}

#equipment-block {
  display:flex;
  flex-wrap: wrap;
}

p#equipment-block {
  padding-top :10px;
    font-size: 12.5px !important;
    line-height: 1.4em !important;
}

.equipment-image {
  width: 40%;
  height: 100%;
  margin-bottom: 1em;
}

.equipment-h2 {
  border-bottom-width: 0px;
  margin-top: 0;
  padding: 0;
}

.equipment-text {
  display: flex;
  align-items: center;
  flex: 1;
}

.equipment-p {
  /* flex: 1; */
  padding: 15px;
  padding-left: 30px;
  
}
.hel-p{
  padding-bottom:0;
  margin-bottom: 0;
}

.urtwo {
  float: right;
}

.urone {
  float: none;
  width: auto;
}

.urone h2:first-child {
  width: 475px;
}

.post-images {
  clear: both;
}

.image-pair {
  color: #585858;
}

.image-unit {
  float: left;
}

.image-unit {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-unit img {
  margin-bottom: 10px;
  width: 100%;
}

/* People */

.team-member {
  clear: both;
  margin-bottom: 10px;
}

.team-member.top {
  clear: none;
  margin-bottom: 10px;
}

.team-photo {
  height: 200px;
  margin-bottom: 1em;
}

.team-photo.right,
.team-caption.right {
  float: right;
  margin-left: 10px;
}

.team-photo.left,
.team-caption.left {
  float: left;
  margin-right: 10px;
}

.team-member-name a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (max-width: 590px) {
  .urtwo {
    width: auto;
    margin: 0 auto;
    float: none;
  }

  .urone {
    width: calc(100vw - 32px);
  }

  .urone h2:first-child {
    width: auto;
  }
}

@media screen and (min-width: 525px) {
  .equipment-p {
    flex: 1;
  }

  .hel-equipment-ul {
    flex: 1;
  }
}

@media screen and (max-width: 525px) {
  .equipment-image {
    width: calc(100vw - 32px);
    height: 100%;
  }

  .equipment-text {
    flex-wrap: wrap-reverse;
  }
}

@media screen and (max-width: 300px) {
  .team-photo {
    width: calc(100vw - 32px);
    height: auto;
    margin-bottom: 8px;
    float: none;
  }
}