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

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);
    background-size: contain;
}

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);
    align-items: flex-start;
    display: block;
}
/*footer.enf1 > div.enf-main > div.enf-main-inner::before{
    content: '';
    position: absolute;
    bottom: -73px;
    right: -268px;
    width: 280px;
    height: 244px;
    background: url(/pics/enf-Mascot.png) no-repeat top center;
}*/

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

footer.enf1 .enf1-logo-cont {
    /*grid-area: 1 / 3 / 2 / 4;*/
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    max-width: 430px;
    min-width: 430px;
}
footer.enf1 .enf1-logo-cont a{
    display: inline-block;
    position: relative;
    top: -21px;
    left: 0.5px;
    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-area: 1 / 2 / 2 / 5;
    display: flex;
    line-height: var(--website-name-line-height);
    justify-content: space-between;
    width: 100%;
    max-width: 740px;
    margin: 0;
}

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);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-stretch: condensed;
    text-align: center;
    margin: -14px 0 27px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}



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

#enf-address-block{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
#enf-address-block .address-box{
    width: 100%;
    max-width: 210px;
    margin: 0;
}
#enf-address-block .address-box:nth-child(3){
    margin: 0 0 0 -10px;
}
#enf-address-block .address-box:nth-child(4){
    margin: 0 0 0 20px;
}
#enf-address-block .address-box:nth-child(5){
    margin: 0 0 0 0px;
}
#enf-address-block .address-box .enf-address-heading{
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-stretch: condensed;
    line-height: 20px;
    letter-spacing: 0.9px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    background: #153f92;
    min-height: 22px;
    padding: 1.5px 5.5px 0px 4px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 6px 0;
}
#enf-address-block .address-box:nth-child(2) .enf-address-heading{
    padding: 1.5px 5px 0px 4px;
}
#enf-address-block .address-box:nth-child(3) .enf-address-heading{
    padding: 1.5px 5px 0px 4px;
}
#enf-address-block .address-box:nth-child(4) .enf-address-heading{
    padding: 1.5px 5px 0px 4px;
}
#enf-address-block .address-box:nth-child(5) .enf-address-heading{
    padding: 1.5px 5px 0px 4px;
}
#enf-address-block .address-box .enf-address-details{
    font-family: "Sofia Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
    color: #2e3c55 !important;
    padding: 0 0 0 0.5px;
    box-sizing: border-box;
}

#enf-address-block .address-box a:hover, #enf-address-block .address-box a:focus{
    text-decoration: underline !important;
}


#enf-weblinks{
    width: 100%;
    min-height: 41px;
    background: #e2e2e2;
}
#enf-weblinks #enf-weblinks-inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    height: 100%;
    min-height: 41px;
    max-height: 41px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#enf-weblinks ul{
    padding: 2.5px 0 0 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 41px;
    width: 100%;
    max-width: unset;
    column-gap: 74px;
    box-sizing: border-box;
}
#enf-weblinks ul li{
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0px 0 0 0;
    margin: -4px 0 0 0;
}
#enf-weblinks ul li:nth-child(2){
    left: 6px;
}
#enf-weblinks ul li:nth-child(3){
    left: 11px;
}
#enf-weblinks ul li a{
    text-decoration: none;
    display: inline-block;
    font-family: "Sofia Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #2e3c55;
    position: relative;
    padding: 0 0 0 15.5px;
}
#enf-weblinks ul li a::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -11px;
    bottom: 0;
    margin: auto 0;
    width: 14px;
    height: 11px;
    opacity: 0.4;
    background: url(/pics/enf-arrow.png) no-repeat;
}
#enf-weblinks ul li:nth-child(3) a::before{
    left: -10px;
}
#enf-weblinks ul li a:hover, #enf-weblinks ul li a:focus{
    text-decoration: underline;
    color: #151b26;
}
#enf-weblinks ul li a:hover::before, #enf-weblinks ul li a:focus::before{
    opacity: 1;
}


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: row;
    align-items: flex-start;
    padding-right: var(--subfooter-leftcont-right-padding);
    padding-top: 17px;
    padding-left: 2px;
    column-gap: 19px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a{
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #fff;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
    margin: 9px 0 0 1px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center a{
    min-height: 23px;
    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: 18px;
    box-sizing: border-box;
    padding-right: 5px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a{
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.33px;
    text-align: left;
    color: #fff;
}
footer.enf1 div.footer-links{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0px;
}

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{
    width: 100%;
    margin:0px 0 0 0;
    position: relative;
    max-height: 352px;
    overflow: hidden;
}
#footer-banner .nivoSlider{
    margin-left: 0 !important;
}
#footer-banner img, #footer-banner .nivoSlider, #footer-banner .nivo-slice {
    max-height: 40vw;
    display: block;
    min-width: 100%;
    width: unset !important;
    position: relative;
    margin-left: 0 !important;
}

#enf-app-info{
    width: 100%;
    min-height: 70px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#enf-app-info #enf-app-inner{
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#enf-app-info #enf-app-inner p{
    padding: 0;
    margin: 0;
    font-family:"brandon-grotesque", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:21px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.app_stores{
    margin: 1px 3px 0 0;
}
.download-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    row-gap: 5px;
}
.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: 39px !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;
}
  

/* 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;
        position: relative;
    }
}

@media only screen and (max-width: 1260px) {
    footer.enf1 > div.enf-main {
        padding: 15px;
        box-sizing: border-box;
    }
    footer.enf1 .enf1-logo-cont a {
        top: -25px;
    }
    #enf-address-block .address-box .enf-address-heading{
        font-size: clamp(14px, 1.43vw, 18px);
        text-align: center;
    }
    #enf-address-block .address-box .enf-address-details {
        font-size: clamp(14px, 1.43vw, 18px);
        line-height: clamp(20px, 1.75vw, 22px);
    }
    #enf-address-block {
        gap: 20px;
        justify-content: center;
    }
    #enf-weblinks ul li a{
        font-size: clamp(14px, 1.27vw, 16px);
    }
    #enf-weblinks ul{
        column-gap: clamp(50px, 5.87vw, 74px);
    }
    #enf-address-block .address-box {
        width: 17.5%;
        max-width: unset;
        margin: 0;
    }
}

@media only screen and (max-width: 870px) {
    #enf-weblinks #enf-weblinks-inner {
        padding: 12px 15px 10px 15px;
        box-sizing: border-box;
        max-height: unset;
    }
    #enf-address-block {
        gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 15px;
    }
    #enf-address-block .address-box {
        width: 100%;
        max-width: 160px;
        margin: 0;
    }
    #enf-address-block .address-box {
        text-align: center;
    }
    #enf-address-block .address-box .enf-address-details {
        text-align: center;
    }
    #enf-address-block .address-box:nth-child(3){
        margin: 0 0 0 0px;
    }
    #enf-address-block .address-box:nth-child(4){
        margin: 0 0 0 0px;
    }
    #enf-address-block .address-box:nth-child(5){
        margin: 0;
    }
    #enf-weblinks #enf-weblinks-inner {
        padding: 10px 15px;
        box-sizing: border-box;
    }
    #enf-weblinks ul {
        column-gap: 30px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 5px;
    }
}

@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 {
        min-width: unset;
    }
    footer.enf1 > div.enf-subfooter{
        overflow: hidden;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
        margin: 10px auto 0 auto;
    }
}

@media only screen and (max-width: 540px) {
    #enf-address-block {
        row-gap: 20px;
    }
    #enf-address-block .address-box {
        width: 45%;
        max-width: 160px;
        margin: 0;
    }
    #enf-weblinks ul {
        column-gap: 30px;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 3px;
        align-items: flex-start;
        padding: 0;
        width: 100%;
        max-width: 248px;
        margin: 0 auto;
      }
    #enf-weblinks ul li {
        list-style: none;
        position: relative;
        display: inline-block;
        padding: 0px 0 0 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }
    #enf-weblinks ul li:nth-child(2) {
        left: 0;
    }
    #enf-weblinks ul li:nth-child(3) {
        left: 0;
    }
    #enf-weblinks ul li:nth-child(3) a::before {
        left: -11px;
    }
}