/* header */

.header {
  background: #000000; /*_*/
}

#menu-bg {
  background: #2424c5;
}

.header {
  --header-logo-width: 112px;
  --header-logo-height: 115px;
  --header-name-width: 293px;
  --header-name-height: 85px;
}

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

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

.header_social_inner ul li a::before {
  background: #2424c5;
}

#marquee-new .toolTipWrapper .marqueeStaticView {
  background: #2424c5 !important;
}

#marquee-new .toolTipWrapper .toolTipArrow {
  border-color: transparent transparent #2424c5 transparent;
}

#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;
}

#school_home::before {
  background: #000;
}
/* navigation */

#popup-close {
  background: #2424c5;
}

/* sidelinks */

#sidelinks a:hover,
#sidelinks a:focus {
  color: #fff;
  background: #2424c5 !important;
}

#enroll_link:hover,
#enroll_link:focus {
  color: #fff !important;
}

#enroll_link {
  background: url(/pics/sidelinks_hover_bg.png) repeat center !important;
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.01) !important;
}

#sidelinks a::before {
  background: #2424c5;
}

#sidelinks a:hover::before,
#sidelinks a:hover:focus {
  background: #949494;
}

#enroll_link:hover::before,
#enroll_link:focus::before {
  background: #949494 !important;
}

#enroll_link::before {
  background: #000 !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: #041a71;
}

#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: #000;
  color: #fff !important;
}


/* first row */

#first-row-inner {
  padding: 78.5px 0 71px;
}

#first-row-inner p {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 27px;
  line-height: 2.7rem;
  left: -2.5px;
}

#enroll_btn a {
  background: #2424c5;
  color: #fff;
}

#enroll_btn {
  margin: 24.5px 0 0 0;
}
/* second row */

.events.design-version-1 #hp-events .v3 .dayInfoWrap {
  background: #2424c5;
}

.events.design-version-1 #hp-events .v3 span.month,
.events.design-version-1 #hp-events .v3 span.day {
  color: #fff;
}

.events.design-version-1 #hp-events .hpeventlinks div a::before {
  background: #b6b6b7;
}

.events.design-version-1 #hp-events .hpeventlinks div a::after {
  border-top: 6px solid #b6b6b7;
}

.events.design-version-1 #hp-events .hpeventlinks div a:hover,
.events.design-version-1 #hp-events .hpeventlinks div a:focus {
  color: #1e1ead !important;
}

.HPVideo p a::before {
  background: #b6b6b7;
}

.events.design-version-1 #hp-events ul li.event div a:hover,
.events.design-version-1 #hp-events ul li.event div a :focus {
  color: #1e1ead;
}

.events.design-version-1 #hp-events .hpeventlinks div a:hover::before,
.events.design-version-1 #hp-events .hpeventlinks div a:focus::before {
  background: #1e1ead;
}

.events.design-version-1 #hp-events .hpeventlinks div a:hover:after,
.events.design-version-1 #hp-events .hpeventlinks div a:focus:after {
  border-top: 6px solid #1e1ead;
}
/* third row */

#third-row {
  background: #000000;
}
/* footer */

footer {
  --footer-logo-width: 210px;
  --footer-logo-height: 225px;
  --footer-name-width: 293px;
  --footer-name-height: 84px;
}

#footer .logo {
  aspect-ratio: 210/225;
}

#footer .name {
  aspect-ratio: 293/84;
}

@media (max-width: 700px) {
  .footer_top .logo {
    width: calc(var(--footer-logo-width) * 0.7);
  }
  .footer_top .name {
    width: calc(var(--footer-logo-width) * 0.8);
  }
}

#fortifyfl {
  color: #fff !important;
}
/* insidepage */

#wrapper .content .inside a:hover,
#wrapper .content .inside a:focus {
  color: #1c1ca6;
}

.dark {
  background-color: #1c1ca6 !important;
}

#pageNav {
  background: #b6b6b7;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
  color: #fff !important;
  background: #000;
}

#pageNav ul li b::before,
#pageNav ul li a:hover::before,
#pageNav ul li strong::before,
#pageNav ul li a:focus::before {
  background: #2424c5;
}
.en-pageNav-combo-innertext{
 background: #b6b6b7 !important;
 font-weight: 500;
 font-family: "Inter", sans-serif;
 color: #221e20 !important;
}
.en-pageNav-combo-icon{
 background: #b6b6b7;
}
.en-pageNav-combo-icon::after{
	border-top: 8px solid #221e20;
}
.schools-list .dropdown-menu {
  background: #2424c5;
}

.schools-list .dropdown-menu li a,
#wrapper-index > header > div > div.header-left > a.header-name.png-bg.ir {
  color: #fff;
}

.schools-list .dropdown-menu li a:hover,
.schools-list .dropdown-menu li a:focus {
  background: #000;
  color: #fff;
}

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

    --en-mobile-nav-hover-btn-color: #fff;
    --en-mobile-nav-hover-btn-bg-color: #041a71;
  }
}
/* video*/

@media (max-width: 960px) {
  #video-right .HPVideo #video_player1 #video_placeholder1,
  #video-right .HPVideo #video_player1,
  #video-right .HPVideo .videowrapper,
  #video-right {
    width: 100% !important;
    height: 100% !important;
  }
  #video-right .HPVideo p a::before,
  #video-right .HPVideo p a {
    width: 100% !important;
  }
}

@media (max-width: 450px) {
  #video-right .HPVideo .videoTitle a {
    font-size: 4vw;
  }
}
/* video*/


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

#news-lnk a::before { background: rgb(36, 36, 197); }
#news-lnk a:hover, #news-lnk a:focus{ color: rgb(36, 36, 197); }

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

/*Social Feeds*/
.feed {
    width: 40%;
    min-width: 350px;
    margin-inline: auto;
    padding: .5em 0;
    aspect-ratio: 1;
}




