.sticky-contact-container {
    display: none;
    position: sticky;
    right: 4%;
    bottom: 13%;
    float: right;
    z-index: 100000;
}
.sticky-contact-container {
    height: 0px !important;
    z-index: 20;
}
.sticky-contact-container .rollover-contact-container {
    margin-right: 0.625rem;
    top: 48% !important;
    text-align: right;
    z-index: 1;
    height: 0;
}
.sticky-contact-container .rollover-contact-container .footer-element {
    position: relative;
    height: 0;
    margin-right: 0.5rem;
    margin-bottom: 52px;
    list-style: none;
}
.sticky-contact-container .rollover-contact-container .footer-element a {
    border-radius: 34px;
    position: relative;
    height: 68px;
    width: 68px;
    display: inline-block;
    background-color:  #FE4400;
    -webkit-transition: width 0.15s ease-out;
    transition: width 0.15s ease-out;
}
.sticky-contact-container .rollover-contact-container .footer-element {
    background-color:  #FE4400;
    border-color: white;
}
.sticky-contact-container .rollover-contact-container .footer-element a>img {
    left: 0.7rem;
    top: 0.4rem;
    position: absolute;
    padding-left: 0.5rem;
    padding-bottom: 0.2rem;
    padding-top: 0.6rem;
}
.sticky-contact-container .rollover-contact-container .footer-element a span {
    font-weight: bold;
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
}
.sticky-contact-container .rollover-contact-container .footer-element a .cta-text {
    font-weight: bold;
    position: relative;
    z-index: -1;
    right: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    text-align: left;
    top: -55%;
    padding-left: 0.625rem;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover {
    border-style: solid;
    border-right-style: none;
    border-width: 2px;
    width: 240px;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover {
    border-color:  #FE4400;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover span {
    font-size: 1.7rem;
    color: white;
    opacity: 1;
    left: 5rem;
    -webkit-transition: right, opacity 0.9s ease-in;
    transition: right, opacity 0.9s ease-in;
    z-index: 1;
    position: relative;
    word-wrap: break-word;
    max-width: 150px;
    display: block;
    padding-top: 0.8rem;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover .cta-text {
    position: absolute;
    font-size: 1.7rem;
    color: white;
    opacity: 1;
    -webkit-transition: right, opacity 0.9s ease-in;
    transition: right, opacity 0.9s ease-in;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 0.625rem;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover .cta-background-color {
    border-style: solid;
    border-left-style: none;
    border-width: 2px;
    position: relative;
    top: -5%;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover .primary-color {
    border-color: white;
}
.sticky-contact-container .rollover-contact-container .footer-element a:hover .secondary-color {
    border-color: white;
}
.sticky-contact-container .rollover-contact-container .cta-background-color {
    background-color: #97bb3e;
    height: 50px;
    width: 0.5rem;
    margin-right: -0.5rem;
    float: right;
}
.sticky-contact-container .rollover-contact-container .primary-color {
    background-color: #97bb3e;
}
.sticky-contact-container .rollover-contact-container .secondary-color {
    background-color: #336699;
}
.sticky-contact-container .rollover-contact-container ul {
    height: 0;
}
.sticky-contact-text {
    max-width: 174px;
}