html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  overflow-x: hidden;
}

a {
  color: #BE1D3D;
}

a:hover {
  color: #BE1D3D;
}

strong {
  font-weight: 700 !important;
}

h1 {
  font-weight: normal;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: 0px;
}

.homepage-hero-h1 {
  font-weight: normal;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: 0px;
}

h2 {
  font-weight: normal;
  font-size: 60px;
  line-height: 76px;
  letter-spacing: 0px;
}

h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}

.sub-headline {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
}

.btn-filled {
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  border: none !important;
  border-radius: 4px;
  box-shadow: none;
  color: #fff !important;
  padding: 16px 24px !important;
  cursor: pointer;
}

.btn-contact {
  color: #BE1D3D;
  font-size: 16px;
  font-weight: 700;
  padding: 0px;
  background-color: transparent !important;
  border: none !important;
}

.btn-contact:hover {
  color: #BE1D3D;
  text-decoration: underline;
}

.color-white {
  color: #fff !important;
}

.bg-light-blue {
  background-color: #E0EBED !important;
}

.bg-black {
  background-color: #000;
}

.section-padding {
  padding: 50px 0;
}

.section-padding-lg {
  padding: 70px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.font-26 {
  font-size: 26px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.font-30 {
  font-size: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (min-width: 1140px) {
  .container {
    max-width: calc(1140px - 32px) !important;
  }
}

/* Global style end */

/*Header Styles*/
.navbar {
  padding: 0;
  margin-bottom: 0;
  display: block;
  background: #fff;
  border: none;
}

.navbar-header {
  float: unset;
}

.bg-dark {
  background-color: #000 !important;
}

.header {
  padding: 42px 0;
}

.header-top-right li>a{
  color: #1C4259;
}

.user-name p {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.thrivent-header-logo {
  max-height: 25px;
  max-width: 117px;
  height: auto;
}

.header-bottom .thrivent-header-logo {
  max-width: 94px;
  max-height: 20px;
  height: auto;
}

.logo-separator {
  width: 1px;
  height: 40px;
  margin: 0 15px;
}

.header-button {
  min-width: 162px;
  height: 50px;
  padding: 10px;
}

.btn.btn-navigation-contact{
  background-color: #1C4259!important;
}

.header-social-icon {
  width: 22px;
  height: 22px;
  border-radius: 3px;
}

.utility-nav a:hover {
  color: #1C4259 !important;
}

.menu-item {
  margin-right: 25px;
}

.header-top .menu-link {
  font: normal normal normal 16px/19px Lato, sans-serif, Arial;
  color: #00f3b3;
}

.header-top .menu-link-anchor {
  white-space: nowrap;
  margin-left: 48px;
}

.header-top .menu-link:hover,
.header-top .menu-link:hover:focus {
  color: #00f3b3;
  text-decoration: underline;
  text-underline-offset: 3.5px;
}

.menu-link-anchor:focus {
  outline: none;
  text-decoration: none;
}

.menu-link-anchor:focus-visible {
  outline: none;
  text-decoration: none;
}

.header-top .menu-link:visited {
  color: #a78cc1;
}

.header-top .menu-link-anchor:hover {
  text-decoration: none;
}

.header-top-right a {
  width: fit-content;
  height: fit-content;
}

.header-social-icon-anchor {
  margin-left: 15px;
}

.header-social-icon-anchor svg {
  border-radius: 3px;
}

.header-bottom-nav {
  padding: 5px 15px 5px 0;
}

.nav.menu--main-menu>li a.is-active {
  color: #BE1C3E;
  font-weight: bold;
  text-underline-offset: 13px;
  text-decoration-thickness: 5px;
}

.nav.menu--main-menu>li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  padding: 0;
}

.nav.menu--main-menu>li.first {
  width: 102px;
}

.nav.menu--main-menu>li.who-we-are,
.nav.menu--main-menu>li.what-we-do {
  width: 164px;
}

.nav.menu--main-menu>li.news-n-commentary {
  width: 237px;
}

.nav.menu--main-menu>li a:hover {
  background: none;
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 5px;
}

.hamburger-icon {
  color: #fff;
}

.burger-nav-menu {
  z-index: 4;
  right: 0;
  background: #ffffff;
}

.burger-nav-menu .menu--main-menu.nav {
  display: flex;
  flex-direction: column;
}

/*Scrolling nav styles*/

.scrollnav-active {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  background: #fff;
  box-shadow: 0 2px 2px 1px #B9C4CC;
}

.scrollnav-active.header-bottom .header-bottom-nav {
  padding-bottom: 5px;
}

.scrollnav-active .thrivent-header-logo-anchor {
  margin-top: -5px;
}

.utility-link {
  font-size: 17px;
}

.contact-link {
  font-size: 20px;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.nav-show-scrolled {
  -webkit-animation: rollIn 0.5s;
  animation: rollIn 0.5s;
  padding-left: 15px !important;
}

@media (max-width: 1199.9px) {
  .scrollnav-active .nav.menu--main-menu>li.first {
    width: 69px;
  }

  .scrollnav-active .nav.menu--main-menu>li.who-we-are,
  .scrollnav-active .nav.menu--main-menu>li.what-we-do {
    width: 124px;
  }

  .scrollnav-active .nav.menu--main-menu>li.news-n-commentary {
    width: 189px;
  }

  .scrollnav-active .nav.menu--main-menu>li.first.active {
    width: 78px;
  }

  .scrollnav-active .nav.menu--main-menu>li.who-we-are.active,
  .scrollnav-active .nav.menu--main-menu>li.what-we-do.active {
    width: 130px;
  }

  .scrollnav-active .nav.menu--main-menu>li.news-n-commentary.active {
    width: 194px;
  }

  .nav.menu--main-menu>li a,
  .nav.menu--main-menu>li a.is-active {
    font-size: 20px;
    line-height: 22px;
  }

  .utility-link {
    color: #111111;
  }
}

@media (max-width: 1199.5px) {
  .header-min {
    position: relative;
    background: #ffffff;
    z-index: 4;
  }

  .header-min-content-holder {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-min.scrollnav-active .header-min-content {
    border-bottom: none;
  }

  .header-min.nav-active .header-min-content {
    border-bottom: 2px solid #00f3b3;
  }

  .header-min.nav-active .logo-separator {
    width: 1.5px;
  }

  .header-min.nav-active {
    background: #073054;
  }

  .header-min-right {
    height: fit-content;
    cursor: pointer;
  }

  .hamburger-close {
    fill: #1C4259;
  }

  .hamburger-icon:hover {
    fill: #1C4259;
  }

  .header-min.nav-active .hamburger-close:hover {
    fill: #BE1C3E;
  }

  .bg-fade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0.3;
  }

  .burger-nav-menu {
    position: absolute;
    padding: 1rem 1.5rem;
    width: 324px;
  }

  .burger-nav-menu .menu--main-menu.nav {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .burger-nav-menu .menu-link-anchor,
  .burger-nav-menu .menu--main-menu.nav li {
    margin: 14px 0;
    margin-right: 0;
  }

  .burger-nav-menu .nav.menu--main-menu>li a.is-active {
    color: #BE1C3E;
    font-weight: bold;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }

  .burger-nav-menu .contact-us-link:hover, .burger-nav-menu .utility-link:hover{
    text-decoration: none;
  }

  .nav.menu--main-menu>li a,
  .nav.menu--main-menu>li.first a,
  .menu-link {
    color: #000000;
    letter-spacing: 0;
    margin-right: 0;
  }

  .nav.menu--main-menu>li a:hover,
  .menu-link:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }

  .burger-nav-menu .header-social-icons-holder {
    margin: 50px 0 0;
  }

  .burger-nav-menu .header-social-icons-holder .header-social-icon-anchor:first-child {
    margin-left: 0;
  }

  .header-min.scrollnav-active {
    position: fixed;
    width: 100%;
    margin-bottom: 0;
  }

  .scrollnav-active .thrivent-header-logo-anchor {
    margin-top: 0;
    margin-right: 0;
  }

  .scrollnav-active .nav.menu--main-menu>li.who-we-are,
  .scrollnav-active .nav.menu--main-menu>li.what-we-do,
  .scrollnav-active .nav.menu--main-menu>li.news-n-commentary,
  .scrollnav-active .nav.menu--main-menu>li.first.active,
  .scrollnav-active .nav.menu--main-menu>li.who-we-are.active,
  .scrollnav-active .nav.menu--main-menu>li.what-we-do.active,
  .scrollnav-active .nav.menu--main-menu>li.news-n-commentary.active {
    width: fit-content;
  }
}

@media (max-width: 767.9px) {
  .logo-separator {
    margin: 0 20px;
  }
}

@media (max-width: 576px) {
  .header-min-content {
    padding-bottom: 0;
    border-bottom: 1px solid #707070;
  }

  .header-min.nav-active .header-min-content {
    border-bottom: 2px solid #00f3b3;
  }

  .logo-separator {
    margin: 0 15px;
    height: 36px;
  }

  .thrivent-header-logo {
    max-height: 20px;
    max-width: 94px;
    height: auto;
  }

  .user-name p {
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .header-min.scrollnav-active .header-min-content-holder {
    border-bottom: none;
  }

  .header-min.nav-active .header-min-content-holder {
    border-bottom: 2px solid #00f3b3;
  }

  .header-min-content,
  .header-min.nav-active .header-min-content {
    border-bottom: none;
  }

  .header-min-left {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .logo-separator {
    display: none;
  }

  .burger-nav-menu {
    width: 100%;
    height: 100vh;
    padding: 0;
    padding-top: 10.5px;
  }

  .nav-menu-holder.container {
    width: 100%;
  }
}

/*End of header styles*/

/* Home Banner */

.home-banner {
  padding: 30px 0;
  padding-bottom: 3rem !important;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
  height: 650px;
}

.home-banner h1 {
  letter-spacing: 0px;
  color: #fff;
  padding: 50px 0 94px;
}

@media only screen and (max-width: 470px) {

  .home-banner,
  .home-banner h1 {
    padding: 0 !important;
  }
}

/* Home Banner end */

/* Our solution start */

.solution-card {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.solution-card .card-img-top {
  border-radius: 0;
}

/* Our solution end */

/* footer */
footer {
  font-weight: normal !important;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 0 !important;
}

.theme-footer {
  padding: 25px 0 50px;
}

footer .footer-content {
  padding-bottom: 10px !important;
}

.footer-content p {
  margin-bottom: 10px;
}

footer a {
  color: #203437;
  text-decoration: underline;
  font-weight: normal;
  text-underline-offset: 3.5px;
}

footer a:hover {
  color: #203437;
}

footer .hs-brand-logo img {
  height: 64px;
  margin: 0;
  margin-bottom: 8px;
  margin-top: 15px;
}

footer .copyright-text {
  padding-top: 0px;
}

footer .copyright-text .copyright {
  font-size: 12px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 10px;
}

.footer-content h2 {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-social-icons {
  padding: 50px 0;
}

.footer-social-icons li {
  margin: 0 10px;
}

.footer-social-icons a svg {
  width: 26px;
  height: 26px;
}

.footer-logo-npg img{
  max-width: 117px;
}

@media (max-width: 767px) {
  .footer-logo-npg {
    padding-bottom: 50px;
  }
}

/* Footer end */

/* Designation start */

.designations {
  padding: 25px 0 0;
  font-weight: normal !important;
}

.designations-content {
  border-top: 1px solid #7D7D80;
}

.designations-content-container {
  padding: 25px 0;
}

.designations-heading {
  font-weight: 700 !important;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* Designation end */

/* Inner page banner start */

.inner-page-banner {
  padding: 110px 0;
  background-color: #000;
}

.inner-page-banner h1 {
  text-align: center;
  font-weight: normal;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 0;
}

/* Inner page banner end */

/* Our Story page start */

.story-subheading,
.detail-subheading {
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0px;
  padding-bottom: 30px;
}

.our-story,
.how-we-work,
.about-thrivent,
.strong-stable,
.membership-benefits {
  padding: 70px 0;
}

.our-story h2,
.how-we-work h2,
.strong-stable h2,
.about-thrivent h2,
.membership-benefits h2,
.our-story-inner h2,
.detail-inner h2,
.how-we-work-inner h2,
.about-thrivent-inner h2,
.strong-stable-inner h2,
.membership-benefits-inner h2 {
  margin: 0;
}

.page-list {
  padding: 15px 0;
}

.page-list li {
  position: relative;
}

.page-list li:after {
  position: relative;
  font-family: "Font Awesome 5 Free",serif;
  font-weight: 900;
  content: "\f007";
  height: 20px;
  width: 20px;
  margin: auto 10px;
  top: 0;
  left: auto;
  bottom: 0;
  right: auto;
  display: none !important;
}

.page-list li a {
  text-decoration: none;
  font-weight: 700 !important;
}

.page-list li a:hover {
  text-decoration: underline;
}

.detail-inner,
.our-story-inner,
.how-we-work-inner,
.about-thrivent-inner,
.strong-stable-inner,
.membership-benefits-inner {
  padding: 30px 0 70px;
  background-color: #fff;
}

.detail-inner img,
.our-story-inner img,
.how-we-work-inner img,
.about-thrivent-inner img,
.strong-stable-inner img,
.membership-benefits-inner img {
  object-fit: cover;
  object-position: center top;
}

.detail-inner-content p,
.our-story-inner-content p,
.how-we-work-inner-content p,
.about-thrivent-inner-content p,
.strong-stable-inner-content p,
.membership-benefits-inner-content p {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.disclaimer-text a,
.detail-inner-content a,
.our-story-inner-content a,
.how-we-work-inner-content a,
.about-thrivent-inner-content a,
.strong-stable-inner-content a,
.membership-benefits-inner-content a {
  font-weight: bold;
  text-decoration: none;
}

.disclaimer-text a:hover,
.detail-inner-content a:hover,
.our-story-inner-content a:hover,
.how-we-work-inner-content a:hover,
.about-thrivent-inner-content a:hover,
.strong-stable-inner-content a:hover,
.membership-benefits-inner-content a:hover {
  text-decoration: underline;
}

/* Our Story page end */

/* About page start */

/* .about-page {
  padding: 30px 0;
  background-color: #fff;
} */

.page-node-type-about .layout:nth-child(2),
.page-node-type-resources .layout:nth-child(2) {
  padding: 0 0 30px 0 !important;
}

.page-node-type-about .layout:last-child {
  padding-bottom: 70px;
}

.about-cards a {
  text-decoration: none;
  color: #203437;
}

.about-cards a:hover {
  text-decoration: underline;
}

.about-card-box {
  padding: 8px 16px;
  background-color: #E0EBED !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 4px 0px;
  font-size: 16px;
  line-height: 20px;
}

.about-cards {
  margin-bottom: 50px;
}

.abt-card-heading {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #193C51;
}

.about-cards a:hover .abt-card-heading {
  text-decoration: underline;
  color: #193C51;
}

.about-cards a:hover .abt-card-description{
  text-decoration: underline;
  color: #203437;
}

.abt-card-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-top: 30px;
  color: #BE1D3D;
}

.about-cards a:hover .abt-card-link{
  text-decoration: underline;
  color: #BE1D3D;
}

/* About page end */

/* NPG-P3 Global Styles start*/

.section-container {
  padding: 70px 0;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: none;
  padding-right: 0.5rem;
  font-family: "FontAwesome", serif;
  font-weight: 900;
  content: "\f105";
  color: #52565a !important;
  height: 20px;
  width: 20px;
  margin: auto 4px;
  top: 0;
  left: auto;
  bottom: 0;
  right: auto;
}

h2.section-heading {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-size: 60px;
  line-height: 76px;
  padding-bottom: 30px;
}

.paragraph-text {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}

/* NPG-P3 Global Styles end*/

/* Our Team start */

.hero-contact {
  width: 50%;
}

.hero-contact a {
  color: #000;
}

.our-team h2 {
  margin: 0;
}

.ourTeamMob {
  border: 1px solid #000;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 2px 0px;
}

.rotate {
  transform: rotate(180deg);
}

.team-card img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center top;
}

.team-content p {
  margin: 0px;
}

.team-content {
  min-height: 112px;
  display: flex;
  flex-direction: column;
}

.t-mem-home-img {
  margin-bottom: 20px;
}

.team-card a {
  display: flex;
  align-self: center;
}

.t-mem-contact-btn {
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .hero-contact {
    width: 100%;
  }

  .team-card {
    display: flex;
    flex-direction: row;
  }

  .team-card img {
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
  }

  .t-mem-home-img {
    margin-bottom: 10px;
  }

  .pt-20 {
    padding: 10px 0;
  }

  .team-content {
    text-align: left !important;
    padding-left: 15px;
    min-height: auto !important;
    width: 100%;
  }

  .t-mem-contact-btn {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767.90px) and (min-width: 577px) {
  .team-card a {
    align-self: flex-start;
  }
}

@media (max-width: 577px) {
  .our-team .team-content {
    width: 100% !important;
  }
}

/*  Our Team end */

/* Team member inner page start */

.team-mem-section {
  padding: 50px 0;
}

.t-mem-img img {
  width: 290px;
  height: 290px;
  object-fit: cover;
  object-position: top center;
}

.t-mem-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0;
}

.t-mem-para-sm {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
}

.t-mem-para-lg {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
  word-break: break-word;
}

.t-mem-description p:last-child {
  margin-bottom: 0;
}

.t-mem-contact li {
  padding-bottom: 30px;
}

.t-mem-contact li:last-child {
  padding-bottom: 0px;
}

.t-mem-contact a,
.t-mem-description a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.t-mem-contact a:hover {
  text-decoration: none !important;
}

.t-mem-contact a:hover .t-mem-contact-span,
.t-mem-description a:hover {
  text-decoration: underline;
}

.t-mem-info {
  padding-bottom: 50px;
  scroll-margin-top: 80px;
}

.team-members-bio img,
.t-mem-info img {
  max-width: 100%;
}

.t-mem-info:last-child {
  padding-bottom: 0;
}

.collapsible-section {
  padding: 16px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.social-networks a:hover {
  text-decoration: none;
}

.btn-collapsible {
  background-color: #fff;
  padding: 0;
  border: none;
  box-shadow: none;
}

.btn-collapsible svg {
  border-radius: 100%;
}

.coll-content {
  padding-top: 16px;
}

.coll-content p:last-child {
  margin-bottom: 0;
}

.rotate-down {
  transform: rotate(180deg);
}

@media screen and (max-width: 1139px) {
  .t-mem-img img {
    width: 206px;
    height: 206px;
  }
}

@media screen and (max-width: 767.5px) {
  .t-mem-img img {
    width: 130px;
    height: 130px;
  }
}

/* Team member inner page end */

/* Homepage banner start */
h1.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  word-break: break-word;
}

.hero-title-container {
  border-top: 2px solid #c7ab75;
  border-bottom: 2px solid #c7ab75;
  height: 100%;
  flex: auto;
}

.homepage-hero {
  padding-top: 30px;

}

.hero-team-side-photo {
  object-fit: cover;
  flex: auto;
}

.hero-container {
  margin-bottom: 50px;
}

.hero-contact-text {
  padding-top: 20px;
}

.hero-contact-info {
  padding-bottom: 50px;
}

a.link-text {
  font-weight: bold;
  text-decoration: none;
}

a.link-text:hover {
  text-decoration: underline;
}

.hero-container div,
.hero-container img {
  flex: auto;
}

.team-full-width .hero-title {
  margin-top: 50px;
}

.homepage-hero.marketing-hero {
  padding-top: 0;
}

.marketing-hero-container {
  min-height: 650px;
  color: #fff;
  padding: 100px 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.marketing-hero .team-name {
  padding: 50px 0;
  font-size: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.marketing-hero h1,
h2 {
  word-break: break-word;
}

.marketing-hero-container .container {
  margin-top: auto;
}

.marketing-hero-container .container p,
.marketing-hero-container .container h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.marketing-hero-text {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width:992px) {
  .hero-title-container {
    border-top: none;
    border-bottom: none;
    line-height: 84px;
    letter-spacing: 0px;
    font-weight: normal;
  }

  .hero-team-side-photo {
    margin-bottom: 50px;
  }
}

/* Homepage banner end */

/* Internal banner start */

.page-title-text {
  color: #fff;
}

.internal-banner {
  min-height: 304px;
  background-color: #193C51;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Internal banner end */


/* Community impact section start */

.card-body {
  padding: 20px 16px;
}

.card-body a {
  text-decoration: none;
  font-weight: bold;
}

.card-body a:hover {
  text-decoration: underline;
}

.card-body .card-heading p {
  margin-bottom: 0;
  font-weight: bold;
}

.card-body p {
  margin-bottom: 0px;
}

.card-hover {
  position: relative;
  height: 100%;
}

.card-hover::after {
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: '';
  pointer-events: none;
  display: none;
}

.npg-p3-card:hover .card-hover::after {
  display: block;
}

.npg-p3-card {
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  display: block;
  width: 100%;
}

.npg-p3-card .card-img-top {
  border-radius: 0;
}

.card-img-top {
  overflow: hidden;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top center;
}

/* Community impact section start */

/* Banner text mobile view start*/

@media (max-width:576px) {

  h1,
  .marketing-hero .team-name {
    font-size: 60px;
    line-height: 64px;
  }
}

/* Banner text mobile view end*/

/* Short Bio start */
section.short-bio {
  padding-bottom: 70px;
}

.short-bio-content-container {
  margin-bottom: 50px;
}

.short-bio-content img {
  max-width: 100%;
}

.short-bio-min-content {
  border: 1px solid #000;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .25);
  padding: 16px;
}

.short-bio-min-content .short-bio-content {
  margin-top: 16px;
}

.short-bio-content-container .short-bio-text {
  padding-bottom: 50px;
}

.short-bio-content-container .short-bio-text a {
  font-weight: bold;
  color: #BE1D3D!important;
}

.short-bio-content-container .short-bio-text a:hover {
  text-decoration: underline;
}

.short-bio-content-container .short-bio-text p {
  margin: 0;
}

.short-bio-text a strong{
  color: #BE1D3D;
}

.short-bio-text a:hover strong{
  color: #BE1D3D;
}

.short-bio-content-container .social-icons a {
  margin-right: 16px;
}

.short-bio-content-container .social-icons a:last-child {
  margin-right: 0;
}

.short-bio-content-container .social-icons svg {
  fill: #BE1D3D;
}

.short-bio-content-container .social-icons svg:hover {
  fill: #BE1D3D;
}

/* Short Bio end */
/* News and insights start */

.card-hover .overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  position: absolute;
  opacity: 0;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  white-space: pre-wrap;
}

.card-hover .overlay img {
  margin-right: 4px;
  position: relative;
  top: -0.8px;
  max-height: 19px;
}

.insights-modal {
  background: rgb(0, 0, 0, 0.8);
  cursor: pointer;
}

.insights-modal .modal-content {
  background: none;
  border: none;
  width: 100%;
  max-width: 650px;
  margin-top: 5px;
}

.insights-modal .modal-main-content {
  background: #fff;
  transform: translate3d(0, 0, 0);
  padding: 15px 1.2em;
  width: 100%;
  max-height: 75vh;
  border-radius: 2px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
}

.insights-modal .modal-main-content p,
.insights-modal h3.title {
  margin-top: 10px;
}

.insights-modal .close {
  font-size: 17px;
  opacity: 1;
  background: #fff;
  margin-left: auto;
  font-weight: normal;
  padding: 5px 8px;
  border-radius: 2px;
  color: #2e66ff;
  position: relative;
  top: 0.5px;
  z-index: 1;
}

.insights-modal .close .close-text {
  display: none;
}

.insights-modal .close:hover,
.insights-modal .close:focus,
.insights-modal .close:focus-visible {
  color: #000;
  opacity: 1 !important;
}

.insights-modal .close:focus,
.insights-modal .close:focus-visible {
  outline: 2px solid #000;
}

.insights-modal .modal-main-content img,
.insights-modal .modal-main-content video {
  width: 100%;
}

.insights-modal .modal-dialog {
  max-width: unset;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .insights-modal .close .close-text {
    display: block;
  }

  .insights-modal .close .close-sign {
    display: none;
  }

  .insights-modal .close {
    font-size: 14px;
    padding: 10px 12px;
  }

  .insights-modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }

  .insights-modal .modal-content {
    margin-top: 0;
  }

  .insights-modal .close-btn-holder {
    padding: 5px;
    background: #2e66ff;
  }

  .insights-modal .modal-main-content {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  }

  .insights-modal {
    background: #fff;
  }
}

.card-img-holder .largePlayBtn {
  background: url(/themes/custom/hearsay_thrivent/assets/components/video/images/large-play-icon.png);
}

.card-img-holder {
  position: relative;
}

/* News and insights end */

.visually-hidden {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
  word-wrap: normal;
}

/* Card global start */

.card.npg-p3-card {
  max-height: 674px;
}

.card.npg-p3-card .card-hover {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.card.npg-p3-card .card-link {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: flex;
}

.card.npg-p3-card .card-no-link {
  position: relative !important;
}

.card.npg-p3-card .card-body {
  text-overflow: ellipsis;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 25;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin: 20px 16px;
  padding: 0;
}

.event-card.card.npg-p3-card,
.insights-card.card.npg-p3-card {
  max-height: none !important;
}

.event-card.card.npg-p3-card .card-body,
.insights-card.card.npg-p3-card .card-body {
  display: block !important;
}

@supports (overflow-y:clip) {

  .card.npg-p3-card .card-body p,
  .card.npg-p3-card .card-body span,
  .card.npg-p3-card .card-body div,
  .card.npg-p3-card .card-body h3 {
    overflow-y: clip;
  }
}

.card.npg-p3-card .card-img-top~.card-body {
  -webkit-line-clamp: 19;
}

@media (max-width:1140px) {
  .card.npg-p3-card {
    max-height: 518px;
  }

  .card.npg-p3-card .card-body {
    -webkit-line-clamp: 19;
  }

  .card.npg-p3-card .card-img-top~.card-body {
    -webkit-line-clamp: 13;
  }
}

@media (max-width:992px) {
  .card.npg-p3-card {
    max-height: 518px;
  }

  .card.npg-p3-card .card-body {
    -webkit-line-clamp: 13;
  }

  .card.npg-p3-card .card-img-top~.card-body {
    -webkit-line-clamp: 7;
  }
}

@media (max-width:768px) {
  .card.npg-p3-card {
    max-height: 674px;
  }

  .card.npg-p3-card .card-body {
    -webkit-line-clamp: 26;
  }

  .card.npg-p3-card .card-img-top~.card-body {
    -webkit-line-clamp: 19;
  }
}

/* Card global end */

/* Events start */

.card-body .event-date {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 20px;
}

section.event-details {
  padding-top: 30px;
  padding-bottom: 70px;
}

section.event-details a {
  text-decoration: none;
  font-weight: bold;
}

section.event-details a:hover {
  text-decoration: underline;
}

section.event-details .rsvp-title {
  font-size: 22px;
  line-height: 28px;
}

.no-events-image {
  object-fit: contain;
  width: 150px;
  height: 150px;
  filter: hue-rotate(300deg) saturate(310%) brightness(80%);
}

.no-events-text {
  padding-top: 20px;
}

.no-events-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Events end */

/* Disclaimer Text Start */

.disclaimer a {
  text-decoration: none;
}

.disclaimer a strong{
  color: #BE1D3D;
}

.disclaimer a:hover {
  text-decoration: underline;
}

/* Disclaimer Text End */