* {
  font-family: "Open Sans", Sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", Sans-serif;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

h2 {
  color: #002855;
}

th {
  text-align: left;
  font-size: x-large;
  color: #002855;
  font-family: "Oswald", Sans-serif;
  font-size: 32px;
}

h1.post-title {
  font-size: 3.5rem;
}

.post-header {
  text-align: center;
}

.post-content h2 {
  color: #002855;
  text-align: center;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

header, section, footer, aside, nav, .post-content, .post-header {
  max-width: 1400px;
  margin: 0 auto;
}

section {
  padding: 0 20px;
}

.wrapper, main, article {
  width: 100%;
  max-width: 100%;
}

.wrapper--dk-blue {
  background-color: #002855;
}

.wrapper--dk-gray {
  background-color: #333D47;
}

.wrapper--lt-gray {
  background-color: #B2B4B2;
}

.wrapper--lt-blue {
  background-color: #b9d9eb;
}

.site-main {
  margin-top: 0;
}

.pricetable {
  width: 100%;
  padding: 10px;
}
.pricetable tr {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: 0;
  padding: 0;
}
.pricetable tr td:nth-child(2) {
  display: block;
  width: 100%;
}

iframe {
  max-width: 100%;
}

.lg {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.col-2 ul {
  margin: initial;
  padding: 0 20px;
}

ul {
  padding-left: 0;
}

.full-grey {
  width: 100%;
  max-width: 100%;
  background-color: #B2B4B2;
}

.show-md {
  display: none;
}

@media screen and (min-width: 600px) {
  .lg {
    position: relative !important;
    height: initial;
    clip: auto;
    clip-path: none;
    width: initial;
    margin: initial;
  }
}
@media screen and (min-width: 450px) {
  .show-md {
    display: initial;
  }
  .col-2 {
    columns: 2;
  }
  .col-2 ul {
    margin: initial;
  }
  .col-3 {
    columns: 3;
  }
  .col-3 ul {
    margin: initial;
  }
}
.wrapper--site-header {
  background-color: #003865;
  box-shadow: 0 0 12px black;
}
.wrapper--site-header .site-header .nav-link.dropdown-toggle.active {
  text-decoration: underline;
}
.wrapper--site-header .site-header .dropdown-item {
  white-space: inherit;
  background-color: #ffffff;
  color: #004B87;
}
.wrapper--site-header .site-header .container-fluid {
  flex-wrap: wrap;
  justify-content: end;
}
.wrapper--site-header .site-header .container-fluid .navbar-toggler {
  margin-top: -65px;
  margin-right: 15px;
  border-color: #ffffff;
}
.wrapper--site-header .site-header .container-fluid .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}
.wrapper--site-header .site-header .container-fluid .search-form {
  padding-bottom: 15px;
  padding-top: 15px;
  height: 78px;
}
.wrapper--site-header .site-header .container-fluid .search-form .btn {
  margin: 0 5px;
  font-size: 1.1rem;
}
.wrapper--site-header .site-header .navbar * {
  font-family: "Oswald", Sans-serif;
  font-size: 1.3rem;
}
.wrapper--site-header .site-header .navbar-brand {
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 32px;
  font-family: "Oswald", Sans-serif;
  transition: color 0.2s ease-in-out;
}
.wrapper--site-header .site-header .navbar-brand:hover, .wrapper--site-header .site-header .navbar-brand:active, .wrapper--site-header .site-header .navbar-brand:focus {
  color: #B2B4B2;
}
.wrapper--site-header .site-header .navbar-brand span {
  font-size: 32px;
  font-family: "Oswald", Sans-serif;
}

@media screen and (max-width: 1200px) {
  .site-header .dropdown-menu > .show {
    transition: 0.2s;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .dropdown-item {
    text-align: center;
    color: #004B87;
    transition: color 0.2s ease-in;
  }
  .site-header .dropdown-item:hover, .site-header .dropdown-item:active, .site-header .dropdown-item:focus, .site-header .dropdown-item .show {
    color: #002855;
  }
  .site-header .nav-link.dropdown-toggle {
    color: #ffffff;
    padding: 0 15px;
    transition: color 0.2s ease-in-out;
  }
  .site-header .nav-link.dropdown-toggle:hover, .site-header .nav-link.dropdown-toggle:active, .site-header .nav-link.dropdown-toggle:focus, .site-header .nav-link.dropdown-toggle .show {
    color: #B2B4B2;
  }
  .site-header .bg-light {
    background-color: #003865 !important;
  }
  .site-header .btn-outline-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
  .site-header a.dropdown-item {
    white-space: nowrap !important;
  }
}
.section-navigation {
  padding: 15px 40px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.section-navigation li {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.section-navigation a {
  font-size: 18px;
  color: #002855;
  text-decoration: none;
  font-weight: 700;
  transition: all ease 0.3s;
  margin: 20px;
  margin-bottom: 5px;
  transition: all ease 0.3s;
  display: block;
}
.section-navigation a::before {
  content: "";
  transition: all ease 0.3s;
  position: absolute;
  width: calc(100% - 20px);
  height: 3px;
  left: 10px;
  bottom: -3px;
  background-color: #002855;
  transform: scaleX(0);
}
.section-navigation a:hover {
  color: #333D47;
}
.section-navigation a:hover::before {
  transform: scale(100%);
}

#coach-info {
  text-align: left;
}

.top-link {
  color: #002855;
  transition: all ease 0.3s;
  text-decoration: none;
}
.top-link:visited {
  color: #002855;
}
.top-link:hover {
  color: #333D47;
  text-decoration: underline;
}

.search-modal {
  width: 90%;
  padding: 40px;
  display: block;
  position: fixed;
  border-radius: 10px;
  left: 5%;
  top: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  backdrop-filter: saturate(180%) blur(5px);
  transform: scale(0);
  transition: all ease 0.3s;
  border: 1px solid #B2B4B2;
}
.search-modal.open {
  transform: scale(1);
}
.search-modal input {
  width: 100%;
  padding: 10px;
}
.search-modal .search-close-btn {
  color: #333D47;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  transition: all ease 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.search-modal .search-close-btn:hover {
  transform: scale(1.2);
  border: none;
}

@media screen and (min-width: 1280px) {
  .search-modal {
    top: 200px;
  }
}
.results-container {
  padding: 20px;
}
.results-container .post-result, .results-container .faculty-result {
  margin-bottom: 20px;
}
.results-container .post-result h2, .results-container .post-result p, .results-container .faculty-result h2, .results-container .faculty-result p {
  text-align: left;
  margin: 0;
}

.site-footer {
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
.site-footer .container {
  max-width: 1400px;
  margin: 0 auto;
}
.site-footer p {
  font-size: 16px;
  line-height: 32px;
  margin: 20px 0 0 0;
}
.site-footer .footer-wths {
  padding: 20px;
  width: 100%;
  background-color: #002855;
  color: #ffffff;
  text-align: center;
}
.site-footer .footer-wths h1, .site-footer .footer-wths h2 {
  color: #ffffff;
  margin: 0;
}
.site-footer .footer-wths h2 {
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
  margin-top: 20px;
  padding-top: 10px;
}
.site-footer .footer-wths .school-info img {
  max-width: 150px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.site-footer .footer-wths .school-info p {
  font-size: 24px;
  font-family: "Oswald", Sans-serif;
}
.site-footer .footer-wths p {
  text-align: center;
}
.site-footer .footer-wths a {
  color: #B2B4B2;
}
.site-footer .footer-wths a:hover {
  color: white;
  text-decoration: none;
}
.site-footer .footer-wths .social-media-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.site-footer .footer-wths .social-media-list a {
  display: inline-block;
  font-size: 32px;
  padding: 5px 10px;
}
.site-footer .footer-wths ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-footer .footer-wths li {
  padding: 0;
  margin: 0;
  text-align: center;
}
.site-footer .footer-wps {
  position: relative;
}
.site-footer .footer-wps::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.site-footer .footer-wps .container {
  padding: 20px;
}
.site-footer .footer-wps .container img {
  width: auto;
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.site-footer .footer-wps .container p {
  text-align: center;
  position: relative;
  z-index: 5;
  color: #121212;
}
.site-footer .footer-wps .container a {
  color: #002855;
  font-weight: 700;
}
.site-footer .footer-wps .container a:hover {
  color: #333D47;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  .site-footer .footer-wths .container {
    display: flex;
    justify-content: center;
  }
  .site-footer .footer-wths h2 {
    border-top: none;
    text-align: left;
  }
  .site-footer .footer-wths .about-nav, .site-footer .footer-wths .social-nav {
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
    margin-left: 50px;
    padding-left: 50px;
    padding-top: 50px;
  }
  .site-footer .footer-wths .social-media-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .footer-wths li {
    text-align: left;
  }
  .site-footer .footer-wps .container img {
    float: left;
  }
}
button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible {
  outline: 1px dotted white;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  margin: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.3s;
}
.btn:visited {
  color: white;
}

.btn--ghost {
  background: transparent;
  border: 5px solid #ffffff;
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.btn--ghost:hover {
  color: transparent;
  font-weight: bold;
  background: #ffffff;
  color: #002855;
}

.btn--click {
  border: 2px solid #333D47;
  color: #333D47;
}
.btn--click:visited {
  color: #333D47;
}
.btn--click:hover {
  background: #333D47;
  color: #ffffff;
}

.btn--cta {
  border: 2px solid #002855;
  background-color: #004B87;
  color: #ffffff;
  /* &:visited{
      color: $primary;
  } */
}
.btn--cta:hover {
  background: #002855;
  color: #ffffff;
}

.list-separator:last-child {
  display: none;
}

.card-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 25%;
  flex-grow: 3;
}

@media screen and (min-width: 1200px) {
  .cta-card {
    position: relative;
  }
  .cta-card .card-content p {
    font-size: 1.1rem !important;
    opacity: 0;
  }
  .cta-card .card-content .card-description-wrapper {
    transition: all ease 0.3s;
    overflow: hidden;
    transform: scaleY(0);
    /*   height: 0; */
  }
  .cta-card .card-content .card-title {
    transition: all ease 0.3s;
    position: absolute;
    top: 125px;
  }
  .cta-card .card-content .btn {
    position: absolute;
    top: 160px;
  }
  .cta-card:hover .card-content p {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .cta-card:hover .card-content .card-description-wrapper {
    transform: scaleY(1);
  }
  .cta-card:hover .card-content .card-title {
    transform: translateY(-100px);
  }
  .cta-card:hover .card-content .btn {
    transform: translateY(100px);
  }
}
.card {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 450px;
  border: none;
}
.card.card--full-cover {
  padding: 50px 0;
  /* Used to be for the full-image cards on the technical areas page [ARCHIVED]*/
  /*
  &.card--technical-areas{
      // margin: 0;
      max-width: 550px;
      height: 370px;
      padding: 50px;

      .card-content{
          min-height: 200px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          .btn--ghost {
              font-size: 1em;
          }
      }
  }
  */
}
.card.card--full-cover img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all ease 0.3s;
}
.card.card--full-cover:hover img {
  transform: scale(1.1);
}
.card.card--full-cover:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.card.card--full-cover .card-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
.card.card--full-cover .card-content .card-title {
  color: #ffffff;
}
.card.card--full-cover .card-content .card-description {
  text-transform: capitalize;
  font-size: 1.5rem;
  color: #ffffff;
}
.card.card--full-cover::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease 0.3s;
}
.card.card--faculty {
  text-align: center;
  display: flex;
  /* They don't do anything. */
  /* flex-direction: column;
  justify-content: space-between; */
  height: 550px;
  padding: 10px 0;
}
.card.card--faculty img {
  border-radius: 40px;
}
.card.card--faculty .card-title {
  font-weight: bold;
}
.card.card--faculty .staff img {
  width: 240px;
  height: 320px;
  object-fit: cover;
}
.card.card--academics {
  display: flex;
  flex-direction: column;
  max-width: 265px;
  min-height: 500px;
  background-color: #e4e3e3;
  padding: 0;
}
.card.card--academics:hover img {
  transform: scale(1.2);
}
.card.card--academics:hover .image-container::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.card.card--academics .image-container {
  width: 265px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.card.card--academics .image-container::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  z-index: 4;
  transition: all ease 0.3s;
}
.card.card--academics img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.3s;
}
.card.card--academics .card-content {
  text-align: center;
  flex-grow: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  padding: 10px;
  padding-bottom: 20px;
  min-height: 200px;
}
.card.card--academics .card-content h2 {
  margin: 0;
}
.card.card--academics .card-content p {
  margin: 0;
}
.card.card--academics .card-content .btn {
  margin: 0 auto;
}
.card.card--academics .card-content .shop-links {
  font-size: 0.7em;
  display: inline-block;
  position: relative;
  color: black;
  padding: 5px 10px;
}
.card.card--academics .card-content .shop-links::before {
  background-color: gray;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.3s;
  transform: scaleX(0);
  z-index: -1;
  border-radius: 15px;
}
.card.card--academics .card-content .shop-links:hover {
  text-decoration: none;
}
.card.card--academics .card-content a:hover::before {
  transform: scaleX(100%);
}
.card.card--academy {
  height: 300px;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.card.card--student-life {
  color: #ffffff;
  width: 100%;
  height: 350px;
}
.card.card--student-life h2 {
  position: relative;
  color: #ffffff;
  font-size: 2em;
  text-align: left;
  display: inline-block;
}
.card.card--student-life h2::before {
  transition: all ease 0.3s;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
}
.card.card--student-life h2:hover::before {
  transform: scaleX(1);
}
.card.card--student-life .card-content {
  position: absolute;
  text-align: left;
  padding: 20px;
  padding-top: 40px;
  text-shadow: 0 0 8px black;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}
.card.card--student-life a {
  text-decoration: none;
}
.card.card--student-life .image-container {
  width: 100%;
  height: 350px;
}
.card.card--student-life img {
  transition: all ease 0.3s;
  width: 425px;
  height: 100%;
  object-fit: cover;
}
.card.card--student-life:hover img {
  transform: scale(1.1);
}
.card.card--public-services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: max-content;
}
.card.card--public-services h3 {
  text-align: center;
}
.card.card--clubs {
  margin-top: 50px;
  max-width: 100%;
  width: 100%;
}
.card.card--clubs * {
  box-sizing: border-box;
}
.card.card--clubs ul {
  margin: 1%;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 400px));
  gap: 30px;
}
.card.card--clubs ul li {
  border: 2px solid #002855;
  border-radius: 8px;
  max-width: 350px;
  text-align: left;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr repeat(2, auto);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
}
.card.card--clubs ul li img {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 60%;
  background-color: navy;
  margin-right: 10px;
}
.card.card--clubs ul li h2 {
  text-align: left;
  margin: 0;
  grid-column: 2/4;
  grid-row: 1/2;
}
.card.card--clubs ul li h3 {
  text-align: left;
  margin: 0;
  grid-column: 2/4;
  grid-row: 2/3;
}
.card.card--clubs ul li h3, .card.card--clubs ul li h3 a {
  font-family: "Oswald", Sans-serif;
  font-weight: normal;
}
.card.card--clubs ul li a {
  display: block;
  font-size: 15px;
}
.card.card--clubs ul li hr {
  grid-column: 1/4;
  grid-row: 3/4;
  margin-left: -20px;
  margin-bottom: 10px;
  margin-top: 20px;
  width: calc(100% + 40px);
  border-bottom: solid 2px #002855;
}
.card.card--clubs ul li p {
  font-family: "Oswald", Sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0;
}
.card.card--clubs ul li hr + p {
  grid-column: 1/3;
  grid-row: 4/5;
}
.card.card--clubs ul li p + p {
  grid-column: 3/4;
  grid-row: 4/5;
}

.card--organizations h2 {
  text-align: center;
  color: #ffffff;
  background-color: #003865;
  font-size: 1.7rem;
}
.card--organizations .org-category {
  border: 35px #003865;
  padding-left: 50px;
  padding-right: 50px;
}

.cta-card {
  background-color: grey;
  max-width: 400px;
  min-height: 400px;
  margin: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: #003865 10px solid;
}
.cta-card img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cta-card .card-content {
  color: white;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 360px;
  background-color: rgba(0, 56, 101, 0.8470588235);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: ease 0.3s all;
}
.cta-card .card-content h2 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 3.5cqb;
}
.cta-card .card-content p {
  margin: 0 20px;
  transition: ease 0.3s all;
  transition-delay: 560ms;
}
.cta-card .card-content .btn {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 450px) {
  .cta-card {
    min-width: 400px;
  }
  .cta-card .card-content {
    background-color: rgba(0, 56, 101, 0.8666666667);
  }
  .cta-card .card-content p {
    font-size: 0;
    overflow: hidden;
  }
  .cta-card .card-content:hover {
    background-color: rgba(0, 56, 101, 0.8666666667);
  }
  .cta-card .card-content:hover p {
    font-size: 1rem;
  }
  .cta-card .card-content:hover p.open {
    opacity: 1;
  }
}
.card--admissions {
  color: #002855;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
}
.card--admissions .card-title {
  z-index: 1;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 70%;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  width: fit-content;
  text-align: center;
  background: white;
}
.card--admissions .card-title b {
  font-size: 21px;
  font-family: "Oswald", Sans-serif;
}
.card--admissions .card-description {
  color: black;
  border-color: #002855;
  z-index: 0;
  position: relative;
  border-style: solid;
  border-width: 2px;
  width: 250px;
  padding: 15px;
  top: 50px;
  padding-top: 70px;
}
.card--admissions h3 {
  font-size: 15px;
}

.link-wrapper {
  display: block;
  padding: 10px;
}

.carousel-item > img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  filter: brightness(75%);
}

.carousel-featured_news > .carousel-inner > .carousel-item > img {
  filter: brightness(75%);
}

.carousel-featured_news > .carousel-inner {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 1500px;
}

.carousel-caption > .btn {
  color: #ffffff;
  font-family: "Open Sans", Sans-serif;
  font-weight: bold;
  border: 5px solid;
  border-color: #ffffff;
}
.carousel-caption > .btn:hover {
  background-color: #ffffff;
  color: #002855 !important;
}

.carousel-caption {
  margin-bottom: 50px;
}

.carousel-hero > .hero-text {
  z-index: 200;
  top: 300px;
  left: 0;
  height: 25%;
  background-color: rgba(0, 40, 85, 0.8);
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  font-family: "Oswald", Sans-serif !important;
  font-style: italic;
  width: 100%;
}

.hero {
  width: 100%;
  max-width: 100%;
  height: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  background-color: grey;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero em {
  font-family: "Oswald", Sans-serif;
  font-weight: 400;
  font-size: 42px;
}
.hero p {
  font-size: 52px;
  margin: 0;
}
.hero img {
  height: 525px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation: zoom 5s ease 0s infinite alternate forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.hero-entry {
  min-height: 225px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-entry::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(20, 71, 113, 0.5);
  background-position: center center;
}
.hero-entry h1 {
  margin: 0;
  font-size: calc(48px + 24 * (100vw - 300px) / 1100);
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: center;
  z-index: 2;
}

.front-page {
  /* #calendar{
        width: 800px;
        tr{
            color: #111;

        }
    }
    //Affects the date.
    .fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text{
        float: left; // puts the date on the left side
        color: #f7faff;
        padding: 5px;
      }
      //The date row
      .fc-theme-standard .fc-list-day-cushion{
        background-color: $primary;
        border-radius: 3px;

        //POTENTIAL WAY TO CHANGE BORDER LENGTH (Need to experiment some more (Link I got the code from: https://www.steckinsights.com/shorten-length-border-bottom-pure-css/))
        // ::after{
        //   content: ""; /* This is necessary for the pseudo element to work.
        //   display: block; /* This will put the pseudo element on its own line. 
        //   margin: 0 auto; /* This will center the border. 
        //   width: 50%; /* Change this to whatever width you want. 
        //   padding-top: 20px; /* This creates some space between the element and the border. 
        //   border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. 
        // }
      }

      //Hiding any hover event
      .fc .fc-list-event:hover td{
        background-color: transparent;
      }
      .events .news-feed a:hover{
        pointer-events: none;
      }
      .fc .fc-list-event.fc-event-forced-url:hover a{
        text-decoration: none;
        color: #111;
      }

      //Affects event text
      .fc .fc-list-event-title a{
        font-size: 15px;
        font-weight: $body_bold;
        font-family: $body_font;
        color: $primary;
      }

      //Affects the time
      .fc .fc-list-day-cushion, .fc .fc-list-table td{
        font-size: 15px;
        font-weight: $body_bold;
      }

      //Event Rows
      .fc-event, .fc-event-dot{
        background-color: #b9d9eb;
      }

      //The dot in between the time and event names
      .fc .fc-list-event-dot{
        display: none; //Makes it the same as the background color... Basically amking it invisible
      }
      */
}
.front-page h2 {
  font-size: 50px;
  font-weight: 500;
  margin: 8px;
}
.front-page .learn-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.front-page .academics,
.front-page .technical-academies {
  margin-bottom: 40px;
}
.front-page .academics h2,
.front-page .technical-academies h2 {
  margin: 20px auto;
}
.front-page .news__body {
  padding: 40px 0;
}
.front-page #events .event .event-details .location {
  display: none;
}
.front-page .event {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid #002855;
  padding: 20px 0;
}
.front-page .event:first-child {
  border-top: 3px solid #002855;
}
.front-page .event h3 {
  font-size: 32px;
  font-weight: 500;
  color: #002855;
  margin: 0;
  text-align: left;
}
.front-page .event .location {
  display: inline-block;
  min-width: 200px;
  margin-right: 25px;
}
.front-page .event .time {
  display: inline-block;
  font-family: "Oswald", Sans-serif;
  color: #002855;
}
.front-page .date-icon {
  display: inline-block;
  background-color: #002855;
  color: white;
  text-align: center;
  padding: 20px 10px;
  margin-right: 30px;
}
.front-page .date-icon .month,
.front-page .date-icon .day {
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
}

.front-page h2 {
  color: black;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.front-page .mission {
  text-align: center;
  padding: 20px;
}
.front-page .mission p {
  color: black;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto;
}
.front-page .mission .events {
  text-align: unset;
}
.front-page .mission .stats {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
}
.front-page .mission .stats .stat {
  display: flex;
  flex-direction: column;
  color: #002855;
  font-size: 70px;
  font-family: "Oswald", Sans-serif;
  margin: 20px;
}
.front-page .mission .stats .stat p {
  color: #002855;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: normal;
}

.front-page .learn_more {
  background-color: #B2B4B2;
  padding: 50px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 50px;
}

.events {
  margin: 0 auto;
}
.events .news {
  margin-top: 40px;
}
.events .events-cta {
  text-transform: uppercase;
}
.events .events-cta a {
  color: #002855;
  transition: all ease 0.3s;
}
.events .events-cta a:hover {
  color: #333D47;
  text-decoration: none;
}

.news h2 {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  color: #002855;
}
.news .news__body {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.news .news-feed {
  padding: 10px;
  width: auto;
  min-width: fit-content;
}
.news .news-feed .event {
  display: flex;
  align-items: flex-start;
  border-bottom: 3px solid #002855;
  padding: 20px 0;
}
.news .news-feed .event:first-child {
  border-top: 3px solid #002855;
}
.news .news-feed .event h3 {
  font-size: 32px;
  font-weight: 400;
  color: #002855;
  margin: 0;
  text-align: left;
}
.news .news-feed .event p {
  margin: 0;
}
.news .news-feed .date-icon {
  display: inline-block;
  background-color: #002855;
  color: white;
  text-align: center;
  padding: 10px;
  margin-right: 30px;
  font-size: 16px;
}
.news .news-feed .date-icon .month, .news .news-feed .date-icon .day {
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
}
.news .featured-news {
  padding: 10px;
  min-width: auto;
}

.athletics h2 {
  margin-bottom: 10px;
}

.events {
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  /*This is the styling for the language selector. Feel free to experiment...*/
}
@media screen and (min-width: 450px) {
  .events .events_calendar {
    width: 800px;
  }
}
.events #calendar {
  margin: 40px auto;
  border-style: solid;
  border-width: 2px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: flex-end;
  color: #111;
}
.events #calendar .fc-h-event .fc-event-main {
  color: #002855;
}
.events #calendar tr {
  color: #002855;
}
.events #calendar tr:hover td {
  background-color: transparent;
}
.events #calendar .fc-list-event {
  font-size: 15px;
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
}
.events #calendar .fc-list-event:hover a {
  text-decoration: none;
  transition: all ease 0.3s;
  color: #111;
}
.events #calendar .fc-daygrid-event-harness a:visited {
  padding-left: 1px;
  text-decoration: none;
  color: #002855;
  list-style-type: none;
}
.events #calendar .fc-daygrid-event-harness a {
  padding-left: 5%;
  list-style-type: none;
  text-decoration: none;
  color: #002855;
}
.events #calendar .fc-event {
  background-color: #b9d9eb;
}
.events #calendar .fc-list .fc-list-day .fc-list-day-cushion {
  background-color: #002855;
}
.events #calendar .fc-list .fc-list-day .fc-list-day-cushion a {
  font-size: 15px;
  font-weight: 700;
  color: #f7faff;
}
.events #calendar .fc .fc-list-event:hover td {
  background-color: transparent;
}
.events #calendar .events .news-feed a:hover {
  pointer-events: none;
}
.events #calendar .fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .events #calendar .fc-toolbar {
    display: none;
  }
}
.events .fc .fc-button-primary {
  background: #002855;
  border: none;
}
.events .fc .fc-button-primary:disabled {
  background-color: #002855;
  border: none;
  opacity: 0.8;
}
.events #top {
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  line-height: 40px;
  font-size: 12px;
}
.events .fc-daygrid-event-dot {
  display: none;
}
.events .fc-event .fc-list-event-dot {
  display: none;
}
.events .fc-dayGridMonth-view .fc-scrollgrid-section .fc-scroller-harness .fc-scroller table {
  margin: 0;
}
.events .fc-dayGridMonth-view .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-col-header {
  background-color: #002855;
}
.events .fc-dayGridMonth-view .fc-scrollgrid-section .fc-scroller-harness .fc-scroller .fc-col-header .fc-col-header-cell a {
  color: #f7faff;
  font-size: initial;
}

.athletics .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.athletics .not-bold {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: absolute;
}
.athletics h2 {
  font-size: 48px;
}
.athletics h3 {
  font-size: 36px;
  margin-bottom: 10px;
  break-after: avoid;
}
.athletics ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  break-inside: avoid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 15px;
}
.athletics ul li p {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 10%;
  justify-content: space-evenly;
}
.athletics ul li p:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
}
.athletics ul li img {
  border-radius: 40px;
}
.athletics ul a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
}

/*
    Styling for every page that uses the departments.html layout.
    This consists mainly of the academic pages (math, science, english, history)
*/
.departments {
  /*
      cert-list and course-list are very similar styling wise
      course-list is in a grid to keep the content organized by grade
  */
}
.departments h2 {
  font-size: 32px;
  text-align: center;
  color: black;
}
.departments .shop-page-border {
  border: 4px solid #002855;
  margin: 40px auto;
  padding: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 11px 11px #B2B4B2;
}
.departments .shop-page-border p {
  margin: 0;
}
.departments .shop-page-border ul, .departments .shop-page-border ol {
  display: inline-block;
  text-align: left;
}
.departments #faculty {
  text-align: center;
  font-size: 3em;
  border-bottom: solid 2px #002855;
  padding-bottom: 20px;
  width: 80%;
  margin: 40px auto;
  color: #002855;
}

.cert-list, .course-list {
  color: white;
  background-color: #002855;
  padding: 20px;
  border-radius: 10px;
}
.cert-list ul, .course-list ul {
  padding: 0;
  margin-left: 20px;
}

.course-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.shop-img-grid {
  margin: auto;
}
.shop-img-grid img {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: auto;
  max-width: 300px;
}

@media (min-width: 500px) {
  .shop-img-grid {
    max-width: 750px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 7px 7px;
  }
  .shop-img-grid img:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
    max-width: 500px;
  }
  .shop-img-grid img {
    margin: 0;
    max-width: 250px;
  }
}
.alumn-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.alumn-container img {
  object-fit: contain;
  height: 650px;
  width: 480px;
  margin-top: 50px;
}
.alumn-container .alumn-content {
  display: flex;
  max-width: 500px;
  max-height: 200px;
  flex-direction: column;
}

/*
    Summer work is grey and round to somewhat contrast with the certifications section
    It also adds more color to the page and makes it look less like a generic document
*/
.courses .summer-work {
  color: white;
  background-color: #002855;
  padding: 20px;
  border-radius: 10px;
}
.courses .summer-work ul {
  padding: 0;
  margin-left: 20px;
}

.faculty .faculty-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 10%;
  justify-content: space-evenly;
}
.faculty .faculty-list h2 {
  text-transform: capitalize;
  color: #002855;
  font-family: "Oswald", Sans-serif;
  font-size: 3rem;
}
.faculty .faculty-list .faculty_department {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.post-title {
  color: #002855;
}

.input-group .btn {
  margin: 0;
}

.academies .post-content {
  margin: 30px auto;
}

.shop-pages h2 {
  text-align: center;
  font-size: 3em;
}
.shop-pages h2#faculty {
  border-bottom: solid 2px #002855;
  padding-bottom: 20px;
  width: 80%;
  margin: 40px auto;
}
.shop-pages .post-content {
  margin: 20px auto 40px auto;
}
.shop-pages .shop-content-border {
  border: 4px solid #002855;
  padding: 30px;
  margin: 20px auto;
  background-color: #ffffff;
  box-shadow: 11px 11px #B2B4B2;
}
.shop-pages .shop-content-border p {
  font-size: 21px;
  font-family: "Oswald", Sans-serif;
  margin: 0;
}
.shop-pages .shop-img-grid {
  margin: auto;
}
.shop-pages .shop-img-grid img {
  display: block;
  margin: 10px auto;
  width: 100%;
  height: 100%;
  max-width: 450px;
  object-fit: cover;
}
.shop-pages .alumn-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.shop-pages .alumn-container .alumns img {
  object-fit: contain;
  max-height: 650px;
  width: 100%;
  max-width: 480px;
}
.shop-pages .alumn-container .alumns .alumn-content {
  display: flex;
  max-width: 500px;
  flex-direction: column;
}
.shop-pages .alumn-container .alumns .alumn-content h3 {
  font-size: 1.5em;
  margin: 5px auto;
}
.shop-pages .shop-certifications .cert-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-pages .shop-certifications .cert-list li {
  display: block;
  border: solid 2px #002855;
  text-align: center;
  min-width: 200px;
  width: calc(25% - 20px);
  margin: 10px;
  margin-top: 50px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  padding-top: 60px;
  position: relative;
}
.shop-pages .shop-certifications .cert-list li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 50px;
  color: #ffffff;
  content: "\f5a2";
  position: absolute;
  left: calc(50% - width);
  top: -45px;
  background-color: #002855;
  padding: 5px;
  width: 85px;
  border-radius: 50%;
}

@media (min-width: 500px) {
  .shop-pages .shop-img-grid {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
  }
  .shop-pages .shop-img-grid img:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
    max-width: 900px;
  }
  .shop-pages .shop-img-grid img {
    margin: 0;
    max-width: 450px;
  }
}
.external-links {
  text-align: center;
}

.summer-work {
  margin-top: 50px;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-color: #002855;
  color: #ffffff;
  word-wrap: break-word;
  list-style-type: none;
}
.summer-work ol {
  margin-left: 0;
}

.contributors h2 {
  text-align: center;
  font-size: 2em;
}
.contributors .post-content img {
  display: block;
  margin: 0 auto;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
.contributors .team {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contributors .team li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 10px;
  border-radius: 50%;
  position: relative;
}
.contributors .team .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contributors .team .caption {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 40, 85, 0);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0);
  transition: all ease 0.3s;
}
.contributors .team .caption p {
  margin: 0;
  text-align: center;
  width: 100%;
}
.contributors .team a:hover .caption {
  background-color: rgba(0, 40, 85, 0.8);
  color: rgb(255, 255, 255);
}

.details details {
  display: inline;
  width: 100%;
}
.details .dot {
  list-style-type: circle;
}
.details summary {
  cursor: pointer;
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  font-size: 20px;
  color: #002855;
}
.details details[open] {
  padding: 0.5em;
}
.details details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}

.admissions {
  text-align: center;
}
.admissions h2 {
  text-align: center;
}
.admissions .card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.admissions .admission-lottery {
  padding-bottom: 30px;
  border-bottom: solid 2px #002855;
}
.admissions .admission-lottery h2 {
  display: flex;
  justify-content: center;
  align-items: start;
}
.admissions .admission-lottery h2 span {
  margin: 0 5px;
  font-family: inherit;
}
.admissions .admission-lottery h2 i {
  padding-top: 5px;
}
.admissions .post-content {
  font-size: large;
  color: rgb(17, 65, 102);
  margin-top: 2%;
}
.admissions .video-placeholder {
  border: #002855 solid 2px;
  background-color: #B9D9EB;
  border-radius: 25px;
  max-width: 400px;
  margin: auto;
  margin-top: 45px;
  color: #002855;
  font-size: large;
}
.admissions .video-placeholder p {
  font-family: "Oswald", Sans-serif;
  margin: 0;
  font-size: 1.5em;
}
.admissions .video-placeholder > p {
  padding-bottom: 15px;
}
.admissions .video-placeholder img {
  border: #002855 solid 2px;
  border-radius: 50%;
  display: block;
  margin: -35px auto 0 auto;
  text-align: center;
  line-height: 75px;
  background-color: #fff;
}
.admissions .video-placeholder .video-placeholder-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  border-top: solid 2px #002855;
  font-weight: 500;
  font-size: larger;
  color: #002855;
}
.admissions .video-placeholder .video-placeholder-footer p {
  height: 75px;
  line-height: 75px;
  width: 100%;
  text-align: center;
}
.admissions .video-placeholder .video-placeholder-footer p:first-child {
  border-right: solid 2px #002855;
}
.admissions .video-placeholder .video-placeholder-footer a {
  height: 75px;
  line-height: 75px;
  width: 100%;
  text-align: center;
  font-family: "Oswald", Sans-serif;
  color: #002855;
}
.admissions .video-placeholder .video-placeholder-footer a :visited {
  color: #002855;
}
.admissions .documents ul {
  display: inline-block;
  text-align: left;
  color: white;
}
.admissions #inner {
  margin: -10px;
  padding: 0px;
  color: white;
  font-size: xx-small;
}

.contact {
  text-align: center;
}
.contact section {
  padding: 0;
}
.contact .office-info {
  display: flex;
  justify-content: center;
}
.contact .office-info .short-text {
  color: #333D47;
  font-family: "Oswald", Sans-serif;
  margin: auto;
  white-space: pre;
  word-spacing: 50%;
}
.contact .office-info .long-text {
  color: #333D47;
  font-family: "Oswald", Sans-serif;
  margin: auto;
  white-space: pre;
  word-spacing: 50%;
}
.contact .office-info h3 {
  color: #333D47;
  font-family: "Oswald", Sans-serif;
  font-size: 1.5rem;
  white-space: pre;
}
.contact .office-info .box {
  max-width: 150px;
  margin: 55px;
}
.contact .office-info .icon {
  min-height: 100px;
  max-width: 100px;
  background-color: #004B87;
  border-radius: 50%;
  display: inline-block;
}
.contact .office-info .icon img {
  object-fit: contain;
  height: 95px;
}
@media (max-width: 930px) {
  .contact .office-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 3;
  }
  .contact .office-info .box {
    min-width: 300px;
    max-width: 700px;
  }
}
.contact ul {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}
.contact form {
  max-width: 31.25rem;
  padding: 0 1.25rem;
  margin: auto;
}
.contact form label {
  color: #004B87;
  font-weight: bold;
  font-family: "Oswald", Sans-serif;
  font-size: 20px;
  text-align: left;
  display: block;
}
.contact input, .contact textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #004B87;
  border-radius: 30px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.contact input[type=submit], .contact .close-btn {
  background-color: white;
  color: #004B87;
  width: 50%;
  font-weight: bold;
  transition: 0.3s all ease;
}
.contact input[type=submit]:hover, .contact .close-btn:hover {
  background-color: #002855;
  color: white;
}
.contact .contact-modal {
  z-index: -1;
  width: 100%;
  position: fixed;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 30px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  background-color: #ffffff;
  border: 1px solid #B2B4B2;
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.contact .contact-modal.show {
  opacity: 1;
  z-index: 1;
  transition: 0.3s all ease;
}

.public_services .post-content p {
  text-align: center;
}
.public_services .post-content ul {
  text-align: center;
  list-style-type: none;
  margin: 0px;
}
.public_services .post-content .wrapper {
  max-width: none;
  border-radius: 10px;
}
.public_services .post-content table {
  padding: 10px 20px 10px 20px;
}
.public_services .post-content th {
  text-align: left;
  font-size: x-large;
  color: black;
  font-family: "Oswald", Sans-serif;
  font-size: 32px;
}
.public_services .bistro-content {
  display: flex;
  flex-wrap: wrap;
}
.public_services .bistro-content table {
  max-width: 800px;
}
.public_services .bistro-content img {
  display: none;
  object-fit: contain;
  width: 350px;
  height: 350px;
  object-position: center;
}
@media (min-width: 450px) {
  .public_services .bistro-content img {
    margin: 30px;
    display: block;
  }
}
@media (min-width: 450px) {
  .public_services .bistro-content .lar {
    margin-left: 150px;
  }
}
.public_services .bistro-content .lists {
  display: flex;
}
.public_services .bistro-content > p {
  font-size: x-large;
  text-align: center;
  padding: 20px;
  margin: auto;
}
.public_services .bistro-content tbody {
  font-family: "Oswald";
  color: #000000;
}
.public_services .bistro-content * {
  font-family: "Oswald";
}
.public_services .bistro-content em {
  border: none;
  font-weight: 400;
  font-style: normal;
}
.public_services .bistro-content th {
  font-weight: bolder;
  color: #000000;
}
@media (min-width: 450px) {
  .public_services .bistro-content > table {
    flex: 50%;
  }
}
.public_services .salon-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 450px) {
  .public_services .salon-content {
    max-width: 50%;
  }
}
.public_services .salon-content .large-container {
  margin-top: 35px;
  max-width: 1200px;
}
@media (min-width: 450px) {
  .public_services .salon-content .large-container {
    background-repeat: no-repeat, repeat;
    background-position: right center;
    background-size: 900px;
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .large-container.one {
    background-image: url("https://wordpress.techhigh.us/wp-content/uploads/2023/02/Screen-Shot-2023-02-10-at-7.51.04-AM.png");
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .large-container.two {
    background-position: left center;
    background-image: url("https://wordpress.techhigh.us/wp-content/uploads/2023/03/Salon_2.jpg");
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .large-container.three {
    background-image: url("https://wordpress.techhigh.us/wp-content/uploads/2023/03/Salon2.jpg"), url("https://wordpress.techhigh.us/wp-content/uploads/2023/03/Salon03.jpg"), url("https://wordpress.techhigh.us/wp-content/uploads/2023/03/Salon_3.jpg");
    background-position: top center, top right, bottom right;
    background-repeat: no-repeat;
    background-size: 425px 300px, 380px 300px, 812px 260px;
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .large-container.four {
    background-position: left center;
    background-image: url("https://wordpress.techhigh.us/wp-content/uploads/2023/03/Salon4.jpg");
  }
}
.public_services .salon-content .pricetable {
  background-color: #004B87;
  max-width: 525px;
  margin-top: 20px;
}
@media (max-width: 450px) {
  .public_services .salon-content .pricetable table {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .pricetable {
    margin-bottom: 20px;
  }
}
@media (min-width: 450px) {
  .public_services .salon-content .pricetable.right {
    float: right;
  }
}
.public_services .salon-content h2 {
  color: white;
  text-decoration: underline;
  text-align: center;
}
.public_services .salon-content table {
  width: 100%;
}
.public_services .salon-content td {
  color: white;
  padding: 3px;
}
.public_services .salon-content .pricetable tr td:nth-child(2) {
  width: 100%;
  height: 75%;
  left: 0;
  top: 0;
}
@media (min-width: 450px) {
  .public_services .salon-content .pricetable tr td:nth-child(2) {
    border-bottom: 3px white dotted;
  }
}
.public_services .salon-content em {
  color: white;
}
.public_services .salon-content img {
  background-color: white;
}
@media (min-width: 450px) {
  .public_services .salon-content img {
    display: none;
  }
}
.public_services .auto-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 450px) {
  .public_services .auto-content {
    flex-direction: column;
    flex-direction: row;
  }
  .public_services .auto-content h2 {
    text-align: start;
  }
}
.public_services .auto-content .col {
  flex: 33.33%;
}
.public_services .auto-content h3 {
  font-size: 1.5em;
  text-align: center;
}
.public_services .auto-content h2 {
  font-size: 3.5em;
  text-align: center;
}
.public_services .auto-content img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
.public_services .box-container .box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.public_services .box-container .box-content .box {
  background-color: #21211f;
  height: 300px;
  width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.public_services .box-container .box-content .box.blue {
  background-color: #214f94;
}
.public_services .box-container .box-content .box.light {
  background-color: #3e6db5;
}
.public_services .box-container .box-content .box.bright {
  background-color: #4b85de;
}
.public_services .box-container .box-content p {
  color: white;
  padding: 10px;
  font-size: 1.8em;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  margin: 0px;
}
.public_services .box-container .box-content .img-container {
  margin-left: 100px;
  margin-right: auto;
  margin-top: 30px;
  width: 50%;
}
.public_services .box-container .box-content img {
  height: 150px;
}
.public_services .credit-union-content {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  border: 20px solid #214f94;
  padding: 50px;
}
@media (min-width: 450px) {
  .public_services .credit-union-content {
    flex-direction: row;
  }
}
.public_services .credit-union-content h1 {
  color: #004B87;
  text-align: center;
}
@media (min-width: 450px) {
  .public_services .credit-union-content .list {
    margin: 50px;
    display: inline-block;
    float: left;
  }
}
@media (min-width: 450px) {
  .public_services .credit-union-content ul {
    columns: 2;
  }
}
.public_services .credit-union-content ul li {
  font-size: 25px;
  font-weight: bold;
  word-wrap: break-word;
  margin: 0px;
}
.public_services .credit-union-content ul, .public_services .credit-union-content ol {
  margin: auto;
}
.public_services .credit-union-content li {
  color: #214f94;
}
.public_services .credit-union-content li span {
  color: black;
}
.public_services .credit-union-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 200px;
  max-width: 400px;
  align-self: center;
}
.public_services .credit-union-content .acc {
  border: 5px solid #214f94;
}
.public_services .tufts-content .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 450px) {
  .public_services .tufts-content .container {
    flex-direction: row;
  }
}
.public_services .tufts-content .tufts-box {
  display: flex;
  flex-direction: column;
}
.public_services .tufts-content .tufts-box .background {
  background-color: #004B87;
}
.public_services .tufts-content .tufts-box p {
  color: white;
  text-align: center;
  padding: 20px;
  margin: 0px;
}
.public_services .tufts-content .tufts-box a {
  color: white;
  border-color: white;
  border-radius: 40px;
}
.public_services .tufts-content .tufts-box .button {
  display: flex;
  justify-content: center;
}
.public_services .tufts-content .img-container {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  object-fit: cover;
  margin: auto;
}
@media (min-width: 450px) {
  .public_services .tufts-content .img-container {
    flex-direction: row;
    max-width: 775px;
  }
}
.public_services .tufts-content .post {
  margin: 0px;
  max-width: 740px;
  margin-right: 5px;
}
.public_services .tufts-content img {
  padding: 0px;
  margin-bottom: 5px;
  min-width: 0;
}
.public_services .tufts-content .lar {
  margin: 0px;
  object-fit: cover;
}
.public_services .tufts-content p {
  font-family: "Oswald", Sans-serif;
  font-size: 20px;
}
.public_services .tufts-content h1 {
  background-color: #004B87;
  color: white;
  padding: 10px;
}
.public_services .graphics-content .img {
  width: 300px;
}
.public_services .graphics-content p {
  font-family: "Oswald", Sans-serif;
  font-size: 20px;
  padding: 15px;
}
.public_services .graphics-content .box-graphics {
  display: flex;
  flex-flow: column;
}
@media (min-width: 450px) {
  .public_services .graphics-content .box-graphics {
    flex-flow: wrap;
  }
}
.public_services .graphics-content .box-graphics h1 {
  color: white;
  text-align: center;
}
@media (min-width: 450px) {
  .public_services .graphics-content .box-graphics h1 {
    font-size: 1em;
    padding-left: 15px;
    text-align: left;
  }
}
.public_services .graphics-content .box-graphics ul, .public_services .graphics-content .box-graphics li {
  list-style-type: none;
  font-family: "Oswald", Sans-serif;
  font-size: 20px;
  color: white;
  text-align: center;
}
@media (min-width: 450px) {
  .public_services .graphics-content .box-graphics ul, .public_services .graphics-content .box-graphics li {
    font-size: 12px;
    margin-left: 18px;
    text-align: left;
  }
}
.public_services .graphics-content .box-graphics .box {
  display: flex;
  flex-direction: column;
  background-color: #002855;
  justify-content: center;
  padding-left: 15px;
  height: 250px;
  margin: 5px;
}
.public_services .graphics-content .box-graphics .box img {
  display: none;
}
@media (min-width: 450px) {
  .public_services .graphics-content .box-graphics .box img {
    max-width: 150px;
    display: flex;
  }
}
@media (min-width: 450px) {
  .public_services .graphics-content .box-graphics .box {
    height: 234px;
    width: 250px;
  }
}
.public_services .graphics-content .box-graphics .blue {
  background-color: #004B87;
}
.public_services .graphics-content .box-graphics .image-main {
  margin: 5px;
}

.meet-principal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 10% 0 10%;
}
.meet-principal .principal {
  text-align: center;
  min-width: 45%;
  font-size: 300%;
  border-style: none none solid none;
  border-width: 5px;
  border-color: #004B87;
  margin: auto 5% auto 5%;
}
.meet-principal .principal p {
  font-family: "Oswald", Sans-serif;
}
.meet-principal .principal .principal-name {
  color: #004B87;
}
.meet-principal .principal-image {
  min-width: 40%;
}
.meet-principal .principal-image .card--faculty {
  width: auto;
}
.meet-principal .principal-image .staff-members img {
  width: 400px;
  border-radius: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 0 0;
  border-style: solid;
  border-width: 20px;
  border-color: #004B87;
}
.meet-principal .about {
  max-width: 45%;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 10px;
  padding: 0 10px 0 20px;
  background-color: #196ebf;
  color: white;
}
.meet-principal .outside-Wths {
  max-width: 40%;
  background-color: #bfd6ed;
  padding: 0 10px 0 20px;
  margin-bottom: 10px;
}
.meet-principal .more {
  text-align: center;
  margin-top: 10px;
  padding: 0 10px 0 20px;
  background-color: #7faedb;
  color: white;
}
.meet-principal .more a {
  color: white;
  font-weight: bold;
}
@media (max-width: 500px) {
  .meet-principal .about, .meet-principal .outside-Wths {
    max-width: 100%;
  }
}

.freshman .post-content {
  text-align: center;
}
.freshman .post-content > h2:first-child {
  background-color: #002855;
  color: white;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.freshman .post-content .freshman_grid {
  margin-top: 25px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: end;
}
.freshman .post-content .freshman_grid div h2 {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  color: #002855;
  border: 2px solid #002855;
  display: inline-block;
  background-color: #ffffff;
}
.freshman .post-content .freshman_grid div ul {
  border: solid 2px;
  color: black;
  padding: 50px 25px 50px 50px;
  margin: -42px 25px 50px 25px;
  text-align: left;
  max-width: 500px;
  min-height: 400px;
}
.freshman .post-content .freshman_grid li {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}

dt, dd {
  padding-left: 30px;
}

.libraryLinks {
  padding-left: 40px;
}

#libraryFaculty {
  text-align: center;
  font-size: 3em;
  border-bottom: solid 2px #002855;
  padding-bottom: 20px;
  width: 80%;
  margin: 40px auto;
}

.firstLibr {
  padding-top: 10px;
}

.libraryHeader2 {
  text-align: left !important;
  padding-left: 15px;
}

.soraCaption {
  color: #004B87;
}

.libraryHeader1 {
  color: #004B87;
}

.libraryHeader3 {
  color: #002855;
  padding-left: 15px;
}

.libraryOrdered {
  padding-left: 50px;
}

#faculty {
  text-align: center !important;
  padding-left: 0px !important;
}

blockquote {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */