.sticky-footer-cta{margin-left:-15px;margin-right:-15px}
.sticky-footer-cta.never-show{display:none}
.sticky-footer{background:rgba(0,0,0,0.65);color:#fff;position:relative;width:100%;-webkit-transition:150ms -webkit-transform ease-in-out;-moz-transition:150ms -moz-transform ease-in-out;-o-transition:150ms -o-transform ease-in-out;transition:150ms transform ease-in-out;z-index:999}
.sticky-footer.hidden{-webkit-transform:translateY(300px);-moz-transform:translateY(300px);-ms-transform:translateY(300px);-o-transform:translateY(300px);transform:translateY(300px)}
.sticky-footer.sticky{position:fixed;bottom:0;left:0}
.sticky-footer ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-ms-flex;display:flex;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;margin:0 auto;max-width:600px;overflow:hidden;padding:0}
.sticky-footer li{align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:-ms-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;list-style:none;margin:0;text-align:center}
.sticky-footer li.sf-phone{display:none}
.sticky-footer a{color:#fff;display:inline-block;margin:5px 0;text-decoration:none}
.sticky-footer a:focus{outline-color:#fff}
.sticky-footer a span{cursor:pointer}
.sticky-footer a:hover span{text-decoration:underline}
.sticky-footer i{font-size:2.2rem;padding-right:1rem;vertical-align:sub}
.sticky-footer span{text-transform:uppercase;vertical-align:bottom}
.sticky-footer a.btn{font-size:inherit;padding:5px 15px}
.sticky-footer a.btn i{font-size:1.8rem}
.sticky-footer-close{cursor:pointer}
@media(min-width:465px){.sticky-footer-close{position:absolute;right:10px;top:7px}
}