/* Blue Colours
   ========================================================================== */
/* Grey Colours
   ========================================================================== */
/* Red Colours
   ========================================================================== */
/* Main Brand Colours
   ========================================================================== */
/* Grey Colours
   ========================================================================== */
/* Complimentary Grey Colours
  (Use case will be for Borders. Avoid using these shades eventhough these are brand colors, can be used in special cases)
   ========================================================================== */
/* Exceptional Colours
  (These colors are not part of brand but has been picked up based on  different usecases)
   ========================================================================== */
/* Semantic colors
  (Our extended colour scales are meant to be used to visualised different states)
   ========================================================================== */
/* Secondary Colours
   ========================================================================== */
/* Navigation
   ========================================================================== */
/* Colour Variables
   ========================================================================== */
/* Desktop Font Sizes
   ========================================================================== */
/* Smartphone Font Sizes
   ========================================================================== */
/* Line heights
   ========================================================================== */
/* Letter Spacing
   ========================================================================== */
/* Smartphone and tablet sizes
   ========================================================================== */
/* Mixin Variables
   ========================================================================== */
/* Button Variables
   ========================================================================== */
/* Spacing Variables (vertical)
   ========================================================================== */
/* Spacing Variables (horizontal)
   ========================================================================== */
/* Other
   ========================================================================== */
/* Fonts
   ========================================================================== */
/* Logo Variables 
   ========================================================================== */
footer {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-top: 32px;
}
footer .footer {
  background-color: #041e42;
  padding: 24px 24px 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
footer .footer .footer__main-links,
footer .footer .footer__social-links {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer .footer__main-links li,
footer .footer .footer__social-links li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
footer .footer .footer__main-links li a,
footer .footer .footer__social-links li a {
  margin-right: 24px;
  text-decoration: none;
  font-family: "ScaniaSansBold", Helvetica, Arial, sans-serif;
  color: #ffffff;
  opacity: 0.87;
  display: inline-block;
  font-size: 14px;
}
footer .footer .footer__main-links li a:hover,
footer .footer .footer__social-links li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .footer__main-links li a:focus,
footer .footer .footer__social-links li a:focus {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .footer__main-links li {
  padding: 8px 0;
}
footer .footer .footer__social-links {
  margin-top: 24px;
  margin-bottom: 24px;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .footer .footer__social-links li a:hover {
  text-decoration: none;
}
footer .footer .footer__social-links li a:focus {
  text-decoration: none;
}
footer .footer .footer__social-links i {
  font-size: 2rem;
  width: 48px;
  height: 48px;
}
footer .footer .footer__social-links i.icon-youtube {
  font-size: 3.1rem;
}
footer .footer .footer__social-links i.icon-twitter {
  font-size: 3.8rem;
}
footer .footer .footer__social-links i.icon-linkedin {
  font-size: 3.6rem;
}
footer .footer .footer__main-brand {
  border-top: 1px solid #16417f;
  padding-top: 24px;
  padding-bottom: 96px;
  margin-top: 24px;
  width: 100%;
  background-image: url("../../../../../../etc.clientlibs/wcm-design-v2/clientlibs/clientlib-site/resources/logotype/1.0.0/scania_wordmark/scania-wordmark-white.png");
  background-image: url("../../../../../../etc.clientlibs/wcm-design-v2/clientlibs/clientlib-site/resources/logotype/1.0.0/scania_wordmark/scania-wordmark-white.svg");
  background-repeat: no-repeat;
  background-size: 117px;
  background-position: right bottom;
}
footer .footer .footer__main-brand p {
  font-family: "ScaniaSansSemiCondensedRegular", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 0;
  width: 80%;
}
@media (min-width: 992px) {
  footer {
    margin-top: 40px;
  }
  footer .footer {
    padding: 40px 32px 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer .footer__main-links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 40px;
  }
  footer .footer .footer__main-links li a {
    margin-bottom: 0;
  }
  footer .footer .footer__social-links {
    margin-top: 0;
    text-align: right;
  }
  footer .footer .footer__main-brand {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background-position: right center;
  }
}
