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);
  }
  
  footer.enf1 > div.enf-main {
    background: var(--footer-main-background);
  }
  footer.enf1 a:any-link {
    position: relative;
    text-decoration: none;
    line-height: 24px;
    color: var(--footer-font-color);
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    transition: 0.4s all ease;
  }
  footer.enf1 a:any-link:hover {
    color: var(--footer-font-color-hover);
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    position: relative;
    width: min(100%, var(--en-website-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 285px auto;
    align-items: flex-start;
    padding: 41px 0 0px;
    grid-gap:25px;
    z-index: 2;
    justify-content: space-between;
    border-top:3px solid #ededed;
  }
  footer.enf1 > div.enf-main > div.enf-main > * {
    overflow: hidden;
  }
  footer.enf1 .enf1-logo-cont {
    position: relative;
    margin: 0px 0 -1px -11px;
  }
  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 {
    padding: 0;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
  }
  footer.enf1 #footer_contact1 {
    margin: 0 0 0 53px;
      top: 0;
      letter-spacing: 0.4px;
  }
  footer.enf1 div.enf-address a {
    letter-spacing: 0.45px;
    top: 0;
  }
  footer.enf1 div.enf-address {
    margin: 1px 0 0;
  }
  
  footer.enf1 div.enf-phone {
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
    float: right;
    margin: 0 47.5px 0 0;
  }
  footer.enf1 div.enf-misc1 {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 21px 0 0 auto;
  }
  footer.enf1 div.enf-misc2 {
    box-sizing: border-box;
    height: 100%;
    font-family: var(--misc-font-family);
    font-size: var(--misc-font-size);
    color: var(--misc-font-color);
    display: flex;
    gap: var(--misc2-gap);
    justify-content: flex-end;
    overflow: visible;
    align-items: center;
    margin: 12px 0 0 0;
  }
  
  footer.enf1 div.enf-misc2 a {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  footer.enf1 div.enf-misc2 img {
    max-width: 100%;
    max-height: 100%;
  }
  
  footer.enf1 > div.enf-subfooter {
    background: var(--subfooter-background);
  }
  
  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;
    flex-direction: column;
    padding-right: var(--subfooter-leftcont-right-padding);
  }
  
  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);
  }
  
  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-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-4-2 .enf1-logo-cont a {
    display: inline-block;
    z-index: 2;
    margin: 0;
  }
  footer.enf1.enf1wname-1-2 div.enf-website-name-motto {
    align-self: center;
  }
  
  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;
  }
  .enf-subfooter-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-height: 37px;
    align-items: center;
    box-sizing: border-box;
    padding:5px 0 5px;
      display: grid;
      grid-template-columns: 1fr 1fr auto;
  }
  .sub-footer-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    margin:0 0 0;
    position: relative;
    top: 1px;
    left: -1px;
  }
  .enf-subfooter-inner a {
    left: 0.5px;
    top: 3px;
  }
  .enf-subfooter-inner a#edunet_footer {
    left: 54px;
    width: 163px;
    height: 19px;
    top: 0px;
  }
  .non-dis-div {
    width: 100%;
    max-width: 635px;
  }
  .non-dis-heading {
    color: #404040;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    margin:0 0 0;
  }
  .non-dis-text {
    color: #404040;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    margin:
  0 0 0;
  }
  /* app store */
  .app_links {
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    margin:-30px 0 0;
  }
 
  .download-holder {
    position: relative;
    display: flex;
    column-gap: 14px;
  }
  .download-holder a {
    background:url('/_MASTER/common_pics/app_icons.png') no-repeat;
    width: 127px;
    height: 37px;
    top: 0;
  }
  #appStoreIcon {
    background-position: center left;
  }
  .download-holder a img {
    opacity: 0;
    height: 0;
  }
  #googlePlayIcon {
    background-position: center right;
  }
  .download-holder a:hover,
  .download-holder a:focus {
    transform: scale(1.05);
  }
  /* app store */
  
  #footer_moto h2 {
    font-family: "Libre Baskerville", serif;
    font-size: clamp(24px, 3.5vw, 42px);
    line-height: clamp(35px, 4vw, 50px);
    font-weight: 400;
    color: #2b3e9e;
    font-style: italic;
    position: relative;
    letter-spacing: 0.15px;
    margin: 0 0 0 -4.5px;
  }
  #footer_social {
    display: flex;
    gap:11px;
    margin: 0px -8px 0 0;
    top: -1px;
    position: relative;
    justify-content: flex-end;
    align-items: center;
  }
  #footer_social a:nth-child(1) {
    left: 7.5px;
    top: -1px;
  }
  #footer_social a {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.4s all ease;
    border: 2px solid transparent;
  }
  #footer_social a:is(:hover, :focus) {
    border-color: #2b3e9e;
  box-shadow: 3px 1px 15px 0px rgba(0, 0, 0, 0.15);
  }
  #footer_moto {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 0 50.5px;
  }
  #footer_right {
    position: relative;
    display: flex;
    /* flex-direction: column; */
    align-items: flex-start;
    margin: 22px 0 0 0;
      top: 1px;
      gap:
    40px;
  }
  

  #footer-ceneter-inner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 28px 0 27px;
  }
  .footer-logos {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap:24px;
  }
  .footer-logos a {
    transition: 0.4s all ease;
  }
  .footer-logos a:hover, .footer-logos a:focus {
    transform: scale(1.02);
  }
  a.schl-logo1 {
    width: 200px;
    height: 60px;
    left: -1px;
  }
  a.schl-logo2 {
    width: 155px;
    height: 69px;
    left: 6px;
  }
  a.schl-logo3 {
    width: 100px;
    height: 100px;
    position: relative;
    top: -37px;
    left: 3px;
  }
  .footer-logos img {
    width: 100%;
    height: auto;
  }
  /* footer nav */
  #footer_nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }
  #footer_nav ul .nav_icon {
    display: none;
  }
  #footer_nav ul > li > a.nav_items_0 {
    font-family: "impact";
    font-size: 18px;
    line-height: 20px;
    color: #2b3e9e;
    font-weight: normal;
    position: relative;
    letter-spacing: 0.4px;
    margin: 0 0 34px;
    pointer-events: none;
  }
  #footer_nav ul > li > ul li.nav_item_last {
    display: unset;
  }
  #footer_nav ul.nav_items_0 > li > a {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #4c4c4c;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
    transition: 0.4s all ease;
    margin: 0 0 9.75px;
  }

  footer.enf1 > #footer_nav > div > ul {
    display: grid;
    gap: 27px;
    grid-template-columns: 24% 25% 20% 21%;
    align-items: flex-start;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  }
  /* #footer_nav ul > li > ul {
    display: unset;
    left: 0.5px;
  } */
  #footer_nav {
    grid-template-columns: 850px auto;
    justify-content: space-between;
    padding: 85px 0 64px 39px;
    box-sizing: border-box;
  }
  #footer_nav_right a {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    background:#f3f4f9;
    color: #2b3e9e;
    letter-spacing: 1.25px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 9.5px 20px 9.5px 21px;
    display: inline-block;
    border-radius: 5px;
    transition: 0.4s all ease;
    border: 2px solid transparent;
    text-decoration: none;
    width: 260px;
    max-width: 260px;
  }
  #footer_nav ul > li > ul li.nav_item_last a {
    margin: 0;
  }
  #footer_nav ul.nav_items_0 > li > ul > li a {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #4c4c4c;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
    transition:0.4s all ease;
  margin: 0 0 5px;
  transition: 0.4s all ease;
  left: 0;
  }
  #footer_nav ul.nav_items_0 > li > ul {
    margin: 0;
    left: 5px;
  }
  #footer_nav ul.nav_items_0 > li > ul > li a:hover, #footer_nav ul.nav_items_0 > li > ul > li a:focus {
    left: 6px;
  }
  #footer_nav_right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 3px 0px 0 0;
  }
  #footer_nav_right a:last-child {
    background: #f3f4f9;
    color: #2b3e9e;
  }
  #footer_nav ul.nav_items_0 > li > a:is(:hover, :focus) {
    color: #141414;
    padding: 0 0 0 20px;
  }
  #footer_nav ul.nav_items_0 > li > a::before,#footer_nav ul.nav_items_0 > li > ul > li a:before {
    content: "";
    position: absolute;
    background: #2b3e9e;
    width: 0;
    height: 9px;
    left: 0.5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /* transform: translateY(-50%); */
    opacity: 0;
    transition: 0.4s all ease;
  }
  #footer_nav ul.nav_items_0 > li > ul > li a::before {
    left: -13px;
  }
  #footer_nav ul.nav_items_0 > li > a:is(:hover, :focus)::before,#footer_nav ul.nav_items_0 > li > ul > li a:is(:hover, :focus)::before {
    opacity: 1;
    width: 9px;
    background: #2b3e9e;
  }
  
  @media only screen and (max-width: 1220px) {
    #footer_nav_right {
      margin: 0;
    }
    #footer_nav {
      grid-template-columns: auto auto;
      gap:
  16px;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
      padding: 30.5px 14px 0;
      width: auto;
    }
    #footer-ceneter-inner {
      padding: 28px 10px 27px;
    }
    footer.enf1 .enf1-logo-cont {
      margin: 0;
    }
    #footer_right {
      margin: 24px 0 0 0;
      top: 0;
    }
    .enf-subfooter-inner {
      padding:
    5px 6px 5px;
    }
    #footer-ceneter-inner {
      gap:
    10px;
    }
  }
  @media only screen and (max-width: 1204px) {
  .footer-logos a {
    left: 0 !important;
  }
}
  @media only screen and (max-width: 1099px) {
    footer.enf1 > div.enf-main > div.enf-main-inner {
      grid-template-columns: 225px auto;
    }
    #footer_nav_right a {
      display: flex;
      align-items: center;
      justify-content: center;
    width: 100%;
    }
  }

  @media only screen and (max-width: 995px) {
    #footer_nav {
      grid-template-columns: auto;
      justify-content: center;
    }
    .footer-logos {
      justify-content: center;
      align-items: center;
    }
    a.schl-logo3 {
      top: 0;
    }
    #footer_nav_right {
      margin: 0;
      justify-content: center;
      align-items: center;
      flex-direction: unset;
      flex-wrap: wrap;
    }
  }
  @media only screen and (max-width: 800px) {
    footer.enf1 div.enf-address {
      margin:
    0;
      gap:
    10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    footer.enf1 #footer_contact1 {
      margin:
    0 0 0 0;
    }
    #footer_social {
      gap:
    10px;
      margin:
    0 auto;
      top: 0;
      justify-content: center;
      align-items: center;
    }
  }
  @media only screen and (max-width: 768px) {
    #footer_nav {
      gap: 35px;
      grid-template-columns: 100%;
    }
    #footer_nav_right {
      margin: 0;
      flex-direction: row;
      justify-content: center;
      max-width: 70%;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
    #footer_nav_right a {
      width: 100%;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
    }
    #footer_right {
      margin:
  0;
    }
    .footer-logos {
      flex-wrap: wrap;
      width: 100%;
      max-width: 490px;
    }
    #footer-ceneter-inner {
      padding:
  20px 10px 37px;
    }
    .enf-subfooter-inner a#edunet_footer {
      left: 0;
    }
    footer.enf1 > #footer_nav > div > ul {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  @media only screen and (max-width: 677px) {
    .enf-subfooter-inner {
      padding:
  14px 6px;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      gap:
  14px;
    }
    .sub-footer-text {
      top: 0;
      left: 0;
      grid-row:
    2;
      grid-column:
    1 / 3;
      margin:
    0 auto;
    }
    .enf-subfooter-inner a#edunet_footer {
      grid-column:
    1 / 3;
      margin:
    0 auto;
      grid-row:
    3;
    }
    .app_links {
      margin:
    -30px 0 0;
      grid-row:
    1;
      grid-column:
    1 / 3;
      margin:
    0 auto;
    }
    #footer-ceneter-inner {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }
    .non-dis-div {
      text-align: center;
    }
  }


  @media only screen and (max-width: 525px) {
    footer.enf1 > #footer_nav > div > ul {
      grid-template-columns: repeat(auto-fill, minmax(35%, 1fr));
      justify-content: space-between;
      gap: 0;
      row-gap: 35px;
    }
    #footer_nav_right {
      max-width: 100%;
    }
    #footer_nav ul > li > a.nav_items_0 {
      margin: 0 0 20px;
    }
    #footer_right {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 20px;
    }
  }
  
  #footer_nav_right a:is(:hover, :focus) {
    background:
    #2b3e9e;
      color: #fff;
      border-color:
    #2b3e9e;
  }
  
  
  
  #footer_nav ul > li.nav_item_first > a.nav_items_0, #footer_nav ul > li.nav_items_0.nav_item_first {
    display: none;
  }
  
  
