﻿.main-footer  {color:black}
.main-footer a {color:white}
.main-footer a:link {color:white}
.main-footer a:hover {color:white}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #9b191d;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    /*line-height: 10px;*/
    right: 5px;
    bottom: 1px;
    padding-top: 2px;
    /* border-radius:50%; */
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    /*border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(34, 34, 34, 1) 2px 2px;
    /*transform: rotate(-90deg);*/
}

    .scroll-top-wrapper:hover {
        background-color: #ac1920;
        color: #eeeeee;
        box-shadow: rgba(34, 34, 34, .7) 2px 2px 2px 2px;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }
.required {
    border-left: solid 3px #9b191d !important
}