/*----Footer-----*/
ul.regFooterList {
    list-style-type: none;
    margin: -5px 0px;
}

.regFooterList li {
    float: none;
    text-align: center;
    line-height: 2
}

.regFooterList a {
    letter-spacing: 2px;
}

.row.regFooterListBox {
    border-left: 2px solid var(--brandcolor1);
    border-right: 2px solid var(--brandcolor1);
    margin-top: 0;
}

.regFooterList a:hover {
    color: var(--brandcolor2);
    text-decoration: none !important;
    transition: 0.2s ease;
}


.row.regFooterContact {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

.regFooterContact .col-xs-8 {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-family: var(--subtitlefont);
    letter-spacing: 2px;
    font-style: var(--subtitleitalic);
}

.regFooterContact .col-xs-4 {
    margin-top: 20px;
    text-align: center;
}

    .regFooterContact .col-xs-4 a {
        text-decoration: none !important;
        font-weight: 500;
    }

        .regFooterContact .col-xs-4 a:hover {
            color: var(--brandcolor2);
            transition: 0.2s ease;
        }

ul.regFooterList {
    list-style-type: none;
    margin: -5px 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 6px;
}