html {
  font-size: 62.5%;
  background-color: #212121;
}

.responsive-only {
  display: none;
}

.container {
  position: relative;
}

.inner-container {
  width: 960px;
  max-width: 960px;
  margin: 20px auto 80px;
  z-index: 1;
}

.main-header {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 821px;
  min-height: 200px;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
}

/* Home link within the header */

.home-link {
  width: 318px;
}

.school-title {
  position: relative;
  margin-top: 20px;
  line-height: 1.4;
  z-index: 1;
}

.school-title h2 {
  font-size: 3.8rem;
  color: #000;
}

.school-title h2 span {
  font-weight: 400;
}

.school-title p {
  font-size: 2.5rem;
  color: #1831b2;
}

.school-title p span:nth-child(2) {
  padding: 0 25px;
}

.content-container {
  position: relative;
  min-height: 540px;
  width: 660px;
  margin: 0 auto;
  padding: 20px 0 150px;
}

.login-link a {
  position: relative;
  line-height: 45px;
  text-align: right;
  font-size: 1.4rem;
  text-transform: capitalize;
}

.login-link a::after {
  position: relative;
  content: "\0049";
  margin-left: 3px;
  line-height: 45px;
}

.login-responsive {
  display: none;
}

.page-title {
  left: -15px;
  padding: 0 0 3px 13px;
  margin: 0 0 10px 0;
}

footer {
  position: fixed;
  height: 50px;
  background-color: #212121;
  z-index: 98;
  bottom: 0;
  width: 100%;
}

.ps_form-blocks textarea.ps_form-fields {
  width: 425px;
}

/* Slideshow Contents
====================== */

.full-width-slide {
  position: fixed !important;
  height: 100%;
  top: 0;
}

.full-width-slide::after {
  content: "";
  top: 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

/* Navigation
============= */

.main-nav {
  position: absolute;
  top: 0;
  right: 15px;
  height: auto;
  margin: 0 auto;
  outline: none;
  z-index: 105;
}

.main-nav h2 {
  display: none;
}

.main-nav ul {
  padding: 0;
  margin: 0;
}

.main-nav ul li {
  position: relative;
  display: block;
  height: 95px;
  float: left;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
  margin-right: 5px;
  text-align: center;
}

.main-nav ul li:nth-last-child(3) {
  margin-right: 0;
}

.main-nav ul li a {
  display: block;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 140px;
}

.main-nav > ul > li:not(.home-btn):focus::before,
.main-nav > ul > li:not(.home-btn):hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
}

.main-nav li::after {
  display: block;
  position: absolute;
  top: 25px;
  color: #fff;
  font-size: 2.6rem;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  z-index: -1;
}

.main-nav .home-btn {
  z-index: 200;
  background-color: #1831b2;
}

.main-nav .home-btn::after {
  content: "\0046";
}

.main-nav > ul > li:nth-child(2) {
  z-index: 199;
  background-color: #1831b2;
}

.main-nav > ul > li:nth-child(2)::after {
  content: "\0055";
}

.main-nav > ul > li:nth-child(3) {
  z-index: 198;
  background-color: #1831b2;
}

.main-nav > ul > li:nth-child(3) a {
  color: #fff;
}

.main-nav > ul > li:nth-child(3)::after {
  content: "\0047";
  color: #fff;
}

.main-nav > ul > li:nth-child(4) {
  z-index: 197;
  background-color: #1831b2;
}

.main-nav > ul > li:nth-child(4)::after {
  content: "\0053";
}

.main-nav > ul > li:nth-child(5) {
  z-index: 196;
  background-color: #1831b2;
}

.main-nav > ul > li:nth-child(5) a {
  color: #fff;
}

.main-nav > ul > li:nth-child(5)::after {
  content: "\0041";
  color: #fff;
}

.main-nav > ul > li:nth-child(6) {
  z-index: 195;
  background-color: #1831b2;
}

.main-nav > ul > li:nth-child(6)::after {
  content: "\004e";
}

.main-nav > ul > li:focus,
.main-nav > ul > li:hover {
  background-color: #fff;
}

.main-nav > ul > li:focus::after,
.main-nav > ul > li:hover::after,
.main-nav > ul > li:focus a,
.main-nav > ul > li:hover a {
  color: #1831b2;
}

@keyframes enlarge-one {
  0%,
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 13, 0) rotate(0.01deg);
    transform: matrix(1, 0, 0, 1, 13, 0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 13, 0) rotate(0.01deg);
    transform: matrix(1.2, 0, 0, 1.2, 13, 0) rotate(0.01deg);
  }
}

@keyframes enlarge-two {
  0%,
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 12.5, 0) rotate(0.01deg);
    transform: matrix(1, 0, 0, 1, 12.5, 0) rotate(0.01deg);
  }

  50% {
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 12.5, 0) rotate(0.01deg);
    transform: matrix(1.2, 0, 0, 1.2, 12.5, 0) rotate(0.01deg);
  }
}

.main-nav > ul > li:focus::after,
.main-nav > ul > li:hover::after {
  animation: enlarge-one 0.8s infinite linear;
}

/* Pop Ups */

.main-nav ul li ul {
  display: none;
  position: absolute;
  top: 105px;
  right: 50%;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  z-index: 102;
  text-align: center;
  background-color: #fff;
}

.main-nav ul li ul,
.main-nav ul li ul li {
  width: 200px;
}

.main-nav ul li ul::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  height: 10px;
  width: 100%;
  background-color: transparent;
}

.main-nav ul li.ps_nav-top-level:focus ul,
.main-nav ul li.ps_nav-top-level:hover ul {
  display: block;
}

.main-nav ul li.ps_nav-top-level:focus ul ul,
.main-nav ul li.ps_nav-top-level:hover ul ul {
  display: none;
}

.main-nav li ul li {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-indent: 0;
  background: none;
  border-bottom: 1px solid #1831b2;
  border-radius: 0;
}

.main-nav li ul li:focus,
.main-nav li ul li:hover {
  background-color: #1831b2;
}

.main-nav ul li:nth-last-child(3) ul {
  right: 0;
  transform: none;
}

.main-nav li ul li:last-child {
  border-bottom: none;
}

.main-nav li ul li a {
  display: block;
  width: auto;
  padding: 3px 7px;
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  color: #1831b2;
  line-height: 1.6;
}
.main-nav li ul li:focus a,
.main-nav li ul li:hover a {
  color: #fff;
}

/* Multi Column Nav
==================== */
@media (min-width: 981px) {
  .main-nav ul li:hover .nav-extended {
    right: 0;
    transform: translateX(0);
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
    width: calc(100vw - 50px);
    max-width: 720px;
    justify-content: center;
  }

  .main-nav ul li:hover .nav-extended li {
    width: 100%;
    border-bottom: 1px solid #1831b2;
  }

  .main-nav ul li:hover .nav-extended li a {
    height: unset;
    padding: 10px;
  }

  /* Nav Positions */
  .main-nav ul li:nth-last-child(4):hover .nav-extended {
    right: -105px;
  }
  .main-nav ul li:nth-last-child(5):hover .nav-extended {
    right: -204px;
  }
  .main-nav ul li:nth-last-child(6):hover .nav-extended {
    right: -373px;
  }
  .main-nav ul li:nth-last-child(7):hover .nav-extended {
    right: -533px;
  }
}

@media (min-width: 981px) and (max-height: 700px) {
  .main-nav li.nav-extended-reset ul li a {
    font-size: 1.4rem;
  }
}

/* Footer Links
=============== */

.footer-links {
  position: relative;
  width: 99%;
  margin: 0 auto;
  line-height: 50px;
}

.psa-foot {
  line-height: 50px;
}

.footer-links ul {
  list-style: none;
}

.footer-left li {
  display: inline-block;
  margin-right: 20px;
}

.footer-left {
  float: left;
}

.text-right li {
  display: inline-block !important;
}

.text-right li:nth-child(1),
.text-right li:nth-child(2) {
  margin-right: 15px;
}

/* Latest News */

.news-items {
  width: 510px;
}

/* Scroll to top button
======================= */

.scroll-top {
  border: 1px solid #1831b2;
  border-left: none;
  color: #1831b2;
  background-color: #fafafa;
  right: auto;
  left: -75px;
  bottom: 117px;
  border-radius: 0;
  height: 38px;
  width: 43px;
  transition: left 0.5s ease-out 0s;
  margin: 0;
  z-index: 100;
}

.scroll-top-show {
  left: 0;
}

.scroll-top-hide {
  left: -75px;
}

.scroll-top:hover {
  color: #1b1b1b;
  border-color: #1b1b1b;
}

/* Google Search
================ */

.google-search-widget.is-disabled[data-cookie="google-search"] {
  height: 36px;
  top: 12px;
  border: 1px solid #1b1b1b;
  border-radius: 5px;
}

.google-search-widget {
  position: relative;
  width: 220px;
  top: 13px;
  left: 20px;
  display: inline-block;
}

/* Google Translate
=================== */

#google_translate_element.is-disabled[data-cookie="google-translate"] {
  width: 220px;
  top: 12px;
  box-sizing: border-box;
  border: 1px solid #1b1b1b;
  border-radius: 5px;
}

#google_translate_element {
  position: relative;
  display: inline-block;
  height: 35px;
  top: 13px;
  left: 29px;
  width: 220px;
}

.goog-te-gadget-simple {
  width: 220px;
  height: 30px;
  border: 1px solid #1b1b1b !important;
  border-radius: 5px !important;
}

.goog-te-gadget-simple span {
  display: inline-block;
  line-height: 2.4;
}

.goog-te-menu-value span:first-child {
  width: 162px;
}

.goog-te-menu-value span + img + span {
  color: #1b1b1b !important;
  border-left-color: #1b1b1b !important;
}

.goog-te-menu-value > span + img + span {
  height: 21px;
  line-height: 1.8;
  margin-top: 5px;
}

.goog-te-banner-frame {
  position: absolute !important;
  top: -40px !important;
}

/* Bottom Feed */

.cp-revealing-content {
  position: fixed;
  width: 220px;
  display: inline-block;
  right: 0;
}

.cp-content-trigers {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.cp-content-wrap {
  position: relative;
  height: 47px;
  width: 50%;
  display: inline-block;
}

.cp-content-trigger {
  height: 100%;
  font-size: 1.7rem;
}

.translate-trigger {
  background-color: #1831b2;
}

.translate-trigger:focus,
.translate-trigger:hover {
  background-color: #0026a4;
}

.search-trigger {
  background-color: #0c1e7e;
}

.search-trigger:focus,
.search-trigger:hover {
  background-color: #000a65;
}

.cp-content-wrap .cp-content-block {
  position: absolute;
  bottom: 47px;
  font-size: 1.8rem;
  color: #fff;
}

.search-block {
  width: 597px;
  height: 60px;
  background-color: #0c1e7e;
  right: 0;
}

.search-caption {
  position: relative;
  padding-top: 15px;
  display: inline-block;
  left: 12px;
}

.translate-block {
  width: 838px;
  height: 60px;
  background-color: #0c1e7e;
  right: -110px;
}

.translate-caption {
  position: relative;
  padding-top: 18px;
  display: inline-block;
  left: 12px;
  font-size: 1.5rem;
}

.banner-links-wrap {
  font-size: 0;
  position: fixed;
  bottom: 50px;
  width: 100%;
  height: 47px;
  z-index: 98;
  background: #fff;
  box-shadow: 0px -1px 6.86px 0.14px rgba(0, 0, 0, 0.08);
}

.scrolling-banner {
  display: inline-block;
}

/* Closing Arrow */

.cp-c-arrow-wrap {
  position: absolute;
  top: 12px;
  right: 23px;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s background;
  cursor: pointer;
  z-index: 1;
}

.cp-font-icon {
  transition: linear 0.3s;
}

.cp-c-arrow-wrap:focus .cp-font-icon,
.cp-c-arrow-wrap:hover .cp-font-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.cp-c-arrow-wrap .cp-font-icon {
  font-size: 1.5rem;
  color: #fff;
  z-index: 1;
}

/* Hit Counter
============== */

.hit-counter {
  display: inline-block;
  position: relative;
  width: 140px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.hit-counter-pre-text {
  margin-right: 8px;
}

.hit-counter-post-text {
  margin-left: 8px;
}

.hit-counter-digit {
  display: inline-block;
  width: 15px;
  margin-right: -7px;
}

@media (max-width: 1500px) {
  .school-title {
    vertical-align: bottom;
  }
}

@media (max-width: 1375px) {
  .main-header {
    padding: 120px 0 0 30px;
  }
}

@media (max-width: 1200px) {
  .text-right li:nth-child(2) {
    margin-right: 0;
  }

  .text-right li:nth-child(3) {
    display: block !important;
  }

  .footer-links {
    padding-top: 5px;
    line-height: 25px;
  }

  .psa-foot {
    line-height: 25px;
  }

  footer {
    height: 60px;
  }

  .scroll-top {
    bottom: 127px;
  }

  .banner-links-wrap {
    bottom: 60px;
  }

  .login-link {
    height: 25px;
  }

  .login-link a {
    bottom: 10px;
  }
}
