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;
	z-index: 1;
	position: relative;
}
#wrapper footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
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: grid;
    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;
}


footer.enf1 .enf1-logo-cont {
    grid-area: 1 / 1 / 3 / 2;
    position: relative;
    display: flex;
    align-items: start;
    margin-top: var(--logo-margin-top);
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 51px 0 0 0;
}

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-area: 1 / 2 / 3 / 5;
    display: block;
    margin: 42px 0 0 -14px;
}

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:500;
    text-transform: capitalize;
    padding:0;
    letter-spacing: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);
}

div.enf-details{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: revert;
}

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);
    padding: 0px 0px 0 0px;
    letter-spacing: 0;
    margin:18px 0px 0 0px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
footer.enf1 div.enf-address .enf-address-txt{
    margin: 0;
    letter-spacing: 0px;
}
footer.enf1 div.enf-address a{
    display: inline-block;
}
footer.enf1 div.enf-address #address-text{
    margin:1px 0 0 77px;
    letter-spacing: -0.1px;
}
footer.enf1 div.enf-address #address-text span{
    display: inline-block;
    padding: 0 1px 0 0;
}
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: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 0 0 1.5px;
}
footer.enf1 div.enf-misc1 a{
    font-family: "degular",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
#enf-left-links{
    width: 100%;
    margin: 33px 0 0 0;
    display: flex;
    justify-content: flex-end;
    column-gap: 18px;
}
footer.enf1 div.enf-misc1 a:hover, footer.enf1 div.enf-misc1 a:focus{
    color: #f89521;
    text-decoration: underline;
}

.enf-misc2 .nyc-link{
    display: block;
    margin: 89px 0px 0 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);
}

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: center;
    padding-right: var(--subfooter-leftcont-right-padding);

}

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

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: 6px;
    box-sizing: border-box;
}
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{
    padding: 5px 0;
    box-sizing: border-box;
}
.enf-subfooter a:hover, .enf-subfooter a:focus{
    text-decoration: underline !important;
    color: #000 !important;
    text-shadow: 0px 0px 1px#000;
}
a.staff-footer-link{
    width: 113px !important;
    min-height: 36px;
    background-color: #f2f5f7;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.65px !important;
    text-align: center;
    color: #000 !important;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:6px 25px 0 2px !important;
    padding: 6px 5px 5px 10px;
    box-sizing: border-box;
    transition: all 0.5s ease-in-out;
}
a.staff-footer-link:hover, a.staff-footer-link:focus{
    color: #fff !important;
    background: #024075;
    box-shadow: 0px -100px 0 0 #024075 inset;
    text-decoration: none !important;
    text-shadow:none !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;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

footer.enf1.enf1-4-3 div.enf-misc2 a.wasc-link{
    display: inline-block;
    width: 100%;
    max-width: 215px;
    margin:7.5px 0 0 0px;
}
footer.enf1.enf1-4-3 div.enf-misc2 a.wasc-link img{
    width: 100%;
}
footer.enf1.enf1-4-3 div.enf-misc2 a.doe-link{
    display: inline-block;
    width: 100%;
    max-width: 119px;
    margin: 3px 0 0 0;
    border-radius: 50%;
}
footer.enf1.enf1-4-3 div.enf-misc2 a.doe-link img{
    width: 100%;
    border-radius: 50%;
}

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

.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: 118px !important;
    border-radius: 4px;
    background: #fff;

}
.download-holder img {
    height: 35px !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;
    }

}

@media only screen and (max-width: 1260px) {
    footer.enf1 > div.enf-main {
        padding:20px 20px 10px 20px;
        box-sizing: border-box;
    }
    footer.enf1 .enf1-logo-cont {
        top: 0px;
        left: 0;
        margin: 0;
    }
    footer.enf1 div.enf-misc2 a {
        max-width: 116px;
        margin: 0 !important;
    }
    footer.enf1 div.enf-misc2 a img{
        width: 100%;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        grid-template-columns: var(--logo-width) auto auto;
        align-items: center;
    }
    footer.enf1 div.enf-website-name-motto {
        margin: 0px 0 0 0px;
        max-width:unset;
    }
    div.enf-details {
        margin: 5px 0 0 0;
    }
    footer.enf1 div.enf-address {
        padding: 0px 0px 0 0px;
        margin:10px 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: 0 0 0 35px;
    }
    footer.enf1 div.enf-misc1 {
        margin: 0px 0 0 0px;
    }
    #enf-left-links {
        margin:30px 0 0 0;
    }
    #enf-left-links {
        column-gap: 25px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 a.doe-link {
        max-width: 100px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 a.wasc-link {
        max-width: 175px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 {
        gap: 15px;
        align-items: center;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 {
        gap: 15px;
        align-items: center;
        justify-content: center;
        margin: 15px 0 0 0;
    }
}

@media only screen and (max-width: 990px) {
    footer.enf1 > div.enf-main {
        padding: 25px 15px;
        box-sizing: border-box;
    }
    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.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;
    }
    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;
    }
    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:0px 0px 0 20px;
    }
    footer.enf1.enf1mob-1-2 div.enf-address br{
        display: none;
    }
	#wrapper footer {
	  position: relative !important;
	}
	#wrapper .content {
        padding: 0 0 80px 0;
        overflow-x: hidden;
	}

    div.enf-details {
        display: block;
    }
    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;
    }
    #enf-left-links {
        width: 100%;
        max-width: unset;
        margin: 10px auto 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
	footer.enf1 div.enf-misc2 a {
        max-width: 90px;
    }
    
}

@media only screen and (max-width:561px) {
    footer.enf1 div.enf-address #address-text {
        margin: 5px 0px 0 0px;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
        margin: 8px 0 0 0px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 a.wasc-link {
        max-width: 145px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 a.doe-link {
        max-width: 88px;
    }
    footer.enf1 div.enf-misc1 a {
        font-size: 13px;
    }
}   

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

#fx-no {
  margin-left: 25px;
}
}










