
.country-select-wrapper {
  display:flex;
  justify-content:center;
}
.country-select-wrapper .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 9px 16px;
  font-size: 17px;
  line-height: 1.42857143;
  color: #3a3a3a;
  border-radius:0;
  font-weight:400;
}

.country-select-wrapper .select-wrapper::after{
top: 21px !important;
content: "";
right: 16px;
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);

}
.download-pdf-link.cta-down-pdf a::after {
  content: "";
  background: url(../../images/button-download-icon.svg);
    background-size: auto;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 10px;
}
.download-pdf-link.cta-down-pdf a {
 display:flex;
  align-items:center;
  padding: 12px 40px;
  border:3px solid #b9d9eb;
  font-size:18px;
  line-height:24px;
  font-weight:600;
  color:#00254b;
  text-transform:uppercase;
  background:#fff;
  justify-content: center;
}
.committed-to-supporting-section-wrapper{
    padding:49px 32px 64px;
  }
  .committed-to-supporting-section h4{
      font-size: 28px;
      font-weight: 300;
      line-height: 32px;
      margin-bottom:16px;
    text-align:left;
  }
  .page-node-2423 .committed-to-supporting-section h4 {
    max-width: 78%;
  }
.p-text-20 p{
      font-size: 20px;
      font-weight: 300;
      line-height: 32px;
  color:#333333;
  margin-bottom:32px;
   text-align:left;
}

.learn-more-title{
     margin-top:0px;
     margin-bottom:32px;
     font-size: 28px;
     line-height:32px;
     font-weight: 300;
    color:#003366;
    }
.country-select-wrapper {
  flex-direction: column;
}
.download-pdf-link{
  margin-top:32px;
}
.committed-to-supporting-section .field--item{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 1px #979797;
  background-color: #fff;
  padding: 40px 24px;
}

.grid-text p {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #333;
}
.page-node-2423 .grid-text .card-title-p + p {
  text-align: left;
}
.grid-text .card-title-p {
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #003c75;
  margin-top: 24px;
}
.committed-to-supporting-section .field--item + .field--item {
  margin-top:32px;
}
  .learn-more-title{
     margin-top:32px;
}
.country-select-wrapper .select-wrapper{
  width:100%;
}
@media(min-width:768px){
  .committed-to-supporting-section .field--item + .field--item {
  margin-top:0;
}
  .country-select-wrapper .select-wrapper {
  width:269px;
  margin-right:31px;
}
  .committed-to-supporting-section-wrapper{
    padding:64px 32px 64px;
  }
   .committed-to-supporting-section h4{
      font-size: 28px;
      font-weight: 300;
      line-height: 32px;
     margin-bottom:24px;
     text-align:center;
  }
  .page-node-2423 .committed-to-supporting-section h4 {
    max-width: 100%;
  }
  .p-text-20 p{
    text-align:center;
  }
  .country-select-wrapper {
  flex-direction: row;
    margin-left:0;
    margin-right:0;
}
  .download-pdf-link{
  margin:0px;
}
  .download-pdf-link.cta-down-pdf a {
    justify-content:unset;
}

}
@media (min-width:1001px){
  .committed-to-supporting-section-wrapper{
    padding:64px 0px;
  }
  .committed-to-supporting-section h4{
      font-size: 35px;
      font-weight: 300;
      line-height: 1.14;
  }
  .learn-more-title{
     margin-top:64px;
    margin-bottom:32px;
     font-size: 35px;
     line-height:40px;
     font-weight: 300;
    color:#003366;
    }
}
