<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------- Public Custom -------------- */
body,
html {
    background-color: #fff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pwcField a {
    color: #d60056;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.heforshe h1,
.heforshe .h1, 
.heforshe h2,
.heforshe .h2,
.heforshe h3,
.heforshe .h3,
.heforshe h4,
.heforshe .h4,
.heforshe h5,
.heforshe .h5 {
    font-family: 'georgia', serif;
    font-weight: bold;
    font-style: italic;
    color: #d60056;
    margin: 1rem 0 .5rem;
}

.heforshe h1,
.heforshe .h1 {
    font-size: 2.1rem;
}

.heforshe h2,
.heforshe .h2 {
    font-size: 2.2rem;
}

.heforshe h3,
.heforshe .h3 {
    font-size: 1.8rem;
}

.heforshe h4,
.heforshe .h4 {
    font-size: 1.4rem;
}

.heforshe h5,
.heforshe .h5 {
    font-size: 1.2rem;
}

.heforshe .title {
    font-family: 'georgia', serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.4rem;
}

.heforshe .small {
    font-size: .9rem;
    margin: 0;
}

.heforshe .xsmall {
    font-size: .75rem;
    margin: 0;
}

.pink {
    color: #d60056;
}

.hide {
    display: none !important;
}

.heforshe button,
.button {
    border: none;
    background-color: #d60056;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in;
    cursor: pointer;
    font-size: inherit;
    margin: 1rem 0;
    display: table;
}

.heforshe button:hover,
.heforshe .button:hover {
    background-color: #404141;
    text-decoration: none;
}

.heforshe select,
.heforshe option {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 1px solid #ddd;
}

.heforshe select {
    background: url('/content/dam/pwc/gx/en/heforshe/images/ico-select.svg') no-repeat right 4px center transparent;
    background-size: 16px;
}

.heforshe .col {
    position: relative;
    display: block;
    float: left;
    padding: 1%;
    min-height: 1%;
}

.heforshe .col.x3 {
    width: 24.9%;
}

.heforshe .col.x9 {
    width: 74.7%;
}

.heforshe .radius {
    border-radius: 6px;
}

.heforshe p {
    margin: .5rem 0;
}

/* --------------- New styles -------------- */
.heforshe {
    line-height: 1.3;
}

/* --------------- Map -------------- */
  
  .map-box .col-left {
      min-height: 400px;
      display: inline-block;
  }
  
  .map-box ul {
      list-style: none;
  }
  
  .map-box ul li {
      padding: 1.5rem 0;
      border-top: 3px solid #eee;
  }
  
  .map-box ul li:first-child {
      border-top: none;
  }
  
  .map-box ul li p {
      margin: 0!important;
  }
  
  .map-box ul li select {
      padding: .5rem;
      border: 1px solid #eee;
      max-width: 100%;
      margin-top: .25rem;
  }
  /* ------------------- pwc men ------------------ */
  
  .map-box ul li .pwc-men {
      background-color: #404141;
      height: 95px;
      width: 40px;
      position: relative;
      display: inline-block;
      float: left;
      outline-style: solid;
      outline-color: #fff;
      outline-width: 3px;
      outline-offset: -1px;
  }
  
  .map-box ul li .pwc-men .layer-mask {
      background-image: url('/content/dam/pwc/gx/en/heforshe/images/pwc-men.svg');
      background-repeat: no-repeat;
      height: 95px;
      width: 40px;
      position: absolute;
      display: block;
      z-index: 2;
  }
  
  .map-box ul li .pwc-men .layer-goal {
      background-color: #d60056;
      width: 40px;
      position: absolute;
      bottom: 0;
      display: block;
      z-index: 1;
  }
  /* ----------------------------------------- */
  
  .tooltip-box {
      position: absolute;
      width: 220px;
      top: -15px;
      left: 25px;
      height: 160px;
      z-index: 100;
  }
  
  .tooltip-box .body {
      background-color: #f2f2f2;
      padding: .1rem .75rem;
      font-size: .7rem;
  }
  
  .tooltip-box .body .button {
      background-color: #404141;
      padding: .25rem .5rem;
      float: right;
      margin: .5rem 0 0;
  }

  .tooltip-box .body .button:hover,
  .tooltip-box .body .button:focus{
      color: #fff;
      text-decoration: none;
  }
  
  .tooltip-box .body .h1 {
      font-style: normal;
      font-family: Georgia, serif;
      font-size: 3rem;
      line-height: 1.3;
      margin: 0;
      border-top: 1px solid #d60056;
  }
  
  .tooltip-box .arrow {
      position: relative;
      background: #f2f2f2;
  }
  
  .tooltip-box .arrow:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(242, 242, 242, 0);
      border-top-color: #f2f2f2;
      border-width: 15px;
      margin-left: -15px;
  }
  
  .tooltip-box.visible-mobile {
      display: none;
  }

  .tooltip-box .visit-site{
      font-weight: bold;
      min-height: 12px;
      display: block;
      text-transform: uppercase;
      font-size: 0.6rem;
  }

  .tooltip-box .issue{
      min-height: 14px;
      margin: .5rem 0;
      display: block;
  }
  
  .iso-logo {
    background: url('/content/dam/pwc/gx/en/heforshe/images/h4s-iso.svg') no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: .25rem;
}

/* --------------- Map for IE -------------- */
  #map-container { height: 334px\9; }

  .tooltip-box .arrow:after {
      top: 98%\9;
  }

  @media all and (-ms-high-contrast:none) { 
      #map-container { height: 334px; } /* IE10 */ 
      *::-ms-backdrop, #map-container { height: 334px; } /* IE11 */ 
      
      .tooltip-box .arrow:after {top: 98%; } /* IE10 */
      *::-ms-backdrop, .tooltip-box .arrow:after {top: 98%; } /* IE11 */ 
  }

/* --------------- Commitment Banner -------------- */
  
  .commitment-banner {
      background-color: #d60056;
      display: block;
      clear: both;
      height: 82px;
      margin-bottom: 20px;
  }
  
  .commitment-banner .left {
      width: 35%;
      line-height: 46px;
      padding: 1rem;
      color: #fff;
      font-family: georgia, serif;
      font-style: italic;
      font-size: 1.4rem;
      background: url('/content/dam/pwc/gx/en/heforshe/images/banner-sep.svg') no-repeat right -1px center #000;
      height: 82px;
      background-size: 20%;
  }
  
  .commitment-banner .right {
      width: 65%;
      padding: 1rem;
      line-height: 46px;
      color: #fff;
      font-family: georgia, serif;
      font-style: italic;
      font-weight: bold;
      font-size: 1.6rem;
      height: 82px;
      background: url('/content/dam/pwc/gx/en/heforshe/images/banner-ico.svg') no-repeat right center #d60056;
      background-size: 20%;
  }

/* --------------- Commitment banner for IE -------------- */

  .commitment-banner .left  { background-size: 100%\9; background-position-x: right -135px\9; }
  .commitment-banner .right  { background-size: 80%\9; background-position-x: right -150px\9; }

  @media all and (-ms-high-contrast:none) { 
      .commitment-banner .left  { background-size: 100%; background-position-x: right -135px; } /* IE10 */ 
      .commitment-banner .right  { background-size: 80%; background-position-x: right -150px; } /* IE11 */ 
  }

  /* --------------- Slider -------------- */
  
  .slide-item .txt {
      font-family: georgia, serif;
      color: #000;
      font-size: 1.1rem;
      padding: 1rem 2.5rem 1rem 0;
      padding-left: 50%;
  }
  
  .slide-item .img {
      max-width: 50% !important;
      float: left !important;
      display: inline-block !important;
      overflow: hidden;
      background-color: #eee;
      height: 250px;
      margin-right: 1rem;
  }

  .slide-item.anniversary .title-rose {
      margin: 0; 
      font-size: 1.1rem; 
      font-weight: bold; 
      font-style: italic; 
      color:#d60056;
      line-height: 1.2;
  }

  .slide-item.anniversary .content {
      margin: 15px 0; 
      font-family: 'arial', serif; 
      font-size: 16px; 
      font-weight: normal; 
      color:#414142;
  }

  /* --------------- pledge modal -------------- */

.md-dialog-container {
    z-index: 1000;
}

md-dialog {
    opacity: 0;
    min-width: 350px;
    min-height: 400px;
    padding: 1rem 2rem;
    max-width: 74%;
    }

md-dialog form &gt; p {
    text-align: right;
    font-size: .9rem;
}
    
md-dialog button, 
md-dialog input, 
md-dialog select, 
md-dialog textarea {
    font-family: Roboto,Helvetica Neue,sans-serif;
    width: 100%;
    margin: .2rem 0;
    padding: .3rem;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.md-primary.md-button.md-ink-ripple {
    background-color: #DC0057;
    color: #fff;
    box-shadow: none;
    border: 2px solid #DC0057;
    width: 100%;
    margin: 1rem 0;
}

md-dialog .pwcField {
    margin-top: 1rem;
} 

md-dialog .pwcField input[type=radio] {
    width: 1em;
    margin: 0 0 0 .5rem;
    opacity: 1;
}

md-dialog input[type=checkbox] {
    width: 1em;
    margin: 0 .5rem 0 0;
}

md-dialog p.error {
    font-size: .9rem;
    color: #e0301e;
    margin: 0;
}

  /* --------------- Responsive -------------- */
  
  @media (max-width: 1024px) {
      fieldset {
          width: 100%;
          margin-right: 2%;
          float: left;
      }
      .commitment-banner .left {
          padding: 1rem;
          font-size: 1.2rem;
      }
      .commitment-banner .right {
          padding: 1rem 75px 1rem .5rem;
          font-size: 1.2rem;
      }
  }
  
  @media (max-width: 768px) {}
  
  @media (max-width: 640px) {
      .commitment-banner .left {
          padding: 1rem 1.5rem 1rem 1rem;
          font-size: 1.4rem;
		  line-height: 25px;
      }
      .commitment-banner .right {
          background-image: none;
          padding: 1rem;
          font-size: 1rem;
          background-size: 20%;
      }
      .map-box ul li {
          padding: 1rem 0;
      }
      .map-box ul li .pwc-men {
          height: 87px;
          width: 37px;
      }
      .map-box ul li .pwc-men .layer-mask {
          height: 90px;
          width: 37px;
      }
      .map-box ul li .pwc-men .layer-goal {
          width: 35px;
          left: 1px;
      }
      .map-box .small,
      .map-box .xsmall {
          font-size: .7rem!important;
      }
      .map-box ul li p.h1 {
          font-size: 1.5rem;
      }
      .map-box ul li p .title {
          font-size: .75rem;
      }
  }
  
  @media (max-width: 520px) {
      .tooltip-box.visible-mobile,
      .visible-mobile {
          display: block;
          padding: 10px 0;
      }
      .commitment-banner .right {
          width: 65%;
          padding: .5rem 1rem;
          text-align: center;
          font-size: 1.6rem;
          height: auto;
          line-height: 1.4;
      }
      .tooltip-box {
          position: static;
          width: 100%;
          display: block;
          clear: both;
          padding: 1rem;
          height: 160px;
      }
      .tooltip-box .body {
          text-align: left;
          background-color: #fff;
          padding: 0;
      }
      .tooltip-box .body .button {
          margin: 0;
      }
  }
  
  @media (max-width: 480px) {
      md-dialog {
        min-width: 100%;
        max-width: 100%;
        padding: 1rem .5rem;
        top: -150px;
    }
      .map-box ul li select {
        max-width: 280px;
    }
}
  
  @media (max-width: 420px) {
      .map-box .col-left {
          min-height: auto!important;
      }
      .map-box ul li .pwc-men {
          float: none;
      }
      .map-box .small {
          font-size: .9rem!important;
      }      
      .map-box .xsmall {
          font-size: .75rem!important;
      }
      .map-box ul li p.h1 {
          font-size: 2.5rem;
      }
      .map-box ul li p .title {
          font-size: 1.4rem;
      }
  }
  
  
.ctryList-li{
padding : 1px !important;
border : none !important;;
}

.ctryList-ul{
    max-height: 200px;
    overflow: auto;
}

.ctryList-btn{
	width: 100%;
}
  </pre></body></html>