#footerDummy {
    position: relative;
    width: 100%;
    height: 219px;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 320px;
    background-color: white;
    overflow: visible;
    text-align: center;
    letter-spacing: 0px;
}

.footerText {
    line-height: 33px;
}

.footerRapper {
    overflow: hidden;
    line-height: 15px;
}

.centeredContent {
    width: 1100px;
}

.columnsContainer {
    width: 75%;
    /* margin: auto; */
    margin-top: 55px;
    overflow: hidden;
    margin-left: 23%;
}

.column {
    float: left;
    color: black;
    margin-left: 2%;
    margin-right: 5%;
    max-width: 162px;
}

.lastText {
    line-height: 20px;
}

a:hover > .columnItem{
    font-weight: 900;
}

.columnHeading {
    font-weight: 900;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    color: #075946;
}

.columnItem {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.centerWrapper {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
}

.lastRow {
    width: 100%;
    float: left;
    margin-top: 108px;
    color: white;
    margin-bottom: 15px;
    font-size: 13px;
}

.footerColumn {
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    margin-top: 80px;
    color: white;
    width: 198px;
    margin-right: 35px;
    margin-left: 35px;
    text-align: left;
}

.followUsColumn {
    width: 135px;
}

.footerColumnLink {
    cursor: pointer;
}

.footerColumnLink:hover {
    text-decoration: underline;
}

.newsletterColumn {
    width: 25% !important;
    margin-right: 0px;
    float: left;
    color: white;
    margin-left: 5px;
}

.footerColumnTitle {
    position: relative;
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footerColumnRow {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 13px;
    float: left;
    width: 100%;
}

#footerBottom {
    background-color: #075946;
}

.rights {
    position: absolute;
    margin-left: 7.5%;
    font-size: 13px;
    text-align: left;
    line-height: 3rem;
    color: #fff;
    letter-spacing: .03em;
    font-weight: 500;
}

.byluna {
    pointer-events: none;
    margin-right: 0;
}

.lunaLink {
    display: block;
    overflow: hidden;
    margin-right: 7.5%;
    width: fit-content;
    float: right;
    height: 100%;
    margin-top: -1px;
}

#emailFooterInput {
    position: relative;
    width: 85%;
    height: 40px;
    color: #000;
    line-height: 30px;
    font-size: 14px;
    float: left;
    margin-top: -21px;
    max-width: 286px;
    box-sizing: border-box;
    border-bottom: 2px solid #075946;
}


#emailFooterInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    opacity: 1;
    text-transform: capitalize;
}

#emailFooterInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
    text-transform: capitalize;
}

#emailFooterInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
    text-transform: capitalize;
}

#emailFooterInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    opacity: 1;
    text-transform: capitalize;
}

#emailFooterInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 1;
    text-transform: capitalize;
}


#subscribeNewsletterButton {
    width: 100%;
    float: left;
    height: 42px;
    cursor: pointer;
}

#subscribeNewsletterButton:hover {
    opacity: 0.6;
}

#footerSocialIcons {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
}

.footerSocialIcon {
    position: relative;
    width: 42px;
    /* margin-left: 5px; */
    margin-right: 20px;
}

.newsletter_go {
    width: 10%;
    float: left;
    height: 42px;
    margin-top: -15px;
    margin-left: -22px;
    position: relative;
}

#vectorImg {
    margin: 0px auto;
    width: 8px;
    margin-top: 9px;
}

#footerLogo {
    width: 11%;
    height: 32%;
    float: left;
    margin-top: 3%;
    margin-left: 8%;
    margin-right: 3%;
}

#footerLogoImg {
    width: 150px;
}

#secondLineFoot {
    line-height: 0px;
    margin-left: 26px;
}

#footerCopyright {
    width: 100%;
    height: 31px;
    line-height: 31px;
    color: white;
    text-align: center;
    background-color: #2F2F2F;
    position: relative;
    top: 20%;
    font-size: 13px;
}

@media screen and (min-width:770px) and (max-width: 1100px) {
    #footer {
        width: 1100px;
    }
}



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

    #footer {
        height: auto;
        /* box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px -4px 24px rgba(0, 0, 0, 0.05); */
    }

    #footerDummy {
        height: 775px;
    }

    #footerLogo {
        position: relative;
        height: 50px;
        margin: 0 auto;
        float: none;
        width: 100%;
        margin-bottom: 0;
        margin-top: 60px;
        top: 55px;
    }

    #footerLogoImg {
        width: auto;
        height: 50px;
    }

    .centerWrapper {
        display: block;
        width: 100%;
    }

    .footerColumn {
        width: 100%;
        margin-top: 40px;
        float: none;
        margin-left: 0px;
        text-align: center;
    }

    .newsletterColumn {
        width: 80% !important;
        color: #fff;
        margin-left: 10%;
        position: relative;
        top: -760px;
    }

    .footerColumnTitle {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 15px;
        text-align: center;
    }

    .footerColumnRow {
        font-size: 12px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .footerColumnTime {
        position: relative;
        float: left;
        font-size: 12px;
        margin-right: 10px;
    }

    .footerSocialIcon {
        margin-bottom: 20px;
    }

    .column {
        width: 80% !important;
        margin-left: 10% !important;
        margin-top: 10px;
        max-width: unset;
    }

    .columnsContainer {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        position: relative;
        top: 50px;
        overflow: visible;
    }

    /* #footer-mobile .centeredContent,
    .widthContainer {
        width: 90% !important;
        margin-left: 5%;
    }

    .widthContainer {
        width: 95% !important;
        margin: 0px auto;
    } */

    .rights{
        font-size: 12px;
        margin-left: 6%;
        line-height: 2rem;
    }

    .columnHeading {
        font-size: 18px;
        text-align: center;
        margin-bottom: 22px;
        margin-top: 30px;
    }

    .columnItem {
        font-size: 13px;
        text-align: center;
        margin-top: 10px;
    }

    .lastRow {
        margin-top: 15px;
    }

    #secondLineFoot {
        margin-left: 25px;
        float: left;
        line-height: 0px;
    }

    .lastText {
        text-align: center;
    }

    .footerText {
        font-size: 13px !important;
    }

    .lastText {
        margin-right: 20px;
    }
    #footerBottom{
        height: 35px;
    }

    #emailFooterInput {
        width: 96%;
        max-width: none;
        border-bottom: 1px solid #075946;
        border-radius: 0;
        margin-top: -6px;
    }

    .newsletter_go{
        margin-top: -2px;
    }

    .lunaLink{
        height: 102%;
    }
}