#z-footer {
  width: 100%;
  padding: 50px 0;
  background: #053044;
font-family: 'Noto Sans';
}
#z-footer .footer-well {
  position: relative;
}
#z-footer .footer-well .card {
width: 100%;
}
#z-footer .footer-well .card .footer-cap{
height: 35px;
font-size: 16px;
font-family: 'Noto Sans';
color: #fff;
line-height: 34px;
border-bottom: 1px solid rgba(255,255,255,0.5);
position: relative;
}
#z-footer .footer-well .card .footer-cap:after{
position: absolute;
width: 70px;
height: 5px;
content:'';
background: rgb(233,114,14);
left: 0;
bottom: -2.5px;
border-radius: 3px;
}
#z-footer .footer-well .card ul{
padding:0;
list-style: none;
}
#z-footer .footer-well .card ul li{
height: 30px;
line-height: 28px;
 transition: all ease-in .3s;
-moz-transition: all ease-in .3s;
-ms-transition: all ease-in .3s;
-webkit-transition: all ease-in .3s;
}
#z-footer .footer-well .card ul li a{
color: rgba(255,255,255,0.7);
text-decoration: none;
display: inline-block;
width: 100%;
}
#z-footer .footer-well .card ul li:hover{
padding-left: 8px;
}
#z-footer .footer-well .card p{
 color: rgba(255,255,255,0.7);
}
#z-footer .footer-well .card .z-newsletter {
display: inline-block;
width: 100%;
height: 40px;
line-height: 38px;
border-radius: 3px;
background:  rgb(233,114,14);
  position: relative;
}
#z-footer .footer-well .card .z-newsletter input.email {
display: inline-block;
height: 100%;
 border-radius: 3px;
border:0;
width: calc(100% - 40px);
padding:0 8px;
}
#z-footer .footer-well .card .z-newsletter input.submit {
  position: absolute;
  width: 45px;
  right: 0;
  opacity : 0;
  top:0;
}
#z-footer .footer-well .card .z-newsletter i{
display: inline-block;
width: 40px;
margin-left: -4px;
text-align: center;
color: #fff;
}
#z-footer .footer-ribbon{
    background: rgb(41,119,155);
    margin: -70px 0 0 14px;
    padding: 10px 20px 6px;
    width: 170px;
    position: relative;
     color: #fff;
    font-size: 15px;
    font-family: Shadows Into Light, cursive;
}
#z-footer .footer-ribbon:before {
    border-right: 10px solid rgb(33,97,127);
    border-top: 20px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;

}