.node__content>.field, .field--name-title.field {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;

}

.field__label, .field--name-title.field .field__label {
  font-family: 'Roboto';
  font-weight: 700;
  width: calc(25% - 1rem);
  padding-right: 1rem;
}

.node__content>.field>.field__item, .field--name-title.field .field__item {
  font-family: 'Roboto';
  width: calc(75% - 1rem);
  padding-left: 1rem;
}

.node__content>.field>.field__items {
  font-family: 'Roboto';
  width: calc(75% - 1rem);
  padding-left: 1rem;
}

.node__content .field__item a {
    color: #0099CD;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 420px;
    display: block;
}

.node__content .field__item a:hover {
    color: #006699;
}

h1 {
    font-family: 'Roboto';
    font-size: 55px;
    line-height: 57px;
    font-weight: 300;
    color: #003366;
}

h2 {
    font-size: 22px;
    line-height: 34px;
    font-family: "Merriweather", serif;
    font-weight: 400;
    color: #0099CD;
    margin: 0 0 20px;
}

.project-buttons a {
    border-radius: 5px;
    background-color: #ccc;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.01em;
    display: inline-block;
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    border: 1px solid #007bff;
    text-decoration: none;
}

.project-buttons a:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

h3 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 26px;
    margin: 16px 0 21px;
    font-weight: 700;
    color: #990000;
}

.views-field-field-habitat-type,
.views-field-field-habitat-acres,
.views-field-field-habitat-miles,
.views-field-field-habitat-feet {
    padding-right: 20px;
}

.iframe-block-separator {
  border: none;
  margin: 2em auto;
  clear: both;
  border-bottom: 2px solid #cceeff;
}

h5 {
  color: #006699;
  font-weight: 700;
  font-size: 16px;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #47515B;
  margin: 0;
}

.widget {
  background-color: #E9EFF4;
}

.widget .widget-title {
  padding: 23px 30px 12px;
  position: relative;
}

.widget .widget-title h5 {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0;
  color: #0099CD;
}

.widget .widget-title::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: #0099CD;
}

.widget-gallery img {
  width: 100%;
  height: auto;
}

.widget-gallery img {
  display: none;
}

.widget-gallery a {
  color: #0099CD;
  text-align: center;
}

.widget-gallery img:first-of-type  {
  display:block;
}

.widget-gallery-open .gallery-text {
  padding: 1em 0;
  margin: 0;
}
