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

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

footer.enf1 a:any-link {
    text-decoration: none;
    color: inherit;
    margin: 0 0 0px 0;
    width: fit-content;
}

footer.enf1 a:any-link:hover {
    color: var(--footer-font-color-hover);
}

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: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-template-columns:var(--logo-width) 340px auto;
    grid-template-rows: auto 1fr auto;
    column-gap: var(--footer-inner-column-gap);
    row-gap: var(--footer-inner-row-gap);
    align-items: flex-start;
}

footer.enf1 > div.enf-main > div.enf-main > * {
    overflow: hidden;
}

#enf-school-info{
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
   max-width: 300px;
}
footer.enf1 .enf1-logo-cont {
    position: relative;
    display: flex;
    align-items: start;
    margin-top: var(--logo-margin-top);
    position: relative;
    top:0px;
    left: 0;
    z-index: 3;
    margin:46px 0 17px -5px;
}

footer.enf1 .enf1-logo-cont img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    flex-grow: 0;
    box-sizing: border-box;
}

footer.enf1 div.enf-website-name-motto {
    display:block;
    margin:33px 0 0 8px;
}

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);
    line-height: var(--website-name-line-height);
    color: var(--website-name-color);
    row-gap: 4px;
    font-weight:400;
    padding:0;
    letter-spacing:0px;
}
footer.enf1 div.enf-website-name span{
    display: block;
    font-family: "new-frank",sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 24.5px;
    letter-spacing: 3.4px;
    text-align: left;
    color: #fff;
    position: relative;
    left: -1px;
}

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

div.enf-details{
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

footer.enf1 div.enf-address {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    padding: 0;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    line-height: var(--address-line-height);
    color: var(--address-font-color);
    font-weight: 500;
    padding: 0px 0px 0 0px;
    letter-spacing: 0;
    margin:59px 0px 0 -65px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
footer.enf1 div.enf-address a{
    display: inline-block;
}
footer.enf1 div.enf-address #address-text{
    margin: 6.7px 0 0 -7px;
    letter-spacing: 0;
}
footer.enf1 div.enf-address #address-text span{
    display: inline-block;
    padding: 0 1px 0 0;
}
footer.enf1 div.enf-address #address-text span#fx-no{
    position: relative;
    left: -1px;
}
footer.enf1 div.enf-phone {
    grid-row: 1;
    grid-column: 2;
    align-self: start;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
}

footer.enf1 div.enf-misc1{
    box-sizing: border-box;
    display: block;
    margin: 60px 0px 0 0;
}

footer.enf1 div.enf-misc1 .footer_info{
    display: block;
}
footer.enf1 div.enf-misc1 .footer_info:nth-child(1){
    margin: 0 0 17px 0;
}
footer.enf1 div.enf-misc1 .footer_info a{
    text-decoration: none;
    display: inline-block;
    font-family:'EB Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
footer.enf1 div.enf-misc1 .footer_info a:hover, footer.enf1 div.enf-misc1 .footer_info a:focus{
    text-decoration: underline;
}
footer.enf1 div.enf-misc1 .footer_info span{
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.3px;
    text-align: left;
    color: #999;
    text-transform: uppercase;
    margin: 5px 0px 0 0px;
    position: relative;
    left: 1px;
}


footer.enf1 > div.enf-subfooter {
    grid-row: 4;
    grid-column: 1 / 5;
    background: var(--subfooter-background);
    padding: 0;
    font-family: var(--subfooter-font-family);
    font-size: var(--subfooter-font-size);
    color: var(--subfooter-font-color);
    min-height:var(--subfooter-height);
}

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

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

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: row;
    align-items: flex-start;
    padding-right: var(--subfooter-leftcont-right-padding);
    padding-top:12px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.65px;
    text-align: left;
    color: #fff;
    position: relative; 
    padding:0 0 0 0px;
    box-sizing: border-box;
    display: inline-block;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
    margin:8px 0 0 2px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center a{
    display: block;
}
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);
    padding-top: 12px;
    box-sizing: border-box;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.65px;
    text-align: left;
    color: #fff;
    padding:0 0 0 0px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    right: -2px;
}
footer.enf1 div.footer-links{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
}

.enf-subfooter a:hover, .enf-subfooter a:focus{
    text-decoration: underline !important;
    color: #fff !important;
}

  

/* 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;
    grid-area: 1 / 5 / 3 / 6;
}

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 {
    border-radius: 0%;
}

footer.enf1.enf1logo-4-2 .enf1-logo-cont {
    overflow: visible;
}
footer.enf1.enf1logo-4-2 .enf1-logo-cont a{
    overflow: hidden;
}
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;
}

#footer-menu{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/* Core styles/functionality */
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    min-height: 387px;
    height: 100%;
    padding:25px 0 20px 0;
    overflow: visible;
    max-height: unset;
}
#tab-text{
    position: relative;
    margin: 0px 0 0 3px;
}
#tab-text::before{
    content: 'OPEN MENU';
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height:20px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #600;
    top: 0px;
    position: relative;
    text-transform: uppercase;
}

/* Visual styles */
.accordion {
    color: #227093;
    border-top: 1px solid #1f1a18;
    border-radius: 0;
    overflow: hidden;
}
.tab__label,
.tab__close {
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height:20px;
    letter-spacing: 1.3px;
    text-align: center;
    color: #600;
    cursor: pointer;
    text-transform: uppercase;
}
.tab__label {
    justify-content: center;
    padding:16.5px 10px;
}
#tab-icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/pics/tab-plus.png) no-repeat center #fff;
    margin: 0 20px 0 0;
    position: relative;
    top: 1.5px;
}
#tab-icon .sr-text{
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    background: transparent !important;
    clip: rect(0 0 0 0);
    border: 0;
}
.tab input:checked + .tab__label #tab-text::before{
    content: 'close Menu';
}
.tab input:checked + .tab__label #tab-icon{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/pics/tab-close.png) no-repeat center #fff;
    margin: 0 22px 0 0;
    position: relative;
    top: 4px;
    left: 3px;
}
.tab__content{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
/*.tab__content{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: border-box;
}
.tab__content .site-menu{
    width: 100%;
    max-width: 150px;
    margin: 0;
    position: relative;
}
.tab__content .site-menu:nth-child(2){
    left: -10px;
}   
.tab__content .site-menu:nth-child(3){
    left:-20px;
}
.tab__content .site-menu:nth-child(4){
    left:-30px;
}
.tab__content .site-menu:nth-child(5){
    left: -40px;
}
.tab__content .site-menu:nth-child(6){
    left:-50px;
}
.tab__content .site-menu h2{
    font-family:'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: normal;
    text-align: left;
    color: #600;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab__content .site-menu:nth-child(4) h2{
    margin: 0 0 24px 0;
}
.tab__content .site-menu h2 a{
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
.tab__content .site-menu h2 a:hover, .tab__content .site-menu h2 a:focus{
    color: #000;
}
.tab__content .site-menu ul{
    padding: 0;
    margin: 0;
}
.tab__content .site-menu ul li{
    list-style: none;
    display: block;
    line-height: 20px;
    margin: 0 0 4px 0;
}
.tab__content .site-menu:nth-child(2) ul li:nth-child(2){
    margin:9px 0 4px 0;
}
.tab__content .site-menu:nth-child(2) ul li:nth-child(5){
    margin:8px 0 4px 0;
}
.tab__content .site-menu:nth-child(2) ul li:nth-child(9){
    margin:9px 0 4px 0;
}

.tab__content .site-menu:nth-child(3) ul li:nth-child(2){
    margin:9px 0 4px 0;
}
.tab__content .site-menu:nth-child(4) ul li:nth-child(5){
    margin:8px 0 4px 0;
}
.tab__content .site-menu:nth-child(4) ul li:nth-child(6){
    margin:9px 0 4px 0;
}
.tab__content .site-menu ul li a{ 
    display: inline-block;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #403631;
}
.tab__content .site-menu ul li a:hover, .tab__content .site-menu ul li a:focus{
    color: #600;
}*/

.footer_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* footer menu section*/
.footer-menu {
    border-bottom: 0;
    position: relative;
    padding: 0px 0 20px;
    width: 100%;
}
.footer-menu ul#nav_items_0 {
    display: flex;
    align-items: flex-start;
    list-style: none;
    justify-content:space-around;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    width: 100%;
    column-gap: clamp(20px, 3.97vw, 50px);
    row-gap: clamp(40px, 3.97vw, 50px);
}
.footer-menu ul li span.nav_icon,.footer-menu ul li span.nav_icon {
    display: none;
}
.footer-menu ul {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    position: relative;
}
.footer-menu #nav_items_0 li a {
    position: relative;
    text-decoration: none;
    margin:0 0 clamp(25px, 3.57vw, 45px);
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #600;
    text-transform: initial;
}
.footer-menu #nav_items_0 li:hover a, .footer-menu #nav_items_0 li:focus a{
    color: #1a1614;
}
.footer-menu a {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
}
.footer-menu #nav_items_0 li ul li a,.footer-menu #nav_items_0 li.over ul li a,.footer-menu #nav_items_0 li ul li a {
    min-width: 150px;
    max-width: 150px;
    text-decoration: none;
    height: auto;
    white-space: normal;
    text-shadow: none;
    font-variant: normal;
    position: relative;
    text-transform: none;
    white-space: normal;
    overflow-wrap: break-word;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height:14px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #403631;
}
.footer-menu #nav_items_0 > li:hover > a::before,.footer-menu #nav_items_0 > li.over > a::before,.footer-menu #nav_items_0 > li > a:focus::before,
.footer-menu #nav_items_0 > li:hover > a::after,.footer-menu #nav_items_0 > li.over > a::after,.footer-menu #nav_items_0 > li > a:focus::after {
    content: unset !important;
}
.footer-menu #nav_items_0 li ul li.hasSubNav ul {
    left: 20px;
}
  
.footer-menu #nav_items_0 > li > ul > li > a:hover, .footer-menu #nav_items_0 > li > ul > li:hover > a, .footer-menu #nav_items_0 > li > ul > li.over > a, .footer-menu #nav_items_0 > li > ul > li:hover > ul > a:hover,
.footer-menu #nav_items_0 > li > ul > li.over > ul > a:hover, .footer-menu #nav_items_0 > li > ul > li > ul > li:hover > a, .footer-menu #nav_items_0 > li > ul > li > ul > li.over > a,
.footer-menu #nav_items_0 > li > ul > li > ul > li:hover > ul > a:hover, .footer-menu #nav_items_0 > li > ul > li > ul > li.over > ul > a:hover, .footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li:hover > a,
.footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li.over > a, .footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li:hover > ul > a:hover, .footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:hover,
.footer-menu #nav_items_0 > li > ul > li > a:focus, .footer-menu #nav_items_0 > li > ul > li:focus > a, .footer-menu #nav_items_0 > li > ul > li:focus > ul > a:focus, .footer-menu #nav_items_0 > li > ul > li.over > ul > a:focus,
.footer-menu #nav_items_0 > li > ul > li > ul > li:focus > a, .footer-menu #nav_items_0 > li > ul > li > ul > li:focus > ul > a:focus, .footer-menu #nav_items_0 > li > ul > li > ul > li.over > ul > a:focus,
.footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li:focus > a, .footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li:focus > ul > a:focus, .footer-menu #nav_items_0 > li > ul > li > ul > li > ul > li.over > ul > a:focus {
    background: transparent !important;
    color: #600 !important;
}

#enfooter1 #sr-text{
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px !important;
    overflow: hidden;
    background: transparent !important;
    clip: rect(0 0 0 0);
    border: 0;
  }


/* 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: var(--logo-width) auto auto auto var(--misc2-container-width);
        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: 2;
    }

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

    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: 5;
    }

    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: center;
    }

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

}

@media only screen and (max-width: 1260px) {
    footer.enf1 > div.enf-main {
        padding:30px 20px 25px 20px;
        box-sizing: border-box;
    }
    #footer-menu {
        padding: 0 15px;
        box-sizing: border-box;
    }
    footer.enf1 .enf1-logo-cont {
        margin: 0px 0 17px 0px;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        align-items: center;
        justify-content: space-between;
    }
    footer.enf1 div.enf-website-name-motto {
        margin: 0px 0 0 0px;
        max-width:unset;
    }
    div.enf-details {
        margin:0px 0 0 -25px;
    }
    footer.enf1 div.enf-address {
        padding: 0px 0px 0 0px;
        margin:0px 0 0 0;
        width: 100%;
        box-sizing: border-box;
    }
    footer.enf1 div.enf-address .enf-address-txt {
        margin: 0px 0 0 0;
    }
    footer.enf1 div.enf-address #address-text {
        margin: 8px 0 0 0;
    }
    footer.enf1 div.enf-misc1 {
        margin: 0px 0 0 0px;
    }
    footer.enf1 div.enf-misc1 a {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 4px 0;
    }
    footer.enf1 > div.enf-subfooter {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .tab input:checked ~ .tab__content {
        padding: 26px 5px 20px 5px !important;
        overflow: auto !important;
        max-height: unset;
        width: 100%;
        box-sizing: border-box;
        row-gap: 40px;
        column-gap: 25px;
        justify-content: center;
    }
    .tab__content .site-menu:nth-child(2){
        left:0px;
    }   
    .tab__content .site-menu:nth-child(3){
        left:0px;
    }
    .tab__content .site-menu:nth-child(4){
        left:0px;
    }
    .tab__content .site-menu:nth-child(5){
        left:0px;
    }
    .tab__content .site-menu:nth-child(6){
        left:0px;
    }
}

@media only screen and (max-width: 840px) {
    footer.enf1 > div.enf-main {
        padding:30px 15px 30px 15px;
        box-sizing: border-box;
    }
    footer.enf1 div.enf-website-name {
        text-align: center;
        margin: 10px 0 15px 0;
    }
    #enf-school-info {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
    }
    footer.enf1 div.enf-misc1 {
        display: block;
    }
    div.enf-details {
        display: flex;
        align-items: center;
    }
    footer.enf1 div.enf-address {
        padding: 30px 0 0 0;
    }
    footer.enf1 div.enf-phone {
        margin: 30px 0 0 0;
    }
    footer.enf1 div.enf-misc1{
        margin:0;
        width: auto;
        padding-bottom: 0px;
    }
    footer.enf1 div.enf-misc1 ul {
        padding: 0;
        margin: 0;
        position: relative;
        left: 0;
    }
    footer.enf1 div.enf-website-name-motto {
        margin: 25px auto 10px auto;
        justify-content: center;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        display: block;
        height: auto;
    }
    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;
    }

    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;
    }
    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;
        text-align: center;
    }

    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 > div.enf-subfooter {
        padding: 20px 15px;
        box-sizing: border-box;
    }
    footer.enf1.enf1mob-1-2 > div.enf-subfooter > div.enf-subfooter-inner {
        grid-template-rows: auto auto;
        row-gap: 0px;
    }
    footer.enf1 .enf1-logo-cont {
        grid-row: 1;
        margin: 0 auto;
        grid-column: 1/4;
    }
    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-left {
        grid-row: 1;
        grid-column: 1 / 6;
        padding: 0;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
        grid-row: 3;
        grid-column: 2;
    }
    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-center {
        align-self: end;
        text-align: center;
    }
    footer.enf1 div.enf-website-name span {
        line-height: 44px;
    }
    footer.enf1.enf1mob-1-2 div.enf-subfooter-inner > div.enf-subfooter-right {
        grid-row: 2;
        grid-column: 1 / 4;
        padding: 0 !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 7px 0 10px 0;
    }
    footer.enf1 .enf1-logo-cont a{
        margin:0 auto;
    }
    #footer-banner h2 {
        font-size: clamp(50px, 10.00vw, 60px);
        line-height: clamp(92px, 20.67vw, 124px);
    }
    #footer-banner h2 span {
        font-size: clamp(82px, 23.33vw, 140px);
    }
    #footer-banner ul li {
        font-size: clamp(16px, 4.00vw, 24px);
    }
    #footer-banner ul li span {
        margin-left: clamp(5px, 4.00vw, 24px);;
    }
    #footer-banner ul li span.yellow-letter {
        margin-left: clamp(72px, 18.00vw, 108px);
    }
    div.enf-details {
        grid-row: 3;
        grid-column: 1 / 4;
    }
    footer.enf1 div.enf-phone a#footer-mailid {
        font-size: min(4.055vw, 15px);
    }
    a.staff-footer-link {
        margin:15px 0px 10px 0px !important;
    }
    footer.enf1 div.enf-address #address-text {
        margin:7px 0px 0 0px;
    }
    footer.enf1.enf1mob-1-2 div.enf-address br{
        display: none;
    }
	#wrapper footer {
	  position: relative !important;
	}
	#wrapper .content {
	  padding: 0 0 50px 0;
	}

    div.enf-details {
        display: block;
        margin: 0 auto 10px auto;
    }
    footer.enf1 div.enf-address {
        padding: 0;
        justify-content: center;
        margin: 15px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        max-width: unset;
    }
    footer.enf1 div.enf-misc1 {
        margin: 0;
        width: auto;
        padding-bottom: 0px;
        padding: 10px 0 0 0;
        text-align: center;
    }
    footer.enf1 div.enf-misc1 .footer_info span{
        text-align: center;
    }
    footer.enf1 div.enf-misc1 .footer_info a{
        margin: 0;
    }
    footer.enf1 div.enf-misc1 .footer_info:nth-child(1) {
        margin: 0 0 12px 0;
    }
}


@media only screen and (max-width: 364px) {
    .tab__content .site-menu {
        width: 100%;
        max-width: 140px;
    }
}










