/* header */
.header {
  background: #2e2728;
}
/*#header-logo {
  width: 173px;
  height: 116px;
  margin: 10px 0 0 -1px;
}
#header-name {
  width: 264px;
  height: 85px;
  margin: 25px 0 0 28px;
}

*/
.header {
  --header-logo-width: 173px;
  --header-logo-height: 116px;
  --header-name-width: 264px;
  --header-name-height: 85px;
}

@media (min-width: 1100px) {
  .header .logo {
    margin: 0 0 -1px -1px; /*_*/
  }

  .header-name {
    margin: 0 0 0px 28px; /*_*/
  }
}

.header_social_inner ul li a::before {
  background: #ffcb00;
}
#popup-close {
  background: #1a25ab;
  color: #fff;
}
#school_home::before {
  background: #2e2728;
}
#marquee-new .toolTipWrapper .marqueeStaticView {
  background: #ffcb00 !important;
}
#marquee-new .toolTipWrapper .toolTipArrow {
  border-color: transparent transparent #ffcb00 transparent;
}
#marquee-new .marqueeMessage {
  color: #000 !important;
}
#marquee-new .marqueeStaticView .marqueeButtons button[aria-pressed="true"],
#marquee-new .marqueeStaticView .marqueeButtons button:hover,
#marquee-new .marqueeStaticView .marqueeButtons button:focus {
  background: #000;
  color: #fff !important;
}


.video .en-widescreen-video .en-video-controls {
    position: absolute;
    z-index: 990;
    bottom: 350px;
    right: 20px; display: flex;
}

.video .en-widescreen-video .en-video-controls .play-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 12px 12px 10px;
    font-size: 23px;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 0.15s 
ease-in-out, background-color 0.15s 
ease-in-out, border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
    cursor: pointer;
    margin-left: 6px;
    border: 0;
    font-size: 2.3rem;
}

.fa-pause-circle:before {
    content: "\f28b";
    font-weight: 900;
-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
}


#video-controls .video-control-button, .en-video-controls .play-btn, .en-video-controls .play-btn-1 {
  color: #fff;
  background-color: #1a25ab;
}

#video-controls .video-control-button:hover,
#video-controls .video-control-button:active,
#video-controls .video-control-button:focus, 
.en-video-controls .play-btn:hover,
.en-video-controls .play-btn:active,
.en-video-controls .play-btn:focus,
.en-video-controls .play-btn-1:hover,
.en-video-controls .play-btn-1:active,
.en-video-controls .play-btn-1:focus {
  background-color: #ffcb00;
  color: #000 !important;
}


#enroll_link::before {
  background: #2e2728 !important;
}
#sidelinks a:hover,
#sidelinks a:focus {
  color: #fff !important;
  background: #1a25ab !important;
}
#enroll_link {
  background: url(/pics/sidelinks_hover_bg.png) repeat center !important;
  color: #FFF !important;
}
#sidelinks a::before {
  background: #1a25ab;
}
#sidelinks a:hover::before,
#sidelinks a:hover:focus {
  background: #ffcb00;
}
#enroll_link:hover::before,
#enroll_link:focus::before {
  background: #ffcb00 !important;
}

#enroll_btn a {
  background: #1a25ab;
  color: #fff;
}
#first-row-inner p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 27px;
  line-height: 2.7rem;
  left: -2.5px;
}
#enroll_btn {
  margin: 24.5px 0 0 0;
}
#first-row-inner {
  padding: 78.5px 0 71px;
}

#first-row.right-bg {
  background-position-x: right;
  background-position-y: top;
}

@media (min-width: 1300px) {
  #first-row.right-bg {
    background-position-x: right 10%;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #first-row.right-bg {
    background-position-x: right 0%;
    background-size: contain;
    background-position-y: center;
  }
}

@media (max-width: 768px) {
  #first-row.right-bg {
    background-position-x: right 0%;
    background-size: contain;
    background-position-y: center;
  }
}

.third-row {
  background: #2e2728 !important;
}

#events #hp-events .hpeventlinks div a:hover,
#events #hp-events .hpeventlinks div a:focus {
  color: #182193 !important;
}
#events #hp-events .hpeventlinks div a::after,
#showAll-0 #r a::after,
#showAll-0 .tableRight a::after {
  border-top: 6px solid #182193;
}
#wrapper-index .content section#news table a:hover,
#wrapper-index .content section#news table a:focus {
  color: #182193 !important;
}
#events #hp-events ul li.event div a:hover,
#events #hp-events ul li.event div a :focus {
  color: #182193;
}

/* footer */
#logo {
  width: 178px;
  height: 120px;
  margin: 3px 0 0 167px;
}
#footer #name {
  width: 179px;
  height: 58px;
  margin: 6px 0 0 167px;
}

footer {
  --footer-logo-width: 178px;
  --footer-logo-height: 120px;
  --footer-name-width: 179px;
  --footer-name-height: 58px;
}

#footer .logo {
  aspect-ratio: 178/120;
}

#footer .name {
  aspect-ratio: 179/58;
}

#address-right {
  margin: 0 0 0 58px !important;
}
#footer_center {
  margin: 11px 0 0 3.5px;
}
#cognia {
  margin: -25px 0 0 32px;
}
#footer_top {
  background: url(/pics/footer_bg.png) no-repeat center #fff;
}
#footer_bottom {
  background: #0a0a0a;
}

.en-tiles-container .en-tile:before {
  content: none;
  background: none;
}

.en-tiles-container div.en-tile-group p {
  text-align: left;
}

.HPVideo p a::before {
  background: #1a25ab !important;
}

/* insidepage */
#wrapper .content .inside a:hover,
#wrapper .content .inside a:focus {
  color: #001d8a;
}
.dark {
  background-color: #001d8a !important;
}
#pageNav ul li b::before,
#pageNav ul li a:hover::before,
#pageNav ul li strong::before,
#pageNav ul li a:focus::before {
  background: #1a25ab;
}
.en-pageNav-combo-innertext{
 background: #e7eaea !important;
 font-weight: 500;
 font-family: "Inter", sans-serif;
 color: #221e20 !important;
}
.en-pageNav-combo-icon{
 background: #e7eaea;
}
.en-pageNav-combo-icon::after{
	border-top: 8px solid #221e20;
}

.schools-list .dropdown-menu {
  background: #1a25ab;
}
.schools-list .dropdown-menu li a:hover,
.schools-list .dropdown-menu li a:focus {
  background: #ffcb00;
}


@media (min-width: 1100px) {
  .footer_bottom {
    background: #0a0a0a;
    height: 40px;
  }
}

@media (max-width: 768px) {
  nav.en-nav-menu-wrapper {
    --en-mobile-nav-background: #221e1f;
    --en-mobile-nav-font-color: #fff;
    --en-mobile-nav-border-bottom: 1px solid #fff;
    --en-mobile-nav-border-top: 1px solid #fff;
    --en-mobile-nav-icon-color: #fff;
  }

  header {
    --en-mobile-nav-hamburger-btn-color: #fff;
    --en-mobile-nav-hamburger-btn-bg-color: #2e2728;

    --en-mobile-nav-hover-btn-color: #fff;
    --en-mobile-nav-hover-btn-bg-color: #1a25ab;
  }
}

#wrapper-index > header > div > div.header-left > a.header-name.png-bg.ir {
color: #fff !important;
}

#district_logo {
max-width: 400px !important;
}

#news .layout-3 .news-thumb {background: #000;}

#news-lnk a::before { background: rgb(26, 37, 171); }
#news-lnk a:hover, #news-lnk a:focus{ color: rgb(26, 37, 171); }

#news-lnk a::after { border-top: 6px solid rgb(26, 37, 171); }
#news-lnk a:hover, #news-lnk a:focus { color: rgb(26, 37, 171) !important; }




