.brick--type--content-banner.content-banner {
  position: relative;
  overflow: hidden;
  margin: var(--size-32) 0;
  display: inline-block;
  width: 100%;
}

.brick--type--content-banner.content-banner .cb-media-wrapper {
  position: absolute;
  z-index: 0;
}
.brick--type--content-banner.content-banner .cb-media-wrapper,
.brick--type--content-banner.content-banner .cb-media-wrapper .field--name-field-component-media {
  width: 100%;
  height: 100%;
}
.brick--type--content-banner.content-banner .cb-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.brick--type--content-banner.content-banner .cb-info-wrapper {
  position: relative;
  z-index: 1;
  margin: var(--size-256) var(--size-128) 0;
  width: 40%;
  padding: var(--size-64);
  background: #ffffff;
}
@media screen and (max-width: 1440px) {
  .brick--type--content-banner.content-banner .cb-info-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .brick--type--content-banner.content-banner .cb-info-wrapper {
    width: 70%;
  }
}
.brick--type--content-banner.content-banner .cb-type {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: var(--size-16);
  color: #767676;
  text-transform: uppercase;
  margin-bottom: var(--size-4);
}
.brick--type--content-banner.content-banner .cb-title {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: bold;
  font-size: var(--size-40);
  color: #003478;
  margin-bottom: var(--size-32);
}
.brick--type--content-banner.content-banner .cb-lead {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: normal;
  font-size: var(--size-20);
  color: #404040;
  margin-bottom: var(--size-32);
}
.brick--type--content-banner.content-banner .cb-cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brick--type--content-banner.content-banner .yellow-cta-btn {
  display: inline-block;
  margin-right: 8px;
}
.brick--type--content-banner.content-banner .cb-view-all-link {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #003478;
}

@media screen and (max-width: 991px) {
  .brick--type--content-banner.content-banner .cb-info-wrapper {
    margin: 100px auto 0;
    width: 90%;
    padding: 16px;
  }
  .brick--type--content-banner.content-banner .cb-type {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .brick--type--content-banner.content-banner .cb-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .brick--type--content-banner.content-banner .cb-lead {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .brick--type--content-banner.content-banner .cb-cta-wrapper {
    display: inline-block;
  }
  .brick--type--content-banner.content-banner .yellow-cta-btn,
  .brick--type--content-banner.content-banner .cb-view-all-link {
    font-size: 12px;
    display: inline-block;
  }
  .brick--type--content-banner.content-banner .yellow-cta-btn {
    border-radius: 50px;
    padding: 12px 20px !important;
    display: inline-block;
    margin: 0 !important;
  }
  .brick--type--content-banner.content-banner .cb-view-all-link {
    margin-left: 16px;
    padding-top: 10px;
  }
}

.brick--type--content-banner.content-banner-blog {
  background: #eff7fc;
  margin: 32px 0;
  padding: var(--size-64) var(--size-128);
}
.brick--type--content-banner.content-banner-blog .content-block1 {
  padding-right: var(--size-64);
}

.brick--type--content-banner.content-banner-blog .content-block1 .field--type-entity-reference {
  margin-top: var(--size-28);
}

.brick--type--content-banner.content-banner-blog .field--name-field-component-media img {
  max-width: var(--size-830);
  margin-bottom: var(--size-32);
  max-height: var(--size-620);
}
.col-md-9 .brick--type--content-banner.content-banner-blog .field--name-field-component-media img{
  max-width: var(--size-448);
}
.brick--type--content-banner.content-banner-blog .field--name-field-description-1 {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: normal;
  font-size: var(--size-20);
  line-height: var(--size-32);
  color: #404040;
  margin-bottom: 32px;
}
.brick--type--content-banner.content-banner-blog .field--name-field-cta a {
  font-family: HelveticaNeue;
  font-size: var(--size-18);
  line-height: var(--size-24);
  border-radius: var(--size-50);
  background-color: #fdc82f;
  color: black;
  padding: var(--size-16) var(--size-32) !important;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
}
.brick--type--content-banner.content-banner-blog .cbb-featured {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: var(--size-16);
  line-height: var(--size-24);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.brick--type--content-banner.content-banner-blog .fc-img-wrapper {
  width: 100%;
  margin-bottom: var(--size-16);
}

.brick--type--content-banner.content-banner-blog .fc-img-wrapper img {
  width: var(--size-448);
  height: var(--size-320);
  object-fit: cover;
  object-position: center;
}

.brick--type--content-banner.content-banner-blog .fc-img-wrapper.fc-external-img-wrapper img {
  width: auto;
}

.brick--type--content-banner.content-banner-blog .cbb-meta {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: 500;
  font-size: var(--size-16);
  line-height: var(--size-24);
  color: #767676;
  margin-bottom: 4px;
}
.brick--type--content-banner.content-banner-blog .cbb-meta .cbb-type {
  text-transform: uppercase;
}
.brick--type--content-banner.content-banner-blog .cbb-title {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: bold;
  font-size: var(--size-24);
  line-height: var(--size-32);
  color: #003478;
  text-decoration: none;
  margin-bottom: 4px;
  display: inline-block;
}
.brick--type--content-banner.content-banner-blog .cbb-lead {
  font-family: HelveticaNeue;
  font-style: normal;
  font-weight: normal;
  font-size: var(--size-18);
  line-height: var(--size-24);
  color: #404040;
}
.brick--type--content-banner.content-banner-blog a.internal-link {
  border-radius: var(--size-50);
  background-color: #fdc82f;
  color: black;
  padding: var(--size-16) var(--size-32);
  font-weight: bold;
  font-family: "HelveticaNeue";
  border: 1px solid transparent;
  margin-right: var(--size-8);
}
.brick--type--content-banner.content-banner-blog .internal-link .external-icon {
  display: none;
}
.brick--type--content-banner.content-banner-blog .internal-link:hover {
  background-color: #f2a517;
  text-decoration: none;
  color: black;
}

.brick--type--content-banner.content-banner-blog .internal-link:focus,
.brick--type--content-banner.content-banner-blog .internal-link:active {
  background-color: #f2a517;
  border: 1px solid #fde396;
}
.brick--type--content-banner.content-banner-blog .internal-link,
.brick--type--content-banner.content-banner-blog .external-link {
  /* font-family: HelveticaBold; */
  font-family: 'HelveticaNeue';
  font-weight: 700;
  color: navy;
  font-size: var(--size-18);
  line-height: var(--size-24);
  margin-top: var(--size-12);
  margin-bottom: var(--size-12);
  text-decoration: none;
  display: inline-block;
  border-radius: var(--size-34);
}
@media (max-width: 991px) {
  .brick--type--content-banner.content-banner-blog a.internal-link {
    border-radius: 50px;
  }
}
.brick--type--content-banner.content-banner-blog .external-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .brick--type--content-banner.content-banner-blog .field--name-field-component-media img,
  .col-md-9 .brick--type--content-banner.content-banner-blog .field--name-field-component-media img {
    margin-bottom: 16px;
    max-width: 100%;
    max-height: none;
  }
  .brick--type--content-banner.content-banner-blog .field--name-field-description-1,
  .brick--type--content-banner.content-banner-blog .cbb-featured {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .brick--type--content-banner.content-banner-blog .field--name-field-cta a {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50px;
    padding: 12px 20px !important;
  }
  .brick--type--content-banner.content-banner-blog .cbb-lead,
  .brick--type--content-banner.content-banner-blog .cbb-meta {
    font-size: 14px;
    line-height: 24px;
  }

  .brick--type--content-banner.content-banner-blog .cbb-title {
    font-size: 18px;
    line-height: 24px;
  }
  .brick--type--content-banner.content-banner-blog .internal-link {
    border-radius: 50px;
    padding: 12px 20px !important;
    line-height: 24px;
  }
  .brick--type--content-banner.content-banner-blog .internal-link,
  .brick--type--content-banner.content-banner-blog .external-link {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
