body:not(.message-body) {
    font-family: 'Heebo', sans-serif;
}

body * {
    outline: none;
}

.columns {
  justify-content: center;
}

a {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}
a:visited {
  color: blue;
}

.accordion {
  width: 70%;
  margin: 0 auto;
}

.accordion-header {
  cursor: pointer;
}

.accordion-header h2 {
  text-align: center;
  font-weight: 300;
}

.accordion-header h3 {
  margin: 0;
}

.accordion-header h3 {
  display: block;
  text-align: left;
  /* margin-bottom: 30px; */
}

.accordion-header i {
  margin: 0;
  color: #f1f1f1;
}

.accordion-header:hover .icon-container  {
  background-color: #d0d0d0 !important; 
}

.accordion-header:hover  i  {
  color: black !important;
}

.accordion input:checked~.accordion-header .icon{
  transform: rotate(180deg);
}

.accordion input:checked ~ .accordion-body {
  max-height: max-content;
}

.accordion-header .live_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  font-size: 14px;
  border-radius: 7px;
  color: #f1f1f1;
  margin-left: 10px;
}

.accordion-header .live_icon img {
  animation: live 1s linear infinite alternate-reverse;
}

.accordion-header .live_icon p {
  margin: 0 0 0 10px;
}

.accordion-header .line {
  height: 1px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin: 0 10px;
}

.accordion-body {
  max-height: max-content;
}

.accordion-body p:nth-child(1) {
  margin-top: 30px;
}

.header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container {
  min-width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}

.form-group {
  width: 270px;
  margin-right: 10px;
}

.form-input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid black;
  font-weight: 500;
  padding-left: 10px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 300;
}

.form-input:focus {
  border: none;
  box-shadow:none;
  border-bottom: 1px solid black;
  font-weight: 600;
}

.interface-font {
  font-weight: 400;
  font-size: .75rem;
  color: #3b4351;
}

@media only screen and (max-width: 840px) {
  .accordion-header h3 {
    font-size: 21px;
    margin-right: 15px;
  }

  .icon-container {
    height: 40px;
    width: 40px;
  }  
  
  .accordion {
    width: 100%;
    padding: 1rem;
    margin: 0;
  }

  .accordion .accordion-header {
    margin: 30px auto;
    padding: 0!important;
    position: relative;
    justify-content: flex-start;
    margin: 1rem auto;
  }

  .accordion-header .live_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 18px;
    font-size: 14px;
    border-radius: 7px;
    color: #f1f1f1;
    margin-left: 10px;
  }

  .accordion-header .line {
    display: none;
  }

  #message, #social_media, #students {
    padding: 1rem;
  }
}

@media only screen and (min-width: 840px) {
  .main-section+.main-section {
    padding-top: 4rem;
  }
  #message, #social_media, #students, #videos, .school-logo, #desktop_top_level_nav {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Banner Section */

.banner {
  position: sticky;
  top:0;
  z-index: 3;
  background-color: white;
}

.banner .header-school-logo {
  display: none;
}

.banner .header-school-logo img {
  max-height: 3rem;
}

.banner-scroll .header-school-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  justify-content: center;
}

#school_colors {
  height: 1rem;
  position:relative;
}

#school_color_1_header, #school_color_2_header {
  display: block;
  height: 50%;
}

.banner-scroll #school_colors {
  height: .5rem;
}

/* Nav Section */

.banner-scroll nav {
  top:0;
  right: 0;
}

nav {
  width: 9rem;
  position: absolute;
  top: 2rem;
  right: 1rem;
}

.nav-dropdown {
  left: 0;
  flex-grow: 2;
  margin: 0;
  color: #3b4351;
}

.dropdown-content {
  text-align: left;
  flex-direction: column;
  display: none;
  border: 1px solid rgb(194, 198, 204);
  position: absolute;
  right: 0;
  background-color: #fff;
}

.dropdown-content a {
  text-decoration: none;
  width: 100%;
}

.dropdown-content h6 {
  margin: 0;
}

.dropdown-content .nav-block {
  position: relative;
}

.desktop-nav-dropdown .icon {
  padding: .8rem;
  border-radius: 5px;
  color: white;
}

.nav-block p {
  margin: 0;
}

#desktop_top_level_nav {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

#desktop_top_level_nav a {
  text-decoration: none;
  color: #3b4351;
  margin: .5rem 1.5rem;
}

#desktop_top_level_nav a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  margin-bottom: 8px;
  color: black;
}

@media only screen and (max-width: 840px) {
  nav {
    width: 80%;
    top: 1rem;
    right:0;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-block+.nav-block {
    border-top: 1px solid white;
  }

  .dropdown-content {
    position: absolute;
    right: 0;
    top: 61px;
    background-color: #3b4351;
    border: none;
  }

  .dropdown-content .nav-block {
    padding: 1rem;
    color:#ffffff;
  }  
  
  .dropdown-content h6 {
    font-size: 1.5rem;
  }

  .desktop-nav-dropdown{
    display: none;
  }  
  
  #desktop_top_level_nav {
    display: none;
  }
}

@media only screen and (min-width: 840px) {
  nav {
    width: 14rem;
  }

  nav:hover .dropdown-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  nav:hover .dropdown-content[style] {  /* Added this style block so that desktop nav dropdown still works after opening mobile dropdown */
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  nav:hover i{
    transform: rotate(180deg);
  }

  .dropdown-content {
    position: absolute;
    top: 60px;
    min-width: 9rem;
  }

  .dropdown-content .nav-block {
    padding: 10px;
    color: #100e17;
  }

  .dropdown-content .nav-block:hover {
    background-color: rgb(234 234 234);
  }

  .dropdown-content .color-block {
    position: absolute;
    width: 5px;
    height: 100%;
    margin: 0;
    margin-top: -10px;
    left:0;
    display: none;
  }
  
  .desktop-nav-dropdown {
    height: 3rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 7rem;
    display: none;
    align-items: center;
    padding: 0 1rem;
    border-radius: 2px;
    position: absolute;
    right: 0;
  }

  .banner-scroll .desktop-nav-dropdown {
    background-color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-block:hover .color-block {
    display: block;
  }
}

/* Logo Section */

.school-logo {
  display:flex;
  align-items: center;
}

.logoWidthRegular {
  max-width: 10rem;
}

.logoWidthLarge {
  max-width: 20rem;
}

.logoWidthExtraLarge {
  max-width: 30rem;
}

.logoWidthRegular, .logoWidthLarge, .logoWidthExtraLarge {
  max-height: 10rem;
}

.horizontal-rule::before,
.horizontal-rule::after {
    display: inline-block;
    content: "";
    border-top: .1rem solid black;
    width: 40%;
    margin: 0 1rem;
    transform: translateY(50%);
}

@media only screen and (max-width: 840px) {
  .logoWidthRegular, .logoWidthLarge, .logoWidthExtraLarge {
    max-width: 10rem;
  }

  .horizontal-rule::before,
  .horizontal-rule::after {
    border-top: none;
  }
}

/* Banner Nav Section */

.menu-button {
  position: absolute;
  width: 61px;
  height: 61px;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
}

.menu-icon {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.menu-icon,
.menu-icon:before,
.menu-icon:after {
  width: 30px;
  height: 3px;
  top: 28px;
  left: 16px;
  background-color: black;
  display: inline-block;
}

.menu-icon:before,
.menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(0,0);
  transition: all 0.2s;
}

.menu-icon:before {
  top: -10px;
}

.menu-icon:after {
  top: 10px;
}

.menu-icon:first-child {
  transform-origin: 0% 0%;
}

.menu-icon:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menu-icon-background {
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
}

.banner-scroll .menu-icon-background {
  background-color: rgba(0, 0, 0, 0.75);
}

.banner-scroll .menu-icon, .banner-scroll .menu-icon:before, .banner-scroll .menu-icon:after {
  background-color: white;
}

@media only screen and (min-width: 840px) {
  .menu-icon-background  {
    display: none;
  }
}

.menu-button:checked ~ .menu-icon:before {
  top: 0;
  transform: rotate(135deg);
}

.menu-button:checked ~ .menu-icon:after {
  top: 0;
  transform: rotate(-135deg);
}

.menu-button:checked ~ .menu-icon {
  background-color: transparent;
}

.menu-button:checked ~ nav{
  background-color: transparent;
}

/* Video Section */

#school_welcome {
  text-align: center;
}

#school_welcome h1 {
  font-weight: 800;
  margin: 2rem 0;
  line-height: 1.5;
}

#school_welcome h3 {
  font-size: 19px!important;
}

#video_container {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 1rem 2rem;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}

#main_video_container {
  pointer-events: none;
  position: relative;
  min-height: 400px;
  border: 2px solid #fff;
}

#main_video_container iframe, #main_video_container #main_video {
  margin: 0 auto;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

#video_thumbs {
  pointer-events: none;
  z-index: 1;
  overflow: auto;
}

div#video_thumb_collection {
  pointer-events: none;
  width:100%;
}

#video_thumb_collection button {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: .2rem;
  color: #333;
  align-items: center;
  display: flex;
}

#video_thumb_collection button:hover {
  background:#e6e6e6;
  color: black;
}

#video_thumbs ol {
  margin: 0;
}

.video_thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  pointer-events: auto;
  overflow: hidden;
  transition: 0.3s all linear;
  cursor: pointer;
  padding: 0;
}

.speaker_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 10px;
  font-size: .75rem;
}

.speaker_name {
  vertical-align: bottom;
  font-weight: 700;
}

.speaker_title {
  font-size: 10px;
  font-style: normal;
  font-size: .7rem;
  font-weight: 400;
  vertical-align: top;
}

.speaker_info * {
  margin: 0;
}

.thumb_video_cell {
  text-align: center;
  display: flex;
}

@media only screen and (max-width: 1220px) {
	#main_video_container {
		top: 0;
		transform: none;
	}
}

@media only screen and (max-width: 840px) {
  #video_container  {
    margin: 0;
    padding: 0;
  }
  
  #school_welcome h1 {
    margin: 20px 0;
    font-size: 1.25rem;
  }

  #videos {
    padding:0;
  }

  #video_thumbs {
    display: block;
    padding: 0;
    background-color: white;
  }

  #video_thumbs li {
    background-color: #f2f2f2;
    padding: 5px;
  }

  #video_thumbs button {
    margin: 0;
  }

  .video_thumb {
    min-height: 40px;
    height:100%;
    color: black;
  }

  .video_thumb img {
    margin: auto;
  }

  .thumb_video_cell {
    display: none;
  }

  .speaker_name {
    font-size: .9rem;
  }
  .speaker_title {
    font-size: .75rem;
  }

  .icon-container {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 600px) {
  #main_video_container {
    min-height: 200px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 840px) {
  #main_video_container {
    min-height: 500px;
  }
}

/* School Message Section */

div#message {
  margin: 0 auto;
  text-align: left;
  font-weight: 500;
  outline: none;
}

.message-body {
    outline: none;
}

/* Social Media Section */

#feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.social {
  margin-right: 0.5em;
  display: inline-flex;
}

div.social a img {
  height: 30px;
  width: 30px;
}
div.social > .badge {
  transform: translate(1.5rem, 1.5rem);
  position: absolute;
}

#twitter_feed {
  text-align: right;
}

#twitter_feed, #tagboard_feed {
  min-width: 300px;
}

#instagram_feed, #twitter_feed, #tagboard_feed {
  max-width: 450px;
}

#instagram_feed > iframe {
  max-height: 450px;
  width: 450px !important;
  max-width: 450px !important;
  overflow-y: hidden;
  padding-left: 5em;
}

#twitter_container {
  top: -5px;
}

#facebook_container {
  top: -5px;
}

@media only screen and (min-width: 840px) {
  #feed {
    margin-left: -20%;
    margin-right: -20%;
  }
}

/* Grads Section */

#grads {
  justify-content: center;
}

.card {
  border: none;
  width: 257px;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  transition: all 0.1s linear;
  border-radius: 15px;
}
.card:hover, .grad-small-focused {
  transform: scale(1.08);
}

.card:hover .grad-details, .grad-small-focused .grad-details {
  opacity: 1;
}

.card:hover .card-title, .grad-small-focused .card-title {
  opacity: 0;
}

#grads_area {
  margin-top: 2em;
  overflow-y: auto;
}

.grad-details, .card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  color: white;
  font-size: .85rem;
  transition: all 0.3s linear;
  z-index: 1;
  width: 100%;
  height:100%;
}

.grad-details {
  padding:1.1rem;
  opacity: 0;
}

.grad-name {
  font-weight: 500;
}

.grad-subject {
  font-weight: 300
}

.card-title {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card-image {
  position: relative;
  padding: 0;
}

img.grad_thumbnail {
  margin: 0;
  width: 100%;
}

.overlay-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
}

#search_functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

div#empty_search {
  text-align: center;
  color: red;
}

.form-group {
  position: relative;
}

select::-ms-expand {	display: none; }

select {
  -webkit-appearance: none;
    appearance: none;
}

select:invalid {
  color: #c9cacb;
}

.view-more {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  height: 50px;
  margin: 30px 0;
  background: white;
  cursor: pointer;
}

.view-more:focus-visible {
  background-color: gray !important;
}

/* Student Card Modal Section */

#grad_detail {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-container {
  overflow-y: hidden;
  /* max-width: 650px!important; */
  max-height: 100vh;
  position: relative;
}

.modal-container button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.modal-containerL button:focus i, .modal-container button:hover i, .modal-container button:hover img {
  font-size:2rem
}

.modal-container .modal-body {
  padding-top:0;
}

.modal.modal-lg .modal-container {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 0;
  padding: 2rem 0 0 0;
}

.modal-body {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content:center;
}

.detail_audio_control {
  text-align: center;
}

#detail_control_farright, #detail_control_farleft {
  text-align: center;
}

#detail_control_middle {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#grad_detail_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#detail_control_social {
  width: max-content;
  margin-top: 10px;
}

audio {
  border-radius: 10px;
  max-height: 32px;
  /* max-width: 85%; */
  width: 220px;
}

@media only screen and (max-width: 840px) and (orientation: landscape) {
  .modal-container {
    padding: 1rem 0;
  }

  .modal.modal-lg .modal-container {
    padding: 0;
  }

  .modal-container .modal-body {
    width: 100%;
    padding: 5px 0 0 0;
  }

  .modal-body .content {
    height: 100%;
  }

  .modal-body .img-responsive {
    object-fit: contain;
    height: 100%;
    margin: auto;
    width: 95%;
  }

  .modal-footer {
    padding: .25rem 0!important;
  }

  audio {
    width: 200px;
  }
}

@media only screen and (orientation: landscape) 
and (max-device-width: 840px){ 
  
  .modal-lg .modal-container {
    height: 95%;
    padding: 0;;
  }
  .modal-body {
    width: 50%;
    overflow-y: hidden!important;
  }
  #detail_control_middle {
    margin-top: -5px;
  }
  #detail_control_social {
    margin-top: 0;
  }
  div.social a img {
    width: 20px;
    height: 20px;
  }
}

#detail_control_farleft .icon, #detail_control_farright .icon {
    width: auto;
}

@media only screen and (max-width: 840px) {  
  .modal .icon {
    width: 32px;
  }
}

/* Footer Section */

.footer-container {
  position: relative;
}

.footer-container a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 250px;
  text-decoration: none;
}

#school_colors_footer {
  bottom:0;
  position: absolute;
  height: 3rem;
  width: 100%;
}

#school_color_1_footer, #school_color_2_footer {
  display: block;
  height: 1.5rem;
}

#footer_logo_copy {    
  bottom: 60px;
  width: 250px;
  text-align: center;
  margin-bottom: 1rem;
  color: #aaa;
}

#footer_logo {
  height: 60px;
  z-index: 1;
  transform: rotate(180deg);
}

.trapezoid {
  border-bottom: 3.1rem solid white;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  height: 0;
  width: 12.5rem;
  transform: rotate(180deg);
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

/* Stageclip Section */

.stageclip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.stageclip-container p {
  position: relative;
  font-size: 10px;
  margin-right: 5px;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
}

.stageclip {
  width: 110px;
  height: 40px;
}

@media only screen and (max-width: 840px) {
  .stageclip-container {
    margin-bottom: 10px;
  }
}

@media only screen and (orientation: landscape) 
and (max-device-width: 840px){ 
  .stageclip-container {
    margin-bottom: 0;
  }
  .stageclip {
    width: 85px;
    height: 30px;
  }
}

@keyframes live {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(0.7)
  }
  50% {
    transform: scale(1.0)
  }
  75% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.5);
  }
}

/* Accessability Section */

.screen-reader-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

*:focus-visible { 
  border: gray 3px solid !important;
}

#skip_social_media_down, #skip_social_media_up, #skip_nav{
  position: relative;
  left: -1000rem;
  padding: 4rem;
}

#skip_social_media_down:focus, #skip_social_media_up:focus, #skip_nav:focus {
  left: 0;
}