/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 August 2025 11:34:29
*/


footer {
  width: 100%;
  background-color: #231f58;
  padding: 15px;
  margin-top: 56px;
  position: absolute;
}
@media screen and (min-width: 992px) {
  footer {
    margin-top: 156px;
  }
}
footer .footer__menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
footer .footer__menu-list li {
  color: #f37022;
  font-size: inherit;
  font-family: TheSerifC5-5_Plain, serif;
  line-height: 2;
  margin: 5px 0;
}
footer .footer__menu-list li a {
  color: white;
  width: 100%;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  footer .footer__menu-list li a {
    text-align: center;
  }
}
footer .footer__menu-list li a:hover {
  color: #00a0e4;
}
footer .footer__social-icons {
  width: 100%;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer__social-icons i {
  position: relative;
  margin: 10px;
  font-size: 40px;
  color: #fff;
}
footer .footer__social-icons i:hover {
  color: #fff;
  top: 2px;
  cursor: pointer;
}
footer .footer__social-icons img {
  position: relative;
  background-color: #231f58;
  height: 40px;
  margin: 10px;
}
footer .footer__social-icons img:hover {
  top: 2px;
  cursor: pointer;
}
footer .footer__social-icons .rtz {
  flex: 2;
  min-width: 160px;
  max-width: 300px;
}
footer .footer__social-icons .rtz img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1020px) {
  footer .footer__social-icons .rtz {
    max-width: 240px;
  }
}
footer .footer__address p {
  color: white;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2;
}
footer .footer__address a {
  color: white;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2;
  text-decoration: none;
}
footer .footer__address a:hover {
  color: #00a0e4;
}
.twitter-feed__box {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 20px;
  border: 0px solid #ccc;
  border-radius: 5px;
  padding: 0;
  text-align: left;
}
.twitter-feed__box .twitter-feed__header {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.twitter-feed__box .twitter-feed__footer {
  padding: 10px;
  width: 100%;
  text-align: right;
  border-top: 1px solid #ccc;
  font-size: 16px;
}
.twitter-feed__box .twitter-feed__list {
  list-style-type: none;
  width: 100%;
  margin: auto !important;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
.twitter-feed__box .twitter-feed__list li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.twitter-feed__box .twitter-feed__list li:hover {
  background-color: #eee;
}
.twitter-feed__box .twitter-feed__list li:first-child {
  border-top: none;
}
.twitter-feed__box .twitter-feed__list li:last-child {
  border-bottom: none;
}
.twitter-feed__box .twitter-feed__avatar__link {
  width: 100%;
  margin: 0;
  color: #000;
  text-decoration: none;
}
.twitter-feed__box .twitter-feed__avatar {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.twitter-feed__box .twitter-feed__avatar__image {
  max-width: 40px;
  border-radius: 50%;
  margin-right: 5%;
}
.twitter-feed__box .tweet-link {
  display: none;
}
.twitter-feed__box .twitter-feed__retweet {
  color: #555;
  padding-bottom: 10px;
}
.twitter-feed__box .twitter-feed__tweet-media img {
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}
.twitter-feed__box .fa-retweet {
  color: white;
  background-color: #19cf86;
  padding: 1px;
  border-radius: 3px;
}
.twitter-feed__box .fa-twitter {
  color: #1da1f2;
  padding: 1px;
}
