﻿/*
//-----------------------------------------------------------------------
// <copyright file="footer.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the footer.less file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */
.footer-container {
  background-color: #003A5D;
  color: #fff;
  margin-top: 40px;
}
.footer-img-container {
  padding-top: 20px;
}
.footer-links li,
address {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 10px;
}
.footer-sections-container {
  margin-top: 20px;
}
.footer-sections-container a {
  color: #fff;
}
.footer-sections-container h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-tweets {
  background: #fff url(/Content/images/footer%20icons/twitter%20icon-footer%20tweets.svg) no-repeat left center;
  background-size: 3.08em;
  background-position: 0.923em center;
  border-bottom-left-radius: 0.308em;
  border-bottom-right-radius: 0.308em;
  color: #000;
  display: table;
  font-size: 13px;
  line-height: 1.231em;
  margin: 0 auto;
  padding: 0.769em 1.538em 1.154em 0;
  width: 95%;
  -ms-word-break: break-word;
  word-break: break-word;
}
.twitter-logo {
  min-height: 3.846em;
  min-width: 3.846em;
  margin-left: 0.923em;
  float: left;
}
.footer-tweets b {
  font-weight: 400;
}
.footer-tweets li {
  padding: 10px 20px 20px;
  vertical-align: top;
}
.footer-tweets ul {
  margin: 0 auto;
}
.footer-utility-container {
  color: #A0C2D0;
  font-size: 13px;
  font-weight: 300;
}
.footer-utility-container-row a {
  color: #A0C2D0;
}
.footer-utility-container-row li {
  margin-right: 25px;
}
.footer-utility-inner {
  border-top: 1px solid #ADD8E6;
  padding-top: 15px;
}
.footer-utility-list {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}
.footer-utility-list > li {
  padding-left: 0;
  padding-right: 0;
}
.img-thumbnail {
  padding: 2px;
}
.section-container {
  margin-bottom: 25px;
}
.social-links {
  margin: 20px 0;
}
.social-links img {
  height: 35px;
  width: 35px;
}
.social-links li a {
  display: block;
  height: 40px;
  width: 40px;
}
.social-links p {
  margin-bottom: 0;
}
.tweet-container {
  display: table-cell;
  vertical-align: middle;
}
.tweet-container-wrapper {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #000;
  text-align: left;
}
address .open-map,
.footer-tweets .fa-stack {
  color: #6BA2B9;
}
address li {
  margin-bottom: 5px;
}
address ul {
  margin-bottom: 15px;
}
@media (min-width: 320px) {
  .footer-container .footer-wrapper-row {
    padding-left: 3%;
    padding-right: 3%;
  }
  .footer-directions-text {
    float: right;
  }
  .footer-img-container {
    float: right;
    margin-left: 20px;
  }
  .footer-tweets {
    width: 95%;
  }
  .footer-tweets-tweet {
    margin-left: 0;
  }
  .footer-utility {
    text-align: left;
  }
  .footer-utility-container-row li {
    display: block;
    margin-bottom: 20px;
  }
  .footer-utility-copyright {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 20px;
    text-align: left;
  }
  .social-links {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
  }
  .social-links a {
    color: #fff;
  }
  .tweet-container-wrapper {
    width: 80%;
    word-break: break-all;
  }
}
@media (min-width: 768px) {
  .footer-tweets {
    width: 75%;
  }
  .footer-utility {
    text-align: right;
  }
  .footer-utility-container-row li {
    display: inline-block;
  }
  .footer-utility-copyright {
    clear: none;
    display: inline;
    float: right;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .footer-sections-container {
    padding-left: 0;
  }
  .footer-tweets {
    width: 60%;
  }
}