/* header */
/*#header .logo{width: 121px;height: 114px;margin: 10px 0 0 0;}
#header-name{width: 263px;height: 85px;margin: 25px 0 0 30px;}*/

.header {
  --header-logo-width: 121px;
  --header-logo-height: 121px;
  --header-name-width: 314px;
  --header-name-height: 85px;
}

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

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

/* marquee */
#marquee-new .marqueeMessage {
  color: #000 !important;
}

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

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

#header_social_inner ul li a::before {
  background: #d2c614;
}

#school_home::before {
  background: #221e1f;
}

.schools-list .dropdown-menu {
  background: #51504f;
}

.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: #fcec00;
}

/* sidelinks */
#enroll_link {
  background: #525150 !important;
  color: #fff !important;
}

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

#sidelinks a::before {
  background: #fcec00;
}

#sidelinks a:hover,
#sidelinks a:focus {
  background: #221e20;
}

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

#enroll_link:hover::before,
#enroll_link:focus::before {
  background: #fcec00 !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: #000;
  background-color: #d2c614;
}

#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: #221e20;
  color: #d2c614 !important;
}



#popup-close {
  background: #FCEC08;
  color: #d2c614;
}

/* first row */
#enroll_btn a {
  background: #fcec00;
}

/* events */
.events.design-version-1 #hp-events .v3 .dayInfoWrap {
  background: #fcec00;
}

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

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

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

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

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

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

/* stats */
#glance_stats ul li .stat_details {
  padding: 20px 20px 30px 20px;
}

/* insidepage */
#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
  background: #504f4f;
}

#pageNav ul li b::before,
#pageNav ul li a:hover::before,
#pageNav ul li strong::before,
#pageNav ul li a:focus::before {
  background: #fcec00;
}
.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;
}

#wrapper .content .inside a:hover,
#wrapper .content .inside a:focus {
  color: #77700b;
}

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

/* footer */
/*#footer .logo {
    width: 210px;
    height: 198px;
    margin: -16px 42px 0 0;
    left: -1px;
}

#footer .name {
    width: 262px;
    height: 84px;
}*/

.address_right {
  margin: -0.2px 0 0 34px !important;
}

#footer_top .inside {
  padding: 56px 0 42px;
}

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

    --en-mobile-nav-icon-color: #fff;
  }

  .en-nav-menu-hamburger-button {
    background-color: #221e1f;
  }

  header {
    --en-mobile-nav-hover-btn-color: #221e20;
    --en-mobile-nav-hover-btn-bg-color: #d2c614;
  }
}

/*
#footer .logo {
    aspect-ratio: 210/198;
    max-width: 210px;
}

#footer .name {
    aspect-ratio: 131/42;
    max-width: 262px;
}*/

footer {
  --footer-logo-width: 210px;
  --footer-logo-height: 198px;
  --footer-name-width: 262px;
  --footer-name-height: 84px;
}

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

#footer .name {
  aspect-ratio: 262/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);
  }
}

#first-row.right-bg{
background-position: bottom;
}

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

#news-lnk a::before { background: rgb(252, 236, 0); }
#news-lnk a:hover, #news-lnk a:focus{ color: rgb(252, 236, 0); }

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


#en-insta-feed-div ul li a div    { height: 160px !important;}



#insta-feed {width: 500px;}
