/*ADDED FOR NEW HOMEPAGE DEC 2024*/

.text-shadowed-white {
  text-shadow: .5px .5px #fff;
}

.text-blurShadow-black {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.text-blurShadow-white {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}



.s_2 {
  z-index: 70;
  background: #fff;
  /*background: linear-gradient(180deg, #918a85 0%, #bdb7b5 19%, #e2dedc 100%);*/
  background-image: url("../img/home/archivedEvents-bg.jpg") ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

section#block-ntac-2024-homepagepodcastsblock.s_2{
  background-image: none;
  background: #5d4d45;
}

section.counter {
  color: #fff;
  background-image: url("../img/home/byNumbers-bg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.s_4 {
  background-image: url("../img/home/quickLinks-bg.jpg") !important;
}


.s_5 {
  background-image: url(../img/home/newsletter-bg.jpg);
}



a.iconBtn.square.bgClear {
  background: transparent;
  border: none;

}

a.iconBtn.square.bgClear:hover {
  background: transparent;

}


a.iconBtn.square.bgClear img {
  opacity: 1;
  position: relative;
  width: 175px;
}


a.iconBtn.square.bgClear span {
  display: block;
}

.announce.blueBorder {
  background: #fff;

  border: 3px solid #2a3e8e;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ol.announceList li {
  margin: 0 0 2rem;
}

ol.announceList li::marker {
  font-weight: bold;
}

#signUpForm .ctct-inline-form input.ctct-form-element {
  height: auto;
}


input.roundedEnds {
  border-radius: 30px !important;
  border: 3px solid #2a3e8e;
  margin: 0 auto;
  width: 90%;

}

/*MEDIA QUERIES FOR NEW HOME PAGE */

@media only screen and (min-width: 991.98px) and (max-width: 1199.98px) {

  #signupBox {
    transform: translate(1px, 97px) !important;
  }

  #issueIcons {
    transform: translate(-14px, 170px) !important;
  }

}

@media (max-width: 1199.98px) {
  .s_2 {

    background-image: url(../img/home/archivedEvents-small-bg.jpg) !important;
    background-position: center center;
  }
}


@media (max-width: 991.98px) {
  a.iconBtn.square.bgClear img {
    width: 136px;
    margin: 0 auto;
  }

  #signupBox {
    margin: -3rem -1.5rem 1rem 0;
  }

  section.counter {

    background-image: url(../img/home/byNumbers-small-bg.jpg) !important;
    background-position: center center;
  }

  .s_4 {
    background-image: url(../img/home/quickLinks-small-bg.jpg) !important;
  }

  .s_5 {
    background-image: url(../img/home/newsletter-small-bg.jpg);
  }

  input.roundedEnds {
    width: 100%;
  }

}

#signUpForm .ctct-inline-form {
  background: #fff !important;
  border: 5px solid #2a3e8e !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;

}

#signUpForm .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: #fff !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  background-color: #ffffff !important;
  color: #000 !important;
  display: inline-block;
  border-radius: 30px !important;
  border: 3px solid #2a3e8e !important;
  margin: 0 auto;
}

section.ntacSlideFooter h3 {
  text-align: left;
}


.footerLogo {
  display: block;
}

.footerNav a {
  font-weight: normal !important;
}

.footerNav.contact {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.footerNav.contact a {
  color: #fff !important;
  font-weight: normal !important;
}

.footerNav.connect a {
  color: #fff !important;
}


.footerNav.connect h3 {
  display: inline-block !important;
}

.footerNav.connect li a.footIcon,
.footerNav.connect li a.footIcon .fa-brands {
  display: inline-block !important;
}


@media (max-width: 991.98px) {

  section.ntacSlideFooter h3 {
    text-align: center;
  }

  .footerLogo {
    margin: 0 auto 1.5rem;
  }

  section.ntacSlideFooter ul.footerNav {
    margin: 0 auto 1.5rem;
  }

  section.ntacSlideFooter ul.footerNav.connect {
    text-align: center;
  }


}

@media only screen and (max-width: 1198.98px) and (min-width: 991.98px)  {

  h2#quickLinkHeader {
    top: -40px !important;
  }

}
