/* header */
/*.header .logo {
    width: 194px;
    height: 109px;
    margin: 14px 0 0 0;
}

.header .header-name {
    width: 336px;
    height: 84px;
    margin: 26px 0 0 58px;
}*/

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

.header {
  --header-logo-width: 194px;
  --header-logo-height: 109px;
  --header-name-width: 336px;
  --header-name-height: 84px;
}

#popup-close { background-color:#e25825; }

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

  .header-name {
    width: calc(var(--header-name-width) * 0.5);
    height: calc(var(--header-name-height) * 0.5);
  }
}

@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);
  }

  .header-name {
    width: calc(var(--header-name-width) * 0.75);
    height: calc(var(--header-name-height) * 0.75);
  }
}

@media (min-width: 1100px) {
  .header .logo {
    width: var(--header-logo-width);
    height: var(--header-logo-height);
  }

  .header-name {
    width: var(--header-name-width);
    height: var(--header-name-height);
  }
}

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

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

/* footer */
#logo {
  width: 300px;
  height: 169px;
}

#footer #name {
  width: 336px;
  height: 84px;
}

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

#rows-wrapper #first-row {
  background-image: url(/pics/enroll_bg.jpg);
  background-position: center top;
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  #rows-wrapper #first-row {
    background-size: cover;
  }
}

/* Third Row */
.en-tiles-container {
  --en-tile-spacing: 0;
}

#stat1 {
  background: url("/pics/glance_bg1.jpg") no-repeat center;
}

#stat2 {
  background: url("/pics/glance_bg2.jpg") no-repeat center;
}

#stat3 {
  background: url("/pics/glance_bg3.jpg") no-repeat center;
}

#stat4 {
  background: url("/pics/glance_bg4.jpg") no-repeat center;
}

@media screen and (min-width: 768px) {
  #footer .footer_bottom .inside {
    height: 40px;
  }
}

#fortifyfl {
  display: none !important;
}

#enroll_link {
  background: #e25825 !important;
  color: #000 !important;
}

.header_social.design-version-1 .header_social_inner ul li a::before {
  background: #e25825;
}

@media (max-width: 768px) {
  nav.en-nav-menu-wrapper {
    --en-mobile-nav-background: #e25725;
    --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: #e25825;
  }
}

footer {
  --footer-logo-width: 300px;
  --footer-logo-height: 198px;
  --footer-name-width: 336px;
  --footer-name-height: 84px;
}

#footer .logo {
  aspect-ratio: 300/169;
}

#footer .name {
  aspect-ratio: 4;
}

@media (min-width: 1100px) {
  .footer_top.design-version-1 .inside {
    grid-row-gap: 20px;
    grid-column-gap: 10px;
    grid-template-columns: 3fr 4fr 3fr;
  }
}

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

  .footer_top .name {
    width: calc(var(--footer-logo-width) * 0.8);
  }
}

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

.en-tiles-container div.en-tile-group p {
  padding: 0 18px 20px;
}
.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;
}

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

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

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


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


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

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


