@import "sonj-components.css";
@import "cards.css";
@import "https://nj.gov/nj/design/fontawesome-6.4.2/css/all.min.css";

#spotlight .row>div[class*='col-'] {
  display: flex;
  flex: 1 0 auto;
}

h3.home-subtitle {
  font-size: 1.95rem;
  font-weight: 500;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }

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

.video-wrap {
  text-align: center;
}

.video {
  iframe {
    max-width: 100%;
    max-height: 100%;
  }

  &.stuck {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up .25s ease forwards;
  }
}

.border-top {}

.border-top {
  border-top: 8px solid #102166 !important;
}

.btn-link {
  text-transform: uppercase;
}

.btn-register {
  color: #FFFFFF !important;
  padding: 0.5em 3.5em;
  font-weight: 600;
  background-color: #233b95;
  margin-bottom: 0em;

}


.alert-info {
  background-color: #e3f9fc;
  ;
  border-left-color: #eee !important;
  padding: 2rem 1.45rem 2rem 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  /*border-left-width: 0.25rem;*/
  border-radius: 0.25rem
}

.bg-on {
  background-color: #233b95
}

.bg-gray-on {
  background-color: #e9ecef
}

.bg-gray-light {
  background-color: #f0f2f7
}

.bg-dark {
  background-color: #e2e8f4;
}

.header-white {
  color: #fff;
}

.card-header {
  background-color: #2843a9;
  color: #fff
}

.gov .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 0rem;
}

.card:hover .card-overlay {
  left: 0;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  background-color: rgba(85, 211, 150, 0.6);
  color: #fff;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: left .7s;
}

ol.breadcrumb a,
ol.breadcrumb {}

img.noscale {
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

ol.breadcrumb br {
  display: none !important
}

.card-img-top,
.img-icon {
  width: 100%;
  height: auto !important;

}

*.card-img-top,
*.img-icon {
  min-height: 0.01px;
}

.slick-arrow {
  background-color: #fff
}

ul.list-group.list-group-striped li:nth-of-type(odd) {
  background: #ebf0f6;
}

ul.list-group.list-group-striped li:nth-of-type(even) {
  background: #ffffff;
}

ul.list-group.list-group-hover li:hover {
  background: #dfedfc;
}

/*----------------------
pprogram templateE style
-----------------------*/
.card h3.card-title {
  color: #333;
  font-size: 1.45rem !important;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

h3.blueSubTitle {
  background-color: #2843a9 !important;
  color: #fff;
}

.card-header {
  padding: 0.75rem 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.img-icon-block {
  position: relative;
}

.img-icon-block:before {
  position: absolute;
  content: "";
  top: -27px;
  background-color: #06afda;
  opacity: 0.3;
  width: 80px;
  right: 47%;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

.img-icon-block i {
  font-size: 58px;
  z-index: 2 !important;
  color: #253e90;
  position: relative;
}


.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .055) !important;
}

.card.bg-section,
#programs li.list-group-item {
  background-color: #fafbfb !important;
  /* opacity: 0.3; */
}

#programs ul {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.bg-primary,
a.btn-primary,
.btn-primary:hover {
  background: #253e90;
  border-color: #253e90;
  color: #fff !important;
}

#programs li.list-group-item a:link {
  font-size: 1.15rem !important;
  font-weight: 400;
}

/* background-color: #fafbfb !important;
opacity: 0.3;
} */

#programs h5.font-weight-bold {
  font-weight: 400 !important;
}

.btn-primary:hover {
  text-decoration: underline;
  color: #fafbfb !important;
  border-color: #253e90 !important;
}

.btn-circled {
  border-radius: 75px;
}

#programs a.btn {
  font-size: .8rem;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  padding: 0.8rem 2.5rem;
  border: 0.1rem solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: .5px;
}


#programs li.star a:link {
  position: relative;
  padding-left: 0.9em;
  /* text distance to icon */
}

#programs li.star a:before {
  font-family: FontAwesome;
  content: '\f005';
  display: inline-block;
  padding-right: 3px;

  color: #f7a902;
  position: absolute;
  left: -0.9em;
  /* same as ul padding-left */
  top: -0.3em;
  /* depends on character, maybe use padding-top instead */
  /*  .... more styling, maybe set width etc ... */
}


/* divisionPage */
.dark-blue {
  background-color: #0056b3 !important;
  border-color: #0056b3 !important;
  color: white !important;
}

.dark-blue:hover {
  background-color: #044489 !important;
  border-color: #044489;
  text-decoration: underline !important;
  color: white !important;
}

.dark-blue:visited {
  background-color: #0056b3;
  border-color: #0056b3;
  color: white !important;
}

.dark-blue:active {
  background-color: #0056b3 !important;
  border-color: #044489 !important;
  color: white !important;
}

.dark-blue:focus {
  background-color: #0056b3 !important;
  border-color: #044489 !important;
  color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(4, 68, 137, .6) !important;
}

main a,
#content .content a,
#content .rightColumn a,
#content a {
  text-decoration: underline !important;
}

main a:hover,
#content .content a:hover,
#content .rightColumn a:hover,
#content a:hover {
  text-shadow: rgb(0, 86, 179) 0px 0px 0.65px, rgb(0, 86, 179) 0px 0px 0.65px;
}

button.slick-prev.slick-arrow:focus,
.slick-next.slick-arrow:focus,
.webchat-toggle:focus {
  outline: -webkit-focus-ring-color auto 1px !important;
}

/* .btn-link {
  color: #2843a9 !important;
} */

#links .card .card-body a:hover {
  color: #06C1EE !important;
}

nav .nav-item .dropdown-toggle {
  white-space: normal !important;
}

.sonj-nav .dropdown-item:focus, .sonj-nav .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #233b95 !important;
}

/* .sonj-nav {
  background-color: #233b95 !important;
  font-size: .9375rem;
  line-height: normal;
}

.sonj-nav .nav-link.active, .sonj-nav .show >.nav-link, .sonj-nav .nav-link:hover {
  background: #fff !important;
  color: #233b95 !important;
  border-radius: .25rem !important;
} */

main .site-footer .container-fluid a,
main#content .site-footer .container-fluid a {
  text-decoration: none !important;
}

main .site-footer .container-fluid a:hover,
main#content .site-footer .container-fluid a:hover {
  text-decoration: underline !important;
}

footer .sonj, footer .sonj-footer {
  background: #363636;
  padding: 15px 0;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
}

.footer.site-footer .columned a,
.footer.site-footer ul.statewide a {
  padding: 0.35rem 0;
}

.footer.site-footer ul.statewide a {
  font-weight: 300 !important;
}

@media screen and (max-width: 767px) {
  body .footer.site-footer .columned>ul>li>h4 {
    border-bottom: 1px solid #000;
  }
}

.home-page-template main .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#content .press-item a {
  text-decoration: none !important;
}

.navbar-brand {
  padding-bottom: 0 !important;
  margin-bottom: 0.25rem !important;
}

.btn-link {
  color: #0d4cd3 !important;
}

main#content .dca-carousel-container .carousel-item .btn.btn-primary {
  text-decoration: none !important;
}

main#content .dca-carousel-container .carousel-item .btn.btn-primary:hover {
  text-decoration: underline !important;
}

.accordion .card .card-header button {
  color: #ffffff !important;
}