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: grid;
    grid-template-columns:var(--logo-width) auto 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: 28px;
    left: -3px;
}

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 / 3;
    display: flex;
    margin: 49px 0 0 -22px;
}

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:700;
    text-transform: capitalize;
    padding:0;
    letter-spacing:0.7px;
}
footer.enf1 div.enf-website-name span{
    display: block;
    font-weight:400;
    letter-spacing: 0.65px;
    color: var(--website-name-color);
}

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: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-area: 1 / 3 / 3 / 6;
}

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: 39px 0 0 0px;
    letter-spacing: 0.2px;
    margin: 0 0 0 16px;
    font-weight: 600;
    position: relative;
    left: 6px;
}
footer.enf1 div.enf-address a{
    display: inline-block;
}
footer.enf1 div.enf-address #address-text{
    margin:8px 0 0 1px;
}
footer.enf1 div.enf-address #address-text span{
    display: inline-block;
    margin: 0 4px 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;
    margin:26px 0 0 54px;
}



footer.enf1 div.enf-misc2 {
    box-sizing: border-box;
    height: 100%;
    grid-row: 1 / 4;
    grid-column: 4;
    align-self: end;
    display: flex;
    flex-direction: revert;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
    justify-content: flex-end;
    padding:8px 0 0 0;
    box-sizing: border-box;
}
footer.enf1 div.enf-misc2 a {
    display: flex;
    width: 100%;
    max-width:119px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

footer.enf1 div.enf-misc2 img {
    width: 100%;
    height: 100%;
}

footer.enf1 div.enf-misc2 a.wasc-link{
    display: inline-block;
    display: inline-block;
    position: relative;
    left: 7px;
    margin: 0;
}
footer.enf1 div.enf-misc2 a.ncac-link{
    display: inline-block;
    display: inline-block;
    position: relative;
    left: 7px;
    margin: 0;
	border-radius:0 !important;
}
footer.enf1 div.enf-misc2 a.doe-link{
    display: inline-block;
    position: relative;
    right: 2px;
    margin: 16px 0 0 0px;
}

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);
    border-top: 1px solid #181818;
    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;
}

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: 10px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a{
    letter-spacing: 0.65px;
    line-height: 20px;
    font-size: 15px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a.web-link{
    letter-spacing: 0.65px;
}

footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
    margin:16px 0 0 0px;
}
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: 20px;
    box-sizing: border-box;
    padding-right: 1.5px;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-right a{
    letter-spacing: 0.38px;
    line-height: 20px;
    font-size: 15px;
    text-align: right;
}
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: #ff8700 !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;
    margin: 0 0 0 10px;
}

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: 0 0 15px var(--logo-shadow-color);
    width: 186px;
    height: 152px;
}

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

#footer-banner .enf-main-inner{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding:0px 0 0 0;
    box-sizing: border-box;
}


/* Slideshow editor */
.enf-misc1  .simple .carousel-horizontal .carousellist {
    display: none !important;
}

.enf-misc1 .simple div.carouselwrap {
    width: 100% !important;
    position: relative;
    bottom: 15px;
    max-width: unset;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 31;
}
.enf-misc1 .simple .carousel-horizontal .button {
    position: absolute;
    top: -61px !important;
    bottom: unset;
    width: 14px !important; 
    height: 21px !important;
    cursor: pointer;
    border-radius: 0 !important;
}
.enf-misc1 .simple .carousel-horizontal .leftTopButton {
    left:-22px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -10px -10px !important;
}
.enf-misc1 .simple .carousel-horizontal .rightBottomButton {
    right:-20px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -112px -10px !important;
}
.enf-misc1 .simple .carousel-horizontal .leftTopButton:hover {
    left:-22px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -44px -10px !important;
}
.enf-misc1 .simple .carousel-horizontal .rightBottomButton:hover {
    right:-20px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -78px -10px !important;
}
.enf-misc1 .simple .carousel-horizontal .leftTopButton:focus {
    left:0px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -146px -10px !important;
    width: 22px !important;
    height: 29px !important;
    bottom: -4px !important;
}
.enf-misc1 .simple .carousel-horizontal .rightBottomButton:focus {
    right:0px !important;
    background: transparent url(/pics/footer-arrows.png) no-repeat -188px -10px !important;
    width: 22px !important;
    height: 29px !important;
    bottom: -4px !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;
    }

}

@media only screen and (max-width: 1260px) {
    footer.enf1 > div.enf-main {
        padding:12px 15px;
        box-sizing: border-box;
    }
    footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
        padding: 0 15px;
        box-sizing: border-box;
    }
    footer.enf1 .enf1-logo-cont {
        top: 0px;
        left: 0;
    }
    footer.enf1 div.enf-misc2 a {
        max-width: 100px;
    }
    footer.enf1 div.enf-website-name-motto {
        margin: 20px 0 0 -12px;
    }
    footer.enf1 div.enf-address {
        margin: 0 25px;
        left: 0;
    }
    footer.enf1 div.enf-misc1 {
        box-sizing: border-box;
        margin: 26px 15px 0 15px;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 {
        margin: 0 0 0 25px;
    }
}

@media only screen and (max-width: 1075px) {
    footer.enf1 > div.enf-main {
        padding: 25px 15px;
        box-sizing: border-box;
    }
    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: 10px auto 25px auto;
        justify-content: center;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        display: block;
        height: auto;
    }
    footer.enf1 a:any-link {
        margin: 0 auto;
        line-height: 22px;
    }
    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: 48px;
    }
    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 a:any-link {
        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 {
        margin: 0;
        left: 0;
    }
    .simple .infowrap-horizontal {
        left: -15px;
    }
    .enf-misc1 .simple .carousel-horizontal .leftTopButton, .enf-misc1 .simple .carousel-horizontal .leftTopButton:hover{
        left: -35px !important;
    }
    footer.enf1 > div.enf-subfooter {
        padding: 15px 15px 10px 15px;
        box-sizing: border-box;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-left a{
        margin:0 auto 5px auto;
    }
    footer.enf1.enf1-4-3 div.enf-misc2 {
        margin:10px 0 0 0;
    }
}

@media only screen and (max-width: 700px){
    div.enf-details {
        display: flex;
        flex-direction: column;
        padding: 0 0 0px 0;
    }
    footer.enf1 div.enf-website-name span {
        margin: 12px 0 0 0;
    }
    footer.enf1.enf1mob-1-2 div.enf-address {
        margin: 10px auto 25px auto;
        text-align: center;
        padding: 0 0 0 0;
    }
    footer.enf1.enf1mob-1-2 div.enf-phone {
        text-align: center;
        margin: 15px auto 15px auto;
    }
    footer.enf1 div.enf-misc2 {
        align-self: center;
        padding: 0;
        margin: 25px 0 0 0;
    }
    footer.enf1 div.enf-misc2 a.wasc-link {
        left: 0;
        margin: 0;
    }
    footer.enf1 div.enf-misc2 a.doe-link {
        right: 0;
    }
    footer.enf1 div.enf-misc2 a {
        max-width: 110px;
         margin: 15px auto 0 auto;
    }
    footer.enf1 div.enf-misc1 ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    footer.enf1 div.enf-misc1 ul li {
        margin: 0 0 5px 0;
    }
    footer.enf1.enf1mob-1-2 div.enf-misc1 {
        position: relative;
        left: 10px;
    }
}











