/* 
#######################################################################
#                                                                     #
#                                                                     #
#                  G E N E R A L   P A G E   B O D Y                  #
#                                                                     #
#                                                                     #
#######################################################################
*/

/*
###############################
# GENERAL: Fonts
###############################
# General definitions for the
# whole site... any or all of 
# these can be deleted if they 
# aren't changed...
###############################
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;600;800&display=swap");

a {
  color: #007bff;
}

a:hover,
a:focus {
  color: #0056b3;
}

/* 
#######################################################################
#                                                                     #
#                                                                     #
#                       P A G E   W R A P P E R                       #
#                                                                     #
#                                                                     #
#######################################################################
*/

/*
###############################
# PAGE WRAPPER: Header
###############################
# Additional Responsive fixes 
# may need to be added
###############################
*/
header {
  background-color: #195186;
}
.logo {
  background-image: url("/assets/logo.svg"); /* point to proper file */
  background-position: center left;
  height: 82px;
  width: 310px;
  margin-right: .5rem;
}

@media only screen and (max-width: 767.98px) and (min-width: 576px) {
  .logo {
    width: 70px;
    height: 82px;
    background-size: auto 80%;
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .logo {
    margin-right: 4rem;
  }
}

@media only screen and (max-width: 575.98px) {
  .nj-header-flex {
    justify-content: space-between;
  }
}

/*
###############################
# PAGE WRAPPER: Footer
###############################
# Color definitions for header 
# and footer nav... any or all 
# of these can be deleted if 
# they aren't changed...
###############################
*/

nav.navbar {
  background-color: #fff; /* header navbar background */
  border-bottom-color: #fff; /* header navbar bottom border color */
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.75); /* header nav bar link color */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); /* header nav bar link hover color */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9); /* header nav bar "active" text color */
}

.nav-item:hover,
.nav-item.active {
  border-left-color: #008abe; /* active/hover "bar" color */
}

@media only screen and (min-width: 576px) {

  .navbar-light .navbar-nav > .nav-item > a {
    line-height: 1rem;
    height: 4.5rem;
    padding-top: 1.75rem;
  }
  .navbar-light .nav-item:hover,
  .navbar-light .nav-item.active,
  .nav-item:hover,
  .nav-item.active {
    border-bottom-color: #008abe; /* active/hover "bar" color */
  }
  .navbar-dark .nav-item:hover,
  .navbar-dark .nav-item.active {
    border-bottom-color: #c47507; /* active/hover "bar" color */
  }
}

.multitabs .multitabs-tabs .nav-link:hover,
.multitabs .multitabs-tabs .nav-link:focus,
.multitabs .multitabs-tabs .nav-link.active {
  outline: none;
  border-bottom-color: #008abe;
}



.footer-nav {
	background-color: #ffb652;
}

footer.navbar-dark .navbar-nav .nav-link,
footer.navbar-dark .navbar-nav .active > .nav-link {
	color: rgba(0, 0, 0, 1);
}

footer.navbar-dark .navbar-nav .nav-link:hover,
footer.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.75);
}

/*
###############################
# PAGE WRAPPER: Hero
###############################
# Jumbotron text definitions:
# any or all of these (or any 
# attribute) can be deleted 
# if they aren't changed...
###############################
*/

.jumbotron span.pre-title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
  color: #195186;
}

.jumbotron h1.display-4 {
  font-family: "Roboto Slab", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #75D0FF;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.65), 0 0 8px rgba(0, 0, 0, 0.33), 0 0 4px rgba(0, 0, 0, 0.16);
}

.jumbotron p.lead {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 30rem;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.65), 0 0 8px rgba(0, 0, 0, 0.33), 0 0 4px rgba(0, 0, 0, 0.16);
}

#page-home .jumbotron h1.display-4,
#page-home .jumbotron p.lead {
  text-align: left;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
#page-home .jumbotron h1.display-4 {
  margin: auto;
  margin-bottom: 1.5rem;
}
#page-home .jumbotron p.lead {
  margin: 0.7rem auto 0;
}




#page-njsla-ela-math .jumbotron,
#page-njsla-science .jumbotron,
#page-njgpa .jumbotron,
#page-families .jumbotron,
#page-mandatory-training .jumbotron,
#page-infrastructure-trial .jumbotron,
#page-item-type-tutorials .jumbotron,
#page-tech-coordinators .jumbotron,
#page-testing-personnel .jumbotron {
  background-color: #404a5d;
  background-image: linear-gradient(to right, rgba(64, 74, 94, 1) 10%, rgba(64, 74, 94, 0.5) 40%, rgba(64, 74, 94, 0) 100%, rgba(64, 74, 94, 0) 100%),
                    linear-gradient(to right, rgba(64, 74, 94, 0.85) 17.2em, rgba(64, 74, 94, 0.8) 30.1em, rgba(64, 74, 94, 0) 43em, rgba(64, 74, 94, 0) 100%), 
                    url("/assets/bg-studentsMoving.jpg");
  background-position-x: 100%;
  background-position-y: 50%; 
}



/*
###############################
# PAGE WRAPPER: Sections
###############################
# body sections... can be 
# deleted if not changed...
###############################
*/

.pageBody {
  /* includes the complete area between the header and footer */
}

.pageBodyTop {
  /* includes the area covering the jumbotron and first full row of region(s) */
}

.layout01Region01,
.layout01Region02,
.layout01Region03,
.layout01Region04,
.layout01Region05 {
}

.layout02Region01and02,
.layout02Region01,
.layout02Region02,
.layout02Region03,
.layout02Region04,
.layout02Region05 {
}

.layout03Region01and02and03,
.layout03Region01,
.layout03Region02,
.layout03Region03,
.layout03Region04,
.layout03Region05 {
}

.layout04Region01,
.layout04Region02and03and04,
.layout04Region02,
.layout04Region03,
.layout04Region04,
.layout04Region05 {
}

.layout05Region01,
.layout05Region02,
.layout05Region03,
.layout05Region04,
.layout05Region05 {
}






.layoutRegion > h3, 
.layoutRegion > .h3,
.layoutRegion h3.daisi-html-title,
.announcements .announcements-header > h2,
.card-header > h2 {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  padding-bottom: 1.35rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
  font-size: 1.5rem;
  line-height: 1rem;
}

.layoutRegion > h3:before, 
.layoutRegion > .h3:before,
.layoutRegion h3.daisi-html-title:before,
.announcements .announcements-header > h2:before,
.card-header > h2:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 3px;
  background: linear-gradient(90deg,rgba(252, 97, 4, 1) 0%, rgba(164, 21, 77, 1) 100%);
  margin-bottom: .5rem;
}
/* fix announcements button when used next to the updated header */
.announcements-header a {
    height: 2rem;
}



.background-blue-web {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/assets/bg-blueWeb.jpg");
}

.background-blue-web .layoutRegion > .h3 {
  color: #fff;
}

/* 
#######################################################################
#                                                                     #
#                                                                     #
#                      P A G E   E L E M E N T S                      #
#                                                                     #
#                                                                     #
#######################################################################
*/

/*
###############################
# ELEMENTS: Quick Links
###############################
# Any or all of these (or any 
# attribute) can be deleted 
# if they aren't changed...
###############################
*/

#footerQuickCards {
  background-color: #86abc1;
}

.btn-quicklink {
  color: #212529;
  background-color: #d1e6f3;
  border-color: #fff;
}

.btn-quicklink:hover {
  color: #212529;
  background-color: #c4d8e4;
  border-color: #fff;
}

/*
###############################
# ELEMENTS: Buttons
###############################
# Color definitions for 
# buttons... any or all of 
# these can be deleted if 
# they aren't changed...
###############################
*/

.btn-primary {
  color: #fff;
  background-color: #1c5f8a;
  border-color: #1c5f8a;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #000;
  background-color: #008abe;
  border-color: #008abe;
}

/*
#######################################################################
#                                                                     #
#                                                                     #
#                 C A R D S   &   C A R D   D E C K S                 #
#                                                                     #
#                                                                     #
#######################################################################
*/

/*
###############################
# CARDS: Basic Card Designs
###############################
# card hover background 
# color... can be deleted if 
# not changed...
###############################
*/

.card.system:hover,
.card.text-only:hover,
.card.photo:hover,
.card.photo-left:hover,
.card.emblem:hover,
.card.emblem-left:hover {
  border-color: #97c7ff;
  box-shadow: 0 0 2px 2px #97c7ff;
}

.card.system:focus-within,
.card.text-only:focus-within,
.card.photo:focus-within,
.card.photo-left:focus-within,
.card.emblem:focus-within,
.card.emblem-left:focus-within {
  background-color: #ffffff;
	box-shadow: none;
  outline-offset: 4px;
  outline-width: 4px;
  outline-color: #97c7ff;
  outline-style: solid;
}

.card.locked .card-content::before {
  margin-top: .2rem;
  width: 1rem;
  height: 1rem;
	background-image: url(/assets/icon-lock.svg);

}

/*
###############################
# Modified System Cards
###############################
*/

.card.system {
  border-radius: 0 1rem 0 1rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
    0 2px 2px rgba(0,0,0,0.12), 
    0 4px 4px rgba(0,0,0,0.12), 
    0 8px 8px rgba(0,0,0,0.12),
    0 16px 16px rgba(0,0,0,0.12);
}

.card.system .card-header {
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 1rem 0 1rem;
}

.card.system .card-header .overline {
  text-align: right;
  padding-right: 0;
}

.card.system.locked .card-header .overline {
  padding-right: 1.25rem;
}

.card.system .card-header .card-img-wrapper img {
  padding: 0 .6em 1em 0;
}

.card.system.ca-logo .card-body {
  position: relative;
}

.card.system.ca-logo .card-body::before {
  display: block;
  content: "";
  background-image: url("/assets/logo-small-badge.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  left: 1rem;
}

.card.system.ca-logo .card-body .card-title,
.card.system.ca-logo .card-body .card-subtitle {
  margin-left: 2rem;
}

.card.system .card-body .card-title {
  font-size: 1.15rem;
  font-weight: 500;
}

.card.system.ca-logo .card-body .card-title {
  color: #005E9E;
  line-height: 1;
  margin-bottom: 1.25rem;
  transform: translateY(.35rem);
}

.card.system.ca-logo .card-body .card-title:has(+ .card-subtitle) {
  margin-bottom: 0.4rem;
  transform: translateY(0);
}

.card.system .card-body .card-subtitle {
  font-weight: 700;
  font-size: .95rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  color: #2D9DD8;
}

.card.system .card-body .card-text {
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1.3;
}

.card.offline.system.ca-logo .card-body .card-title {
  color: #424242;
}
.card.offline.system .card-body .card-subtitle {
  color: #757575;
}
.card.offline.system.ca-logo .card-body::before {
  filter: invert(0%) sepia(10%) saturate(20%) hue-rotate(60deg) brightness(98%) contrast(90%);
}



/*
###############################
# Pop Left Cards
###############################
*/

.card.pop-left-small {
  background-color: transparent;
  border-width: 0;
  /* border-radius: 1.5rem 0 .75rem 0; */
  border-radius: .75rem 0;
  margin-bottom: 1.25rem;
}

.card.pop-left-large {
  background-color: transparent;
  border-width: 0;
  /* border-radius: 2.5rem 0 1.5rem 0; */
  border-radius: 1.5rem 0;
}

.card.pop-left-small .card-content,
.card.pop-left-large .card-content {
  display: flex;
}

.card.pop-left-small .card-content .card-img-wrapper {
  background: radial-gradient(circle,
      rgba(37, 140, 201, 1) 56%, 
      rgba(37, 140, 201, 0.7) 56%, 
      rgba(37, 140, 201, 0.7) 63%, 
      rgba(37, 140, 201, 0.4) 63%, 
      rgba(37, 140, 201, 0.4) 70%, 
      rgba(37, 140, 201, 0) 70%, 
      rgba(37, 140, 201, 0) 100%);
  padding: 0.65rem;
}

.card.pop-left-large .card-content .card-img-wrapper {
  background: radial-gradient(circle,
      rgba(37, 140, 201, 1) 56%, 
      rgba(37, 140, 201, 0.7) 56%, 
      rgba(37, 140, 201, 0.7) 63%, 
      rgba(37, 140, 201, 0.4) 63%, 
      rgba(37, 140, 201, 0.4) 70%, 
      rgba(37, 140, 201, 0) 70%, 
      rgba(37, 140, 201, 0) 100%);
  padding: 1.25rem;
}

.card.pop-left-small .card-content .card-img-wrapper img{
  width: 2.25rem;
  height: 2.25rem;
}

.card.pop-left-large .card-content .card-img-wrapper img {
  width: 3.75rem;
  height: 3.75rem;
}

.card.pop-left-small .card-content .card-body {
  padding: 0.1rem .5rem 0 .5rem;
}

.card.pop-left-large .card-content .card-body {
}

.card.pop-left-small .card-content .card-title {
  font-family: "Roboto Slab", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .25rem;
}

.card.pop-left-large .card-content .card-title {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: .5rem;
}

.card.pop-left-small .card-content .card-text {
  color: #A0DFFF;
  line-height: 1.3;
}

.card.pop-left-large .card-content .card-text {
  color: #A0DFFF;
  line-height: 1.3;
}

.card.pop-left-small:hover,
.card.pop-left-small:focus-within {
  background-color: #00000044;
  outline: 10px solid #00000044;
}

.card.pop-left-small:focus-within a {
  outline: none;
}

.card.pop-left-large:hover,
.card.pop-left-large:focus-within {
  background-color: #00000044;
  outline: 15px solid #00000044;
}

.card.pop-left-large:focus-within a {
  outline: none;
}

/*
#######################################################################
#                                                                     #
#                                                                     #
#                      M E D I A   Q U E R I E S                      #
#                                                                     #
#                                                                     #
#######################################################################
*/

.jumbotron.jumbotron-short {
  background-position-x: 100%;
  background: linear-gradient(90deg,rgba(30, 45, 59, 1) 0%, rgba(36, 77, 110, 1) 100%);
}

/*
###############################
# MEDIA: (xs) < 576px
###############################
*/

@media only screen and (max-width: 575.98px) {
  .jumbotron .container span {
    display: block;
  }
  .jumbotron.jumbotron-short {
    background-position-x: 100%;
  }
}

/*
########################################
# MEDIA: (m to l) >= 576px and < 992px
########################################
*/

@media only screen and (min-width: 576px) and (max-width: 991.98px) {
  .jumbotron .container span {
    display: block;
  }
  .jumbotron.jumbotron-short {
    background-position-y: 55%;
  }
}

/*
########################################
# MEDIA: (l to xl) >= 992px and < 1200px
########################################
*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
 
}










#page-home .jumbotron {
  background-color: transparent;
}

#page-home .jumbotron h1 {
  font-size: 1.75rem;
}

#page-home .jumbotron p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.65), 0 0 8px rgba(0, 0, 0, 0.33), 0 0 4px rgba(0, 0, 0, 0.16);
}

.homeBody {
  background-color: #19374f;
  background-image: linear-gradient(#19374fdd, #19374fdd), url("/assets/bg-homepage.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-position: top center, top center;
}

@media only screen and (min-width: 992px) {
  .homeBody {
    background-image: url("/assets/bg-homepage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

.homeBody h2.h3 {
  color: #fff;
}

.homeBody .announcements {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0 1rem;
  margin-bottom: 5rem;
  background-color: #00000044;
}

.homeBody .col-lg-6 .announcements-header h2 {
  padding-left: 0 !important;
  color: #fff;
}

.homeBody .announcements .announcements-header {
  border-width: 0 0 0 0;
}



.browse-by-audience-block {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.browse-by-assessment-block {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.browse-by-assessment-block .card-deck.card-deck-1-column .card {
  margin-top: 1.5rem;
}


.card-deck.card-deck-1-column .card {
  max-width: calc(100% - 1em);
  min-width: calc(100% - 1em);
}



.nj-header-flex {
  display: flex;
}














/*
###############################
# New Universal Footer 
###############################
*/

#pageFooter footer .row:has(> .footer-base) {
  background: linear-gradient(270deg, #022B46 1.31%, #005E9E 49.09%, #1685BC 100%);
}

.footer-base .line.border-left {
  border-left: 2px solid #498CC0!important;
  padding-left: .5rem;
  margin-left: .25rem;
}

.footer-base div a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 991.98px) {
  .footer-base {
    flex-direction: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}








.ongoing-updates {
  text-align: center;
  font-size: 1.1rem !important;
  padding: 1rem;
}

.mandatory-training-table,
.daisi-resource-item-body table.mandatory-training-table {
  width: 100%;
  border-collapse: collapse; 
  border-style: solid;
  border-color: #888;
  border-width: 0 0 1px 0;
}

.daisi-resource-item-body table.mandatory-training-table td {
  border-collapse: collapse; 
  border-style: solid;
  border-color: #888;
  border-width: 0 0 1px 0;
}
