<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
  background: #fafafa;
  border-top: solid 1px #c7c6c7;
}

footer .container {
  width: 100%;
  max-width: 780px;
}

.footer-upper {
  padding: 38px 0 25px;
}

.footer-list, ul.footer-list-items {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

ul.footer-list-items li a {
  font-family: 'MyriadProRegular';
  font-size: 14px;
  line-height: 24px;
  color: #6c7a89 ! important;
}

.footer-box {
  float: left;
}

.footer-box.one, .footer-box.two, .footer-box.three {
  width: 26%;
}

.footer-box.four {
  width: 22%;
}

.footer-box h5 {
  font-family: 'MyriadProBold';
  font-size: 14px;
  line-height: 20px;
  color: #6c7a89;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.follow-us-footer {
  display: inline-block;
}
.youtube-icon{
  position: relative;
  top: -9px;
}

.follow-twitter, .follow-facebook, .follow-insta, .follow-snap, .follow-tumblr {
  display: inline-block;
  margin-right: 10px;
}

.follow-twitter {
  /* background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -391px -238px; */
  background: url("/static/images/svgIcons/Social_twitter.57c573e922df.svg") no-repeat center center;
	width: 27px; height: 22px;
}

.follow-facebook {
  /* background: url("/static/images/arousr-spritesv3.098371bfac67.png") no-repeat -393px -205px; */
  background: url("/static/images/svgIcons/Social_facebook.f81d3cc32089.svg") no-repeat center center;
	width: 24px; height: 24px;
}

.follow-insta {
  /* background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -445px -8px; */
  background: url("/static/images/svgIcons/Social_instagram.3f81ee98a1bf.svg") no-repeat center center;
  width: 26px;
  height: 25px;
  
}

.follow-snap {
  /* background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -389px -8px; */
  background: url("/static/images/Social_snap_chat.49be74828a25.svg") no-repeat center center;
  
  width: 26px;
  height: 25px;
  
}

.follow-tumblr {
  background: url("/static/images/arousr-sprites-jun-11.89bf5912def1.svg") no-repeat -471px -211px;
  background-size: 497px;
  width: 16px;
  height: 25px;
}</pre></body></html>