.not-logged {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: transparent;
  max-width: 865px;
  margin: 0 auto;
}

.not-logged__text {
  text-transform: uppercase;
  font-family: 'ProximaNova';
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}
.not-logged__cta a img {
  display: block;
  width: 100%;
  max-width: 160px;
}

.not-logged__cta {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
  gap: 0px;
  flex-direction: column;
  align-items: center;
}

.pastor-portal__hero {
  background: #010101
    url("../img/pastor-portal/resources-for-pastors-mobile.jpg") top center
    no-repeat;
  background-size: contain;
  overflow: hidden;
  min-height: 540px;
}

.pastor-portal__hero--logged {
  background: #010101
  url("../img/pastor-portal/resources-for-pastors-mobile.jpg") top center
  no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 480px;
}

.pastor-portal__hero__title {
  display: block;
  max-width: 825px;
  width: 100%;
  margin: 100% auto 0;
}

.pastor-portal__hero__title--logged {
  margin-bottom: 5%;
}

@media screen and (min-width: 900px) {
  .not-logged {
    margin: 0;
    max-width: 100%;
  }
  .pastor-portal__hero {
    background: #010101 url("../img/pastor-portal/hero-banner.jpg") top center
      no-repeat;
    background-size: cover;
    overflow: hidden;
    min-height: auto;
  }

  .not-logged__cta {
    flex-direction: row;
    gap: 52px;
  }

  .not-logged__cta a img {
    max-width: 249px;
  }
  .not-logged__text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
  }

  .pastor-portal__hero__title {
    display: block;
    max-width: 825px;
    width: 100%;
    margin: 31% auto 0;
  }

  .pastor-portal__hero__title--logged {
    margin-bottom: 3% !important;
  }
}

.free-resources {
  height: 269px;
  margin: -52px 0;
  position: relative;
  /* background: linear-gradient(to right, #003300, #00cc00); */
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  background-size: contain;
  position: relative;
  z-index: 2;
}
.free-resources::before {
  content: "";
  width: 100%;
  height: 52px;
  background: url("../img/pastor-portal/glow-up.png") bottom repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.free-resources::after {
  content: "";
  width: 100%;
  height: 52px;
  background: url("../img/pastor-portal/glow-down.png") top repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}

.free-resources .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.free-resources .container h2 {
  margin: 0 auto;
  font-size: 26px;
  line-height: 32px;
  max-width: 992px;
  text-align: center;
  font-weight: 700;
  font-family: "ProximaNova";
}

@media screen and (min-width: 900px) {
  .free-resources .container h2 {
    margin: 0 auto;
    font-size: 50px;
    line-height: 50px;
    max-width: 992px;
    text-align: center;
  }
}

/**
* Sermon Kits
*/
.sermon-kits {
  background: url("../img/pastor-portal/bg-replicavel-xy-ok.jpg") repeat;
  padding: 60px 0;
}

.sermon-kits h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald";
}
.sermon-kits p {
  text-align: center;
  font-size: 18px;
  font-family: 'ProximaNova';
  font-weight: 500;
  max-width: 819px;
  margin: 0 auto 31px;
  color: #fff;`
}
.sermon-kits .post-thumbnail {
  border: 8px solid #fff;
  position: relative;
}

.sermon-kits .post-thumbnail a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  background: url("../img/tpusa-faith-placeholder.jpg") center center no-repeat;
  background-size: cover;
}

.sermon-kits .post-thumbnail a img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.sermon-kit__kit h2{
  margin-bottom: 50px;
}

.sermon-kit__kit .post-thumbnail{
  max-width: 270px;
  margin: 0 auto 50px;
}

.sermon-kit__kit .post-thumbnail img{
  margin: 0;
}

.sermon-kit__kit .text-no-data{
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'ProximaNova';
  font-weight: 500;
  color: #000;
  margin: 0;
}

.sermon-kit__kit .download-table {}

.sermon-kit__kit .block-downloads{
  overflow-x: scroll;
}

.sermon-kit__kit .download-atts{
  font-size: 12px;
}

@media screen and (min-width: 900px) {
  .sermon-kits h2 {
    font-size: 70px;
    font-family: "Oswald";
  }

  .sermon-kits p {
    font-size: 25px;
    line-height: 32px;
  }

  .sermon-kit__kit .download-atts{
    font-size: 14px;
  }
}

/**
* Faith Courses
*/
.tpusa-faith-courses {
  padding: 60px 0;
  background: url("../img/pastor-portal/bg-replicavel-xy.jpg") repeat;
}

.tpusa-faith-courses h2 {
  text-transform: uppercase;
  text-align: center;
  color: #1a1e3c;
  font-size: 50px;
  font-family: "Oswald";
}
.tpusa-faith-courses p {
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
  font-family: 'ProximaNova';
  font-weight: 700;
  max-width: 819px;
  margin: 0 auto 41px;
}

.tpusa-faith-courses__item {
  display: flex;
  gap: 6px;
  margin: 0 0 16px;
  flex-direction: column;
}

.tpusa-faith-courses__item figure {
  position: relative;
  flex: 0 0 52%;
}

.tpusa-faith-courses__item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.tpusa-faith-courses__item figure h2 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
  text-align: left;
  margin: 0;
  font-family: "Oswald";
}

.tpusa-faith-courses__item figure h2 div {
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin: 5px 0 0 0;
  font-family: "Oswald";
}

.tpusa-faith-courses__item p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .tpusa-faith-courses h2 {
    font-size: 70px;
  }

  .tpusa-faith-courses p {
    font-size: 25px;
    line-height: 32px;
  }

  .tpusa-faith-courses__item {
    display: flex;
    gap: 14px;
    margin: 0 0 16px;
    flex-direction: column;
  }

  .tpusa-faith-courses__item {
    flex-direction: row;
  }
  .tpusa-faith-courses__item figure h2 {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 16px;
    left: 16px;
    text-align: left;
  }
  .tpusa-faith-courses__item figure h2 div {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin: 5px 0 0 0;
    font-family: "Oswald";
  }
  .tpusa-faith-courses__item p {
    font-size: 22px;
  }
}

/**
* Additional Resources
*/
.additional-resources {
  background: url("../img/pastor-portal/bg-replicavel-xy-ok.jpg") repeat;
  padding: 60px 0;
}

.additional-resources__item {
  display: flex;
  color: #fff;
  gap: 15px;
  margin: 0 0 51px;
  flex-direction: column;
}

.additional-resources__item:last-of-type {
  margin-bottom: 0;
}

.additional-resources__item figure {
  display: block;
  flex: 0 0 35%;
}

.additional-resources__item h2 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  max-width: 580px;
  font-family: "Oswald";
}
.additional-resources__item p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  max-width: 670px;
}

.additional-resources__item a {
  max-width: 208px;
  display: block;
}

.additional-resources__item a img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .additional-resources__item {
    gap: 44px;
    margin: 0 0 81px;
    flex-direction: row;
  }
  .additional-resources__item h2 {
    font-size: 50px;
    line-height: 55px;
  }

  .additional-resources__item p {
    font-size: 22px;
    line-height: 32px;
  }

  .additional-resources__item a {
    max-width: 268px;
  }
}

/**
* Sermon Kits Page
*/
.sermon-kits__hero {
  background: #000 url("../img/sermon-kits/bg-hero-mobile.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 154px 0 74px;
}
.sermon-kits__hero h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-family: "Oswald";
}

.sermon-kits__hero p {
  font-size: 18px;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.additional-sermon-kits h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  color: #1a1e3c;
  margin: 48px 0 20px 0;
  font-family: "Oswald";
}

.additional-sermon-kits p {
  text-align: center;
  max-width: 1044px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 900px) {
  .sermon-kits .col {
    max-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
  }
}

.sermon-kits-page .not-logged {
  min-height: 500px;
}
.sermon-kits-page .not-logged__text {
  color: #000 !important;
}

.additional-resources-page .not-logged {
  min-height: 500px;
}
.additional-resources-page .not-logged__text {
  color: #000 !important;
}


@media screen and (min-width: 900px) {
  .sermon-kits__hero {
    background: url("../img/sermon-kits/bg-hero.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding: 74px 0 74px;
  }

  .sermon-kits__hero h2 {
    font-size: 70px;
  }

  .sermon-kits__hero p {
    font-size: 22px !important;
    font-size: 32px;
  }

  .additional-sermon-kits h2 {
    font-size: 70px;
  }

  .additional-sermon-kits p {
    font-size: 22px;
    line-height: 32px;
  }

  /* .sermon-kits .col {
    max-width: 25% !important;
    width: 25% !important;
    flex: 0 0 25% !important;
  } */

}

.additional-sermon-kits form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional-sermon-kits form ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.additional-resources-page .hero {
  /* overflow: hidden; */
  /* background: #030a40 url("../img/additional-resources/header-bg-mobile.jpg")
    top center no-repeat;
  background-size: 100%; */
  padding: 200px 0 50px;
}

.additional-resources-page .hero h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-family: 'Oswald';
  font-weight: 700;
  color: #fff;
  margin: 0 0 11px;
}
.additional-resources-page .hero p {
  text-align: center;
  font-size: 16px;
  font-family: 'ProximaNova';
  font-weight: 500;
  max-width: 779px;
  margin: 0 auto;
  color: #fff;
}
.block-downloads {
  background: #030a40;
}

.block-downloads table {
  background: #fff;
}

.additional-resources-page .accordion__panel {
  background-color: #ffffff;
}
.additional-resources-page .col {
  max-width: 100% !important;
   width: 100% !important;
   flex: 0 0 100% !important;
}

.accordion__panel {
  overflow-x: auto !important;
}

#downloads-1_panel_3 {
  background-color: #fff;
}

@media screen and (min-width: 900px) {
  .additional-resources-page .hero {
    overflow: hidden;
    /* background: url("../img/additional-resources/header-bg.jpg") top center
      no-repeat; */
    /* background-size: cover; */
    padding: 86px 0;
  }
  .additional-resources-page .hero h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 21px;
  }
  .additional-resources-page .hero p {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ProximaNova';
    font-weight: 500;
    max-width: 779px;
    margin: 0 auto;
    color: #fff;
  }
}

.pastor-portal .post-thumbnail.card-image {
  aspect-ratio: 1/1;
  background: url("../img/tpusa-faith-placeholder.jpg") center center no-repeat;
  background-size: cover;
}

#hsForm_94f8fc97-c79e-4fb3-8283-3bc21c6b2014 .inputs-list,
#hsForm_a800b827-7f5d-404e-9e37-2207ed1d78fb .inputs-list{
  margin-left: 0;
  list-style-type: none;
}

#hsForm_94f8fc97-c79e-4fb3-8283-3bc21c6b2014 .inputs-list li label input,
#hsForm_a800b827-7f5d-404e-9e37-2207ed1d78fb .inputs-list li label input{
  max-width: 14px;
  margin: 0 5px 0 0
}

#hsForm_94f8fc97-c79e-4fb3-8283-3bc21c6b2014 .inputs-list li label span,
#hsForm_a800b827-7f5d-404e-9e37-2207ed1d78fb .inputs-list li label span{
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

#hsForm_94f8fc97-c79e-4fb3-8283-3bc21c6b2014 .hs_recaptcha,
#hsForm_a800b827-7f5d-404e-9e37-2207ed1d78fb .hs_recaptcha{
  margin-bottom: 20px;
}

#hsForm_94f8fc97-c79e-4fb3-8283-3bc21c6b2014 .hs_submit .hs-button,
#hsForm_a800b827-7f5d-404e-9e37-2207ed1d78fb .hs_submit .hs-button{
  max-width: 108px;
}
