html {
  font-size: 62.5%;
  font-family: "open-sans", sans-serif;
}

.page-main .inner-section > *:nth-child(1) {
  /* margin: 1rem 0 0 0; */
}

.page-main .inner-section > *:nth-last-child(1) {
  margin-bottom: 1rem;
}

a {
  color: #03468c;
}

a:hover {
  color: #5b7a99;
}

a.public-doc {
  color: #2db200;
}

a.public-doc:hover {
  color: #68da44;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #444;
}

.section-header h2,
.article h2,
.article h1,
.large h1,
.hero h1 {
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.page-section {
  position: relative;
  width: auto;
  padding: 0;
}

.inner-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0.5rem 0.5rem;
}

.page-bottom-header .inner-section {
  padding: 0;
}

/***************************************/
/********** SECTION: HEADER  ***********/
/***************************************/

.bg-green-globe .page-header {
  background: #ffffff url("../../assets/images/headers/bg-green-globe.jpg")
  repeat-x center bottom;
}
.bg-black-globe .page-header {
  background: #ffffff url("../../assets/images/headers/bg-black-globe.jpg")
  repeat-x center bottom;
}
.bg-city-people .page-header {
  background: #ffffff url("../../assets/images/headers/bg-city-people.jpg")
  repeat-x center bottom;
}
.bg-space-grid .page-header {
  background: #ffffff url("../../assets/images/headers/bg-space-grid.jpg")
  repeat-x center bottom;
}
.bg-impact-globe .page-header {
  background: #ffffff url("../../assets/images/headers/bg-impact-globe.jpg")
    repeat-x center bottom;
}
.bg-impact-map .page-header {
  background: #ffffff url("../../assets/images/headers/bg-impact-map.jpg")
  repeat-x center bottom;
}
.bg-ifc .page-header {
  background: #ffffff url("../../assets/images/headers/bg-ifc-header.jpg")
  repeat-x center bottom;
  background-size: cover;
}
.bg-ing .page-header {
  background: #ffffff url("../../assets/images/headers/bg-ing-header.jpg")
  repeat-x center bottom;
  background-size: cover;
}
.bg-esg .page-header {
  background: #ffffff
  url("../../assets/images/headers/bg-esg-global-series.jpg") repeat-x center
    bottom;
  background-size: cover;
}
.bg-insight .page-header {
  background: #ffffff url("../../assets/images/headers/bg-insight-header.jpg")
  repeat-x center bottom;
  background-size: cover;
}

.page-top-header {
  background: rgba(255, 255, 255, 0.72);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.22);
  padding: 0.5rem 0;
}

.header-account-submenu ul li {
  /* margin-bottom: 1rem; */
}

.page-bottom-header {
  min-height: 18rem;
}

.header-search-bar {
  text-align: center;
  padding-top: 7rem;
  background: rgba(255, 255, 255, 0.72);
}

.header-search-bar input {
  width: 50rem;
  margin: 0;
  padding: 1rem;
  color: #333;
  outline: medium none;
  font-size: 1.4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a19f9f;
}

.header-search-bar button {
  padding: 1rem;
  color: #000;
  background-color: #ffe710;
  font-size: 1.4em;
  border: medium none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  outline: medium none;
}

.header-search-bar button:hover {
  color: #000;
  background-color: #e6d00e;
}

.header-hero .page-submenu,
.header-hero .page-search {
  display: none;
}

.header-main-menu ul,
.header-search-user-menu ul {
  width: 100%;
  margin: 0 auto;
  list-style: outside none none;
}

.header-main-menu ul li,
.header-search-user-menu ul li {
  display: inline-block;
  padding: 0.5rem;
  text-align: center;
  white-space: nowrap;
}

.header-main-menu ul li a,
.header-main-menu ul li span,
.header-search-user-menu ul li a,
.header-search-user-menu ul li span {
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.header-main-menu ul li.active > *:nth-child(1),
.header-search-user-menu ul li.active > *:nth-child(1) {
  color: #0f2e5b;
}

.header-main-menu-toggle,
.header-search-menu-toggle {
  display: none;
}

.header-search-bar,
.header-main-submenu,
.header-account-submenu {
  display: none;
}

.article {
  background-color: #fafafa;
  /* margin-bottom: 1rem; */
  -webkit-box-flex: 1 0 180px;
  -webkit-flex: 1 0 180px;
  -moz-box-flex: 1 0 180px;
  -moz-flex: 1 0 180px;
  -ms-flex: 1 0 180px;
  flex: 1 0 180px;
  /* margin: 0.5rem; */
  min-height: 1px;
  overflow: hidden;
}

.article p {
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.article img {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 0.5rem auto;
}

.article.sidebyside.hero {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "figure article-text";
}

.article.sidebyside.hero > *:nth-child(1) {
  grid-area: figure;
}

.article.sidebyside.hero > figure img {
  border: 1px solid #fafafa;
}

.article.sidebyside.hero > *:nth-child(2) {
  grid-area: article-text;
}

/* .col-1 .article.sidebyside.hero {
  grid-template-columns: 1fr;
} */

.section-header {
  background-color: #efefef;
  border-top: 1px solid #6394be;
  /* overflow: hidden; */
  margin-bottom: 1rem;
  /* margin-top: 1rem; */
}

.advert {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.advert img {
  margin: 0 auto;
}

.section-component.hero {
  display: -ms-flexbox;
}

/* .col-1 > .section-component {
  margin-bottom: 0.5rem;
} */

.events-hero .article > .article-text {
  display: none;
}

.promo h1 {
  padding: 0.5rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 200;
  letter-spacing: 0.1rem;
}

.promo p {
  padding: 0.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 200;
  letter-spacing: 0.1rem;
}

input.btn,
button.btn {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  background-color: #03468c;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

button.btn-large {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.promo {
  background-color: white;
}

.page-bottom-header .header-main-menu,
.page-bottom-header .header-main-submenu {
  display: none;
}

@media screen and (max-width: 800px) {
  section-header h2,
  .article h1,
  .hero h1 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 590px) {
  .advert {
    margin-top: 0;
  }

  .header-advert img,
  .header-logo img {
    width: 100%;
    min-width: 100%;
  }

  .page-bottom-header {
    min-height: 13rem;
  }

  .header-search-bar {
    height: auto;
  }

  .header-search-bar input {
    width: 25rem;
  }
}
