﻿/* ---------------------------------- */
/*  Copyright and Other Links / Text  */
/* ---------------------------------- */

.Copyright-Container {
    text-align: center;
    float: left;
    margin: 0 !important;
    font-size: .85em;
    height: 100%;
    width: 100%;
    background: #e07e3c;
    display: block;
    clear: both;
}

.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: #fff;
    background: transparent;
}

.Copyright-Container-Left,
.Copyright-Container-Right
{
    width : 16.5%;
    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
{
  
}

