﻿/* Copyright © 2014 Sanborn.  All rights reserved. */

#footer
{
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  behavior: url(Styles/PIE.htc);
  background-color: rgba(0, 0, 0, 0.5);
  -pie-background: rgba(0, 0, 0, 0.5);
  z-index: 6;
}

.embed #footer {
  display: none;
}

#footer div 
{
  color: white;
}

#footer .logoPanel
{
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
}

#footer .logoPanel img
{
  height: 15px;
  padding: 3px 10px;
}

#footer .leftPanel
{
    position: absolute;
    left: 150px;
    height: 100%;
    text-align: center;
    padding-top: 3px;
    font-size: 9px;
  }

#footer .midPanel
{
  position: absolute;
  left: 350px;
  right: 350px;
  height: 100%;
  text-align: center;
  padding-top: 3px;
  font-size: 9px;
}

#footer .rightPanel
{
  position: absolute;
  right: 150px;
  height: 100%;
  text-align: center;
  padding-top: 3px;
  font-size: 9px;
}

#footer a
{
  text-decoration: none;
  color: darkturquoise;
}

@media (max-width: 525px) {
  #footer .midPanel {
    display: none;
  }
}