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;
    background: var(--footer-main-background);
    box-sizing: border-box;
}

footer.enf1 > div.enf-main {
    padding: var(--footer-main-padding-top) var(--footer-inner-margin-left-right) var(--footer-main-padding-bottom);
}

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: 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 .enf1-logo-cont {
    grid-row: 1 / 3;
    grid-column: 3;
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 198px;
    margin: 0;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
}
footer.enf1 .enf1-logo-cont a{
    display: inline-block;
    position: relative;
    top: -77px;
    left: 1px;
    z-index: 5;
    margin: 0 auto;
}

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 {
    grid-row: 1;
    grid-column: 1 / 3;
    display: block;
    line-height: var(--website-name-line-height);
    justify-content: flex-start;
    width: 100%;
    min-width: 800px;
}

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: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05px;
    margin: 39px 0 0px -3px;
    position: relative;
    top: 0px;
}
footer.enf1 div.enf-website-name span{
    display: block;
    font-family: 'Babylon5';
    font-size: 40.5px;
    font-weight: 400;
    line-height: 38.5px;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fefefe;
    text-transform: capitalize;
    position: relative;
    top: 8px;
    left: 0px;
}

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);
    margin: 43px 0 0 41px;
}

div.enf-details{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
div.enf-details #enf-info{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 4px 0 0 -1px;
}

footer.enf1 div.enf-address {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
    line-height: var(--address-line-height);
    font-weight: 700;
    letter-spacing: 0.45px;
    color: #fff;
    padding: 0;
    margin: 0 31px 0px 0px;
}

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);
    line-height:var(--address-line-height);
    margin-left: 0px;
    margin-top: 0px;
    font-weight: 700;
    letter-spacing: 0.45px;
    color: #fff;
}
footer.enf1 div.enf-phone a{
    display: inline-block;
    margin: 0 0 0 0px;
}
footer.enf1 div.enf-phone a span{
    display: inline-block;
    margin-right: 0px;
}
footer.enf1 div.enf-phone a span#fx-no{
    margin-left: 9px;
}
.en-footer-link:hover, .en-footer-link:focus{
    color: #fff !important;
    text-decoration: underline !important;
}

footer.enf1 div.enf-schools-links{
    grid-row: 1 / 3;
    grid-column: 4 / 6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0px 0 0 0px;
    box-sizing: border-box;
    margin: 0 1px 0 0;
}
#enf-apps{
    width: 100%;
    max-width: 144px;
    margin: 28px 33px 0 0;
}
#enf-apps a{
    display: inline-block;
    width: 100%;
    max-width: 144px;
}
#enf-apps a#apple-store{
    margin:0 0 8px 0;
}
#enf-apps a img{
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
#enf-apps a:hover img, #enf-apps a:focus img{
    transform: scale(0.90);
    transition: all 0.3s ease-in-out;
}
#ccsd-link{
    width: 100%;
    max-width: 121px;
    margin: 40px 0px 0 0;
}
#ccsd-link img{
    width: 100%;
}

#we-ccsd-link{
    width: 100%;
    max-width: 118px;
    margin: 22px 28px 0 0;
}
#we-ccsd-link img{
    width: 100%;
}


footer.enf1 div.enf-misc1 {
    grid-row:1;
    grid-column: 3;
    align-self:start;
    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;
    justify-content: flex-end;
    margin: 5px 16px 0 30px;
}

footer.enf1 div.enf-misc2 {
    box-sizing: border-box;
    height: 100%;
    grid-row: 1 / 4;
    grid-column: 4;
    align-self: end;
    font-family: var(--misc-font-family);
    font-size: var(--misc-font-size);
    color: var(--misc-font-color);
    display: flex;
    flex-direction: column;
    gap: var(--misc2-gap);
    justify-content: center;
    align-items: center;
    overflow: visible;
}

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

#apps-box{
    width: 100%;
    margin: 27px 0px 0 0;
    position: relative;
    left: 1px;
}
.download-holder {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 5px;
    justify-content: center;
}


#enf-web-links{
    width: 100%;
    min-height: 218px;
    background:url(/pics/footer-image.jpg) no-repeat top center #051446;
    background-size: cover;
    overflow-x: hidden;
}
#enf-web-links #enf-web-links-inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    min-height: 218px;
    position: relative;
}
#enf-web-links #enf-web-links-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #051446;
    z-index: 0;
}
#enf-web-links #enf-web-links-inner #enf-social-links{
    width: 100%;
    max-width: 80px;
    height: 100%;
    min-height: 218px;
    position: relative;
    background: #051446;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 0px 0 0px 0;
    box-sizing: border-box;
}
#enf-web-links #enf-web-links-inner #enf-social-links::before{
    content: '';
    position: absolute;
    top: 0;
    left: -500%;
    width: 500%;
    height: 100%;
    background: #051446;
    z-index: 0;
}
#enf-web-links #enf-web-links-inner #enf-social-links a{
    width: 51px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #eb6709;
    background-color: #051446;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
    top: -2px;
    position: relative;
    left: 1px;
}
#enf-web-links #enf-web-links-inner #enf-social-links a:nth-child(2){
    height: 51px;
    top: -2px;
    position: relative;
    left: 1px;
}
#enf-web-links #enf-web-links-inner #enf-social-links a:nth-child(3){
    height: 50px;
    top: -2px;
    position: relative;
    left: 1px;
}
#enf-web-links #enf-web-links-inner #enf-social-links a img{
    width: auto;
    transition: all 0.4s ease-in-out;
}

#enf-web-links #enf-web-links-inner #enf-social-links a:hover, #enf-web-links #enf-web-links-inner #enf-social-links a:focus{
    border: solid 2px #eb6709;
    background-color: #eb6709;
    transition: all 0.4s ease-in-out;
}
#enf-web-links #enf-web-links-inner #enf-social-links a:hover img, #enf-web-links #enf-web-links-inner #enf-social-links a:focus img{
    transition: all 0.4s ease-in-out;
    -webkit-filter: brightness(0) invert(0) !important;
    filter: brightness(0) invert(0) !important;
}


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);
    box-sizing: border-box;
}

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;
    vertical-align: baseline;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left {
    grid-row: 1;
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: var(--subfooter-leftcont-right-padding);
    padding-top: 6.5px;
    padding-left: 1px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a{
    font-family: "sofia-pro",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #0c1f5f;
    position: relative;
    left: -1px;
}


footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
    margin: 12px 0 0 -1px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center a{
    min-height: 26px;
    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: 17.5px;
    box-sizing: border-box;
    padding-right: 1px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a{
    font-family: "sofia-pro",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #0c1f5f;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a.web-link{
    position: relative;
    top: 2px;
}

footer.enf1 div.footer-links{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 3px;
}

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

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


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

.enf-subfooter a:hover, .enf-subfooter a:focus{
    text-decoration: underline !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;
}

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 img {
    box-shadow: 0 0 10px var(--logo-shadow-color);
}

footer.enf1.enf1logo-4-3 .enf1-logo-cont img {
    box-shadow: none;
}

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

.enf-website-name br{
    display: block !important;
}

#footer-banner{
    display: none;
}

#nyc-link{
    display: block;
    width: 100%;
    max-width: 219px;
    margin: 33px 0px 0 0;
    position: relative;
    top: 0;
    left: 2px;
}
#nyc-link img{
    width: 100%;
}
#cardozo-link{
    display: block;
    width: 100%;
    max-width: 116px;
    margin: 25px 34px 0 0;
    position: relative;
    top: 0;
}
#cardozo-link img{
    width: 100%;
}


.app_stores{
    margin: 1px 3px 0 0;
}
.download-holder {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
    row-gap: 10px;
}
.download-holder a {
    display: inline-block;
    position: relative;
    top: 0;
    transition: all .4s ease;
    width: 105px !important;
    border-radius: 4px;
    background: #0c1f5f;
}

.download-holder img {
    height: 34px !important;
    width: 100% !important;
    border: solid 0px #fff;
    border-radius: 0px;
}
.download-holder a:first-child {
    margin:0 4px 0 0;
}
.download-holder img:first-child {
    margin: 0 0px 0 0 !important;
}
.download-holder a:hover, .download-holder a:focus{
    top: 5px;
}


/* 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;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        --remaining: calc((100% - var(--logo-width)) - 4 * var(--footer-inner-column-gap));
        --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;
    }
}

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

    footer.enf1 > div.enf-main {
        padding: 15px;
        box-sizing: border-box;
        background-size: cover;
    }
    #enf-web-links #enf-web-links-inner #enf-social-links{
        padding: 0 15px 0 15px;
    }
    footer.enf1 div.enf-website-name{
        margin: 0;
    }
    div.enf-details #enf-info {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 10px 0 0 0px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner{
        align-items: center !important;
    }
    #nyc-link {
        max-width: clamp(155px, 17.38vw, 219px);
        margin: 0;
        top: 0;
        left: 0;
    }
    #cardozo-link {
        max-width: clamp(90px, 9.21vw, 116px);
        margin: 0px 25px 0 0;
        top: 0;
    }
    #apps-box {
        width: 100%;
        margin: 20px 0px 0 0;
        position: relative;
        left: 0;
    }
    footer.enf1 div.enf-website-name-motto {
        min-width: clamp(470px, 63.49vw, 800px);
    }
    footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 990px) {
    div.enf-details #enf-info{
        flex-direction: column;
        row-gap: 5px;
    }
    .download-holder {
        flex-direction: column;
    }
    footer.enf1 div.enf-website-name-motto {
        min-width: clamp(470px, 60vw, 800px);
    }
    
}

@media only screen and (max-width: 768px) {
    footer.enf1 > div.enf-main {
        padding:15px 15px 25px 15px;
        box-sizing: border-box;
    }
 footer.enf1 .enf1-logo-cont {
        top: 0;
        left: 0;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        display: block;
        height: auto;
    
    }
    footer.enf1 .enf1-logo-cont {
        position: relative;
        margin: -80px auto 0 auto;
    }

    footer.enf1 div.enf-website-name-motto {
        text-align: center;
        display: block;
        margin: 5px auto 20px auto;
        max-width: unset;
        min-width: unset;
    }
    footer.enf1 div.enf-website-name {
        padding: 0px 0 0 0;
        margin: 0 0 17px 0;
        top: 0;
    }
    footer.enf1 div.enf-website-name span:nth-child(1) {
        left: 0;
        margin: 4px 0 0 0;
    }
    footer.enf1 div.enf-website-name span:nth-child(2) {
        left: 0;
        top: 0;
    }
    div.enf-details {
        display: block;
    }
    div.enf-details #enf-info {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    footer.enf1 .enf-details ul {
        padding: 0;
        margin: 15px 0 20px 0;
    }
    footer.enf1 .enf-details ul li {
        line-height: initial;
        margin: 0 0 4px 0 !important;
    }
    footer.enf1 div.enf-address, footer.enf1 div.enf-phone a {
        margin: 0 auto
    }
    footer.enf1 div.enf-phone {
        margin: 0 auto;
    }
    
    footer.enf1 div.enf-phone a {
        margin: 0 0 5px 0px;
    }
    #enf-app-info #enf-app-inner {
        align-items: flex-start;
        column-gap: 15px;
    }
    #say-something-link {
        width: 100%;
        max-width: 130px;
        margin: 10px 0 0 0;
        position: relative;
        z-index: 6;
    }
    footer.enf1 div.enf-schools-links {
        justify-content: center;
    }
    footer.enf1 #footer-links ul li {
        text-align: center;
        margin: 0 0 6px 0;
    }
    footer.enf1 .enf1-logo-cont a {
        margin: 0px auto 0 auto;
        width: 100%;
        max-width: 198px;
        left: 0;
        top: 0;
    }
    footer.enf1.enf1logo-4-3 .enf1-logo-cont img{
        width: 100%;
    }
    footer.enf1 > div.enf-subfooter {
        padding: 10px 15px 10px 15px;
    }
    footer.enf1 .enf1-logo-cont{
        width: 100%;
    }
    footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
        padding: 0;
        box-sizing: border-box;
    }
    .download-holder {
        flex-direction: row;
    }
    #enf-apps {
        width: 100%;
        max-width: 130px;
    }
    #enf-web-links #enf-web-links-inner ul {
        padding: 10px 0 0 0;
        margin: 0 0 0 0px;
        column-gap: 30px;
    }
    #enf-web-links #enf-web-links-inner ul {
        padding: 10px 0 10px 0;
        margin: 0 0 0 0px;
        column-gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    div.enf-details #enf-info {
        display: flex;
        justify-content: center;
        margin: 0;
        align-content: center;
    }
    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;
        top: 0;
    }
    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;
    }
    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 {
        font-size: clamp(32px, 4.75vw, 47px);
    }
    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;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a {
        left: 0;
        margin: 0 auto 4px auto;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a {

        margin: 0 auto;
    }
}





