footer.enf1 {
    font-family: var(--footer-font-family);
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
    color: var(--footer-font-color);
    margin: var(--margin-top) 0 0 0;
    position: relative;
}

footer.enf1 > div.enf-main {
    padding: var(--footer-main-padding-top) var(--footer-inner-margin-left-right) var(--footer-main-padding-bottom);
    background:var(--footer-main-background);
}
.logo-footer {
 position: absolute;
  z-index: 2;
  left: -2px;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  top: -90px;
}
.logo-footer img {
  width: clamp(135px,16.26vw,205px);
}
footer.enf1 a:any-link {
    text-decoration: none;
    color: inherit;
}

footer.enf1 > div.enf-main > div.enf-main-inner {
    width: min(100%, var(--en-website-width));
    height: var(--footer-inner-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: var(--logo-width) 1fr 1.2fr var(--misc2-container-width);
    grid-template-rows: auto 1fr auto;
    column-gap: var(--footer-inner-column-gap);
    row-gap: var(--footer-inner-row-gap);
}

footer.enf1 > div.enf-main > div.enf-main > * {
    overflow: hidden;
}
footer.enf1 div.enf-misc2 a .district-logo{
    width: clamp(100px, 16.66vw, 210px);
}
footer.enf1 .enf1-logo-cont {
    grid-row: 1 / 4;
    grid-column: 2;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: var(--logo-margin-top);
    /*! z-index: 999999; */
    flex-direction: column;
}

footer.enf1 div.enf-website-name-motto {
    grid-row: 1;
    grid-column: 2 / 5;
    display: flex;
    line-height: var(--website-name-line-height);
}

footer.enf1 div.enf-website-name {
   align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--website-name-font-family);
  font-size: var(--website-name-font-size);
  color: var(--website-name-color);
  row-gap: 8px;
  letter-spacing: 2.2px;
}

footer.enf1 div.enf-website-name br {
    display: var(--website-name-line-break-display);
}

footer.enf1 div.enf-website-motto {
    font-family: var(--website-motto-font-family);
    font-size: var(--website-motto-font-size);
    line-height: var(--website-motto-line-height);
    color: var(--website-motto-color);
}

footer.enf1 div.enf-address {
   grid-row: 2;
  grid-column: 2;
  align-self: end;
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  line-height: clamp(18px,2vw,24px);
  font-weight: 600;
  letter-spacing: 0.1px;
  margin: 0 auto 0 0;
}

footer.enf1 div.enf-phone {
  grid-row: 3;
  grid-column: 2;
  align-self: flex-start;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  letter-spacing: 0.5px;
  font-weight: unset;
  line-height: clamp(18px,2vw,22px);
}

footer.enf1 div.enf-misc1 {
    grid-row: 2 / 4;
    grid-column: 3;
    align-self: end;
    display: flex;
    flex-direction: column;
    font-family: var(--misc-font-family);
    font-size: var(--misc-font-size);
    color: var(--misc-font-color);
    overflow: hidden;
    max-height: 100%;
    white-space: nowrap;
}

footer.enf1 div.enf-misc2 {
    box-sizing: border-box;
    height: 100%;
    grid-row: 1 / 4;
    grid-column: 4;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: var(--misc2-gap);
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
    line-height: clamp(18px,2vw,24px);
    font-weight: 600;
    letter-spacing: 0.4px;
}

footer.enf1 div.enf-misc2 a {
display: flex;
  justify-content: flex-end;
  width: fit-content;
  right: 0;
  position: relative;
}

footer.enf1 > div.enf-subfooter {
    grid-row: 4;
    grid-column: 1 / 5;
    background: var(--subfooter-background);
    padding: var(--subfooter-padding-top) var(--subfooter-padding-left-right) var(--subfooter-padding-bottom);
    font-family: var(--subfooter-font-family);
    font-size: var(--subfooter-font-size);
    color: var(--subfooter-font-color);

}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
    margin: 0 auto;
    width: min(100%, var(--en-website-width));
    display: grid;
    grid-template-columns: 1fr var(--subfooter-centercont-width) 1fr;
    /* grid-template-rows: 100%; */
    align-items: center;
   min-height: 61px;
    padding: ;
}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner > * {
    overflow: visible;
}

footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left {
grid-row: 1;
grid-column: 1;
display: flex;
padding-right: var(--subfooter-rightcont-left-padding);
gap: 0;
margin: -2px 0 0 2px;
flex-direction: column;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right {
    grid-row: 1;
    grid-column: 3;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-left: var(--subfooter-rightcont-left-padding);
    margin: -2px 2px 0 0;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left img,
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

footer.enf1.enf1-4-2 div.enf-misc2 {
    justify-content: flex-start;
}

footer.enf1.enf1-4-3 div.enf-misc2 {
    justify-content: flex-end;
}

footer.enf1.enf1-4-4 div.enf-misc2 {
    flex-direction: row;
    align-items: center;
}

footer.enf1.enf1-4-5 div.enf-misc2 {
    flex-direction: row;
    align-items: flex-end;
}

footer.enf1.enf1-4-6 div.enf-misc2 {
    flex-direction: row;
    align-items: flex-start;
}

footer.enf1.enf1logo-2-2 .enf1-logo-cont img {
    max-width: calc(100% - 2px);
    max-height: calc(100% - 2px);
    border: 1px solid var(--logo-border-color);
}

footer.enf1.enf1logo-2-3 .enf1-logo-cont img {
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
    border: 2px solid var(--logo-border-color);
}

footer.enf1.enf1logo-3-2 .enf1-logo-cont img {
    width: clamp(100px,11.16vw,134px);
    height: clamp(98px,11vw,132px);
    object-fit: contain;
}

footer.enf1.enf1logo-4-2 .enf1-logo-cont {
    overflow: visible;
}

footer.enf1.enf1logo-4-2 .enf1-logo-cont img {
    box-shadow: 0 0 10px var(--logo-shadow-color);
}

footer.enf1.enf1logo-4-3 .enf1-logo-cont img {
    box-shadow: 0 0 15px var(--logo-shadow-color);
}

footer.enf1.enf1logo-4-4 .enf1-logo-cont img {
    box-shadow: 0px 10px 6px -6px var(--logo-shadow-color);
}

footer.enf1.enf1logo-4-5 .enf1-logo-cont img {
    box-shadow: 0px -10px 6px -6px var(--logo-shadow-color);
}

footer.enf1.enf1wname-1-2 div.enf-website-name-motto {
    align-self: center;
}

footer.enf1.enf1wname-1-3 div.enf-website-name-motto {
    align-self: end;
}

footer.enf1.enf1wname-2-2 div.enf-website-name {
    align-items: center;
}

footer.enf1.enf1wname-2-3 div.enf-website-name {
    align-items: flex-end;
}

footer.enf1.enf1wname-2-4 div.enf-website-name {
    flex-direction: column-reverse;
    justify-content: flex-start;
    row-gap: 0;
}

footer.enf1.enf1wname-2-5 div.enf-website-name {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    row-gap: 0;
}

footer.enf1.enf1wname-2-6 div.enf-website-name {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-end;
    row-gap: 0;
}

footer.enf1.enf1wname-2-7 div.enf-website-motto {
    display: none;
}
/* OPTIONS THAT EFFECT ONLY LARGE AND MEDIUM SCREEN SIZES */

@media only screen and (min-width: 769px) {

    footer.enf1.enf1-1-2 > div.enf-main > div.enf-main-inner {
        grid-template-columns: clamp(140px,16.66vw,210px) clamp(400px,60.71vw,765px) auto;
    grid-template-rows: 1fr auto;
    }
    footer.enf1.enf1-1-2 .enf1-logo-cont {
        grid-row: 1 / 3;
    }

    footer.enf1.enf1-1-2 div.enf-website-name-motto {
        grid-row: 1 / 3;
        grid-column: 3;
    }

    footer.enf1.enf1-1-2 div.enf-address {
        grid-row: 1;
        grid-column: 3;
    }

    footer.enf1.enf1-1-2 div.enf-phone {
        grid-row: 2;
    grid-column: 3;
    top: 8px;
    }

    footer.enf1.enf1-1-2 div.enf-misc1 {
        grid-row: 1 / 3;
        grid-column: 4;
    }

    footer.enf1.enf1-1-2 div.enf-misc2 {
      grid-row: 1 / 3;
    grid-column: 4;
    margin: 0;
    padding: 61px 2px 0 0;
    gap: clamp(9px,1.5vw,18px);
    }

    footer.enf1.enf1-1-3 > div.enf-main > div.enf-main-inner {
        --remaining: calc((100% - var(--logo-width)) - 4 * var(--footer-inner-column-gap));
        grid-template-columns: calc(var(--remaining) * 0.27) calc(var(--remaining) * 0.23) var(--logo-width) 1fr var(--misc2-container-width);
        grid-template-rows: 1fr auto;
    }

    footer.enf1.enf1-1-3 .enf1-logo-cont {
        grid-row: 1 / 3;
        grid-column: 3;
     }

    footer.enf1.enf1-1-3 div.enf-website-name-motto {
        grid-row: 1;
        grid-column: 1 / 3;
        align-self: start;
    }

    footer.enf1.enf1-1-3 div.enf-address {
        grid-row: 2;
        grid-column: 1;
    }

    footer.enf1.enf1-1-3 div.enf-phone {
        grid-row: 2;
        grid-column: 2;
    }

    footer.enf1.enf1-1-3 div.enf-misc1 {
        grid-row: 1 / 3;
        grid-column: 4;
    }

    footer.enf1.enf1-1-3 div.enf-misc2 {
        grid-row: 1 / 3;
        grid-column: 5;
    }


    footer.enf1.enf1logo-1-2 .enf1-logo-cont {
        align-self: flex-end;
    }

    footer.enf1.enf1logo-1-3 .enf1-logo-cont {
        align-self: end;
    }

    footer.enf1.enf1misc1-1-2  div.enf-misc1 {
        align-items: center;
    }

    footer.enf1.enf1misc1-1-3  div.enf-misc1 {
        align-items: end;
    }
    footer.enf1 .enf-website-name {
      margin: 0px 0 0 2px;
      left: 0px;
      position: relative;
      }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        width: min(100%, 1200px);
      }
    
    
    footer.enf1 div.enf-misc2 a {
     justify-content: flex-end;
    right: 0;
    }
    footer.enf1 .enf1-logo-cont {
      margin: 0px 0 0 0px;
      z-index: ;
    }
}
@media only screen and (max-width: 1220px) {
footer.enf1.enf1-1-2 div.enf-misc2{
    margin: 0 0 0 -25px;
}
}
@media only screen and (max-width: 768px) {

    footer.enf1 > div.enf-main > div.enf-main-inner {
        grid-template-columns: var(--logo-width) 1fr var(--misc2-container-width);
        grid-template-rows: repeat(4, auto);
    }
footer.enf1 > div.enf-subfooter{
    padding: 0 0 0px;

}

footer.enf1 div.enf-misc2 a{
    right: unset;
}
    footer.enf1 .enf1-logo-cont {
        grid-row: 1;
    }

    footer.enf1 div.enf-website-name-motto {
        grid-column: 2 / 4;
    }

    footer.enf1 div.enf-address {
        grid-column: 1 / 3;
    }

    footer.enf1 div.enf-phone {
        grid-column: 1 / 3;
        align-self: center;
    }

    footer.enf1 div.enf-misc1 {
        grid-row: 4;
        grid-column: 1 / 3;
    }

    footer.enf1 div.enf-misc2 {
        grid-row: 1 / 5;
        grid-column: 3;
    }

    footer.enf1.enf1 div.enf-website-name {
        align-self: start;
    }

    footer.enf1.enf1mobwname-1-2 div.enf-website-name-motto {
        grid-column: 2;
    }

    footer.enf1.enf1mobwname-2-2 div.enf-website-name {
        align-self: center;
    }

    footer.enf1.enf1mobwname-2-3 div.enf-website-name {
        align-self: end;
    }

    footer.enf1.enf1mobmisc1-1-2 div.enf-misc1 {
        align-items: center;
    }

    footer.enf1.enf1mobmisc1-1-3 div.enf-misc1 {
        align-items: end;
    }

}

@media only screen and (max-width: 600px) {

    footer.enf1.enf1mob-1-2 > div.enf-main > div.enf-main-inner {
        grid-template-columns: var(--logo-width) 1fr var(--misc2-container-width);
        grid-template-rows: repeat(5, auto);
    }

    footer.enf1.enf1mob-1-2 div.enf-website-name-motto {
        grid-row: 2;
        grid-column: 1 / 4;
    }

    footer.enf1.enf1mob-1-2 div.enf-address {
        grid-row: 3;
    }

    footer.enf1.enf1mob-1-2 div.enf-phone {
        grid-row: 4;
    }

    footer.enf1.enf1mob-1-2 div.enf-misc1 {
        grid-row: 5;
    }

    footer.enf1.enf1mob-1-2 div.enf-misc2 {
        grid-row: 3 / 6;
        grid-column: 3;
    }

    footer.enf1.enf1mob-1-2.enf1mobwname-1-2 div.enf-website-name-motto {
        grid-column: 1 / 3;
    }

    footer.enf1.enf1mob-1-2 > div.enf-subfooter > div.enf-subfooter-inner {
        grid-template-rows: auto auto;
        row-gap: 10px;
    }

    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-left {
        grid-row: 2;
        grid-column: 1 / 3;
    }

    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-center {
        align-self: end;
    }

    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-right {
        grid-row: 2;
        grid-column: 2 / 4;
    }
}
.enf-main{
  position: relative;
}
/*.enf-subfooter::before{
position: absolute;
background: url("/pics/footer-bottom-bg.png")repeat-x center bottom;
content: '';
height: 132px;
width: 100%;
bottom: -3px;
z-index: 0;
left: 0; 
}*/
footer.enf1.enf1-1-2 > div.enf-main > div.enf-main-inner{
  z-index: 1;
  position: absolute;
  bottom: clamp(30px,3.09vw,39px);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0 0px;
  box-sizing: border-box;
}
footer.enf1 .enf-website-name {
    text-transform: uppercase;
    font-weight: 700;
}
footer.enf1.enf1wname-1-2 div.enf-website-name-motto{
  justify-content: flex-start;
}
footer.enf1 div.enf-website-name{
  text-align: center;
}
  footer.enf1 div.enf-misc1 a:hover,  footer.enf1 div.enf-misc1 a:focus {
    background: url('/pics/footer_arrow-hvr.png') center left no-repeat;
    text-decoration: underline;
  }
  .enf-website-name span{
    font-size: clamp(20px,3.1666vw,40px);
    line-height: clamp(20px, 2.38vw,30px);
    letter-spacing: 2.8px;
    margin: 0 0 0 3px;
  }
  footer.enf1 div.enf-website-motto {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    margin: 0 0 0 5px;
    line-height: 8px;
    padding: 12.5px 0;
    position: relative;
    background-color: #ffbf00;
    width: clamp(190px, 20.83vw ,250px);
    top: -3px;
    left: -1px;
  }
  footer.enf1 div.enf-website-motto::before{
    position: absolute;
    content: '';
    left: -32px;
    bottom: 0;
    background: url(/pics/footer_moto_before.png) no-repeat left bottom;
    width: 32px;
    height: 33px;
  }
  footer.enf1 div.enf-website-motto::after{
    position: absolute;
    content: '';
    right: -32px;
    bottom: 0;
    background: url(/pics/footer_moto_after.png) no-repeat right top;
    width: 32px;
    height: 33px;
  }
  .logo_address {
display: flex;
  flex-direction: column;
  padding: 66px 0 0 2px;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0px;
  justify-self: flex-start;
  }
 .logo_address p {
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: #0c0c0c;
  line-height: clamp(18px,1.9166vw,23px);
  margin: 0;
  letter-spacing: 0.2px;
}
  footer.enf1 div.enf-phone {
    position: relative;
}
footer.enf1.enf1-1-2 div.enf-misc2{
    position: relative;
}
footer.enf1 > div.enf-main > div.enf-main-inner {
    align-items: center;
}
#academica_logo{
    display: inline-block;
    position: relative;
    
}
.enf-subfooter a.foot_l{
font-size: clamp(11px,1.25vw,13px);
position: relative;
top: 0;
width: fit-content;
letter-spacing: -0.12px;
line-height: 15px;
color: #000000 !important;
font-weight: 300;
font-family: 'Lexend Deca', sans-serif;
}

.enf-subfooter a.foot_l:hover,
.enf-subfooter a.foot_l:focus{
  text-decoration: underline !important;
}
#academica_logo {
      left: 0px;
    top: 3px;
        
    }

@media only screen and (max-width: 768px) {
    .contact-section {
  justify-content: center;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
footer.enf1.enf1-1-2 div.enf-misc2 {
  grid-row: 1 / 3;
  grid-column: 4;
  margin: 0 12px 0 0;
}
  footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner{
  grid-template-columns: auto;
    justify-content: center;
    row-gap: 5px;
    align-items: flex-start;
    margin: 0 auto;
    padding: 5px 0;
  }
  footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left{
   grid-row: 1;
grid-column: 2;
align-items: center;
margin: 0px auto;
gap: 0;
flex-direction: column;
  }
  footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right{
    grid-row: 2;
    align-items: center;
    grid-column: 2;
  }
  footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center{
    grid-row: 3;
    margin: 0 auto;
    margin-top: 0px;
  }
  .enf-subfooter a.foot_l{
    line-height: 20px;
    margin: 0  auto;
  }
  .enf-subfooter a.foot_l.link1{
    left: 0;
  }
   footer.enf1 > div.enf-main > div.enf-main-inner {
        grid-template-columns: var(--logo-width) auto auto auto;
        justify-content: center;
      }
      footer.enf1 > div.enf-main > div.enf-main-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 8px;
      }  
      footer.enf1.enf1-1-2 div.enf-misc2 {
        position: relative;
        margin: 0px auto 0;
        gap: 10px;
      }
      .logo_address{
        align-items: center;
        text-align: center;
        padding: 0;
      }
}
footer.enf1 #slideshow1 {position: relative;margin: 0 auto;background: #000;}
footer.enf1 #slideshow1 .nivoSlider {margin-left: 0 !important;}
footer.enf1 #slideshow1 .nivoSlider, footer.enf1 #slideshow1 .nivo-slice { max-height: 37.69vw; display: block; min-width: 100%; width: unset!important;z-index: 0;}
#slideshow1::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0, 19, 62, 0.9) 85%, rgba(0, 19, 62, 0.9) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#slideshow1 br {
  display: none;
}

footer.enf1 div.enf-subfooter-inner a {
  font-size: clamp(11px,1.03vw,13px);
  line-height: clamp(14px,1.5vw,18px);
  color: #ffffff;
  font-family: var(--website-font);
  font-weight: 400;
  position: relative;
  top: 0;
  letter-spacing: 0.299px;
  width: fit-content;
}
footer.enf1 div.enf-subfooter-inner a:is(:hover,:focus){
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
footer.enf1 #slideshow1 .eagles-text{
    top: 50%;
    transform: translateY(-50%);
    line-height: clamp(35px,6.349vw,80px);
    font-size: clamp(30px,6.349vw,80px);
    margin: 0 auto;
}
#academica_logo{
    top: 0;
}
}
.enf-subfooter-logo{
    position: relative;
    background:var(--website-color);
}
.enf-subfooter-logo-inner {
    margin: 0 auto;
    max-width: 1070px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
     flex-wrap: wrap;
    padding: 19px 20px 13px 39px;
    box-sizing: border-box;
    gap: clamp(20px,8.57vw,108px);
 }

.fortify-logo a,
.Cognia_Seal a,
.blue-ribbon a,
.somerset-inc a{
      display: block;
}
.fortify-logo,
.Cognia_Seal,
.blue-ribbon,
.somerset-inc{
  align-self: center;
   display: flex!important;
  align-items: center;
  left: 0;
  top:0px;
  position: relative;
}
.Cognia_Seal{
  left: 1px;
  top: -3px;
}
.blue-ribbon {
  left: -5px;
  top: -2px;
}
.somerset-inc{
  left: -4px;
  top:-1px;
}
.enf-subfooter-logo div img {
  width: clamp(120px,15.31vw,193px);
  height: auto;
  /*! object-fit: contain; */
    position: relative;
    transition: 0.3s all ease-in-out;
top: 0;
}
.enf-subfooter-logo div a:is(:hover,:focus) img {
transform: scale(1.05);

}
.Cognia_Seal img {
  width: clamp(80px,11.349vw,143px) !important;
}
.blue-ribbon img {
  width: clamp(80px,11.42vw,144px) !important;
}
.somerset-inc img {
  width: clamp(80px,11.984vw,151px) !important;
}
.fortify-logo img{
    width: 204px;
}
@media only screen and (max-width: 1260px) {
    .enf-subfooter-logo-inner{
        justify-content: center;
    }
    footer.enf1.enf1-1-2 > div.enf-main > div.enf-main-inner{
        padding: 0 10px;
    }
}
@media only screen and (max-width: 768px) {
.enf-subfooter-logo-inner{
  padding: 20px;
  gap: 20px;
}
footer.enf1 #slideshow1 .nivoSlider, footer.enf1 #slideshow1 .nivo-slice{
    max-height: clamp(300px,61.84vw,475px);
}
  .site-logo{
    align-items: center;
    padding: 20px 0 20px;
  }
}