@import url(fonts/fonts.min.css);
@import url(fonts/icons.css);
	body{
		margin-bottom: 100px;
	}
  #hn-footer-fixed-cta {
	  	display: block;
        background: #d7dee1;
        bottom: 0;
        border-top: 1px solid #a4acaf;
        margin: 0 auto;
        padding: 3% 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 9999
    }

    #hn-footer-fixed-cta a {
        background: #C31B25;
        border-radius: 4px;
        color: #fff;
        display: block;
        font: 22px / 35px avenir_lt_std65_medium;
        letter-spacing: 0.5px;
        margin: 0 auto;
        padding: 4% 5%;
        width: 90%;
        text-align: center;
        text-decoration: none
    }

    #hn-footer-fixed-cta a span {
        color: #fff;
        font-size: 25px;
        vertical-align: middle;
        -webkit-text-stroke-width: 1px;
        padding: 0px;
        border: 0px;
        border-radius: 50%;
        margin-right: 10px;
        font-weight: 900;
        width: 56px;
        display: inline-block;
    }
     #hn-footer-fixed-cta a span img{
	     width: 100%;
	     height: auto;
     }

    #hn-footer-fixed-cta a:hover, #hn-footer-fixed-cta a:focus, #hn-footer-fixed-cta a:active {
        background: #196d8c;
        color: #fff;
        transtition: all .3s ease
    }

    #hn-footer-fixed-cta a:hover span, #hn-footer-fixed-cta a:focus span, #hn-footer-fixed-cta a:active span {
        border-color: #d0e7f9;
        color: #d0e7f9;
        transtition: all .3s ease
    }