#footer * {
  font-family: 'lato' !important;
  color: #FFF;
  font-smooth: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

#footer {
  width: 100%;
  background-color: #484848;
  padding: 60px 0 30px 0;
  box-sizing: border-box; }
  #footer div {
    box-sizing: border-box; }
  #footer .wrapper {
    max-width: 980px; }
  #footer .rightBorder {
    border-right: solid 1px #EEE; }
  #footer .leftPadded {
    padding-left: 30px; }
  #footer h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    margin: 10px 0; }
  #footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #footer ul li {
      padding: 0;
      line-height: 20px; }
  #footer p {
    margin: 0;
    font-size: 17px;
    line-height: 27px; }
  #footer a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: none; }
    #footer a:hover {
      color: #FFF !important;
      text-decoration: underline; }
  #footer .footer-phone-section {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0; }
    #footer .footer-phone-section span {
      font-weight: 600;
      font-size: 18px;
      line-height: 30px; }
    #footer .footer-phone-section .flag {
      display: inline-block;
      margin: 0 5px 0 0; }
  #footer .footer-bottom-links {
    margin-top: 50px; }
  #footer .pipe {
    margin: 0 10px; }

@media screen and (max-width: 740px) {
  #footer {
    padding: 2% 2% 65px 2%; }
    #footer .half {
      width: 100% !important;
      padding: 2%; }
    #footer .Fleft {
      float: none;
      clear: both; }
    #footer .rightBorder {
      border: none; }
    #footer .leftPadded {
      padding: 0; }
    #footer .footer-bottom-links {
      text-align: center;
      margin: 0; } }

/*# sourceMappingURL=footer.css.map */
