.field--name-field-title-banner,
.page-banner{
  border-bottom: 1px solid #B7C7D2;
}
.standard-banner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}
.standard-banner .standard-left{
  padding-top: 200px;
  padding-bottom: 40px;
  padding-right: 40px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #B7C7D2;
  position: relative;
}
.standard-banner .standard-left:after{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5px;
  right: -3.5px;
  z-index: 1;
}
.standard-banner .standard-right{
}
.standard-banner .field--name-field-news-image,
.standard-banner .field--name-field-event-image,
.standard-banner .field--name-field-header-image{
  margin-top: 130px;
  border-top: 1px solid #B7C7D2;
  position: relative;
}
.standard-banner .field--name-field-news-image img,
.standard-banner .field--name-field-event-image img,
.standard-banner .field--name-field-header-image img{
  width: 100%;
}
.standard-banner .field--name-field-news-image:before,
.standard-banner .field--name-field-event-image:before,
.standard-banner .field--name-field-header-image:before{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  z-index: 1;
}
.standard-banner .field--name-field-news-image:after,
.standard-banner .field--name-field-event-image:after,
.standard-banner .field--name-field-header-image:after{
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  background-color: #B7C7D2;
  border-radius: 50%;
  position: absolute;
  top: -3.5px;
  right: -3px;
  z-index: 1;
}
.standard-banner .faux-full-title h1{
  margin-bottom: 15px;
}
.standard-banner .field--name-field-header-intro{
  font-size: 22px;
  font-style: normal;
  font-weight: 450;
  line-height: 29px;
  font-family: 'nhd-d';
}
.standard-banner .field--name-field-banner-buttons{
  margin-top: 16px;
}

.page-banner .title-area{
  padding-right: 40px;
}
.page-banner h1{
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 50px;
}
