/*
$breakpoints:(
    "xs" "(max-width: 375px)",
    "s" "(max-width: 480px)",
    "m" "(max-width: 768px)",
    "l" "(max-width: 1024px)",
    "xl" "(min-width: 1025px)"
);
*/
/* _component.locations.scss */
body .c-locations__headquarters {
  align-items: stretch;
  margin-bottom: 32px; }
  body .c-locations__headquarters .o-grid__item {
    align-items: flex-start;
    display: flex; }
  body .c-locations__headquarters article {
    display: flex;
    flex-direction: column;
    padding: 24px 0 0;
    width: 100%; }
  body .c-locations__headquarters aside {
    background-color: #ededed;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 24px; }
  body .c-locations__headquarters figure {
    background-size: cover;
    height: 236px;
    width: 100%; }
  body .c-locations__headquarters h2 {
    letter-spacing: -1px; }
  body .c-locations__headquarters a {
    color: #e63329; }
  body .c-locations__headquarters a[href^="mailto"] {
    word-break: break-all; }
  body .c-locations__headquarters a.c-btn2 {
    color: #4c565c;
    text-decoration: none; }

body .c-locations--centres a {
  color: #0063a7; }

body .c-locations--centres a[href^="mailto"] {
  word-break: break-all; }

body .c-locations--centres h3 {
  margin-bottom: 16px; }

#locations_map {
  height: 600px;
  width: 100%; }

.c-locations__map {
  background-color: #ededed;
  display: flex;
  justify-content: space-around;
  padding: 24px 0;
  position: relative;
  width: 100%; }
  .c-locations__map .mapster_el {
    height: auto !important; }
  @media only screen and (max-width: 479px) {
    .c-locations__map {
      display: none; } }

#map-tooltip {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s; }
  #map-tooltip.active {
    max-height: 100%;
    opacity: 1;
    overflow: visible; }
    #map-tooltip.active .tooltip-wrapper {
      opacity: 1; }

.tooltip-wrapper {
  bottom: 24px;
  left: 0;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  max-width: 250px;
  opacity: 0;
  padding: 24px;
  text-align: left; }
  .tooltip-wrapper small {
    color: #e63329; }

.c-locations__explore {
  margin-top: 32px;
  text-align: center; }
  .c-locations__explore ul {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 24px; }
    @media only screen and (max-width: 768px) {
      .c-locations__explore ul {
        align-items: center;
        flex-direction: column; } }
  .c-locations__explore li {
    align-items: center;
    display: flex;
    margin: 0 12px; }
  .c-locations__explore li:before {
    border-radius: 9px;
    content: "";
    display: block;
    height: 18px !important;
    margin-right: 8px !important;
    width: 18px !important; }
  .c-locations__explore li.headquarters:before {
    background-color: #e63329;
    content: ""; }
  .c-locations__explore li.operation:before {
    background-color: #0063a7;
    content: ""; }
  .c-locations__explore li.global:before {
    background-color: #798085;
    content: ""; }

.s-cms .c-locations__explore {
  margin-top: 32px;
  text-align: center; }
  .s-cms .c-locations__explore ul {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 24px; }
    @media only screen and (max-width: 768px) {
      .s-cms .c-locations__explore ul {
        align-items: center;
        flex-direction: column; } }
  .s-cms .c-locations__explore li {
    align-items: center;
    display: flex;
    margin: 0 12px; }
  .s-cms .c-locations__explore li:before {
    border-radius: 9px;
    content: "";
    display: block;
    height: 18px;
    margin-right: 8px;
    position: initial;
    width: 18px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .s-cms .c-locations__explore li:before {
        /* IE10+ specific styles go here */
        position: static; } }
  .s-cms .c-locations__explore li.headquarters:before {
    background-color: #e63329;
    content: ""; }
  .s-cms .c-locations__explore li.operation:before {
    background-color: #0063a7;
    content: ""; }
  .s-cms .c-locations__explore li.global:before {
    background-color: #798085;
    content: ""; }

.c-locations-mobile {
  display: none; }
  @media only screen and (max-width: 479px) {
    .c-locations-mobile {
      display: block; } }

.c-locations-mobile-slider .slick-track {
  display: flex !important; }

.c-locations-mobile-slider .slick-slide {
  height: inherit !important; }

.c-locations-mobile-slider .slick-dots {
  left: 0;
  right: 0;
  text-align: center;
  bottom: -50px; }
  .c-locations-mobile-slider .slick-dots button {
    background-color: #DBE1E3 !important; }
  .c-locations-mobile-slider .slick-dots li.slick-active button {
    background-color: #4C565C !important; }

.c-locations-mobile-card {
  text-align: center;
  width: 100%; }
  .c-locations-mobile-card small {
    color: #e63329; }

.c-locations-mobile--divider {
  border: 1px solid #F3F3F3;
  margin: 32px 0; }

.c-location-mobile-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  margin-right: 8px;
  position: initial; }

.c-location-mobile-dot--hq {
  background-color: #e63329; }

.c-location-mobile-dot--ops {
  background-color: #0063a7; }

.c-location-mobile-dot--global {
  background-color: #798085; }

.s-cms ul li {
  padding-left: 8px !important; }

.s-cms ul li:before {
  display: none; }
