﻿.FooterPartial {
  background-color: #292929;
  color: #a8a8a8;
  line-height: 130%;
  padding: 20px 0;
}

.FooterPartial h3 {
  color: white;
  font-size: 17px;
  text-transform: uppercase;
}

.FooterPartial p {
  font-size: 13px;
}

.FooterPartial p.copyright {
  font-size: 11px;
}

.FooterPartial .left {
  text-align: left;
}

.FooterPartial .left a:hover {
  text-decoration: none;
}

.FooterPartial .left img.logo {
  max-width: 200px;
}

.FooterPartial .center ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.FooterPartial .center ul.even li:last-child, .FooterPartial .center ul.even li:nth-last-child(2) {
  border-style: none;
}

.FooterPartial .center ul.odd li:last-child {
  border-style: none;
}

.FooterPartial .center ul li {
  border-bottom: 1px solid #515151;
  display: inline-block;
  font-size: 13px;
  width: 49%;
}

.FooterPartial .center ul a {
  color: #a8a8a8;
  display: block;
  font-weight: 600;
  padding: 10px 0;
}

.FooterPartial .right .social_media {
  margin-bottom: 30px;
}

.FooterPartial .right .social_media .social-icons-footer {
  margin-left: -7px;
}

.FooterPartial .right .social_icon {
  display: inline-block;
  height: 24px;
  margin-right: 24px;
  width: 24px;
}

.FooterPartial .right .social_icon svg {
  fill: #83898f;
  height: 100%;
  width: 100%;
}

.FooterPartial .right .stay_informed p {
  margin-bottom: 25px;
}

.FooterPartial .right .stay_informed .btn {
  background-color: #116cac;
  border-color: #116cac;
  border-radius: 0;
  font-family: "proxima-nova",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: white;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  text-transform: uppercase;
}

/*# sourceMappingURL=FooterPartial.css.map */