﻿.CustomFooter {
    width: 100%;
    padding: 20px 20px;
    background-color: #333333;
}

.FooterMargin {
    max-width: 1310px;
    margin: auto;
}
.FooterSectionSeparator {
    border-left: solid 2px #bbbbbb;
    margin: 0px 1%;
    height: 104px;
}

.FooterSection {
    width: 18%;   
}

.FooterTitle {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}


.FooterLink {
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
  text-decoration: none !important;
}