footer .sub-footer-links{
    max-width: 1442px;
    padding-top: 20px;
}

footer .sub-footer-links ul{
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

footer .sub-footer-links ul a{
    color: #616161;
    line-height: 1.5;
}

@media (min-width: 992px) {
    footer .sub-footer-links{
        padding-top: 1rem;
    }

    footer .sub-footer-links ul{
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 0 2rem;
    }

    footer .sub-footer-links ul a{
        color: #fff;
    }
}

@media (min-width: 768px) {
    footer .sub-footer-links{
        max-width: 1144px;
        width: 100%;
        margin: 0 auto;
    }
    footer .sub-footer-links ul{
        -webkit-column-count: 2;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.icon-twitter:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' version='1.1'%3E\n %3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E\n%3C/svg%3E") !important;
    display: block !important;
    width: 16px !important;
    height: auto !important;
    padding-top: 3px;
}

i.fa.fa-twitter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa.fa-twitter:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' version='1.1'%3E\n %3Cpath fill='%23616161' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E\n%3C/svg%3E") !important;
  width: 16px !important;
  height: 16px !important;
}

a.job-social-link i.fa.fa-twitter:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E\n %3Cpath fill='white' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E\n%3C/svg%3E") !important;
  width: 16px !important;
  height: auto !important;
  position: relative;
  top: 2px;
}

