.map-container .map-option-mobile button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.map-carousel .carousel-copy .slide-content a {
  display: inline;
  background-image: linear-gradient(180deg, transparent 90%, #B31B1B 0);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background-size .4s ease; }
  .user-is-tabbing .map-carousel .carousel-copy .slide-content a:focus, .map-carousel .carousel-copy .slide-content .user-is-tabbing a:focus, .map-carousel .carousel-copy .slide-content a:hover {
    background-size: 100% 100%;
    text-decoration: none; }

.map-container .interactive-map .map-options ul li button {
  font-weight: 600;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-family: "Work Sans", sans-serif;
  position: relative; }
  .map-container .interactive-map .map-options ul li button:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 0;
    background: #B31B1B;
    transition: width .4s ease; }
  .user-is-tabbing .map-container .interactive-map .map-options ul li button:focus, .map-container .interactive-map .map-options ul li .user-is-tabbing button:focus, .map-container .interactive-map .map-options ul li button:hover {
    text-decoration: none; }
    .user-is-tabbing .map-container .interactive-map .map-options ul li button:focus:after, .map-container .interactive-map .map-options ul li .user-is-tabbing button:focus:after, .map-container .interactive-map .map-options ul li button:hover:after {
      width: 100%;
      transition: width .4s ease; }

.user-is-tabbing :focus {
  outline: 1px dotted currentColor;
  outline-offset: 2px; }

.map-carousel {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-columns: 600px 650px 1fr;
  grid-template-columns: 600px 650px 1fr;
  -ms-grid-rows: 600px;
  grid-template-rows: 600px;
  position: relative;
  margin-bottom: 80px; }

.map-carousel > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.map-carousel > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }

.map-carousel > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .map-carousel .ny-carousel {
    display: none; }
  .map-carousel .carousel-images {
    position: relative; }
    .map-carousel .carousel-images figure figcaption {
      display: none !important;
      bottom: auto;
      top: 40px;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      background: none;
      width: auto;
      height: auto;
      padding: 0;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-family: "Work Sans", sans-serif;
      font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
      font-weight: 600;
      position: absolute;
      overflow: visible;
      transition: all .3s ease; }
      .map-carousel .carousel-images figure figcaption i {
        font-size: 5rem; }
      .map-carousel .carousel-images figure figcaption span {
        display: block; }
      .map-carousel .carousel-images figure figcaption:after {
        content: "";
        display: block;
        position: absolute;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(125, 185, 232, 0) 70%);
        top: 80%;
        left: 50%;
        width: 300%;
        height: 300%;
        transform: translate(-50%, -50%);
        z-index: -1; }
  .map-carousel .carousel-copy {
    display: -ms-grid;
    display: grid;
    grid-column: 2 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    position: absolute;
    /* autoprefixer: ignore next */
    align-self: end;
    bottom: -40px;
    left: -40px;
    background: #fff;
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.16);
    min-height: 255px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .map-carousel .carousel-copy {
        display: block;
        bottom: -20%;
        left: 80%;
        width: 120%; } }
    .map-carousel .carousel-copy .slick-list,
    .map-carousel .carousel-copy .slick-track {
      height: 100%; }
    .map-carousel .carousel-copy .slide-content {
      padding: 50px 50px 10px; }
      .map-carousel .carousel-copy .slide-content .location {
        text-transform: uppercase;
        font-weight: 700;
        font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
        font-family: "Work Sans", sans-serif;
        margin: 0 0 15px; }
      .map-carousel .carousel-copy .slide-content a {
        font-family: "Work Sans", sans-serif;
        font-weight: 700;
        font-size: calc(24px + (28 - 24) * ((100vw - 300px) / (1600 - 300)));
        line-height: 1.1;
        margin: 0; }
    .map-carousel .carousel-copy .slick-prev {
      display: none !important; }
    .map-carousel .carousel-copy .slick-next {
      text-align: left;
      margin-top: 20px;
      width: 60%;
      /* autoprefixer: ignore next */
      align-self: end;
      /* autoprefixer: ignore next */
      justify-self: end; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .map-carousel .carousel-copy .slick-next {
          bottom: 0;
          position: relative;
          float: right;
          margin-top: 60px; } }
  .map-carousel .slick-dots {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    text-align: center;
    bottom: -20px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2; }
    .map-carousel .slick-dots li {
      display: inline-block;
      margin: 0 7px; }
      .map-carousel .slick-dots li button {
        background: transparent;
        border: 1px solid #EF4035;
        text-indent: -99999px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        line-height: 0;
        padding: 0; }
        .map-carousel .slick-dots li button:focus {
          outline: 1px solid #fff;
          outline-offset: -5px; }
      .map-carousel .slick-dots li.slick-active button {
        background: #EF4035; }
  @media (max-width: 767.98px) {
    .map-carousel {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      margin: 0 -20px; }
    .map-carousel > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .map-carousel > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .map-carousel > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
  @media screen and (max-width: 767.98px) and (-ms-high-contrast: active), (max-width: 767.98px) and (-ms-high-contrast: none) {
    .map-carousel {
      display: block; } }
  @media (max-width: 767.98px) {
      .map-carousel .carousel-images {
        margin-right: 30px;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1; } }
    @media screen and (max-width: 767.98px) and (-ms-high-contrast: active), (max-width: 767.98px) and (-ms-high-contrast: none) {
      .map-carousel .carousel-images {
        width: 150%; } }
  @media (max-width: 767.98px) {
      .map-carousel .carousel-copy {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
        position: relative;
        bottom: 30px;
        left: 0;
        margin: -60px 0 0 30px; }
        .map-carousel .carousel-copy .slick-next {
          width: 85%;
          height: 65px; }
      .map-carousel .slick-dots {
        bottom: 0;
        margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .map-carousel {
      -ms-grid-columns: 500px 400px 1fr;
      grid-template-columns: 500px 400px 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      margin: 0; }
    .map-carousel > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .map-carousel > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .map-carousel > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .map-carousel {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
      .map-carousel .carousel-copy {
        position: relative;
        left: 0;
        bottom: 0;
        margin: -100px 0 20px 80px;
        -ms-grid-column: 1;
        grid-column: 1;
        min-height: auto; } }
    @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
      .map-carousel .carousel-copy {
        left: 45px;
        min-height: 256px; } }
  @media screen and (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .map-carousel .carousel-images {
      width: 150%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
      .map-carousel .slick-dots {
        bottom: 0;
        -ms-grid-column: 1;
        grid-column: 1;
        margin-bottom: 30px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .map-carousel {
      -ms-grid-columns: 500px 500px 1fr;
      grid-template-columns: 500px 500px 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto; }
    .map-carousel > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .map-carousel > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .map-carousel > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .map-carousel .carousel-copy {
        left: -125px; } }
  @media screen and (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: active), (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .map-carousel {
      display: block; }
      .map-carousel .carousel-copy {
        display: block;
        left: 70%;
        width: 100%; } }
  .colorBG .map-carousel .slick-dots li button {
    border: 1px solid #fff; }
    .colorBG .map-carousel .slick-dots li button:focus {
      box-shadow: 2px 2px 0 1px #000; }
  .colorBG .map-carousel .slick-dots li.slick-active button {
    background: #fff; }

.map-container [tabindex='0']:focus {
  outline: 2px dotted currentColor;
  outline-offset: -3px; }

.map-container > .container-fluid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 725px 1fr;
  -ms-grid-columns: 725px 1fr;
  grid-template-rows: auto auto;
  -ms-grid-rows: auto auto;
  grid-gap: 25px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .map-container > .container-fluid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 600px 25px 1fr;
      grid-template-columns: 600px 1fr;
      -ms-grid-rows: auto 25px auto;
      grid-template-rows: auto auto;
      grid-gap: 25px; }
    .map-container > .container-fluid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .map-container > .container-fluid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
    .map-container > .container-fluid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .map-container > .container-fluid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3; } }
  .map-container > .container-fluid .views-element-container {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 625px 800px 1fr;
    grid-template-columns: 625px 800px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; }
  .map-container > .container-fluid .views-element-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }
  .map-container > .container-fluid .views-element-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2; }
  .map-container > .container-fluid .views-element-container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3; }
  .map-container > .container-fluid .views-element-container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }
  .map-container > .container-fluid .views-element-container > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2; }
  .map-container > .container-fluid .views-element-container > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3; }

.map-container .section-intro-copy {
  margin: 0; }
  .map-container .section-intro-copy p {
    padding-right: 60px; }

.map-container .interactive-map {
  position: absolute;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  z-index: 1;
  right: 0;
  left: -100px;
  top: 50%;
  transform: translateY(-80%); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .map-container .interactive-map {
      right: 0;
      left: 0;
      top: 0;
      transform: translateX(80%);
      width: 60%;
      height: 60%; } }
  .map-container .interactive-map img {
    overflow: visible;
    position: relative;
    opacity: .5;
    width: auto;
    max-width: 100%; }
  .map-container .interactive-map svg {
    overflow: visible;
    position: relative; }
    .map-container .interactive-map svg path {
      fill: #7D868C;
      transition: fill .2s linear; }
      .map-container .interactive-map svg path.active {
        fill: #BDBBBB; }
  .map-container .interactive-map .imagepin {
    position: absolute;
    color: #2e0707;
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    white-space: nowrap;
    transform: rotate(-90deg) translate(0, 0);
    transform-origin: top left;
    transition: all ease .2s;
    z-index: 1; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .map-container .interactive-map .imagepin {
        top: 7%; } }
    .map-container .interactive-map .imagepin:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #B31B1B;
      display: block;
      position: absolute;
      left: -10px; }
    .map-container .interactive-map .imagepin:after {
      content: "";
      height: 0;
      border-top: 1px solid #B31B1B;
      position: absolute;
      top: 3px;
      left: -10px; }
    .map-container .interactive-map .imagepin span {
      position: absolute;
      display: block;
      line-height: 1;
      transform: rotate(0) translate(0, 0);
      width: auto;
      height: auto;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 0;
      top: 2px; }
      .map-container .interactive-map .imagepin span.sr-only {
        border: none !important; }
    .map-container .interactive-map .imagepin.active {
      z-index: 2; }
    .map-container .interactive-map .imagepin.active span {
      transform: rotate(90deg) translate(-50%, 5%);
      white-space: initial;
      width: 100px;
      height: 100px;
      border: 1px solid #B31B1B;
      border-radius: 50%;
      line-height: 1;
      padding: 10px;
      background: #5a0e0e; }
    .map-container .interactive-map .imagepin.small:after {
      width: 50px; }
    .map-container .interactive-map .imagepin.small span {
      left: 45px; }
    .map-container .interactive-map .imagepin.medium:after {
      width: 70px; }
    .map-container .interactive-map .imagepin.medium span {
      left: 65px; }
    .map-container .interactive-map .imagepin.large:after {
      width: 90px; }
    .map-container .interactive-map .imagepin.large span {
      left: 85px; }
  .map-container .interactive-map .set-locations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #2e0707;
    font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 600;
    font-family: "Work Sans", sans-serif; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .map-container .interactive-map .set-locations {
        top: 7%; } }
    .map-container .interactive-map .set-locations .pin {
      position: absolute;
      white-space: nowrap;
      transform: rotate(-90deg) translate(0, 0);
      transform-origin: top left;
      transition: all ease .2s; }
      .map-container .interactive-map .set-locations .pin:after {
        content: "";
        height: 0;
        border-top: 1px solid #B31B1B;
        position: absolute;
        top: 50%; }
      .map-container .interactive-map .set-locations .pin span {
        position: absolute;
        display: block;
        line-height: 1;
        transform: rotate(0) translate(0, 0);
        width: auto;
        height: auto;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0; }
        .map-container .interactive-map .set-locations .pin span.sr-only {
          border: none !important; }
      .map-container .interactive-map .set-locations .pin.active span {
        transform: rotate(90deg) translate(-50%, 5%);
        white-space: normal;
        width: 100px;
        height: 100px;
        border: 1px solid #B31B1B;
        border-radius: 50%;
        line-height: 1;
        padding: 10px;
        background: #5a0e0e; }
    .map-container .interactive-map .set-locations .world-pins .north-america {
      left: 19%;
      top: 18%; }
      .map-container .interactive-map .set-locations .world-pins .north-america:after {
        width: 35px;
        left: -40px; }
    .map-container .interactive-map .set-locations .world-pins .south-america {
      left: 30%;
      top: 41%; }
      .map-container .interactive-map .set-locations .world-pins .south-america:after {
        width: 60px;
        left: -65px; }
    .map-container .interactive-map .set-locations .world-pins .africa {
      left: 48%;
      top: 27%; }
      .map-container .interactive-map .set-locations .world-pins .africa:after {
        width: 70px;
        left: -75px; }
    .map-container .interactive-map .set-locations .world-pins .europe {
      left: 58%;
      top: 10%; }
      .map-container .interactive-map .set-locations .world-pins .europe:after {
        width: 40px;
        left: -45px; }
    .map-container .interactive-map .set-locations .world-pins .asia {
      left: 70%;
      top: 6%; }
      .map-container .interactive-map .set-locations .world-pins .asia:after {
        width: 60px;
        left: -65px; }
    .map-container .interactive-map .set-locations .world-pins .australia {
      left: 79%;
      top: 47%; }
      .map-container .interactive-map .set-locations .world-pins .australia:after {
        width: 60px;
        left: -65px; }
    @media (max-width: 1199.98px) {
      .map-container .interactive-map .set-locations .world-pins .north-america {
        left: 19%;
        top: 9%; }
        .map-container .interactive-map .set-locations .world-pins .north-america:after {
          width: 35px;
          left: -40px; }
      .map-container .interactive-map .set-locations .world-pins .south-america {
        left: 31%;
        top: 33%; }
        .map-container .interactive-map .set-locations .world-pins .south-america:after {
          width: 60px;
          left: -65px; }
      .map-container .interactive-map .set-locations .world-pins .africa {
        left: 47%;
        top: 17%; }
        .map-container .interactive-map .set-locations .world-pins .africa:after {
          width: 70px;
          left: -75px; }
      .map-container .interactive-map .set-locations .world-pins .europe {
        left: 59%;
        top: 8%; }
        .map-container .interactive-map .set-locations .world-pins .europe:after {
          width: 40px;
          left: -45px; }
      .map-container .interactive-map .set-locations .world-pins .asia {
        left: 70%;
        top: 6%; }
        .map-container .interactive-map .set-locations .world-pins .asia:after {
          width: 60px;
          left: -65px; }
      .map-container .interactive-map .set-locations .world-pins .australia {
        left: 82%;
        top: 42%; }
        .map-container .interactive-map .set-locations .world-pins .australia:after {
          width: 60px;
          left: -65px; } }
  .map-container .interactive-map .map-options {
    position: relative; }
    .map-container .interactive-map .map-options ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      text-align: center; }
      .map-container .interactive-map .map-options ul li {
        display: inline-block; }
        .map-container .interactive-map .map-options ul li button {
          position: relative;
          color: #B31B1B;
          font-size: calc(14px + (14 - 14) * ((100vw - 300px) / (1600 - 300)));
          font-family: "Work Sans", sans-serif;
          border: none;
          padding: 0;
          background: transparent;
          cursor: pointer; }
          .map-container .interactive-map .map-options ul li button span {
            font-size: 1.5rem;
            margin-right: 8px;
            position: relative;
            top: 5px; }
          .map-container .interactive-map .map-options ul li button:hover:after, .map-container .interactive-map .map-options ul li .user-is-tabbing button:focus:after, .user-is-tabbing .map-container .interactive-map .map-options ul li button:focus:after {
            background: #B31B1B; }
          .map-container .interactive-map .map-options ul li button:focus {
            outline-color: #B31B1B; }
        .map-container .interactive-map .map-options ul li + li:before {
          content: "";
          display: inline-block;
          margin: 0 15px;
          height: 20px;
          width: 0;
          border-left: 1px solid #B31B1B;
          position: relative;
          top: 5px; }
        .map-container .interactive-map .map-options ul li.hidden {
          display: none; }
          .map-container .interactive-map .map-options ul li.hidden + li:before {
            display: none; }

.map-container .map-option-mobile {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
  text-align: center;
  color: #fff;
  position: relative;
  display: none; }
  .map-container .map-option-mobile button {
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
    cursor: pointer; }
    .map-container .map-option-mobile button:after {
      display: inline-block;
      content: "\e907";
      margin-left: 10px;
      vertical-align: middle; }
  .map-container .map-option-mobile span {
    display: block;
    margin: 0 0 10px;
    font-size: 2.5rem; }
  .map-container .map-option-mobile:before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 0;
    border-top: 1px solid #B31B1B;
    left: calc(50% - 75px);
    top: 20px; }
  .map-container .map-option-mobile:after {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 0;
    border-top: 1px solid #B31B1B;
    right: calc(50% - 75px);
    top: 20px; }

@media (max-width: 991.98px) {
  .map-container {
    margin: 0;
    overflow-y: visible; }
    .map-container > .container-fluid {
      grid-template-columns: 100%;
      -ms-grid-columns: 500px 100px;
      grid-template-rows: auto auto;
      -ms-grid-rows: auto auto;
      grid-gap: 0; }
      .map-container > .container-fluid .views-element-container {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        display: -ms-grid;
        display: grid;
        grid-template-columns: 100%;
        -ms-grid-columns: 500px 100px;
        grid-template-rows: auto auto;
        -ms-grid-rows: auto auto; }
    .map-container .section-intro-copy {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1;
      z-index: 1;
      margin-bottom: 20px;
      -ms-grid-column-span: 2; }
      .map-container .section-intro-copy p {
        padding: 0; }
    .map-container .interactive-map {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      z-index: 0;
      top: 0;
      left: 0;
      transform: translateY(0);
      width: 120%;
      height: 100%;
      position: absolute; } }
    @media screen and (max-width: 991.98px) and (-ms-high-contrast: active), (max-width: 991.98px) and (-ms-high-contrast: none) {
      .map-container .interactive-map {
        width: 150%;
        transform: translateY(-80px); } }

@media (max-width: 991.98px) {
      .map-container .interactive-map img {
        width: 100%;
        transform: translateX(-45%);
        left: 35%;
        opacity: .2; }
      .map-container .interactive-map svg {
        width: 100%;
        transform: translateX(-50%);
        left: 35%; }
        .map-container .interactive-map svg #worldMap path, .map-container .interactive-map svg #NewYorkMap path {
          fill: #F2F2F2; }
          .map-container .interactive-map svg #worldMap path.active, .map-container .interactive-map svg #NewYorkMap path.active {
            fill: #F2F2F2; }
      .map-container .interactive-map .map-options {
        position: absolute;
        bottom: -47px;
        left: 0px;
        z-index: 1;
        width: 80%; }
      .map-container .interactive-map .set-locations,
      .map-container .interactive-map .imagepin {
        display: none; }
    .map-container .map-option-mobile {
      display: block; } }

@media (max-width: 767.98px) {
  .map-container > .container-fluid {
    -ms-grid-columns: 400px 200px;
    -ms-grid-rows: auto auto; }
    .map-container > .container-fluid .views-element-container {
      -ms-grid-columns: 400px 200px;
      -ms-grid-rows: auto auto; }
  .map-container .section-intro-copy {
    -ms-grid-column-span: 2; }
  .map-container .interactive-map .map-options ul li button.refresh {
    display: none; }
  .map-container .interactive-map .map-options ul li + li:before {
    display: none; } }

@media (max-width: 575.98px) {
  .map-container > .container-fluid {
    -ms-grid-columns: 250px 100px;
    -ms-grid-rows: auto auto; }
    .map-container > .container-fluid .views-element-container {
      -ms-grid-columns: 250px 100px;
      -ms-grid-rows: auto auto; }
  .map-container .section-intro-copy {
    -ms-grid-column-span: 2; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .map-container > .container-fluid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 560px 1fr;
    -ms-grid-columns: 560px 1fr;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
    grid-gap: 0; }
    .map-container > .container-fluid .views-element-container {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 560px 1fr;
      grid-template-columns: 560px 1fr;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto; }
    .map-container > .container-fluid .views-element-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .map-container > .container-fluid .views-element-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .map-container > .container-fluid .views-element-container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .map-container > .container-fluid .views-element-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
  .map-container .interactive-map {
    left: -50px;
    right: 25px;
    transform: translateY(-100%); } }
  @media screen and (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: active), (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .map-container .interactive-map {
      left: 0;
      right: 0;
      width: 50%;
      height: 50%;
      transform: translateX(100%); } }
  @media screen and (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: active), (min-width: 992px) and (max-width: 1199.98px) and (-ms-high-contrast: none) {
    .map-container .interactive-map .set-locations {
      top: 0; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
    .map-container .interactive-map .set-locations .north-america {
      left: 19%;
      top: 10%; }
    .map-container .interactive-map .set-locations .south-america {
      left: 32%;
      top: 29%; }
    .map-container .interactive-map .set-locations .africa {
      left: 46%;
      top: 5%; }
    .map-container .interactive-map .set-locations .europe {
      left: 58%;
      top: 3%; }
    .map-container .interactive-map .set-locations .asia {
      left: 72%;
      top: 0; }
    .map-container .interactive-map .set-locations > *.active span {
      width: 80px;
      height: 80px; } }

.colorBG .map-container .interactive-map svg path {
  fill: #5a0e0e;
  transition: fill .2s linear; }
  .colorBG .map-container .interactive-map svg path.active {
    fill: rgba(255, 255, 255, 0.5); }

.colorBG .map-container .imagepin {
  color: #fff; }
  .colorBG .map-container .imagepin:before {
    background: #fff; }
  .colorBG .map-container .imagepin:after {
    border-top: 2px solid #fff; }
  .colorBG .map-container .imagepin.active span {
    border: 1px solid #fff; }

.colorBG .map-container .set-locations {
  color: #fff; }
  .colorBG .map-container .set-locations .pin:before {
    background: #fff; }
  .colorBG .map-container .set-locations .pin:after {
    border-top: 1px solid #fff; }
  .colorBG .map-container .set-locations .pin.active span {
    border: 1px solid #fff; }

.colorBG .map-container .interactive-map .map-options ul li button {
  color: #fff; }
  .colorBG .map-container .interactive-map .map-options ul li button:hover:after, .colorBG .map-container .interactive-map .map-options ul li .user-is-tabbing button:focus:after, .user-is-tabbing .colorBG .map-container .interactive-map .map-options ul li button:focus:after {
    background: #fff; }
  .colorBG .map-container .interactive-map .map-options ul li button:focus {
    outline-color: #fff; }

.colorBG .map-container .interactive-map .map-options ul li + li:before {
  border-left: 1px solid #fff; }

@media (max-width: 991.98px) {
  .colorBG .map-container .interactive-map svg #worldMap path, .colorBG .map-container .interactive-map svg #NewYorkMap path {
    fill: #871414; }
    .colorBG .map-container .interactive-map svg #worldMap path.active, .colorBG .map-container .interactive-map svg #NewYorkMap path.active {
      fill: #871414; } }

.view-impact-map nav.pager {
  display: none; }
