.hubs-articles section.strip.nav-breadcrumb {
  padding: 0;
  font-size: 16px;
}
.hubs-articles section.strip.nav-breadcrumb .spacer {
  color: rgb(234, 23, 119);
}
.hubs-articles section.strip.nav-breadcrumb a {
  color: rgb(38, 38, 41);
}

.hubs-articles .article-hero-tile {
  padding: 20px;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hubs-articles .article-hero-tile .article-hero-blob {
  background-color: #ea1777;
  border-radius: 30px;
  padding: 40px 20px;
  max-width: 410px;
  color: #fff;
}
.hubs-articles .article-hero-teaser {
  font-size: 1.3rem;
  line-height: normal;
}
.hubs-articles .article-hero-info-text {
  font-size: 1.1rem;
  line-height: normal;
  font-weight: 700;
}
.hubs-articles .article-hero-rate .interest-rate > div sup {
  top: -0.75em;
}
.hubs-articles .article-hero-rate .interest-rate > div:first-child {
  border-right: 1px solid rgb(255, 255, 255);
}
.hubs-articles .hubs-related-article {
  margin-top: 50px;
}
.hubs-articles .hubs-articles-related-carousel {
  margin-bottom: 50px;
}
.hubs-articles .hubs-articles-related-carousel .item a {
  text-decoration: unset;
}
.hubs-articles .hubs-articles-related-carousel img {
  border-radius: 25px 25px 0 0;
  width: 100%;
}
.hubs-articles .hubs-articles-related-carousel .item-details {
  background-color: #ffffff;
  padding: 15px;
  min-height: 255px;
}
.hubs-articles .hubs-articles-related-carousel .heading {
  color: #262629;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-bottom: 25px;
  line-height: normal;
  min-height: 75px;
}
.hubs-articles .hubs-articles-related-carousel .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #262629;
  border-radius: 50%;
  height: 19px;
  width: 19px;
}
.hubs-articles .hubs-articles-related-carousel .owl-dots .owl-dot:hover span,
.hubs-articles .hubs-articles-related-carousel .owl-dots .owl-dot.active span {
  background-color: #ea1777;
  border: 1px solid #ea1777;
}

.hubs-articles .hubs-articles-related-carousel p {
  color: rgb(38, 38, 41);
}
.hubs-articles .hubs-articles-related-carousel .item-tag {
  background-color: #ffffff;
  border-radius: 0 0 25px 25px;
  padding: 15px;
}
.hubs-articles .tags {
  color: rgb(234, 23, 119);
  font-weight: 700;
}
.hubs-articles .tags b,
.hubs-articles .tags .divider {
  color: rgb(38, 38, 41);
}
.hubs-articles h1 {
  font-weight: 700;
}
.hubs-articles h2,
.hubs-articles h3 {
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .hubs-articles .heading h1 {
    font-size: 25px;
  }
  .hubs-articles p {
    font-size: 16px;
    line-height: normal;
  }
  .hubs-articles h2,
  .hubs-articles h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .hubs-articles .article-hero-tile {
    padding: 0;
    background-image: none !important;
    display: flex;
    justify-content: center;
  }
  .hubs-articles .article-hero-tile .article-hero-blob {
    padding: 0;
  }

  .hubs-articles .article-hero-tile .article-hero-img img {
    border-radius: 30px 30px 0 0;
  }
  .hubs-articles .article-hero-teaser {
    padding: 30px 20px 0;
  }
  .hubs-articles .article-hero-info-text,
  .hubs-articles .article-hero-rate,
  .hubs-articles .article-hero-button {
    padding: 0 20px;
  }
  .hubs-articles .article-hero-button {
    padding-bottom: 30px;
  }
}

/*media releases*/
.content_newsroom-grid .article-card {
  box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
  min-height: 100px;
  border-radius: 24px;
  margin-bottom: 15%;
}
.content_newsroom-grid .article-card a.blog-item-header:link {
  text-decoration: none;
  color: rgb(38, 38, 41);
}
.content_newsroom-grid .article-card a.blog-item-header img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: unset !important;
}
.content_newsroom-grid .article-card .box-body {
  min-height: 275px;
}
.content_newsroom-grid .article-card .heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.content_newsroom-grid .article-card .body {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.content_newsroom-grid .article-card .date {
  text-transform: uppercase;
  font-size: 12px;
}
.content_pagination ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_pagination .page-link {
  border-radius: 50%;
  min-width: 50px;
  display: flex;
  justify-content: center;
  min-height: 50px;
  padding: 0;
  align-items: center;
  margin: 0 25px;
  border-color: transparent;
}
.content_pagination .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.content_pagination .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.content_pagination .page-item.active .page-link {
  background-color: #ea1777;
  border-color: #ea1777;
  color: #fff;
}
.general-page .content_pagination a:not(.btn) {
  color: #262629;
}
/*hub article tiles*/
.hub-article-items {
  padding-top: 5px;
}

.hub-article-items .articles .item {
  padding: 15px;
}

.hub-article-items .articles .box-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.hub-article-items .heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.hub-article-items .articles .article-card .body {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.hub-article-items .articles .article-card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
  min-height: 100px;
  border-radius: 24px;
  /* padding: 15px 30px 30px; */
}

.hub-article-items .articles .article-card .tag {
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #ededed;
  border-radius: 4px;
  padding: 6px 12px;
}
.hub-article-items A.morelink {
  color: #a0389b;
}
.hub-article-items A.morelink:link {
  text-decoration: none;
  color: #a0389b;
}
.hub-article-items A.morelink:visited {
  text-decoration: none;
  color: #a0389b;
}
.hub-article-items A.morelink:hover {
  text-decoration: none;
  color: #a0389b;
}
.hub-article-items A.morelink:active {
  text-decoration: none;
  color: #a0389b;
}
.hub-article-items .box-body {
  min-height: 275px;
}

/*buying-a-home*/
.hub-article-items .articles .box-image .card-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px;
}

.hub-article-items .articles .box-image .card-image.large-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
}

.hub-article-items .section-grey-background {
  background-color: #f5f5f5;
}

.hub-article-items.section-border-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hub-article-items.section-border-wrapper-bottom {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hub-article-items.section-border-wrapper-top {
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hub-article-items .articles .article-card ul {
  margin-block-start: 0 !important;
  padding-inline-start: 0px !important;
  list-style-type: none;
}

.hub-article-items .articles .article-card ul > li {
  margin-block-start: 0 !important;
  padding-inline-start: 0px !important;
  list-style-type: none;
  padding-top: 6px;
}

.hub-article-items .articles .article-card ul > li a {
  color: #262629;
}

.hub-article-items .articles .fa,
.fas {
  font-weight: 900;
}

.widget_page-grid .page_tile .fa,
.fas.bullet-list {
  font-weight: 900;
  color: #ea1777;
}

.hub-article-items .fas.fa-circle {
  font-size: 7px;
}

.hub-article-items h3.subheader {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.hub-article-items h3.subheader a {
  color: #262629 !important;
}

.hub-article-items .number-list {
  font-size: 16px;
  font-weight: 600;
}

.hub-article-items .number-list span {
  color: #ea1777;
}

@media (min-width: 768px) {
  .hub-article-items .articles .box-image .card-image img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
  }
}

/*awards*/
.awards {
  margin-left: 5px;
  margin-right: 5px;
}

.awards .award img {
  max-height: 100px;
  margin-bottom: 100px;
  display: block;
  margin: auto;
}

.awards .section-content {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.awards A.morelink {
  color: #a0389b;
}
.awards A.morelink:link {
  text-decoration: none;
  color: #a0389b;
}
.awards A.morelink:visited {
  text-decoration: none;
  color: #a0389b;
}
.awards A.morelink:hover {
  text-decoration: none;
  color: #a0389b;
}
.awards A.morelink:active {
  text-decoration: none;
  color: #a0389b;
}

.awards .section-content {
  padding: 20px;
}

@media (min-width: 1200px) {
  .awards {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-content {
    margin-left: 80px;
    margin-right: 80px;
  }
}

/*vertical pill*/
.vertical-pill {
  padding-top: 15px;
}

.vertical-pill .header-text {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2a282e;
}

/*tab accordion*/
.vertical-pill .nav-tabs {
  display: none;
}

.vertical-pill .card {
  border: none;
}

.vertical-pill .card .card-header {
  display: block;
}

.vertical-pill .card-body {
  background: #fafafa;
}

.vertical-pill .nav-tabs .nav-link {
  border-color: transparent;
  border-bottom: unset;
  padding: 10px 40px 10px 40px;
  color: #262629;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  align-items: left;
  text-align: left;
  border: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.vertical-pill .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: unset;
  border-color: transparent;
  border-bottom: 3px solid #fafafa;
  color: #ea1777;
  background-color: #fafafa;
  padding: 10px 40px 10px 40px;
}

.vertical-pill div.tab-content {
  border-top: unset;
  margin-top: 20px !important;
  min-width: 453px;
}

.vertical-pill .nav-tabs .nav-item:nth-child(1) a:not(.active) {
  border-left: unset;
  border-radius: 0;
}

.vertical-pill .nav-tabs .nav-item:nth-child(6) a:not(.active) {
  border-right: unset;
  border-radius: 0;
}

.vertical-pill .nav-tabs .nav-item a:not(.active) {
  border-left: unset;
  border-right: unset;
  border-radius: 0;
  background-color: #ffffff;
}

/*accordion*/
.vertical-pill .collapsed .fa-chevron-up:before {
  content: "\f078";
}

.vertical-pill .menu-item,
.vertical-pill .panel-title {
  font-size: 16px;
  line-height: 20px;
}

.vertical-pill .card-header {
  color: #262629;
}

.vertical-pill .card-header:not(.collapsed) {
  color: #ea1777 !important;
  background-color: #fafafa;
  transition: all 0.2s ease-in;
}

.vertical-pill .fa,
.vertical-pill .far,
.vertical-pill .fas {
  color: #a0389b !important;
}

/*Medium devices (tablets, 768px and up) - Ipad Pro*/
@media (min-width: 768px) {
  .vertical-pill .nav-tabs {
    display: flex;
  }
  .vertical-pill .card {
    border: none;
  }
  .vertical-pill .card .card-header {
    display: none;
  }
  .vertical-pill .card .collapse {
    display: block;
  }
  .vertical-pill .nav-tabs .nav-link {
    font-size: 9px;
    padding: 6px 15px 3px 15px;
  }
  .vertical-pill .nav-tabs .nav-link.active {
    padding: 6px 15px 3px 15px;
  }
  .vertical-pill div.tab-content {
    margin-top: 0 !important;
  }
  .vertical-pill .col-md-1 {
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%;
  }
  .vertical-pill .icon-label-active {
    font-size: 8px;
  }
  .vertical-pill .icon-label-inactive {
    font-size: 8px;
  }
}

/*Large devices (desktops, 992px and up) - Ipad*/

@media (min-width: 992px) {
  .vertical-pill .nav-tabs {
    display: flex;
  }
  .vertical-pill .card {
    border: none;
  }
  .vertical-pill .card .card-header {
    display: none;
  }
  .vertical-pill .card .collapse {
    display: block;
  }
  .vertical-pill .nav-tabs .nav-link {
    font-size: 16px;
  }
  .vertical-pill .nav-tabs .nav-link {
    font-size: 12px;
    padding: 10px 20px 5px 20px;
  }
  .vertical-pill .nav-tabs .nav-link.active {
    padding: 10px 20px 5px 20px;
  }
  .vertical-pill div.tab-content {
    margin-top: 0 !important;
  }
  .vertical-pill .col-md-1 {
    -ms-flex: 0 0 12.333333%;
    flex: 0 0 12.333333%;
    max-width: 12.333333%;
  }
  .vertical-pill .icon-label-active {
    font-size: 9px;
  }
  .vertical-pill .icon-label-inactive {
    font-size: 9px;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
  .vertical-pill .nav-tabs {
    display: flex;
  }
  .vertical-pill .card {
    border: none;
  }
  .vertical-pill .card .card-header {
    display: none;
  }
  .vertical-pill .card .collapse {
    display: block;
  }
  .vertical-pill .nav-tabs .nav-link {
    font-size: 16px;
  }
  .vertical-pill div.tab-content {
    margin-top: 0 !important;
  }
  .vertical-pill .col-md-1 {
    -ms-flex: 0 0 10.333333%;
    flex: 0 0 10.333333%;
    max-width: 10.333333%;
  }
  .vertical-pill .icon-label-active {
    font-size: 10px;
  }
  .vertical-pill .icon-label-inactive {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .vertical-pill .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.text-tertiary {
  color: #ea1777 !important;
}

/*banner-strip*/
.banner-strip {
  padding-top: 60px;
}

/*guide card*/
.banner-strip .item {
  padding: 15px;
}

.banner-strip .guide-card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
  min-height: 100px;
  border-radius: 24px;
  background-color: #f5f5f5;
  position: relative;
}

.banner-strip .guide-card .heading {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.banner-strip .guide-card .body {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  position: relative;
}

/*navbar pills*/
.banner-strip .nav-pills {
  justify-content: center;
  max-width: 175px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 3px;
  border-radius: 3px;
}

.banner-strip .nav-pills .nav-link.active,
.banner-strip .nav-pills .show > .nav-link {
  background: #565abf;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.banner-strip .nav-pills .nav-item:nth-child(1) a:not(.active) {
  color: #262629;
}

.banner-strip .nav-pills .nav-item:nth-child(2) a:not(.active) {
  border-left: 1px solid #bbb;
  border-radius: 0;
  color: #262629;
}

.banner-strip .guides-box-image {
  display: none;
}

.banner-strip .box-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.banner-strip .tag {
  font-weight: 600;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #ededed;
  border-radius: 4px;
  padding: 6px 12px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .banner-strip .guides-box-image {
    display: none;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 768px) {
  .banner-strip {
    padding-bottom: 0;
  }

  .banner-strip .guides-box-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .banner-strip .stack-top-card {
    z-index: 9;
    margin-top: 2%;
    margin-left: 2%;
  }

  .banner-strip .guides-box-image {
    display: block;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .banner-strip {
    padding-bottom: 140px;
  }

  .banner-strip .guides-box-image {
    display: block;
  }
}

/*text utilities*/
h3.h3-small {
  font-size: 20px !important;
}

h5.h5-small {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 4px;
}

p.h2-large {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1rem;
}

/*container-box*/
.container-box .box {
  border-radius: 30px;
  padding: 80px;
}

.container-box .box p {
  margin: 0;
  text-align: center;
}

.container-box.box p.heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}

.container-box .box-pink {
  background-color: rgb(234, 23, 119);
  color: rgb(255, 255, 255);
}

.container-box .box .highlight {
  font-weight: 900;
}

.container-box span.alert-text {
  color: #e40d17;
  font-weight: 900;
}

/*contacts-grid*/
.contacts-grid .header {
  font-size: 18px;
  line-height: 29px;
  color: #ea1777;
}

.contacts-grid .contact-item-header {
  font-size: 18px;
  line-height: 22px;
}

.contacts-grid .item2 .heading[aria-expanded="false"] .fa-chevron-down,
.contacts-grid .item2 .heading[aria-expanded="true"] .fa-chevron-up {
  display: block;
}

.contacts-grid .item2 .heading[aria-expanded="true"] .fa-chevron-down,
.contacts-grid .item2 .heading[aria-expanded="false"] .fa-chevron-up {
  display: none;
}

@media (min-width: 768px) {
  .contacts-grid .header {
    font-size: 24px;
  }
}

/*get started grid*/
.get-started h3 a {
  font-size: 20px;
}
.get-started img.grid-image {
  max-width: 150px;
}
@media (max-width: 767px) {
  .get-started img.grid-image {
    max-width: 100%;
  }
}
/*tabs-nav navbar pills*/
.tabs-nav {
  padding-top: 60px;
}

.tabs-nav .nav-pills {
  justify-content: center;
  max-width: 225px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 3px;
  border-radius: 3px;
}

.tabs-nav .nav-pills.pilltab {
  max-width: 122px !important;
}

.tabs-nav .nav-pills .nav-link.active,
.tabs-nav .nav-pills .show > .nav-link {
  background: #565abf;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.tabs-nav .nav-pills .nav-item:nth-child(1) a:not(.active) {
  color: #262629;
}

.tabs-nav .nav-pills .nav-item:nth-child(2) a:not(.active) {
  border-left: 1px solid #bbb;
  border-radius: 0;
  color: #262629;
}

.tabs-nav .nav-pills .nav-item:nth-child(3) a:not(.active) {
  border-left: 1px solid #bbb;
  border-radius: 0;
  color: #262629;
}

/*sticky section*/
.sticky-container.sticky {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  top: 60px;
  left: 0;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .sticky-container.sticky {
    top: 60px;
  }
}

@media (min-width: 992px) {
  .sticky-container.sticky {
    top: 120px;
  }
}
