﻿/* ---------------------------------- */
/*  Copyright and Other Links / Text  */
/* ---------------------------------- */

.Copyright-Container {
    text-align: center;
    float: left;
    margin: 0 !important;
    font-size: .85em;
    height: 100%;
    width: 100%;
    background: #fff;
    display: block;
    clear: both;
    padding: 0;
}

.Copyright-Container-Center {
    display: inline-block;
    margin: auto;
    height: auto;
    box-sizing: border-box;
    padding: 1em;
    margin: 0 !important;
    min-height: 3em;
    width: 33%;
    float: left;
    color: #000;
    background: #fff;
}

.Copyright-Container-Left,
.Copyright-Container-Right {
    width: 4%;
    float: left;
    display: inline-block;
}

.Copyright-Container-Seperator {
    text-align: center;
    /*float: right;*/
    display: none;
}

.Copyright-Text {
    white-space: normal;
    word-wrap: break-word;
}

.Privacy-Text {
}

.Terms-Text {
}
