html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}
#loadingScreen {
  position: fixed;
  background-color: #79adb7;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.centerAlign {
  text-align: center;
}
#navBarWrapper {
  background-image: url("https://whimsydata.blob.core.windows.net/dnjedu/prototype/landingTest/assets/images/background.jpg");
  background-attachment: fixed;
  padding-top: 2rem;
}
nav {
  height: 70px;
  background-color: #065194;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 3;
}
.navbar {
  padding: 0 2rem 0 2rem;
  box-shadow: 0px 4px 5px -5px;
  display: -webkit-flex;
  display: flex;
}
.navbar-nav {
  padding: 1rem;
}
li.nav-item {
  font-size: 1.5rem;
}
.navbar-brand {
  height: 170px;
  width: 210px;
  margin-top: 62px;
  text-align: center;
  background-image: url("https://whimsydata.blob.core.windows.net/dnjedu/prototype/landingTest/assets/images/schoolTitle.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
  margin-right: 0;
  display: -webkit-flex;
  display: flex;
  padding: 0.5rem;
}
.sticky .navbar-brand,
.navbar-brand.simple {
  height: 70px;
  background-color: #acce22;
  background-image: none;
  margin: 0;
}
.navbar-brand img.logo {
  margin-left: 0;
  margin-right: 1rem;
}
.navbar-brand h3 {
  color: white;
  display: inline;
  word-wrap: break-word;
  white-space: normal;
  -webkit-align-self: center;
          align-self: center;
  width: 100%;
  font-size: 1.4rem;
  padding: 0rem 0.5rem;
  margin-bottom: 0;
}
.navbar-brand.longName h3 {
  font-size: 1.1rem !important;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: #acce22;
}
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  top: -70px;
}
.anchor a.stickyOffset {
  position: absolute;
  top: -70px;
}
#templateContainer.stickyOffset {
  padding-top: 70px;
}
footer {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #065194;
  color: white;
}
.contactBox.upper {
  float: right;
  margin-right: 2rem;
  font-size: 0.9rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.contactBox.upper a {
  color: white;
}
.logo {
  margin-left: 2.4rem;
  position: relative;
  z-index: 4;
}
.logo.mobile {
  margin-left: 0rem;
  height: 100%;
  padding: 0.5rem 0rem 0rem 0.5rem;
}
.carousel h3 {
  position: absolute;
  z-index: 1;
  top: 70%;
  background-color: #a5c52375;
  padding: 0.7rem;
  font-size: 1.5rem;
  text-align: right;
  color: white;
}
.carousel h3.testing {
  top: 35%;
  background: none;
  padding: 0.7rem;
  font-size: 3.5vw;
  text-align: left;
  color: white;
  width: 50%;
  left: 10%;
}
.contentContainer {
  padding: 2rem;
}
#blurbs {
  margin: 2rem;
  text-align: center;
  padding: 1rem;
  background-color: #f1eeee;
}
.icon {
  vertical-align: middle;
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2rem;
  text-align: center;
}
.iconContainer {
  background-color: #f5ac01;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.contactBox .iconContainer {
  margin-right: 1rem;
}
.contactBox.upper .iconContainer {
  height: 40px;
  width: 40px;
}
.iconContainer .icon.svgIcon {
  width: 60px;
  height: 60px;
  padding: 0.8rem;
}
.contactBox a:hover .iconContainer {
  background-color: #f7cd04;
}
.contactBox.upper .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  padding: 0.5rem;
}
.textContainer {
  -webkit-align-self: center;
          align-self: center;
}
#resourcesContainer .icon {
  border-radius: 0;
  color: #0269ac;
  background-color: transparent;
  font-size: 4rem;
  width: 60px;
}
#resourcesContainer a:hover .icon {
  color: #065194;
}
#blurbs .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 2.3rem;
  padding: 1rem;
}
#blurbs .iconContainer {
  width: 80px;
  height: 80px;
}
#blurbs .col-sm:nth-of-type(1) .iconContainer {
  background-color: #0269ac;
}
#blurbs .col-sm:nth-of-type(2) .iconContainer {
  background-color: #acce22;
}
#blurbs .col-sm:nth-of-type(3) .iconContainer {
  background-color: #f7cd04;
}
#blurbs .col-sm:nth-of-type(4) .iconContainer {
  background-color: #f5ac01;
}
#blurbs h3 {
  margin-top: 0.5rem;
  color: black;
}
h2 {
  color: #065194;
  padding: 1rem 1rem 0.5rem 0rem;
  font-size: 2.2rem;
  border-bottom: 2px solid #f1eeee;
  margin-bottom: 1rem;
}
#galleriesContainer h2 {
  border-color: #6e9ca5;
}
#resourcesContainer h2 {
  border-color: #d8d6d6;
}
h3 {
  color: #acce22;
  font-size: 1.5rem;
}
.description {
  font-size: 1.25rem;
}
.map {
  height: 400px;
}
.map iframe {
  display: block;
  margin: 0 auto;
}
.infoContainer {
  padding: 1.5rem;
}
.contactBox {
  list-style-type: none;
}
.contactBox li {
  padding: 0.5rem;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
.director {
  text-align: center;
  margin-bottom: 50px;
}
.directorName {
  background-color: #f7cd04;
  border-radius: 5px;
  position: relative;
  padding: 0.9rem;
  top: 25px;
  left: 25%;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
.director span {
  display: block;
}
.director img {
  border-radius: 50%;
  border: 10px solid #f7cd04;
}
.directorContainer {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: -25%;
}
.program {
  border-left: 15px solid blue;
  padding-left: 1rem;
  margin-top: -1rem;
  padding-top: 1rem;
}
.program:nth-of-type(1) {
  border-color: #065194;
  margin-top: 0;
}
.program:nth-of-type(1) h3 {
  color: #065194;
}
.program:nth-of-type(2) {
  border-color: #0269ac;
}
.program:nth-of-type(2) h3 {
  color: #0269ac;
}
.program:nth-of-type(3) {
  border-color: #acce22;
}
.program:nth-of-type(3) h3 {
  color: #acce22;
}
.program:nth-of-type(4) {
  border-color: #f7cd04;
}
.program:nth-of-type(4) h3 {
  color: #f7cd04;
}
.program:nth-of-type(5) {
  border-color: #f5ac01;
}
.program:nth-of-type(5) h3 {
  color: #f5ac01;
}
#resourcesContainer {
  background-color: #f1eeee;
  width: 100%;
  padding-top: 0.5rem;
}
.resourcesList {
  text-align: center;
  margin-top: 2rem;
  min-height: 550px;
}
.resourcesList a {
  text-decoration: none;
  color: #0269ac;
}
.resourcesList a:hover {
  color: #065194;
}
.resourcesList a:hover .resourceDownload {
  background-color: #d6d6d6;
}
.resourcesList a:hover .resource {
  background-color: #f1eeee;
}
.resource {
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: white;
  max-width: 350px;
  width: 100%;
  height: 150px;
  margin: 0.5rem;
  padding: 1rem;
  position: relative;
  box-shadow: 0px 0px 9px 0px #757575;
}
.resourceType {
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: -2rem;
}
.resourceType span {
  position: relative;
  left: -52px;
  z-index: 2;
  top: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.resource h4 {
  text-align: left;
  font-size: 1.2rem;
}
.resourceDownload {
  position: absolute;
  top: 110px;
  left: 0px;
  background-color: #f1eeee;
  width: 100%;
}
.resourceInfo {
  display: inherit;
}
.triangleTransition {
  background-color: white;
}
.trianglePath1 {
  fill: #f1eeee;
}
#contact {
  text-align: center;
}
.contactContainer {
  display: inline-block;
  text-align: left;
  width: 70%;
  border-left: 2px solid #f1eeee;
  padding: 1rem;
}
.contactContainer h3 {
  background-color: #0269ac;
  color: white;
  width: 10rem;
  position: relative;
  left: -30px;
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem;
}
#contact {
  padding-bottom: 2rem;
}
.btn-primary {
  background-color: #acce22;
  border-color: #acce22;
  width: 200px;
}
.btn-primary:hover {
  background-color: #f7cd04;
}
#galleriesContainer {
  background-color: #79adb7;
  padding-bottom: 2rem;
}
#galleriesContainer .contentContainer {
  margin-bottom: 0;
}
#deco-clouds {
  fill: #79adb7;
  background-color: white;
}
.galleriesList {
  text-align: center;
}
.gallery {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  width: 100%;
  border-radius: 5%;
  padding-top: 1rem;
  background-color: #0269ac;
  margin: 0.5rem;
  cursor: pointer;
  position: relative;
  box-shadow: 7px 7px 1px 0px #6f979e;
  -webkit-box-shadow: 7px 7px 1px 0px #6f979e;
  -moz-box-shadow: 7px 7px 1px 0px #6f979e;
}
.gallery:hover {
  background-color: #065194;
}
.gallery img {
  max-width: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery h4 {
  color: white;
  padding: 0.5rem;
  text-align: center;
}
.gallery svg.svgIcon {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0.5rem;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  color: #79adb7;
}
.galleriesList .carousel-item img.autoHeight {
  height: auto;
}
.carousel-indicators li {
  text-indent: 0;
}
#langOptions svg.svgIcon {
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 1rem;
  width: auto;
  max-width: 50px;
}
#langOptions .btn {
  background-color: #0269ac;
  color: white;
  border-color: #0269ac;
}
#langOptions .btn:hover {
  background-color: #3881b1;
}
#langOptions .btn:focus {
  box-shadow: none;
  background-color: #3881b1;
}
#langOptions .dropdown-item:active {
  background-color: #3881b1;
}
#langOptions .mobile {
  text-align: center;
}
#langOptions .mobile .btn {
  background-color: #4490c2;
  margin: 0 0.5rem 1rem 0.5rem;
}
#langOptions .mobile .btn:hover {
  background-color: #74acd1;
}
#langOptions .mobile h4 {
  color: white;
  font-size: 1rem;
}
.modal-title {
  color: #0269ac;
}
li.contactItem {
  display: -webkit-flex;
  display: flex;
  word-break: break-word;
}
.contactItem p {
  -webkit-align-self: center;
          align-self: center;
}
ul.contactBox.lower {
  padding: 0;
  min-width: 245px;
}
.contactBox {
  padding: 0;
}
footer {
  color: #87adc5;
  font-style: italic;
}
#carouselTitle img:not(.svgIcon) {
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
#carouselTitleContainer h3.mobile {
  font-size: 2rem;
  text-align: center;
}
.mobileHeader {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  z-index: 1;
}
.mobileHeader h3 {
  color: white;
  font-size: 2.5rem;
  padding: 2rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.navbar-toggler-close {
  vertical-align: inherit;
}
.collapsed .navbar-toggler-close {
  display: none;
}
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-image: none;
}
.carousel-item .loadingWheel {
  position: absolute;
  z-index: 7;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: yellow;
  fill: yellow;
}
.loadingWheel {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#galleriesContainer.padBottom {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    height: 70px;
    background-color: #acce22;
    background-image: none;
    margin-top: 0 !important;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    background-color: #0269ac;
    margin-left: -2rem;
    margin-right: -2rem;
    border-bottom: 5px solid #065194;
    padding-left: 2rem;
  }
  .navbar {
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .navbar-brand {
    background: none !important;
    margin-top: 0 !important;
    width: 50vw;
  }
  .navbar-brand h3 {
    text-align: left;
    -webkit-align-self: center;
            align-self: center;
  }
  .navbar {
    padding: 0 1rem 0 0;
  }
}
@media (max-width: 369.98px) {
  nav {
    height: auto;
  }
  .navbar-toggler {
    margin: 0 1rem 1rem 1rem;
  }
  .navbar {
    display: block;
    text-align: center;
    padding: 0;
  }
  .navbar-brand {
    width: 100%;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    padding-left: 0;
  }
  #navBarWrapper {
    text-align: center;
  }
}
