﻿#footer_tepu_top {
    border-bottom: 2px solid #216E31;
    padding-top: 10px;
    padding-bottom: 15px;
}

#footer_tepu_bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tepukengaBtn {
    text-decoration: none;
    font-weight: 350;
}

#footer_tepu_top img {
    margin: auto;
}

#footer_tepu_top, #footer_tepu_bottom {
    background-color: #000;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.15px;
    word-spacing: -0.15px;
}

.footer-cont {
    margin-top: 50px;      
}

.margin-5 {
    margin-bottom: 20px;
}

.align-item-center {
    align-items: center;
}

.logo-border-right {
    border-right: none;
}

.bold {
    font-weight: bold;
}

.taglineTxt {
    margin-right: 8px;
}

#footer_tepu_top a, .taglineTxt a, #footer_tepu_bottom .links a {
    text-decoration: underline;
    margin-right: 5px;
    text-underline-offset: 2px;
    font-size: 15px;
}

.item-align-right {
    text-align: normal;
}

#footer_tepu_bottom picture img {
    margin-bottom: 20px;
}

#footer_tepu_bottom a,
#footer_tepu_top a:hover, #footer_tepu_top a:focus, #footer_tepu_top a:visited,
.taglineTxt a:hover, .taglineTxt a:focus, .taglineTxt a:visited {
    color: white;
}

.tepukengaBtn {
    display: inline-block;
    padding: 10px;
    background: #216E31;
    font-size: 1rem;
    margin-left: 0;
    margin-top: 1.5rem;
    font-weight: 350;
}

    .tepukengaBtn:hover {
        outline: 1px solid #ffffff;
    }

    .tepukengaBtn:hover, .tepukengaBtn:focus {
        text-decoration: none;
    }

@media (max-width: 720px) {
    .footer-cont {
        text-align: center;
    }
}

@media (min-width: 1200px) {

    #footer_tepu_top picture:after {
        content: '';
        height: 60%;
        width: 1px;
        position: absolute;
        right: 0;
        top: 20%;
        background-color: #ffffffa3;
    }
}

@media (min-width: 992px) {
    .wrapRow {
        display: flex;
        align-items: center;
    }

    .item-align-right {
        text-align: right;
    }

    #footer_tepu_top, #footer_tepu_bottom {
        text-align: left;
    }

    .tepukengaBtn {
        margin-left: 20px;
        margin-top: 0;
    }

    #footer_tepu_top picture {
        height: 100%;
        display: flex;
    }
}

.align-item-center {
    align-items: center;
}

.sitRow {
    display: flex;
    flex-wrap: wrap;
}

.white {
    color: #f4f4f4;
}

.taglineTxt {
    margin-right: 8px;
}

.row:before {
    display: table;
    content: " ";
}

picture {
    position: relative;
}
