/* Global Footer Mixin Definitions */
.footer-properties {
  color: #fff;
  width: 100%;
}
/* Global Footer Styles */
.resGlobalFooter {
  font-size: .95em;
}
.resGlobalFooter a {
  color: #fff !important;
  text-decoration: underline;
}
.resGlobalFooter a:focus,
.resGlobalFooter a:hover,
.resGlobalFooter a:active {
  color: #fe0 !important;
}
.resGlobalFooter .icon-circle {
  font-size: 1.6em;
  background-color: #fff;
  border-color: #fff;
  color: #002D72;
  padding: 6px 5px;
  width: 29px;
  height: 29px;
  line-height: .9em;
  border-radius: 20px;
  margin: 3px;
}
.resGlobalFooter > .top-middle-container {
  color: #fff;
  width: 100%;
  background-color: #002D72;
}
.resGlobalFooter > .top-middle-container .footer-top {
  padding-top: 20px;
  padding-bottom: 15px;
}
.resGlobalFooter > .top-middle-container .footer-top strong {
  font-weight: normal;
  /*font-family: "Replica-Bold";*/
}
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button {
  font-family: "FontAwesome";
  padding: 5px;
  text-decoration: none;
}
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button:hover,
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button:active,
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button:visited {
  color: #fff;
  text-decoration: none;
}
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button:after {
  content: "\f077";
}
.resGlobalFooter > .top-middle-container .footer-top > .footer-toggle > .footer-toggle-button.collapsed:after {
  content: "\f078";
}
.resGlobalFooter > .top-middle-container .footer-middle {
  padding-top: 0;
  padding-bottom: 20px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right p:nth-child(1) {
  margin-bottom: 5px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right p:nth-child(2) {
  margin-bottom: 20px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right .fa-facebook-f {
  letter-spacing: 4px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right .fa-instagram {
  letter-spacing: 1px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right .fa-youtube {
  letter-spacing: 1px;
}
.resGlobalFooter > .top-middle-container .footer-middle > .text-right .fa-linkedin {
  letter-spacing: 0;
}
.resGlobalFooter > .bottom-container {
  color: #fff;
  width: 100%;
  background-color: #004C9B;
}
.resGlobalFooter > .bottom-container .footer-bottom {
  padding: 10px 0 20px 0;
  white-space: nowrap;
}
.breadcrumb.min {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}
@media screen and (max-width: 479px) {
  .resGlobalFooter {
    font-size: .85em;
  }
  .resGlobalFooter .footer-middle .text-left .breadcrumb > li + li:before {
    content: none;
  }
  .resGlobalFooter > .top-middle-container .footer-middle > .text-right .fa-youtube {
    letter-spacing: 2px;
  }
  .resGlobalFooter .icon-circle {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.8em !important;
  }
}

footer {
  padding: 0px;
  padding-top: 30px;
}