.footer {
  background: var(--primary-dark-blue-color);
  border-top: 1px solid var(--primary-dark-blue-color);
  border-bottom: 1px solid var(--primary-dark-blue-color);
}
.footerContainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footerMenuTitle a {
  color: #777;
  transition: all 0.5s;
}

.footerMenuTitle hr {
  margin-left: 0;
  width: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d22028;
  height: 0;
  box-sizing: content-box;
}

.footerMenuTitle > h4 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}

.textwidget {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777;
  box-sizing: border-box;
}

address {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777;
  box-sizing: border-box;
  font-style: normal;
  line-height: 1.42857143;
}

.textwidget > * > a {
  font-size: 14px;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  line-height: 1.42857143;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  color: #777;
  transition: all 0.5s;
}

.footerMenu {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0;
  list-style: outside none none;
  margin-block-end: 0;
}

.footerMenuItem {
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #777;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.footerMenuItem a::before {
  font-family: "FontAwesome";
  content: url(site_footer_arrow.png) !important;
  margin-right: 12px;
  vertical-align: sub;
}

.footerMenuItem a {
  line-height: normal !important;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  list-style: outside none none;
  box-sizing: border-box;
  background-color: transparent;
  text-decoration: none;
  color: #777;
  transition: all 0.5s ease 0s;
  line-height: 30px;
  font-size: 14px;
}

.divFooter2026Container {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #fafafa;
  background-image: url(site_footer_pattern_05.png);
  background-repeat: repeat;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.divFooter2026Background {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.divFooter2026Container p {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: "Muli", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
}

.p2026Footer {
  margin: 0 !important;
}

.divFooter2026Container a {
  color: #f1f1f1;
}



/* desktop */
@media only screen and (min-width: 481px) {
  .footerContainer {
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .footerColumn {
    width: 30%
  }
}

/* mobile */
@media only screen and (max-width: 480px) {
  .footerContainer {
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .footerColumn {
    width: 100%;
    margin-bottom: 30px;
  }
}
/* mobile */