.field-name-field-caption {
  margin-left: auto;
  width: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  margin-top: -2rem;
}

.c-inthenews h2 {
  color: #b19142;
  padding: 0;
  text-align: center;
}
.c-inthenews p {
  line-height: 1.4;
}
main section .block-body section.c-inthenews p {
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .c-inthenews {
    background-position: 1000% 1000%;
  }
.c-inthenews .content {
  margin: 1rem;
  text-align: center;
}
}

.o-grouping {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.c-bigtopic {
  min-height: 300px;
}
.o-grouping .content,
.c-bigtopic .content {
  max-width: 36rem;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.2rem;
  text-align: center;
}
.o-grouping.t-white {
  padding: 0;
}
.o-grouping .content p,
.c-bigtopic .content p {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.c-bigtopic .jumplink {
  margin-left: auto;
  margin-right: auto;
}

a.c-jumplink {
  display: inline-block;
  transition: all 0.4s ease 0s;
  margin: 2rem auto 1rem auto;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
a.c-jumplink span {
  display: block;
}
a.c-jumplink span:after {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 0.25rem;
}
a.c-jumplink:link, a.c-jumplink:visited {
  text-decoration: none;
  color: #023;
  background-color: #ebb728;
}
a.c-jumplink:link span:after, a.c-jumplink:visited span:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" width="10" height="11"><polygon fill="%23023" points="4.9,0 0,0 4.9,8.5 0,17 4.9,17 9.8,8.4"/><polygon fill="%23023" points="10.5,0 5.7,0 10.5,8.4 5.7,17 10.5,17 15.5,8.4"/></svg>');
}
a.c-jumplink:hover, a.c-jumplink:focus {
  color: #023;
  background-color: white;
}
a.c-jumplink:hover span:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" width="10" height="11"><polygon fill="%23023" points="4.9,0 0,0 4.9,8.5 0,17 4.9,17 9.8,8.4"/><polygon fill="%23023" points="10.5,0 5.7,0 10.5,8.4 5.7,17 10.5,17 15.5,8.4"/></svg>');
}
a.c-jumplink:active {
  color: #b19142;
  background-color: #fff;
}
a.c-jumplink:active span:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 17" width="10" height="11"><polygon fill="%23b19142" points="4.9,0 0,0 4.9,8.5 0,17 4.9,17 9.8,8.4"/><polygon fill="%23b19142" points="10.5,0 5.7,0 10.5,8.4 5.7,17 10.5,17 15.5,8.4"/></svg>');
}


.t-bright .grid a {
  background-color: #b19142;
  color: #fff;
}
.t-dark .grid a {
  background-color: #023;
  color: #fff;
}