/* fullwidth for related item reset to default if more than 1020px */
@media all and (min-width:1920px){
  .fullwidth{
    width: auto;
    left: auto;
    right: auto;
    margin:auto;
  }
}
/* end */

/* Take Action header*/
.homepage-campaign .view-header .campaign-slider-details .preamble-heading{
  font-size:1.5rem;
}
/* end */

/* Take action Button on mobile */
@media all and (max-width: 768px) {
      .about-section-details .btn-default, .about-section-details .statistics-segment.-country .more-link > a, .statistics-segment.-country .about-section-details .more-link > a {
        border: 1px solid rgba(0, 0, 0, 0.25);
        color: rgba(0, 0, 0, 0.5); }
        .about-section-details .btn-default span, .about-section-details .statistics-segment.-country .more-link > a span, .statistics-segment.-country .about-section-details .more-link > a span {
          color: rgba(0, 0, 0, 0.5); }
}
/* end */

/* navbar for weblog only  */
#navbar-main .container{
  justify-content:flex-end;
}

/* sdg svg format resize to 100px for thumbnail */
.sdg_thumb img{
  max-width:100px;
}
/* end*/


/* timestamp mobile for es */
@media only screen and (max-width: 640px) {
  .lang-es .timestamp .tag, .timestamp .date, .lang-fr .timestamp .tag, .timestamp .date{
    max-width:50%;
    white-space:normal;
  }
  .lang-es .timestamp .tag, .lang-fr .timestamp .tag{
    margin-right:16px;
    position:relative;
  }
  .lang-es .timestamp .tag:after,.lang-fr .timestamp .tag:after{
    position:absolute;
    right:-14px;
    height:100%;
  }
  
}
/* end */

/* node unpublished */
.node--unpublished{
    background-color: #fff4f4;
    padding: 20px 15px;
}

/* end */

/* by from stories */
.field-label-inline {
  padding-right: 0.5rem; }

/* end */

/*blog figure*/
@media (min-width: 560px){
  .node .field--type-image{
    float:none;
  }
}
/* end */

/* Figure caption */
figure.caption figcaption {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.5); }

figure.caption.align-left {
  margin-right: 1rem; }

figure.caption.align-right {
  margin-left: 1rem; }

/* end */

/* Too much zoom on related content */
.works .field__item:hover .paragraph--view-mode--banner-cover > *{
  -webkit-transform: unset;
  -o-transform: unset;
  transform: unset;
}
/* end */

/* related-resources-wrapper h2 */
.related-resources-wrapper h2, .works h2{
  font-weight: 600;
}
/* end */

/* title only blue */
.bluebg .thumbnail-wrapper, .bluebg .timestamp, .related-links-wrapper .thumbnail-wrapper, .related-links-wrapper .timestamp {
  display: none; }

.bluebg .title, .related-links-wrapper .title {
  text-align: center;
  text-transform: uppercase; }

.bluebg .article-detail .field__item > h5 a, .related-links-wrapper .article-detail .field__item > h5 a {
  padding: 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0); }
  .bluebg .article-detail .field__item > h5 a:hover, .related-links-wrapper .article-detail .field__item > h5 a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05); }
  .bluebg .article-detail .field__item > h5 a h5.title, .related-links-wrapper .article-detail .field__item > h5 a h5.title {
    margin: 0; }

/* end */

.node--type-webform .main-content .layout--twocol {
  max-width: none;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.node--type-webform .main-content .layout--twocol > div {
  padding: 0 15px;
  margin-bottom: 30px;
  max-width: 100%;
  flex: 0 0 100%;
}
.node--type-webform .main-content .layout--twocol .form-actions {
  margin-top: 30px;
}
@media(min-width:768px) {
  .node--type-webform .main-content .layout--twocol > div {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.inquiry-form-block {
  background-color: #ffffff;
  padding: 2rem;
  -webkit-box-shadow: 0 8px 16px 0 rgba(39, 55, 68, 0.1);
          box-shadow: 0 8px 16px 0 rgba(39, 55, 68, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15); }
  
  .form-field > .field-input {
    font-size: 1.25rem;
    line-height: 1.6;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0.18em;
    padding-bottom: 0.5rem;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    outline: none; }
    .form-field > .field-input:focus {
      border-color: #0033a0; }
      
      
/* menu and language separator */
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-mega-menu-li:after,
.region-top-header-form .we-mega-menu-ul.nav-tabs > li.we-mega-menu-li:last-child > a.we-megamenu-nolink:after {
  content: none; }

.region-top-header-form .block-we-megamenu + .language-switcher-language-url span:first-child::before {
  position: absolute;
  left: 0;
  background: rgba(39, 55, 68, 0.5);
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  opacity: 1;
  bottom: 1px; }

/* end */

/* section banner */
  .section-banner{
    min-height:356px;
  }
   .section-banner .media{
     padding-bottom: 0 !important;
     min-height:356px;
     height:100%;
   }
/* end */