#footer {
  background: #333;
  color: #D6D6D6;
  font-size: 11px;
  padding: 50px 0 15px;
  position: relative;
  z-index: 99999;
  min-width: 960px;
  font-family: "Gotham A", "Gotham B", arial, sans-serif;
}
#footer a {
  color: #E6E6E6;
}
#footer a:hover {
  /*text-decoration: underline;*/
}
#footer .footer-content {
  width: 960px;
  margin: 0 auto;
}
#footer .boxes {
  overflow: hidden;
  padding: 0 0 11px;
  width: 100%;
  /*width: 110%;*/
}
#footer .boxes .box_container {
  position: relative;
  float: left;
}
#footer .boxes .box_bottom {
  position: absolute;
  right: 0px;
  bottom: -107px;
}
#footer .boxes .box {
  float: left;
  line-height: 19px;
  padding: 0 0px 0 0px;
  width: 220px;
}
#footer .boxes .box .ftr_sctn {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  /* ul ul {
            padding: 0 0 0 12px;
        }*/
}
#footer .boxes .box .ftr_sctn ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#footer .boxes .box .ftr_sctn ul li {
  list-style: none;
  padding-bottom: 10px;
  font-size: 13px;
}
#footer .boxes .box .ftr_sctn ul li a {
  font-size: 14px;
  font-weight: 300;
}
#footer .boxes .box .ftr_sctn ul li a:hover {
  text-decoration: underline;
}
#footer .boxes .box .ftr_sctn ul .standard-button {
  background: #3e8ddd;
  text-align: center;
  padding: 13px 0px 11px;
  width: 147px;
  margin-top: 11px;
  float: left;
}
#footer .boxes .box .ftr_sctn ul .standard-button a {
  font-size: 20px !important;
  font-weight: bold;
}
#footer .boxes .box .ftr_sctn ul .subtitles a {
  font-size: 16px !important;
  color: #949599;
}
#footer .boxes .box .ftr_sctn .padd {
  padding-bottom: 20px;
}
#footer .boxes .box .ftr_sctn .social_links {
  position: relative;
  width: 140px;
}
#footer .boxes .box .ftr_sctn .social_links a {
  float: left;
  margin-right: 7px;
  border: 2px solid #fff;
  background-image: url(/static/images/Sprite-Spotfire-Header-Footer.png);
}
#footer .boxes .box .ftr_sctn .social_links a img {
  display: none !important;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-1 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -40px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-1:hover {
  background-position: -40px 0px;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-2 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -80px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-2:hover {
  background-position: -80px 0px;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-3 {
  border: none;
  width: 34px;
  height: 34px;
  background-position: -120px -40px;
  background-repeat: no-repeat;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-3:hover {
  background-position: -120px 0px;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-4 {
  border: none;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  position: relative;
  top: 64px;
  left: -8px;
  background: none;
}
#footer .boxes .box .ftr_sctn .social_links .social-ico-4 img {
  display: block !important;
  width: 100%;
}
#footer .boxes .box .ftr_sctn h3 {
  color: #f2501f;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
  font-weight: 400;
}
#footer .boxes .box .ftr_sctn h3 a {
  font-size: 20px !important;
  color: #f2501f;
}
#footer .boxes .box .ftr_sctn h3 a:hover {
  text-decoration: underline;
}
#footer .boxes .box .ftr_sctn label {
  color: #BABDBA;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 0 10px;
  display: block;
}
#footer .boxes .box .ftr_sctn .social li {
  padding: 0 0 10px;
  overflow: hidden;
}
#footer .boxes .box .ftr_sctn .social li a {
  background: url("/static/images/ico-socials.gif") no-repeat scroll 0 0 transparent;
  float: left;
  padding: 0 0 0 24px;
}
#footer .boxes .box .ftr_sctn .social li.ico-twitter a {
  background-position: 0 0;
}
#footer .boxes .box .ftr_sctn .social li.ico-facebook a {
  background-position: 0 -49px;
}
#footer .boxes .box .ftr_sctn .social li.ico-linkedin a {
  background-position: 0 -99px;
}
#footer .boxes .box .ftr_sctn .social li.ico-youtube a {
  background-position: 0 -149px;
}
#footer .boxes .box .ftr_logo {
  position: absolute;
  right: 0;
  bottom: -10px;
}
#footer .boxes .box + .box {
  margin-left: 25px;
}
#footer .footer-info {
  font-size: 11px;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
#footer .footer-info .copyright {
  display: inline;
  color: #999;
  font-weight: 400;
}
#footer .footer-info ul {
  list-style: none outside none;
  display: inline;
  padding: 0;
}
#footer .footer-info ul li {
  background: url("/static/images/separator.gif") no-repeat scroll 0 50% transparent;
  padding: 0 4px;
  display: inline;
}
#footer .footer-info ul li:first-child {
  background: none;
}
