.featured-narrative {
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 10px 10px 0 10px;
  margin-bottom: 11.5px;
  margin-left: 20px;
}
.address {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
}
.ca-gov-icon-road-pin {
  float: left;
}

/*Advisory Page */
.view-fish-advisories,
.view-fish-advisories-revisions {
  clear: both;
  max-width: 94%;
}
.box {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.box:nth-child(3) {
  margin-right: 0;
}
.box .or {
  background: url("../images/bg-or-arrow.png") no-repeat scroll center center transparent;
  display: block;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -43px;
  text-align: center;
  text-transform: uppercase;
  top: 23px;
  width: 72px;
  z-index: 1;
}
.low {
  background: url(../images/icon-checkmark.png) no-repeat 7px 7px #46AF20;
}
.medium {
  background: url(../images/icon-checkmark.png) no-repeat 7px 7px #F5A622;
}
.high {
  background: url(../images/icon-cross.png) no-repeat 7px 7px #B11715;
}
.box .servings {
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 70px;
  padding-top: 30px;
  text-align: center;
}
.box .species {
  background-color: #ffffff;
  margin: 5px;
  padding: 15px 5px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
}
.box .species ul li {
  border: 2px solid #fff;
  margin-bottom: 20px;
  padding: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box .species ul li:hover {
  border: 2px solid #428bca;
}
.box .high-in-omega3 {
  background: url('../images/high-in-omega3.png') no-repeat left top transparent;
  display: block;
  float: left;
  height: 30px;
  text-indent: -999em;
  width: 35px;
}
.box.high .high-in-omega3 {
  display: none;
}
.box .species-title {
  display: inline-block;
  margin-top: 0.5em;
  width: 100%;
}
.box .species-title a {
  line-height: 30px;
}
img.high_in_omega3s {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .box .or {
    background-size: 50px 35px;
    top: 60px;
  }
}

@media (min-width: 768px) {
  .box .species-title {
    display: flex;
    justify-content: center;
  }
}

/* chemical data tables */

.table-vertical th {
  border-bottom-width: 0;
  width: 50%;
  text-align: right;
  padding: 0.75rem;
}
.table-vertical td {
  border-bottom-width: 0;
  padding: 0.75rem;
}
.table-vertical tr {
  border-bottom: 1px solid #ddd;
}

.table-vertical p {
  margin-bottom: 0;
}

.table-vertical tr:first-child, .table-vertical tbody, .table-vertical tbody tr td:first-child {
  border-top: 0 solid #fff;
  border-top-width: 0;
}

.table-vertical tr:last-child {
  border-bottom-width: 0;
}


/* files */

.field--name-field-docs-date-revision time {
  padding-left: 20px;
}


.news-item {
  margin-left: 0;
  margin-right: 0;
}
/* Header images */
.branding-program {
  background-color:rgba(255,255,255,0.8);
}
.branding-program img {
  display: block;
  margin: 0 auto;
}
.ces .branding-program {
  background-color: #EFFAF6;
}
.fish .branding-program {
  background-color: rgba(255,255,255,1);
}


.media--view-mode-state-template-file-list:nth-child(even) {
  background-color: #f0f0f0;
}
.media--view-mode-state-template-file-list:nth-child(odd) {
  background-color: #fafafa;
}

/* Prop 65 Notices */
.p65notices fieldset {
  margin-bottom: 0;
}
.p65notices .fieldset-wrapper {
  display: flex;
}
#edit-field-oehha-updated-date-value-wrapper--2 legend {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.form-item-field-oehha-updated-date-value-min label,
.form-item-field-oehha-updated-date-value-max label {
  font-weight: 400;
}
