/* Footer Styles */

.footer2020 {
  background-color: #FFFFFF;
  box-shadow: inset 0px 1px 0px #ECECEC;
  border: none;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  height: 94px;
}

.footer2020-content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer2020-image > img {
  width: 155.47px;
  height: 20px;
}

.footer2020-copyright, .footer2020-links, .footer2020-links > a, .footer2020-links > a:link, .footer2020-links > a:visited {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #919392;
  text-decoration: none;
}

.footer2020-links > a:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}


/** ServiceOcean, Intercom position fix **/

footer > .call_btn, div.intercom-lightweight-app > div, iframe.intercom-launcher-frame {
  bottom: 100px !important;
}