/* header */
/*
#header .logo {
    width: 109px;
    height: 130px;
    position: absolute;
    margin: 10px 0 0 0;
}

#header-name {
    position: relative;
    width: 339px;
    height: 85px;
    margin: 25px 0 0 152px;
}
*/

.header {
  --header-logo-width: 109px;
  --header-logo-height: 130px;
  --header-name-width: 339px;
  --header-name-height: 85px;
}

header.header .header-name {
	color:#fff;
}

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

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

.third-row .en-tiles-container {
    --en-tile-spacing: 0;
}

@media (max-width: 576px) {
  .header .logo {
    width: calc(var(--header-logo-width) * 0.5);
    height: calc(var(--header-logo-height) * 0.5);
    margin: 10px 0 0 0;
  }

  .header-name {
    width: calc(var(--header-name-width) * 0.5);
    height: calc(var(--header-name-height) * 0.5);
    margin: 15px 0 0 30px;
  }
}

@media (min-width: 576px) and (max-width: 1100px) {
  .header .logo {
    width: calc(var(--header-logo-width) * 0.75);
    height: calc(var(--header-logo-height) * 0.75);
    margin: 10px 0 0 0;
  }

  .header-name {
    width: calc(var(--header-name-width) * 0.75);
    height: calc(var(--header-name-height) * 0.75);
    margin: 26px 0 0 35px;
  }
}

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

  .header-name {
    width: var(--header-name-width);
    height: var(--header-name-height);
    margin: 0 0 0 43px; /*_*/
  }
}

/* menu */
#header {
  background: #231f20 !important;
}

/* school list */
#school_home::before {
  background: #231f20 !important;
}

.schools-list .dropdown-menu li a {
  color: #231f20;
}

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

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

#popup-close {
  background: #000;
  color: var(--en-topnav-color-2);
}

/* marquee */
#marquee-new .toolTipWrapper .toolTipArrow {
  border-color: transparent transparent #706612 transparent;
}

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

#marquee-new .marqueeMessage {
  color: #fff !important;
}

/* social icons */
.header_social_inner ul li a::before {
  background: #d4c334;
}

/* sidelinks */
#enroll_link {
  background: #ffe610 !important;
  color: #000 !important;
}

#enroll_link::before {
  background: #929190 !important;
}

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

#sidelinks a:hover,
#sidelinks a:focus {
  color: #282424;
  background: #ffe610 !important;
}

#sidelinks a:hover::before,
#sidelinks a:hover:focus {
  opacity: 1;
  background: #929190;
}

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

#enroll_link:hover::before,
#enroll_link:focus::before {
  background: #929190 !important;
  left: auto !important;
}

/* video controls */


.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 {
  background-color: #d4c334;
}


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

/* first row */
#first-row {
  /* background: url(/pics/enroll_bg.jpg) no-repeat center top #e7eaea; */
}

#enroll_btn a {
  background: #ffe610;
}

/* second row */
.events.design-version-1 h2 {
  margin: 0 0 26.5px;
}

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

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

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

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

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

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

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

/* third row */
.third-row.design-version-1 {
  background: #231f20;
}

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

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

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

#school_home {
  color: #000 !important;
}

/* footer */
footer {
  --footer-logo-width: 168px;
  --footer-logo-height: 200px;
  --footer-name-width: 339px;
  --footer-name-height: 84px;
}

#footer .logo {
  aspect-ratio: 168/200;
}

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

#footer .footer_bottom .inside {
	height: 32px;
}

#fortifyfl {
  display: none !important;
}

@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 #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: #221e1f;

    --en-mobile-nav-hover-btn-color: #000;
    --en-mobile-nav-hover-btn-bg-color: #d4c334;
    ;

  }
}


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

#news-lnk a::before { background: rgb(255, 230, 16); }
#news-lnk a:hover, #news-lnk a:focus{ color: rgb(255, 230, 16); }

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

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






