#footerSalesforce {
    background-color: #061e42;
    margin: 0;
  }

  #footerSalesforce {
    padding: 40px 0 !important;
    float: none
  }

  @media (min-width: 1200px) {
    #footerSalesforce {
      padding: 20px 0 !important;
    }
  }

  #footerSalesforce .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
  }

  @media (min-width: 1200px) {
    #footerSalesforce .wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
  }

  @media (min-width: 1200px) {
    #footerSalesforce .wrapper {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between
    }
  }

  @media (min-width: 992px) {
    #footerSalesforce .wrapper {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }
  }

  #footerSalesforce .wrapper>* {
    margin: 0 0 20px
  }

  #footerSalesforce .wrapper>:nth-child(2) {
    display: none
  }

  @media (min-width: 769px) {
    #footerSalesforce .wrapper>* {
      margin: 0 10px;
      -ms-flex-preferred-size: calc(25% - 20px);
      flex-basis: calc(25% - 20px)
    }

    #footerSalesforce .wrapper>:nth-child(2) {
      display: block
    }
  }

  @media (min-width: 992px) {
    #footerSalesforce .wrapper>* {
      width: auto
    }
  }

  #footerSalesforce .wrapper>:first-child {
    margin-left: 0
  }

  @media (min-width: 769px) {
    #footerSalesforce .wrapper>:first-child {
      margin-bottom: 80px
    }
  }

  @media (min-width: 992px) {
    #footerSalesforce .wrapper>:first-child {
      margin-bottom: 0
    }
  }

  #footerSalesforce .footer__meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
  }

  @media (min-width: 769px) {
    #footerSalesforce .footer__meta {
      text-align: left;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
  }

  @media (min-width: 992px) {
    #footerSalesforce .footer__meta {
      max-width: 140px
    }
  }

  #footerSalesforce .footer__meta>* {
    margin-bottom: 20px
  }

  #footerSalesforce .footer__meta>:last-child {
    margin-bottom: 0
  }

  #footerSalesforce .footer__logo-container {
    max-height: 55px;
    width: 110px;
    margin-bottom: 20px;
    top: 0;
    margin-top: 30px;
  }

  @media (min-width: 1200px){
  #footerSalesforce .footer__logo-container {
    padding-right: 25px;
    margin-top: 0px;
    right: 0;
    position: absolute;
    top: unset;
  }
}

  #footerSalesforce .footer__logo-container a {
    display: inline
  }

  #footerSalesforce .footer__logo {
    width: 100%;
    height: auto
  }

  #footerSalesforce .footer__location>span {
    display: block
  }

  #footerSalesforce .footer__social {
    margin-top: -5px
  }

  #footerSalesforce .footer__social .social-icon {
    margin: 5px 5px 0 0
  }

  #footerSalesforce .footer__list-container {
    text-align: center
  }

  @media (min-width: 992px) {
      #footerSalesforce .footer__list-container {
      max-width: 140px;
      text-align: left
    }
  }

  #footerSalesforce .footer__list-container:last-child .footer__list {
    display: block !important;
    margin-top: 10px
  }

  #footerSalesforce .footer__list-title,
  #footerSalesforce .footer__list-title a {
    text-transform: uppercase;
    color: #ffffff;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0
  }

  @media (min-width: 769px) {
      #footerSalesforce .footer__list-title,
      #footerSalesforce .footer__list-title a {
      margin-bottom: 20px
    }
  }

  #footerSalesforce .footer__list {
    display: none;
    list-style: none
  }

  @media (min-width: 769px) {
      #footerSalesforce .footer__list {
      display: block
    }
  }

  #footerSalesforce .footer__list-item,
  #footerSalesforce .footer__list-item a {
    color: #ffffff
  }

  #footerSalesforce .footer__list-item,
  #footerSalesforce .footer__meta {
    font-size: 13px;
    line-height: 19px
  }

  #footerSalesforce .social-icon {
    max-height: 24px;
    max-width: 24px;
    min-width: 24px;
    min-height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 50%;
    margin: 0 4px;
    padding: 0
  }

  #footerSalesforce .social-icon:focus,
  #footerSalesforce .social-icon:hover {
    opacity: .6 !important
  }

  #footerSalesforce .social-icon:after,
  #footerSalesforce .social-icon:before {
    content: none !important
  }

  #footerSalesforce .social-icon {
    background-color: #ffffff
  }

  #footerSalesforce .social-icon--light-blue {
    background-color: #79a2dc
  }

  #footerSalesforce .social-icon--facebook {
    background-image: url("https://mirvac-cdn-web.azureedge.net/-/media/project/mirvac/corporate/main-site/corporate-theme/images/facebook-white.svg")
  }

  #footerSalesforce .social-icon--linkedin {
    background-image: url("https://www.mirvac.com/-/media/Project/Mirvac/Corporate/Main-Site/Corporate-Theme/images/icons/Salesforce-Social-Icons/linkedin-blue.svg");
    background-position: 55%;
  }

  #footerSalesforce .social-icon--twitter {
    background-image: url("https://www.mirvac.com/-/media/Project/Mirvac/Corporate/Main-Site/Corporate-Theme/images/icons/Salesforce-Social-Icons/twitter-blue.svg")
  }

  #footerSalesforce .social-icon--pinterest {
    background-image: url("https://mirvac-cdn-web.azureedge.net/-/media/project/mirvac/corporate/main-site/corporate-theme/images/pinterest-white.svg")
  }

  #footerSalesforce .social-icon--youtube {
    background-image: url("https://www.mirvac.com/-/media/Project/Mirvac/Corporate/Main-Site/Corporate-Theme/images/icons/Salesforce-Social-Icons/youtube--blue.svg");
    background-position: 55%;
  }

  #footerSalesforce .social-icon--instagram {
    background-image: url("https://mirvac-cdn-web.azureedge.net/-/media/project/mirvac/corporate/main-site/corporate-theme/images/instagram--white.svg")
  }

  #footerSalesforce .social-icon--wechat {
    background-image: url("https://mirvac-cdn-web.azureedge.net/-/media/project/mirvac/corporate/main-site/corporate-theme/images/wechat--white.svg")
  }

  #footerSalesforce .footer__meta {
    color: #ffffff !important;
  }

  #footerSalesforce .footer__meta a {
    color: #ffffff !important;
  }

  @media (max-width: 1200px){
    #footerSalesforce .wrapper>* {
      margin: 0 !important;
      flex-basis: unset !important;
      align-items: center !important;
      text-align: center !important;
    }
  }