.footer {
    margin-top: 30px;
    padding-top: 0px;
    padding-bottom: 16px;
    border-top: none;
    background-color: #f5f1ed;
}

.pcb-bdp-desktop-footer{
    padding-top: 44px;
    padding-bottom: 44px;
    background-color: #f5f1ed;
}

.pcb-bdp-desktop-footer-links {
    border-right: 1px solid #EEEAE1;
}

.pcb-bdp-desktop-footer-links > ul{
    list-style-type: none;
    padding: 0px;
}

.pcb-bdp-desktop-footer-links > ul > li{
    display: inline-block;
    text-transform: uppercase;
    color: #9b7d3f;
    margin-right: 12px;
}

.pcb-bdp-desktop-footer-links > ul > li > a{
    text-decoration: none;
    color: #9B7D3F;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 18px;
}

.pcb-bdp-desktop-footer-links > ul > li > a:hover {
    color: #003E5B;
}

.pcb-bdp-desktop-footer-links > div{
    margin-top: 68px;
}

.pcb-bdp-desktop-footer-links img{
    margin-right: 10px;
    width: 24px;
    height: 24px;
    opacity: 0.8;
}

.pcb-bdp-desktop-footer-links img:hover{
    opacity: 1;
}

.pcb-bdp-desktop-footer-copy {
    text-align: center;
}

.pcb-bdp-desktop-footer-copy > a:focus{
    outline: none;
}

.pcb-bdp-desktop-footer-copy > a{
    margin-left: 30px;
    background-color: #fff;
    border: none;
    border-radius: 16px;
    padding: 6px 31px;
    color: #9B7D3F;
    font-family: "Open Sans";
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.pcb-bdp-desktop-footer-copy > a:hover {
    color: #003E5B;
}

.pcb-bdp-desktop-footer-copy > p{
    margin: 58px 0px 0px 30px;
    color: #9B7D3F;
    font-size: 13px;
    font-family: "Open Sans";
}

@media screen and (max-width: 768px){
    .pcb-bdp-desktop-footer  {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .pcb-bdp-desktop-footer-links  {
        border-right: none;
    }

    .pcb-bdp-desktop-footer-links > ul > li  {
        display: block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .pcb-bdp-desktop-footer-links > div {
        margin-top: 36px;
        padding-top: 36px;
    }

    .pcb-bdp-desktop-footer-links img {
        width: 49px;
        height: 49px;
        margin-right: 10px;
        margin-bottom: 38.5px;
        margin-left: 10px;
    }

    .pcb-bdp-desktop-footer-copy > a {
        background: none;
        display: block;
        margin: 0 auto;
        margin-top: 7px;
        margin-bottom: 36px;
        border: 1.3px solid #B2B2B2;
    }

    .pcb-bdp-desktop-footer-copy > a > span   {
        color: #9B7D3F;
        text-transform: uppercase;
        font-size:13px;
        margin: 15px 47px;
    }

    .pcb-bdp-desktop-footer-copy > p    {
        padding-top: 45px;
        margin: 0px;
    }

}


