/*Global Styles goes here*/

@font-face {
  font-family: "Basis Grt for Thrivent";
  src: url("../assets/fonts/BasisGrtforThrivent.woff");
  font-weight: 400;
}

@font-face {
  font-family: "Basis Grt for Thrivent";
  src: url("../assets/fonts/BasisGrtforThrivent-Lt.woff");
  font-weight: 300;
}

@font-face {
  font-family: "Basis Grt for Thrivent";
  src: url("../assets/fonts/BasisGrtforThrivent-Bold.woff");
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter.ttf");
}

@font-face {
  font-family: "Inter";
  src: url("../assets/fonts/Inter-Bold.ttf");
  font-weight: bold;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Basis Grt for Thrivent", sans-serif, Arial;
}

footer{
  font-family: "Inter";
}

p {
  margin: 0 0 10px;
  line-height: 1.5 !important;
}

h1, h2, h3, h4, h5, h6{
  color: #1C4259;
}

h1,
.h1 {
  font-style: normal;
  font-size: 55px;
  line-height: 1.1;
  font-family: "Basis Grt for Thrivent", serif;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 12px;
}

h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 16px;
}

.section-headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.btn {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 19px;
  padding: 17.9px 22.7px;
  border: 2px solid #BE1C3E !important;
  background-color: #BE1C3E !important;
  color: #fff;
  box-sizing: border-box;
}

.btn:hover {
  color: #fff;
}

.h2-header {
  font-size: 35px;
  line-height: 35px;
  font-style: normal;
  font-weight: 700;
  color: #1C4259;
  margin-bottom: 16px;
}

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

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

.mt-41 {
  margin-top: 31px;
}

.navbar-section-wrapper .row {
  display: block !important;
}

.row.d-flex {
  display: flex !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Basis Grt for Thrivent", Baskervville, serif;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

.hs-ct-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.region-content {
  padding: 0 !important;
}

#inner-page-description a, .card-body a{
  color: #BE1D3D !important;
}

@media (min-width: 992px) {
  .hs-ct-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .hs-ct-container {
    width: 1170px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: none !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

.dialog-off-canvas-main-canvas {
  min-height: 100vh;
}

header {
  z-index: 2;
}

/* alert style start */

.alert-banner-preview {
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  opacity: 0.7;
  background-color: #cf0a2c;
  text-align: center;
  color: white;
  padding-top: 10px;
  z-index: 10000;
}

.preview-alert-content-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.alert-banner-preview h6,
.alert-banner-preview p {
  color: white;
  margin: 0;
}

.alert-banner-preview .preview-alert-content {
  width: 100%;
  padding: 0 10px;
}

.alert-icon {
  position: relative;
  top: 2px;
  width: 19px;
  height: 17px;
}

.warning-text {
  font-family: Manrope-bold, serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 45px;
}

section.preview {
  height: 30vh;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
}

/* Style for user login, change password and forget password pages start */

#user-login-form,
#user-pass {
  padding: 10% 35% 5%;
}

@media (max-width: 991.5px) {

  #user-login-form,
  #user-pass {
    padding: 20% 5% 5%;
  }
}

#user-login-form input,
#user-pass input {
  margin-bottom: 10px;
}

.alert a {
  color: #BE1D3D;
  text-decoration: none;
}

.alert a:hover {
  color: #BE1D3D;
  text-decoration: underline;
}

.messages.messages--error {
  display: none;
}

/* Style for user login, change password and forget password pages 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;
}

.npg-p3-contact-form .alert {
  display: none !important;
}

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

.flex-1 {
  flex: 1;
}

/* Page not found start */

main.page-not-found {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgb(248, 248, 248);
}

main.page-not-found header {
  height: 120px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 2px 1px #BE1D3D;
  background-color: #fff;
}

main.page-not-found header .hs-brand-logo__image {
  height: 64px;
  object-fit: contain;
}

main.page-not-found .page-not-found-content {
  margin: 100px 0;
}

main.page-not-found .page-not-found-content a {
  color: #BE1D3D;
  font-weight: bold;
}

main.page-not-found .footer-content{
  border-top: 1px solid #7D7D80;
  padding-top: 25px;
}

main.page-not-found footer .copyright-text {
  font-size: 12px;
}

main.page-not-found footer .hs-brand-logo img {
  height: 64px;
  position: relative;
  right: 18px;
}

main.page-not-found-content .pnf-img img {
  width: 480px;
  height: 360px;
}

@media (max-width: 768px) {
  main.page-not-found header {
    height: 100%;
  }

  main.page-not-found .page-not-found-content h1 {
    font-size: 36px;
  }

  main.page-not-found .page-not-found-content p {
    font-size: 14px;
  }
}

/* Page not found end */