/*!********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/jquery-ui-autocomplete.scss ***!
  \********************************************************************************************************************************************************************/
/*! jQuery UI - v1.13.0 - 2021-10-13
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Adapted for crr-maps to remove unused styles. */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
.ui-icon {
  width: 16px;
  height: 16px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/wal.scss ***!
  \*************************************************************************************************************************************************/
/**
 * Converts a rem value from the original version of CRR maps.
 */
.visually-hidden, .js-form-item-country label, #edit-indications--wrapper legend, input[type="checkbox"], #wal-map-tray .close-button {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal; }

a {
  text-decoration: none; }

body.page-template-crr-maps-wal {
  background: #EEEDED; }

.aos-fade-up {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .aos-fade-up.active {
    opacity: 1;
    transform: translateZ(0); }

.aos-fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  .aos-fade-in.active {
    opacity: 1; }

.aos-fade-up-mobile {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
  .aos-fade-up-mobile.active {
    opacity: 1;
    transform: translateZ(0); }
  @media (min-width: 1100px) {
    .aos-fade-up-mobile {
      opacity: 1;
      transform: translateZ(0); } }

#wal-map {
  scroll-margin-top: 69px; }

.wal-hide-until-tablet {
  display: none; }
  @media (min-width: 1100px) {
    .wal-hide-until-tablet {
      display: block; } }

.wal-show-until-tablet {
  display: block; }
  @media (min-width: 1100px) {
    .wal-show-until-tablet {
      display: none; } }

.wal-intro-key-text {
  margin-bottom: 25px; }
  @media (min-width: 1100px) {
    .wal-intro-key-text {
      margin-bottom: 0;
      padding-right: 25px; } }
  .wal-intro-key-text h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 25px; }
    @media (min-width: 1100px) {
      .wal-intro-key-text h2 {
        font-size: 50px;
        line-height: 56px;
        margin-bottom: 25px; } }
  .wal-intro-key-text h3 {
    font-family: "agipo-regular", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 1100px) {
      .wal-intro-key-text h3 {
        font-size: 22px;
        line-height: 28px; } }
  .wal-intro-key-text h4 {
    font-family: 'Lyon Display';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px; }
    @media (min-width: 1100px) {
      .wal-intro-key-text h4 {
        font-size: 34px;
        line-height: 42px; } }
  .wal-intro-key-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 1100px) {
      .wal-intro-key-text p {
        font-size: 22px;
        line-height: 28px; } }

@media (min-width: 1100px) {
  .wal-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; } }

.wal-intro {
  background: #EEEDED; }
  .wal-intro img {
    height: auto;
    width: 100%; }

@media (min-width: 1100px) {
  .h-full {
    height: 100vh; } }

@media (min-width: 1100px) {
  .a-bottom {
    position: relative; }
    .a-bottom img {
      bottom: 0;
      position: absolute; } }

.c-horizontal {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 1100px) {
  .c-horizontal-tablet-only {
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

.wal-intro-grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  position: relative; }
  @media (min-width: 1100px) {
    .wal-intro-grid.has-border:before {
      background: #000;
      content: '';
      display: block;
      height: calc(100% - 75px);
      left: 30%;
      opacity: 0;
      position: absolute;
      top: 75px;
      transition: opacity 0.3s ease-in-out;
      width: 1px; } }
  @media (min-width: 1100px) {
    .wal-intro-grid.has-border.active:before {
      opacity: 1; } }
  .wal-intro-grid img {
    margin: 0 auto;
    max-width: 615px; }
    .wal-intro-grid img.no-max-width {
      max-width: none; }
    .wal-intro-grid img.max-width-740 {
      max-width: 740px; }

.wal-intro-grid_row {
  display: grid;
  grid-template-rows: repeat(10, auto);
  position: relative; }
  .wal-intro-grid_row.initial-frames {
    grid-template-rows: 100vh auto 100vh 100vh auto; }
    @media (min-width: 1100px) {
      .wal-intro-grid_row.initial-frames {
        grid-template-rows: 100vh 100vh auto 100vh auto; } }
    @media screen and (max-height: 850px) and (min-width: 1100px) {
      .wal-intro-grid_row.initial-frames {
        grid-template-rows: auto auto auto auto auto; } }
  @media (min-width: 1100px) {
    .wal-intro-grid_row {
      display: grid;
      grid-template-columns: 30% 70%;
      grid-template-rows: none;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      min-height: 100vh; } }
  @media (min-width: 1100px) {
    .wal-intro-grid_row > div {
      min-height: 100vh; } }
  .wal-intro-grid_row > div.sticky {
    z-index: 0; }
  @media (min-width: 1100px) {
    .wal-intro-grid_row .full {
      grid-column: 1 / 3; } }
  .wal-intro-grid_row .full img {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1100px) {
      .wal-intro-grid_row .full img {
        top: 0;
        transform: translateY(0); } }

.wal-intro-grid_three-col {
  padding-bottom: 70px; }
  @media (min-width: 1100px) {
    .wal-intro-grid_three-col {
      display: grid;
      grid-template-columns: 33.3333% 33.3333% 33.3333%;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      min-height: 100vh;
      position: relative;
      padding-bottom: 0; } }
  .wal-intro-grid_three-col .c-horizontal {
    position: relative;
    top: 0;
    transform: translateY(0); }
    @media (min-width: 1100px) {
      .wal-intro-grid_three-col .c-horizontal {
        top: 50%;
        transform: translateY(-50%); } }
  .wal-intro-grid_three-col .wal-intro-key-text h2 {
    font-size: 28px;
    line-height: 36px; }
    @media (min-width: 1100px) {
      .wal-intro-grid_three-col .wal-intro-key-text h2 {
        font-size: 34px;
        line-height: 41px; } }
  @media (min-width: 1100px) {
    .wal-intro-grid_three-col > div:nth-child(1) .c-horizontal {
      min-height: 546px; } }
  @media (min-width: 1100px) {
    .wal-intro-grid_three-col > div:nth-child(2) .c-horizontal, .wal-intro-grid_three-col > div:nth-child(3) .c-horizontal {
      border-left: solid 1px #000;
      padding: 0 30px;
      min-height: 546px; } }
  .wal-intro-grid_three-col > div:nth-child(2) .c-horizontal hr, .wal-intro-grid_three-col > div:nth-child(3) .c-horizontal hr {
    background-color: #000;
    height: 6px;
    margin: 35px 0; }
  .wal-intro-grid_three-col > div:nth-child(2) .c-horizontal p, .wal-intro-grid_three-col > div:nth-child(3) .c-horizontal p {
    font-family: "agipo-regular", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px; }
    @media (min-width: 1100px) {
      .wal-intro-grid_three-col > div:nth-child(2) .c-horizontal p, .wal-intro-grid_three-col > div:nth-child(3) .c-horizontal p {
        font-size: 22px;
        line-height: 27px; } }
    .wal-intro-grid_three-col > div:nth-child(2) .c-horizontal p strong, .wal-intro-grid_three-col > div:nth-child(3) .c-horizontal p strong {
      font-family: "agipo-regular", sans-serif;
      font-weight: 700; }

.wal-intro-full-width {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 100vh;
  position: relative;
  width: 90%; }
  .wal-intro-full-width img {
    height: auto;
    width: 100%; }

.wal-intro-chart {
  display: grid;
  grid-template-rows: repeat(3, auto);
  padding-bottom: 50px; }
  @media (min-width: 1100px) {
    .wal-intro-chart {
      display: grid;
      grid-template-columns: repeat(3, 33.3333%);
      grid-template-rows: repeat(10, auto);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      max-width: 1200px;
      margin: 0 auto;
      min-height: 100vh;
      padding-bottom: 0;
      width: 90%; }
      .wal-intro-chart > div {
        min-height: 100vh; } }
  .wal-intro-chart img {
    height: auto;
    width: 100%; }
  .wal-intro-chart .c-horizontal {
    position: relative;
    top: 0;
    transform: translateY(0); }
    @media (min-width: 1100px) {
      .wal-intro-chart .c-horizontal {
        top: 50%;
        transform: translateY(-50%); } }
  .wal-intro-chart #wal-chart-step-one {
    grid-row: 1/3; }
    @media (min-width: 1100px) {
      .wal-intro-chart #wal-chart-step-one {
        grid-row: auto; } }
    .wal-intro-chart #wal-chart-step-one .wal-intro-key-text {
      padding: 0 20px; }
      @media (min-width: 1100px) {
        .wal-intro-chart #wal-chart-step-one .wal-intro-key-text {
          padding: 0 50px 0 0; } }
      .wal-intro-chart #wal-chart-step-one .wal-intro-key-text h2 {
        color: #4959A0; }
      .wal-intro-chart #wal-chart-step-one .wal-intro-key-text h3 {
        margin-bottom: 25px; }
  .wal-intro-chart #wal-chart-step-two .wal-intro-key-text {
    padding: 0 20px; }
    @media (min-width: 1100px) {
      .wal-intro-chart #wal-chart-step-two .wal-intro-key-text {
        padding: 0 0 0 50px; } }
    .wal-intro-chart #wal-chart-step-two .wal-intro-key-text h2 {
      color: #C74F50; }
  .wal-intro-chart .wal-chart {
    display: block;
    margin: 0 auto;
    width: 80%; }
    @media (min-width: 1100px) {
      .wal-intro-chart .wal-chart {
        width: 100%; } }
    .wal-intro-chart .wal-chart-circle {
      fill: #EEEDED; }
    .wal-intro-chart .wal-chart-sixty-percent {
      fill: #EEEDED;
      stroke: #4959A0;
      stroke-width: 120px;
      stroke-dasharray: 526.5 879;
      transform: rotate(121.7deg);
      transform-origin: center center;
      transition: stroke-dasharray 0.5s ease-in-out; }
      @media (min-width: 1100px) {
        .wal-intro-chart .wal-chart-sixty-percent {
          stroke-dasharray: 0 879; } }
      .wal-intro-chart .wal-chart-sixty-percent:hover {
        stroke: #4959A0 !important; }
      .wal-intro-chart .wal-chart-sixty-percent-inner {
        fill: #EEEDED;
        stroke: #4959A0;
        stroke-width: 50px;
        stroke-dasharray: 526.5 776;
        transform: rotate(121.7deg);
        transform-origin: center center; }
        .wal-intro-chart .wal-chart-sixty-percent-inner:hover {
          stroke: #4959A0 !important; }
    .wal-intro-chart .wal-chart-fourty-percent {
      fill: #EEEDED;
      stroke: #C74F4F;
      stroke-width: 120px;
      stroke-dasharray: 354 891;
      transform: rotate(-23deg);
      transform-origin: center center;
      transition: stroke-dasharray 0.8s ease-in-out; }
      @media (min-width: 1100px) {
        .wal-intro-chart .wal-chart-fourty-percent {
          stroke-dasharray: 0 891; } }
      .wal-intro-chart .wal-chart-fourty-percent:hover {
        stroke: #C74F4F !important; }
      .wal-intro-chart .wal-chart-fourty-percent-inner {
        fill: #EEEDED;
        stroke: #C74F4F;
        stroke-width: 50px;
        stroke-dasharray: 354 776;
        transform: rotate(-23deg);
        transform-origin: center center; }
        .wal-intro-chart .wal-chart-fourty-percent-inner:hover {
          stroke: #C74F4F !important; }
    .wal-intro-chart .wal-chart-person-icon {
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      fill: #ADADAD;
      transition: fill 0.3s ease-in-out; }
      .wal-intro-chart .wal-chart-person-icon.sixty-percent {
        fill: #405292; }
        @media (min-width: 1100px) {
          .wal-intro-chart .wal-chart-person-icon.sixty-percent {
            fill: #ADADAD; } }
        .wal-intro-chart .wal-chart-person-icon.sixty-percent.active {
          fill: #405292; }
      .wal-intro-chart .wal-chart-person-icon.fourty-percent {
        fill: #C74F4F; }
        @media (min-width: 1100px) {
          .wal-intro-chart .wal-chart-person-icon.fourty-percent {
            fill: #ADADAD; } }
        .wal-intro-chart .wal-chart-person-icon.fourty-percent.active {
          fill: #C74F4F; }

.wal-definitive-map {
  min-height: 100vh;
  position: relative; }
  .wal-definitive-map_frame {
    height: 100vh; }
  .wal-definitive-map_outter-container {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .wal-definitive-map_inner-container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    @media (min-width: 1100px) {
      .wal-definitive-map_inner-container {
        width: 90%; } }
  .wal-definitive-map_container_percentages {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 35% 24% 12% 22% 6%;
    grid-column-gap: 3px;
    grid-row-gap: 0px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px; }
    @media (min-width: 1100px) {
      .wal-definitive-map_container_percentages {
        grid-template-columns: 35% 24% 12% 22% 6%;
        grid-template-rows: 1fr;
        height: 30px;
        position: static;
        width: 100%; } }
    .wal-definitive-map_container_percentages .wal-percent {
      height: 100%;
      width: 7px;
      transition: height 0.5s ease-in-out, width 0.5s ease-in-out; }
      .wal-definitive-map_container_percentages .wal-percent.active {
        height: 100%;
        width: 15px; }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_percentages .wal-percent {
          height: 7px;
          width: 100%; }
          .wal-definitive-map_container_percentages .wal-percent.active {
            height: 30px;
            width: 100%; } }
    .wal-definitive-map_container_percentages span {
      display: none; }
    .wal-definitive-map_container_percentages div:nth-child(1) {
      background-color: #007749; }
    .wal-definitive-map_container_percentages div:nth-child(2) {
      background-color: #35B0C6; }
    .wal-definitive-map_container_percentages div:nth-child(3) {
      background-color: #F4E234; }
    .wal-definitive-map_container_percentages div:nth-child(4) {
      background-color: #E33F37; }
    .wal-definitive-map_container_percentages div:nth-child(5) {
      background-color: #A02B2E; }
  .wal-definitive-map_container_map {
    margin-bottom: 50px;
    min-height: 505px;
    position: relative;
    top: 50%; }
    @media (min-width: 1100px) {
      .wal-definitive-map_container_map {
        min-height: auto; } }
    .wal-definitive-map_container_map svg {
      bottom: 0;
      display: block;
      height: auto;
      left: 50%;
      margin: 0 auto;
      position: absolute;
      transform: translateX(-50%);
      width: 80%; }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_map svg {
          left: 0;
          position: static;
          transform: translateX(0);
          width: 61%; } }
    .wal-definitive-map_container_map_intro-text {
      font-family: "agipo-regular", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 28px;
      left: 10%;
      padding-right: 10%;
      margin: 0 auto;
      position: absolute;
      width: 90%;
      z-index: 1; }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_map_intro-text {
          left: 50%;
          padding-right: 0;
          top: 50%;
          transform: translate(-50%, -50%);
          width: auto; } }
    .wal-definitive-map_container_map_category {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      transition: opacity 0.5s ease-in-out;
      width: 80%; }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_map_category {
          max-width: 18%; } }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_map_category.align-left {
          left: 0;
          transform: translateX(0); } }
      @media (min-width: 1100px) {
        .wal-definitive-map_container_map_category.align-right {
          left: auto;
          right: 0;
          transform: translateX(0); } }
      .wal-definitive-map_container_map_category h3 {
        font-family: "agipo-regular", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px; }
      .wal-definitive-map_container_map_category h2 {
        font-family: "agipo-regular", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px; }
      .wal-definitive-map_container_map_category hr {
        height: 4px;
        margin: 15px 0; }
      .wal-definitive-map_container_map_category p {
        font-family: 'Lyon Display';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 0; }
        @media (min-width: 1100px) {
          .wal-definitive-map_container_map_category p {
            font-size: 16px; } }
      .wal-definitive-map_container_map_category span {
        font-family: "agipo-regular", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2; }
      .wal-definitive-map_container_map_category#wal-map-cat-1 hr {
        background-color: #007749; }
      .wal-definitive-map_container_map_category#wal-map-cat-2 hr {
        background-color: #35B0C6; }
      .wal-definitive-map_container_map_category#wal-map-cat-3 hr {
        background-color: #F4E234; }
      .wal-definitive-map_container_map_category#wal-map-cat-4 hr {
        background-color: #E33F37; }
      .wal-definitive-map_container_map_category#wal-map-cat-5 hr {
        background-color: #A02B2E; }

.wal-intro-full-take-over {
  margin: 0 auto;
  max-width: 90%; }
  @media (min-width: 1100px) {
    .wal-intro-full-take-over {
      background-color: #000;
      height: 100vh;
      max-width: 100%;
      text-align: center; } }
  .wal-intro-full-take-over .c-horizontal {
    position: relative;
    top: 0;
    transform: translateY(0); }
    @media (min-width: 1100px) {
      .wal-intro-full-take-over .c-horizontal {
        top: 50%;
        transform: translateY(-50%); } }
  .wal-intro-full-take-over h2 {
    font-family: 'Lyon Display';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px; }
    @media (min-width: 1100px) {
      .wal-intro-full-take-over h2 {
        color: #fff;
        font-size: 54px;
        line-height: 55px;
        margin-bottom: 0; } }

.wal-map-path-cat-0 {
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

.wal-map-path-cat-1 {
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

.wal-map-path-cat-2 {
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

.wal-map-path-cat-3 {
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

.wal-map-path-cat-4 {
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

.wal-map-path-cat-5 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #A9B9DF;
  stroke: #F9F9F9;
  stroke-width: 0.34;
  stroke-linecap: round;
  stroke-linejoin: round; }

@media (min-width: 1100px) {
  .wal-outro .wal-intro-grid_row {
    grid-template-columns: 31% 69%;
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    .wal-outro .wal-intro-grid_row > div:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    .wal-outro .wal-intro-grid_row > div:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    .wal-outro .wal-intro-grid_row > div:nth-child(3) {
      grid-area: 2 / 1 / 3 / 3; }
    .wal-outro .wal-intro-grid_row > div:nth-child(4) {
      grid-area: 3 / 1 / 4 / 3; }
    .wal-outro .wal-intro-grid_row > div:nth-child(5) {
      grid-area: 4 / 2 / 5 / 3; }
    .wal-outro .wal-intro-grid_row > div:nth-child(6) {
      grid-area: 5 / 1 / 6 / 3; } }

.wal-outro .wal-intro-grid_row > div:nth-child(1) {
  padding-bottom: 50px; }

.wal-outro .wal-intro-grid_row > div:nth-child(2) {
  padding-bottom: 50px; }

.wal-outro .wal-intro-grid_row > div:nth-child(5) {
  padding-bottom: 50px; }

.wal-outro .wal-intro-grid_row > div {
  height: 100%;
  width: 100%; }

.wal-outro-fade-text {
  display: none; }
  @media (min-width: 1100px) {
    .wal-outro-fade-text {
      display: block; } }

@media (min-width: 1100px) {
  .wal-outro-key-text {
    min-height: 525px;
    padding: 0 40px; } }

.wal-outro-key-text.last-text p {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 0; }
  @media (min-width: 1100px) {
    .wal-outro-key-text.last-text p {
      font-size: 50px;
      line-height: 55px; } }

@media (min-width: 1100px) {
  .wal-outro-key-text.donate-cta {
    text-align: center; } }

.wal-outro-key-text p, .wal-outro-key-text li span {
  font-family: 'Lyon Display';
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  padding-bottom: 50px; }
  @media (min-width: 1100px) {
    .wal-outro-key-text p, .wal-outro-key-text li span {
      font-size: 50px;
      line-height: 55px;
      padding-bottom: 0; } }

.wal-outro-key-text ul {
  list-style: disc; }
  @media (min-width: 1100px) {
    .wal-outro-key-text ul {
      list-style: none; } }
  .wal-outro-key-text ul li {
    font-size: 28px;
    list-style-position: outside;
    margin-left: 1em;
    padding-bottom: 50px; }
    @media (min-width: 1100px) {
      .wal-outro-key-text ul li {
        padding-bottom: 15px;
        margin-left: 0; } }

.wal-outro-key-text h6 {
  font-family: 'Lyon Display';
  font-size: 34px;
  font-weight: 300;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 32px; }

@media (min-width: 1100px) {
  .wal-outro-key-text .wal-outro-faded-text {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
    .wal-outro-key-text .wal-outro-faded-text.active {
      opacity: 1; } }

.wal-outro-key-text span {
  font-family: 'Lyon Display';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px; }
  .wal-outro-key-text span a {
    background-color: #000;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    padding: 10px;
    text-decoration: none; }

.wal-outro-key-text hr {
  background-color: #000;
  height: 6px;
  margin: 45px 0; }

.wal-outro .wal-intro-key-text h4 {
  font-weight: 300;
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 30px; }
  @media (min-width: 1100px) {
    .wal-outro .wal-intro-key-text h4 {
      font-size: 34px;
      line-height: 42px;
      margin-bottom: 0; } }

.wal-outro .wal-intro-key-text h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left; }

@media (min-width: 1100px) {
  .wal-outro .wal-intro-key-text {
    border-right: solid 1px #000;
    min-height: 525px;
    padding-right: 30px; } }

@media (min-width: 1100px) {
  .wal-full-height-minus-nav {
    min-height: calc(100vh - 69px); } }

.wal-intro-controls {
  bottom: 0;
  left: 0;
  padding: 0;
  position: fixed;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1100px) {
    .wal-intro-controls {
      left: 50%;
      max-width: 1200px;
      padding: 20px;
      transform: translateX(-50%);
      width: 90%; } }
  .wal-intro-controls__stc {
    align-items: center;
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1100px) {
      .wal-intro-controls__stc {
        display: flex; } }
    .wal-intro-controls__stc img {
      height: 42px;
      margin-right: 17px;
      width: 42px; }
    .wal-intro-controls__stc span {
      font-family: "gt-america-mono-medium", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px; }
  .wal-intro-controls__stm button {
    background: #015E6D;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: "agipo-regular", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 60px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1100px) {
      .wal-intro-controls__stm button {
        width: auto; } }

#wal-intro-text .c-horizontal {
  left: 0;
  position: fixed; }
  @media (min-width: 1100px) {
    #wal-intro-text .c-horizontal {
      left: auto;
      position: relative; } }
  #wal-intro-text .c-horizontal img {
    padding: 0 15px; }
    @media (min-width: 1100px) {
      #wal-intro-text .c-horizontal img {
        padding: 0; } }

@media (min-width: 1100px) {
  #wal-intro-text .wal-intro-key-text {
    left: auto; } }

#wal-intro-text .wal-intro-key-text hr {
  left: 15px;
  margin: 45px 0;
  position: relative; }

#wal-intro-text .wal-intro-key-text h2, #wal-intro-text .wal-intro-key-text h3 {
  margin: 0 15px; }

.grey-bg {
  z-index: 9; }
  @media (min-width: 1100px) {
    .grey-bg {
      background: #EEEDED;
      position: relative; }
      .grey-bg:before {
        background: linear-gradient(0deg, #ededed 0%, rgba(0, 212, 255, 0) 100%);
        content: '';
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: -200px;
        width: 100%; } }

.no-padding-on-tablet {
  padding-bottom: 0 !important; }

.max-width-container {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 90%; }

.wal-map-box {
  position: relative; }

#wal-map {
  background: #eeeded;
  position: relative;
  font-family: "lyontext-regular", serif;
  z-index: 9; }
  #wal-map button {
    cursor: pointer; }
  #wal-map input {
    -webkit-appearance: auto; }

#wal-map-form-fields {
  background: #eeeded;
  position: relative;
  margin-bottom: 0;
  z-index: 4; }

@media (min-width: 1100px) {
  .map-filters,
  .map-filters-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .js-form-item-country,
  .map-filters-right {
    max-width: 395px;
    width: 40%; }
  .map-filters-right {
    position: relative; }
    .map-filters-right .laws-button-wrapper {
      width: 294px; }
    .map-filters-right .map-controls-desk {
      width: 20%; } }

.form-item {
  margin: 0 0 14px 0; }

.laws-button-wrapper .laws-button {
  background: white url(89510a969b5d231ec18a.svg) no-repeat right 0.625rem center;
  background-size: 1.25rem;
  border: none;
  border-radius: 2px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  padding: 0 14px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2; }

.laws-button-wrapper.selected .laws-button {
  background-image: url(328fc7c5fe050f054908.svg); }

.laws-button-wrapper.active .laws-button {
  background-image: url(328fc7c5fe050f054908.svg);
  border-radius: 2px 2px 0 0; }

@media (min-width: 1100px) {
  .laws-button-wrapper.categories {
    display: none; }
  .laws-button-wrapper .laws-button {
    border: 1px solid #D3D3D3;
    transition: border 0.25s ease; }
  .laws-button-wrapper.active .laws-button {
    border-bottom: 1px solid #FFFFFF; } }

legend,
.laws-label {
  font-size: 0.6875rem;
  margin-bottom: 0; }

legend {
  font-family: "agipo-regular", sans-serif;
  font-weight: bold; }

.js-form-item-country select {
  visibility: hidden;
  height: 3.5em; }

.js-form-item-country .custom-combobox [contenteditable="true"] {
  background: transparent url(8131e4945690e33cbc93.svg) no-repeat 95% center;
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  overflow: hidden;
  padding: 0 14px;
  white-space: nowrap;
  width: 100%; }
  .js-form-item-country .custom-combobox [contenteditable="true"] br {
    display: none; }
  .js-form-item-country .custom-combobox [contenteditable="true"] * {
    display: inline;
    white-space: nowrap; }
  .js-form-item-country .custom-combobox [contenteditable="true"]:empty::before {
    font-family: "agipo-regular", sans-serif;
    font-weight: bold;
    content: "Find a Country"; }

#edit-indications--wrapper,
#edit-category--wrapper {
  background: #FFFFFF;
  display: none;
  margin: 0;
  max-width: 1200px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 156px;
  width: 100%;
  z-index: 5; }

#edit-category--wrapper {
  padding: 14px 26px;
  right: 5%;
  top: 100px;
  width: 90%;
  z-index: 5; }
  #edit-category--wrapper.disabled .js-form-item label {
    pointer-events: none; }

@media (min-width: 600px) {
  #edit-indications,
  #edit-categories {
    -moz-column-count: 2;
         column-count: 2;
    overflow: hidden;
    /* fix for Firefox */ } }

@media (min-width: 1100px) {
  #edit-indications,
  #edit-categories {
    -moz-column-count: 1;
         column-count: 1; }
  #edit-indications--wrapper {
    border: 1px solid #D3D3D3;
    border-top: none;
    left: 0;
    right: inherit;
    top: 43px;
    width: 294px; }
  #edit-category--wrapper {
    background: transparent;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: inherit;
    top: 630px;
    width: 90%; } }

#edit-indications--wrapper #edit-indications .js-form-type-checkbox {
  margin: 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid; }
  #edit-indications--wrapper #edit-indications .js-form-type-checkbox label {
    align-items: center;
    cursor: pointer;
    font-family: "agipo-regular", sans-serif;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    height: 36px;
    line-height: 17px;
    margin: 0 0 2px 0;
    transition: all 0.5s ease;
    width: 100%; }
  #edit-indications--wrapper #edit-indications .js-form-type-checkbox:last-of-type label {
    margin: 0; }
  @media (hover) {
    #edit-indications--wrapper #edit-indications .js-form-type-checkbox:hover .indication-label {
      background: #000000;
      color: #FFFFFF; }
    #edit-indications--wrapper #edit-indications .js-form-type-checkbox:hover .indication-text {
      opacity: 1; } }
  #edit-indications--wrapper #edit-indications .js-form-type-checkbox input:checked + label .indication-label {
    background: #000000;
    color: #FFFFFF; }
  #edit-indications--wrapper #edit-indications .js-form-type-checkbox input:checked + label .indication-text {
    opacity: 1; }

#edit-indications--wrapper #edit-indications .indication-label {
  align-items: center;
  border: 1px solid #ADADAD;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  margin: 0 14px 0 0;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  width: 36px; }

#edit-indications--wrapper #edit-indications .indication-text {
  max-width: 80%;
  opacity: 0.3; }

@media (min-width: 1100px) {
  #edit-indications--wrapper #edit-indications .js-form-type-checkbox label {
    margin: 0 0 15px 0; } }

#edit-category {
  font-family: "agipo-regular", sans-serif;
  font-weight: bold;
  font-size: 15px;
  transition: all 1s ease;
  width: 100%; }
  #edit-category .js-form-type-checkbox label {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 36px;
    margin: 0 0 9px 0;
    padding: 0 0 0 51px;
    position: relative; }
    #edit-category .js-form-type-checkbox label:before {
      border-radius: 2;
      content: '';
      display: block;
      height: 36px;
      left: 0;
      position: absolute;
      top: 0;
      width: 36px; }
  #edit-category .js-form-type-checkbox.category-prohibited-altogether input + label:before {
    border: 2px solid #B12028; }
  #edit-category .js-form-type-checkbox.category-prohibited-altogether input:checked + label:before,
  #edit-category .js-form-type-checkbox.category-prohibited-altogether input.checked + label:before {
    background: #B12028;
    border: none; }
  @media (min-width: 1100px) {
    #edit-category .js-form-type-checkbox.category-prohibited-altogether input + label:before {
      background: #B12028;
      border: none; }
    #edit-category .js-form-type-checkbox.category-prohibited-altogether input:checked + label {
      background: #B12028; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label, #edit-category .js-form-type-checkbox.category-prohibited-altogether.category-prohibited-altogether input:checked + label {
      color: #FFFFFF; } }
  #edit-category .js-form-type-checkbox.category-to-save-a-persons-life input + label:before {
    border: 2px solid #E33F37; }
  #edit-category .js-form-type-checkbox.category-to-save-a-persons-life input:checked + label:before,
  #edit-category .js-form-type-checkbox.category-to-save-a-persons-life input.checked + label:before {
    background: #E33F37;
    border: none; }
  @media (min-width: 1100px) {
    #edit-category .js-form-type-checkbox.category-to-save-a-persons-life input + label:before {
      background: #E33F37;
      border: none; }
    #edit-category .js-form-type-checkbox.category-to-save-a-persons-life input:checked + label {
      background: #E33F37; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label, #edit-category .js-form-type-checkbox.category-prohibited-altogether.category-prohibited-altogether input:checked + label {
      color: #FFFFFF; } }
  #edit-category .js-form-type-checkbox.category-to-preserve-health input + label:before {
    border: 2px solid #F4E234; }
  #edit-category .js-form-type-checkbox.category-to-preserve-health input:checked + label:before,
  #edit-category .js-form-type-checkbox.category-to-preserve-health input.checked + label:before {
    background: #F4E234;
    border: none; }
  @media (min-width: 1100px) {
    #edit-category .js-form-type-checkbox.category-to-preserve-health input + label:before {
      background: #F4E234;
      border: none; }
    #edit-category .js-form-type-checkbox.category-to-preserve-health input:checked + label {
      background: #F4E234; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label, #edit-category .js-form-type-checkbox.category-prohibited-altogether.category-prohibited-altogether input:checked + label {
      color: #FFFFFF; } }
  #edit-category .js-form-type-checkbox.category-broad-social-or-economic-grounds input + label:before {
    border: 2px solid #35B0C6; }
  #edit-category .js-form-type-checkbox.category-broad-social-or-economic-grounds input:checked + label:before,
  #edit-category .js-form-type-checkbox.category-broad-social-or-economic-grounds input.checked + label:before {
    background: #35B0C6;
    border: none; }
  @media (min-width: 1100px) {
    #edit-category .js-form-type-checkbox.category-broad-social-or-economic-grounds input + label:before {
      background: #35B0C6;
      border: none; }
    #edit-category .js-form-type-checkbox.category-broad-social-or-economic-grounds input:checked + label {
      background: #35B0C6; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label, #edit-category .js-form-type-checkbox.category-prohibited-altogether.category-prohibited-altogether input:checked + label {
      color: #FFFFFF; } }
  #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input + label:before {
    border: 2px solid #007749; }
  #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label:before,
  #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input.checked + label:before {
    background: #007749;
    border: none; }
  @media (min-width: 1100px) {
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input + label:before {
      background: #007749;
      border: none; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label {
      background: #007749; }
    #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary input:checked + label, #edit-category .js-form-type-checkbox.category-prohibited-altogether.category-prohibited-altogether input:checked + label {
      color: #FFFFFF; } }
  @media (min-width: 1100px) {
    #edit-category {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #edit-category .form-item {
        margin: 0; }
      #edit-category .js-form-type-checkbox {
        background: #FFFFFF;
        width: 19.6%; }
        #edit-category .js-form-type-checkbox label {
          height: 70px;
          margin: 0;
          padding: 11px 18px 20px 18px;
          transition: all 0.5s ease; }
          #edit-category .js-form-type-checkbox label span {
            z-index: 2; }
          #edit-category .js-form-type-checkbox label:before {
            border-radius: 0;
            bottom: 0;
            height: 9px;
            top: inherit;
            transition: all 0.3s ease;
            width: 100%;
            z-index: 1; }
          #edit-category .js-form-type-checkbox label.active:before {
            height: 100%; }
        #edit-category .js-form-type-checkbox.category-on-request-gestational-limits-vary label.active, #edit-category .js-form-type-checkbox.category-prohibited-altogether label.active {
          color: #FFFFFF; } }

.category-info-button {
  display: none; }
  @media (min-width: 1100px) {
    .category-info-button {
      border: none;
      border-radius: 2px;
      bottom: 34%;
      color: white;
      display: inline;
      line-height: 1.3;
      position: absolute;
      right: 0.9375rem; } }

.category-info {
  display: none;
  padding: 24px 70px;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .category-info.active {
    display: block; }
  .category-info ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .category-info ul:after {
      background: #000000;
      content: '';
      display: block;
      height: 100%;
      left: 50%;
      margin: 0 0 0 -2px;
      position: absolute;
      width: 4px; }
  .category-info li {
    width: 48%; }
    .category-info li h2,
    .category-info li p {
      color: #000000; }
    .category-info li h2 {
      font-family: "lyondisplay-light", serif;
      font-size: 32px;
      font-weight: 300;
      line-height: 38px;
      padding: 0 20px 10px 0; }
    .category-info li p {
      font-family: "agipo-regular", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      margin: 0;
      padding: 10px 0; }
  .category-info.category-info-on-request-gestational-limits-vary ul:after, .category-info.category-info-prohibited-altogether ul:after {
    background: #FFFFFF; }
  .category-info.category-info-on-request-gestational-limits-vary h2,
  .category-info.category-info-on-request-gestational-limits-vary p, .category-info.category-info-prohibited-altogether h2,
  .category-info.category-info-prohibited-altogether p {
    color: #FFFFFF; }

.category-info-prohibited-altogether {
  background-color: #B12028; }
  .category-info-prohibited-altogether-button {
    background-color: #B12028; }
  .category-info-prohibited-altogether .info-col-2 p {
    border-top: 4px solid #c14d53;
    border-bottom: 4px solid #c14d53; }

.category-info-to-save-a-persons-life {
  background-color: #E33F37; }
  .category-info-to-save-a-persons-life-button {
    background-color: #E33F37; }
  .category-info-to-save-a-persons-life .info-col-2 p {
    border-top: 4px solid #e9655f;
    border-bottom: 4px solid #e9655f; }

.category-info-to-preserve-health {
  background-color: #F4E234; }
  .category-info-to-preserve-health-button {
    background-color: #F4E234; }
  .category-info-to-preserve-health .info-col-2 p {
    border-top: 4px solid #c3b52a;
    border-bottom: 4px solid #c3b52a; }
  .category-info-to-preserve-health .white {
    color: #454C4E; }

.category-info-broad-social-or-economic-grounds {
  background-color: #35B0C6; }
  .category-info-broad-social-or-economic-grounds-button {
    background-color: #35B0C6; }
  .category-info-broad-social-or-economic-grounds .info-col-2 p {
    border-top: 4px solid #2a8d9e;
    border-bottom: 4px solid #2a8d9e;
    font-size: 0.9375rem; }
    @media (min-width: 1500px) {
      .category-info-broad-social-or-economic-grounds .info-col-2 p {
        max-width: 242px; } }
  .category-info-broad-social-or-economic-grounds .white {
    color: #005C5F; }

.category-info-on-request-gestational-limits-vary {
  background-color: #007749; }
  .category-info-on-request-gestational-limits-vary-button {
    background-color: #007749; }
  .category-info-on-request-gestational-limits-vary .info-col-2 p {
    border-top: 4px solid #33926d;
    border-bottom: 4px solid #33926d; }

.wal-map-wrapper {
  padding: 0 0 93px 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1100px) {
    .wal-map-wrapper {
      padding: 0;
      top: -70px; } }

#wal-map-container {
  height: 50vw;
  margin: 0 auto;
  max-height: 80vh;
  max-height: 650px;
  max-width: 1200px;
  min-height: 17em;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 1100px) {
    #wal-map-container {
      height: 650px;
      max-height: 650px;
      min-height: 650px; } }
  #wal-map-container .datamap {
    position: absolute;
    width: 100%;
    height: 100%; }
  #wal-map-container .datamaps-subunit {
    cursor: pointer;
    outline: 0; }
  #wal-map-container.loading .datamap {
    display: none; }
  #wal-map-container .hoverinfo {
    padding: 0.375rem 1rem;
    border-radius: 0.25rem;
    border: 1px solid #949494;
    box-shadow: none; }
    #wal-map-container .hoverinfo .country-name {
      font-family: "agipo-regular", sans-serif;
      letter-spacing: 0.5px;
      font-size: 0.875rem;
      color: #000000;
      text-transform: uppercase; }
    #wal-map-container .hoverinfo .country-indications {
      font-family: "agipo-regular", sans-serif;
      font-weight: bold;
      font-size: 0.875rem;
      line-height: 1;
      padding-bottom: 0.125rem;
      color: #000000; }

#wal-map-tray {
  background-color: #000000;
  color: white;
  height: 100%;
  left: -100%;
  opacity: 0;
  overflow: auto;
  padding: 40px 40px 20px 20px;
  position: fixed;
  top: 46px;
  transition: left 300ms, opacity 300ms;
  width: 100%;
  z-index: 11; }
  #wal-map-tray.popup-open {
    left: 0;
    opacity: 1; }
  @media (min-width: 1100px) {
    #wal-map-tray {
      position: absolute;
      top: 0;
      left: -33%;
      max-width: 400px;
      width: 33%;
      height: 100%;
      margin: 0;
      z-index: 9; }
      .wal-tray-open #wal-map-tray {
        left: 0;
        opacity: 1; } }
  #wal-map-tray .country-tray-content h4,
  #wal-map-tray .country-tray-content p,
  #wal-map-tray .country-tray-content li,
  #wal-map-tray .country-tray-content a,
  #wal-map-tray .country-tray-content div {
    font-family: "agipo-regular", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px; }
    #wal-map-tray .country-tray-content h4 b,
    #wal-map-tray .country-tray-content h4 strong,
    #wal-map-tray .country-tray-content h4 em,
    #wal-map-tray .country-tray-content p b,
    #wal-map-tray .country-tray-content p strong,
    #wal-map-tray .country-tray-content p em,
    #wal-map-tray .country-tray-content li b,
    #wal-map-tray .country-tray-content li strong,
    #wal-map-tray .country-tray-content li em,
    #wal-map-tray .country-tray-content a b,
    #wal-map-tray .country-tray-content a strong,
    #wal-map-tray .country-tray-content a em,
    #wal-map-tray .country-tray-content div b,
    #wal-map-tray .country-tray-content div strong,
    #wal-map-tray .country-tray-content div em {
      font-family: "agipo-regular", sans-serif;
      font-style: normal; }
  #wal-map-tray .country-tray-content h3 {
    font-size: 38px;
    margin: 0 0 20px 0;
    padding: 0 0 0 56px;
    position: relative; }
    #wal-map-tray .country-tray-content h3:before {
      background: #ADADAD;
      border-radius: 2px;
      content: '';
      display: block;
      height: 36px;
      left: 0;
      position: absolute;
      top: 0;
      width: 36px; }
  #wal-map-tray .country-tray-content a {
    color: #FFFFFF;
    text-decoration: underline; }
    #wal-map-tray .country-tray-content a:focus, #wal-map-tray .country-tray-content a:hover {
      color: #eeeded; }
  #wal-map-tray .country-tray-content.category-prohibited-altogether.foundational-change h3:before, #wal-map-tray .country-tray-content.category-to-save-a-persons-life.foundational-change h3:before, #wal-map-tray .country-tray-content.category-to-preserve-health.foundational-change h3:before, #wal-map-tray .country-tray-content.category-broad-social-or-economic-grounds.foundational-change h3:before, #wal-map-tray .country-tray-content.category-on-request-gestational-limits-vary.foundational-change h3:before {
    background: repeating-linear-gradient(30deg, #C1C7DD, #C1C7DD 10px, #F69290 10px, #F69290 23px); }
  #wal-map-tray .country-tray-content.category-prohibited-altogether h3:before {
    background: #B12028; }
  #wal-map-tray .country-tray-content.category-to-save-a-persons-life h3:before {
    background: #E33F37; }
  #wal-map-tray .country-tray-content.category-to-save-a-persons-life.foundational-change h3:before {
    background: repeating-linear-gradient(30deg, #C1C7DD, #C1C7DD 10px, #F69290 10px, #F69290 23px); }
  #wal-map-tray .country-tray-content.category-to-preserve-health h3:before {
    background: #F4E234; }
  #wal-map-tray .country-tray-content.category-broad-social-or-economic-grounds h3:before {
    background: #35B0C6; }
  #wal-map-tray .country-tray-content.category-on-request-gestational-limits-vary h3:before {
    background: #007749; }
  #wal-map-tray .country-tray-content.category-on-request-gestational-limits-vary.foundational-change h3:before {
    background: repeating-linear-gradient(30deg, #C1C7DD, #C1C7DD 10px, #F69290 10px, #F69290 23px); }
  #wal-map-tray .country-tray-content h4 {
    font-family: "agipo-regular", sans-serif;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  #wal-map-tray .country-tray-content p,
  #wal-map-tray .country-tray-content div.more-info {
    margin: 0 0 25px 0; }
  #wal-map-tray .country-tray-content p.indication {
    margin: 0 0 10px 0;
    min-height: 36px;
    padding-left: 56px;
    position: relative; }
    #wal-map-tray .country-tray-content p.indication:last-of-type {
      margin: 0 0 20px 0; }
    #wal-map-tray .country-tray-content p.indication .indication-label {
      align-items: center;
      background: #FFFFFF;
      color: #000000;
      display: flex;
      font-family: "agipo-regular", sans-serif;
      font-weight: bold;
      font-size: 14px;
      height: 36px;
      justify-content: center;
      left: 0;
      position: absolute;
      text-align: center;
      top: 2px;
      white-space: nowrap;
      width: 36px; }
  #wal-map-tray .country-tray-content ul.in-focus-links {
    padding: 0 0 25px 0; }
    #wal-map-tray .country-tray-content ul.in-focus-links li {
      list-style: none; }
  #wal-map-tray #wal-map-tray-close {
    background: transparent url(0e9f80a5703801843279.svg) no-repeat center center;
    background-size: 1.25rem;
    border: none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }

.map-controls-desk {
  display: none; }

.map-controls-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%; }
  .map-controls-mobile button {
    width: 70%; }
  .map-controls-mobile a {
    width: 28%; }

@media (min-width: 1100px) {
  .map-controls-desk {
    display: block; }
  .map-controls-mobile {
    display: none; } }

a.wal-map-reset,
#wal-map-view-country {
  font-family: "agipo-regular", sans-serif;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 2px;
  color: white;
  pointer-events: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0; }
  a.wal-map-reset.active,
  #wal-map-view-country.active {
    background: black;
    pointer-events: auto; }

@media (min-width: 1100px) {
  a.wal-map-reset {
    background: transparent;
    border-radius: 0;
    color: #015E6D;
    display: block;
    font-weight: 700;
    text-decoration: underline; }
    a.wal-map-reset.active {
      background: transparent; } }

.wal-map-description {
  margin: 0 auto;
  max-width: 37.5rem;
  position: relative;
  text-align: center;
  width: 90%;
  z-index: 4; }
  .wal-map-description h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    padding: 30px 0 10px 0; }
  .wal-map-description p {
    font-family: "agipo-regular", sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 30px 0; }

body.page-template-crr-maps-wal .o-main__content .entry__title {
  display: none; }

.wal-map-browse-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  width: 100%; }
  .wal-map-browse-links div {
    align-items: center;
    background: #A9B9DF;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 20px 15px;
    width: 100%; }
    .wal-map-browse-links div.justify-space-between {
      justify-content: space-between; }
    .wal-map-browse-links div .image-content {
      text-align: center;
      width: 10%; }
      .wal-map-browse-links div .image-content img {
        width: 30px; }
    .wal-map-browse-links div .text-content {
      width: 85%; }
    .wal-map-browse-links div label {
      font-family: "agipo-regular", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      margin: 0 0 10px 0; }
    .wal-map-browse-links div p {
      font-family: "lyondisplay-light", serif;
      font-size: 22px;
      line-height: 25px;
      width: 100%; }
      .wal-map-browse-links div p:last-of-type {
        margin: 0; }
    .wal-map-browse-links div a {
      color: #000000;
      text-decoration: underline; }
  @media (min-width: 600px) {
    .wal-map-browse-links {
      align-items: stretch; }
      .wal-map-browse-links div {
        align-items: flex-start;
        margin: 0 0 20px 0;
        padding: 45px;
        width: 49%; }
        .wal-map-browse-links div p {
          font-size: 18px; } }

path.datamaps-subunit.inactive {
  opacity: 0.5 !important; }

path.datamaps-subunit.MEX {
  fill: url(#wal-map-pattern-foundational-change-MEX) !important; }
  path.datamaps-subunit.MEX.inactive {
    fill: url(#wal-map-pattern-foundational-change-MEX-inactive) !important; }
  path.datamaps-subunit.MEX.inactive-grey {
    fill: #bcbec0 !important; }

path.datamaps-subunit.USA {
  fill: url(#wal-map-pattern-foundational-change) !important; }
  path.datamaps-subunit.USA.inactive {
    fill: url(#wal-map-pattern-foundational-change-inactive) !important; }
  path.datamaps-subunit.USA.inactive-grey {
    fill: #bcbec0 !important; }

path.datamaps-subunit {
  stroke-width: 0.5 !important; }

path.datamaps-subunit.RUS {
  stroke: rgba(255, 255, 255, 0) !important; }

path.datamaps-subunit.CHN {
  stroke-width: 0.25 !important; }

