
.content-section.bkgd-hero-img.admissions {
  /*height: 600px;*/
}
.content-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 0;
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
  display: block;
  overflow: visible;
}

.tertiary-header-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.third-level-hero-lottie {
  width: 150%;
  position: absolute;
  bottom: -4px;
  left: -25%;
}
.third-level-hero-lottie.mdiv-lottie {
  width: 100%;
  top: auto;
  /*bottom: -20%;*/
  left: auto;
}

.menu-wrapper {
  z-index: 9999;
  width: 100%;
  background-color: #8a2233;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-items-wrapper {
  height: 60px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}


.red-divider {
  width: 100%;
  height: 1px;
  background-color: #8a2233;
}
.red-divider.menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.red-divider.menu-item.hideondesktop,.red-divider.menu-item.hide-on-desktop {
  display: none;
}
._25-percent-wrapper {
  width: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 30px;
  display: flex;
}
._25-percent-wrapper.hide-on-desktop {
  display: block;
}
content-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 25px;
  display: block;
  overflow: visible;
}
.nav-section-headline {
  width: 100%;
  letter-spacing: .5px;
  padding-right: 20px;
}
.nav-dropdown-icon-hide-on-desktop {
  width: 15px;
  height: 15px;
  display: none;
}

.nav-section-wrapper {
  width: 100%;
}
.nav-section-wrapper-not-hidden {
  width: 100%;
}

.nav-dropdown-icon-hide-on-desktop {
  width: 15px;
  height: 15px;
  display: none;
}



.content-wrapper.full {
  max-width: none;
  background-color: transparent;
  background-image: linear-gradient(rgba(255,255,255,.31),rgba(255,255,255,.31));
  background-position: 0 0,50%;
  background-size: auto,cover;
}
.content-wrapper.full.admission-hero {
  background-image: linear-gradient(rgba(0,0,0,.43),rgba(0,0,0,.43));
  background-position: 0 0,0 0;
  background-repeat: repeat,no-repeat;
  background-size: auto,cover;
  align-content: flex-start;
  align-items: flex-start;
}

/*.content-wrapper.full.admission-hero.bg-img {*/
/*  width: 100%;*/
/*  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url(https://assets-global.website-files.com/607eea4517cd5c0a2e0d32e2/607eea4517cd5c38f80d35d0_Admissions-Hero.jpg);*/
/*  background-position: 0 0,0 100%;*/
/*  background-size: auto,cover;*/
/*  height: 61.5vh;*/
/*}*/

.content-wrapper.full.about-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/ABOUT PTSA.jpg');
  background-position: 0 0,0 100%;
  background-size: auto,cover;
  height: 80vh;
  /*height: 61.5vh;*/
}

.content-wrapper.full.admission-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/ADMISSION.jpg');
  background-position: 0 0,0 100%;
  background-size: auto,cover;
  height: 80vh;
  /*height: 61.5vh;*/
}

.content-wrapper.full.bachelor-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/ACADEMIC.jpg');
  background-position: 0 0,0 100%;
  background-size: auto,cover;
  height: 80vh;
}

.content-wrapper.full.academic-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/ACADEMIC.jpg');
  background-position: 0 0,0 100%;
  background-size: auto,cover;
  height: 80vh;
}

.content-wrapper.full.campus-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/CAMPUS LIFE.jpg');
  background-position: 10%, 10%,0 100%;
  background-size: auto,cover;
  height: 61.5vh;
}

.content-wrapper.full.online-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/ONLINE EDUCATION.jpg');
  background-position: 10%, 10%,0 100%;
  background-size: auto,cover;
  height: 61.5vh;
}

.content-wrapper.full.news-hero.bg-img {
  width: 100%;
  background-image: linear-gradient(rgba(0,0,0,.36),rgba(0,0,0,.36)),url('/assets/img/NEWS.jpeg');
  background-position: 10%, 10%,0 100%;
  background-size: auto,cover;
  height: 61.5vh;
}


.flex {
  z-index: 1;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}



.main-list-wrapper {
  z-index: 9997;
  width: 100%;
  background-color: #4a0009;
  color: #fff;
  background-image: url('/assets/img/PTSA.png');
  background-position: 110% 100px;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}


.main-list-wrapper.is-above-header {
  z-index: 9998;
  display: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.main-list-wrapper.home-edits {
  z-index: 9998;
  display: none;
  top: 0;
}
.accordion-item-content-wrapper.curriculum.list-item {
  text-align: left;
  justify-content: flex-start;
}

.accordion-item-content-wrapper.map-content {
  background-color: var(--white);
}

.red-divider.menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-headline-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav-section-headline {
  width: 100%;
  letter-spacing: .5px;
  padding-right: 20px;
}
.nav-item-link {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

.w-dropdown-list {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}
.w-dropdown-list.w--open {
  display: block;
}

.child-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 9px 0 0;
  display: flex;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}
.child-menu-nav-link {
  color: var(--dark-goldenrod);
  letter-spacing: 1px;
  margin-top: 9px;
  margin-bottom: 9px;
  text-decoration: none;
  transition: all .3s;
}

.child-mobile-menu-dropdown {
  display: none;
}

.child-dropdown-list.w--open {
  background-color: transparent;
  position: relative;
}

.hamburger {
  width: 25px;
  position: absolute;
}
.paragraph-23 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: alverata,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  transition: color .3s;
}


.menu-link {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 40px;
  transition: color .3s;
  display: flex;
}

.menu-link:hover {
  color: var(--dark-goldenrod);
}

.menu-link.is-menu {
  cursor: pointer;
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.child-nav {
  color: var(--white);
  margin-bottom: 0;
  padding-right: 20px;
  font-family: Lato,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.child-nav-dropdown-icon {
  width: 15px;
  height: 15px;
}
.child-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 9px 0 0;
  display: flex;
}
.child-nav-section-wrapper {
  width: 85%;
  margin-left: 20px;
  margin-right: 0;
  display: block;
}
.child-dropdown-list.w--open {
  background-color: transparent;
  position: relative;
}
.child-menu-nav {
  color: #fff;
  text-transform: none;
  margin-top: 9px;
  margin-bottom: 9px;
  text-decoration: none;
  transition: all .3s;
}
.child-menu-nav-link {
  color: var(--dark-goldenrod);
  letter-spacing: 1px;
  margin-top: 9px;
  margin-bottom: 9px;
  text-decoration: none;
  transition: all .3s;
}
.menu-btn {
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-top: 3px;
  transition: all .2s;
  display: flex;
  position: relative;
}
svg:not(:root) {
  overflow: hidden;
}

.social-links-wrapper {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.red-divider.menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.red-divider.menu-item.hideondesktop,.red-divider.menu-item.hide-on-desktop {
  display: none;
}
.horizontal-container {
  align-items: flex-start;
  display: flex;
}

.horizontal-container.center {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mask-test {
  perspective-origin: 0%;
  transform-origin: 0%;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.icon-social.instagram {
  width: 34px;
  height: 34px;
  background-image: url(https://assets-global.website-files.com/607eea4517cd5c0a2e0d32e2/607eea4517cd5c0ec90d3313_Instagram.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 6px;
  transition: all .2s;
}

.icon-social.instagram:hover {
  transform: translateY(-2px);
}

.icon-social.facebook {
  width: 34px;
  height: 34px;
  background-image: url(https://assets-global.website-files.com/607eea4517cd5c0a2e0d32e2/607eea4517cd5c25480d3311_Facebook.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 6px;
  transition: all .2s;
}

.icon-social.facebook:hover {
  transform: translateY(-2px);
}

.icon-social.youtube {
  width: 34px;
  height: 34px;
  background-image: url(https://assets-global.website-files.com/607eea4517cd5c0a2e0d32e2/607eea4517cd5cabf00d3310_YouTube.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 6px;
  transition: all .2s;
}

.icon-social.youtube:hover {
  transform: translateY(-2px);
}
.icon-social.twitter {
  width: 34px;
  height: 34px;
  background-image: url(https://assets-global.website-files.com/607eea4517cd5c0a2e0d32e2/655b8e3d9415b2abb70e0b6c_wts-twitter.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 6px;
  transition: all .2s;
}
.icon-social.twitter:hover {
  transform: translateY(-2px);
}


.spacer-80 {
  width: 100%;
  height: 80px;
}
.spacer-80.showonmobile {
  display: none;
}
.spacer-40 {
  width: 100%;
  height: 40px;
}
.flex.center.flex-hero {
  height: auto;
  align-items: stretch;
  /*height: 430px;*/
}

.spacer-120 {
  width: 100%;
  height: 120px;
}


@media screen and (max-width: 767px)
.flex {
  border-top: 3px none #fff;
  justify-content: center;
  overflow: visible;
}
._50-percent {
  width: 100%;
}

@media screen and (max-width:991px) {

  .flex.auto-height {
    height: auto;
    overflow: visible;
  }

  .content-wrapper.top.auto-height {
    height: auto;
    position: relative;
    overflow: visible;
  }


  .menu-items-wrapper {
    z-index: 9;
    height: 54px;
  }


  .main-list-wrapper {
    z-index: 9997;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .main-list-wrapper.is-above-header {
    display: none;
  }

  .main-list-wrapper.home-mobile-edits {
    display: none;
    top: 4%;
  }

  .main-list-wrapper.home-edits {
    z-index: 9997;
    display: none;
    top: 35px;
  }
  .main-list-wrapper {
    height: auto;
    display: none;
    overflow: auto;
  }

  .main-list-wrapper.is-above-header {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .main-list-wrapper.home-edits {
    top: 50px;
  }
  .nav-section-wrapper {
    display: none;
  }
  .nav-section-wrapper.not-hidden {
    display: block;
  }
  ._25-percent-wrapper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
  }
  ._25-percent-wrapper.hide-on-desktop {
    display: block;
  }
  ._25-percent-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .red-divider.menu-item.hideondesktop.mobile-menu-edits,.red-divider.menu-item.hide-on-desktop.mobile-menu-edits {
    display: flex;
  }
  .nav-headline-wrapper {
    cursor: pointer;
    display: flex;
    position: relative;
  }
  .nav-dropdown-icon-hide-on-desktop {
    display: block;
  }
  .nav-dropdown-icon-hide-on-desktop {
    width: 15px;
    height: 15px;
  }
  .social-links-wrapper {
    justify-content: flex-start;
  }
  .red-divider.menu-item.hideondesktop {
    display: none;
  }

  .red-divider.menu-item.hideondesktop.mobile-menu-edits,.red-divider.menu-item.hide-on-desktop.mobile-menu-edits {
    display: flex;
  }
  .horizontal-container.center {
    flex-direction: row;
  }
}


@media screen and (max-width:767px) {

  .flex {
    border-top: 3px none #fff;
    justify-content: center;
    overflow: visible;
  }
  .flex.auto-height {
    height: auto;
  }
  .red-divider.menu-item.hide-on-desktop {
    display: flex;
  }

  .content-wrapper.top.auto-height {
    height: auto;
  }
  ._25-percent-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-headline-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}
