#stickyfoot {
    position: fixed;
    bottom: 0px;
    background-color: rgba(34, 41, 52, 0.9);
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 80px;
    clear: both;
    color: #1A265D;
    font-size: 14px;
    z-index: 300;
    padding: 0px 0px 0px 0px;
}

#stickyfoot #wrap {
    position: relative;
}

#stickyfoot a {
    text-decoration: none;
    cursor: pointer;
}
    
#stickyfoot a.mainlink {
    display: block;
    width: calc(100% - 1em);
    height: 100%;
    text-decoration: none;
    color: #1ED597;
    cursor: pointer;
    margin-bottom: 20px;
}

#stickyfoot h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #1ED597;
    margin-top: 14px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-shadow: none;
    text-align: center;
}

#stickyfoot p {
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #1ED597;
    margin-top: -5px;
}

#stickyfoot p path {
    fill: #1A265D;
}
    
#stickyfoot sup {
    font-size: .5em;
}
    
#stickyfoot div {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}
    
#stickyfoot .cleared {
    display: none;
}

#stickyfoot #stata17_logo {
    height: 46px;
    display: inline-block;
    vertical-align: baseline;
}

#stickyfoot #stata17_logo path {
    fill: #1A265D;
}

#stickyfoot:hover {
    background-color: #1ED597;
}

#stickyfoot:hover h2 {
    color: #222934;
}

#stickyfoot:hover p {
    color: #222934;
}

@media screen and (max-width: 800px) {
    #stickyfoot:before {
        content: "";
        width: 0px;
        height: 0px;
        background: none;
        position: absolute;
        bottom: 0px;
        right: 10px;
        z-index: -1;
    }
}

@media screen and (max-width: 640px) {
   #stickyfoot {
        height: 95px;
        background-color:rgba(217, 221, 253, 0.9);
    }

    #stickyfoot h2 {
        font-size: 25px;
        margin-top: 15px;
    }

    #stickyfoot #stata17_logo {
        height: 30px;
    }

    #stickyfoot p {
        font-size: 14px;
    }
}
