.gho-homepage-hero {
  background: url(../images/hero/hero-light.png) center center no-repeat;
  background-size: auto;
  background-size: cover;
  padding: 10px 0 60px;
  /**margin-bottom: 15px;**/
  padding-bottom: 0px;
  /**margin-left:-30px;**/
  margin-right: 0px;
  /**margin-bottom:25px;**/
  min-width: 100%;
}

/**
h1.gho-home-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5px;
  padding-bottom: 6px;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 0;
}
**/

p.nho-home-subtitle {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #244c7d;
  font-weight: 600;
}

p.aho-home-title {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #244c7d;
  font-weight: 600;
}

p.aho-home-title-mobile {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #244c7d;
  margin: 0.6rem;
  font-weight: 600;
}

p.aho-home-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #559ec9;
}

p.aho-home-subtitle-mobile {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #559ec9;
  margin: 0.6rem;
}

p.aho-home-explore-focus-areas {
  font-size: 1.2rem;
  font-weight: 600;
  color: #001333;
}

p.aho-home-visit-observatories {
  font-size: 1.2rem;
  font-weight: 200;
  color: #001333;
  padding-top: 1.2rem;
}

.aho-home-visit-observatories > a {
  color: #001333;
  text-decoration: underline;
}

.gho-home-hero-wrapper {
  text-align: center;
  padding-bottom: 15px;
}

div.btn-who-extra-large {
  margin: 0 6px 12px;
  background-color: white;
  margin: 15px;
  padding: 15px;
  width: 260px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

div.btn-who-large {
  margin: 0 6px 12px;
  background-color: white;
  margin: 15px;
  padding: 15px;
  width: 180px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

div.btn-who-medium {
  margin: 0 6px 12px;
  background-color: white;
  margin: 10px;
  padding: 15px;
  width: 165px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

div.btn-who-small {
  margin: 0 6px 12px;
  background-color: white;
  margin: 10px;
  cursor: pointer;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: black;
}

div.btn-banner {
  margin: 0 6px 12px;
  background-color: red;
  margin: 6px;
  cursor: pointer;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
}

div.btn-who-large:hover {
  background-color: rgb(200, 200, 200);
}

div.btn-who-small:hover {
  background-color: rgb(200, 200, 200);
}

div.gho-themes {
  display: table;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0%, +75px);
  overflow: hidden;
}

div.gho-theme {
  position: relative;
  cursor: pointer;
  float: left;
  width: 275px;
  height: 187.5px;
  text-align: center;
  color: white;
  font-size: 21px;
  font-weight: bold;
  margin: 10px;
  background-color: #c2adcc;
  background-blend-mode: color-burn;
  transition: all 0.35s, border-radius 0s;
}

div.gho-theme:hover {
  background-color: rgb(200, 200, 200);
}

div.gho-theme-label {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100px;
}

div.gho-theme-navigation {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px;
  height: 52px;
  border-left: #cfcfcf solid 1px;
  border-right: #cfcfcf solid 1px;
  border-bottom: #cfcfcf solid 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(223, 223, 223, 1);
  -moz-box-shadow: 5px 5px 5px 0px rgba(223, 223, 223, 1);
  box-shadow: 5px 5px 5px 0px rgba(223, 223, 223, 1);
  transition: all 0.35s, border-radius 0s;
}

.aho-theme-btn-blue {
  background-color: #1e7fb8;
  border-color: #1e7fb8;
  color: white;
  min-width: 250px;
}

.aho-theme-btn-green {
  background-color: #00b49b;
  border-color: #00b49b;
  color: white;
  min-width: 250px;
}

.aho-theme-btn-red {
  background-color: #e61e64;
  border-color: #e61e64;
  color: white;
  min-width: 250px;
}

.aho-theme-btn-border-blue {
  border-color: #244c7d;
  color: #244c7d;
  min-width: 253px;
  border-radius: 0 !important;
  border-width: medium;
}

.aho-menu-theme-btn {
  border-color: #fff;
  color: #001333;
  background-color: #fff;
  /**min-width: 150px;**/
  border-width: medium;
}

.aho-theme-btn {
  /**margin: 10px;**/
  font-weight: 500;
}

.btn-container {
  display: flex;
  justify-content: center;
}

.aho-theme-tripple-b-img {
  background-color: #eaf8ff;
  min-height: 220px;
  object-fit: fill;
}

.aho-tripple-background {
  background-color: #eaf8ff;
}

.aho-theme-img {
  padding: 10px;
  max-width: 83%;
}


.aho-home-hero {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.aho-theme-style {
  padding-top: 4rem;
  padding-bottom: 5rem;
  text-align: center !important;
}

.aho-card {
  border: none;
}

.aho-card-group {
  padding-right: 13%;
  padding-left: 13%;
  padding-top: 25px;
}

div.gho-theme-navigation:hover {
  background-color: rgb(200, 200, 200);
}


.theme-colour-0 {
  border-top: #dc4944 solid 3px;
}

.theme-colour-1 {
  border-top: #008dc9 solid 3px;
}

.theme-colour-2 {
  border-top: #8eca3a solid 3px;
}

.theme-colour-3 {
  border-top: #dc8abb solid 3px;
}

.theme-colour-4 {
  border-top: #e4cc36 solid 3px;
}

.theme-colour-5 {
  border-top: #5161aa solid 3px;
}

/*
 *  Used by the mini observatory banner
 */

.aho-banner {
  width: 100%;
}

.aho-banner h1 {
  color: white;
  font-weight: bold;
  font-size: 22px;
}


div.aho-mini-banner-container {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  background-color: #001333;
  background-size: cover;
}

div.aho-mini-banner-buttons {
  /** float:right; **/
  display: inline-block;
  padding-top: 1.2rem;
}

div.covid-mini-banner-container {
  width: 100%;
  height: 55px;
  overflow: hidden;
  background-image: url('../images/hero-bg-covid.jpg');
  background-size: cover;
  border-style: solid;
  border-color: #d3d3d3;
}

div.covid-mini-banner-buttons {
  width: 100%;
  display: inline-block;
  background-color: #ff000054;
  /**padding:18px;**/
}

@media screen and (max-width:600px) {
  div.aho-mini-banner-container {
    height: 200px;
  }

  div.aho-mini-banner-buttons {
    padding: 0px;
  }
}

@media screen and (max-width:740px) {
  div.gho-theme {
    float: none;
    width: 300px;
    font-size: 18px;
    height: 75px;
  }

  div.gho-theme-label {
    width: 200px;
  }
}

/**
@media screen and (min-width: 100px) { 
  .what-is-iaho {
    background-color: #001333;
    padding-top: 2.2rem;
    padding-bottom: 19px;
    padding-right: 10rem;
    padding-left: 10rem;
  }

}**/

.what-is-iaho {
  background-color: #001333;
  padding-top: 2.2rem;
  padding-bottom: 19px;
  padding-right: 10rem;
  padding-left: 10rem;
}

.what-is-iaho h1 {
  color: white;
  font-weight: bold;
  padding-bottom: 19px;
  /**
  margin-top: 25px;
  font-size:22px;
  **/
}

.how-to-use-iaho {
  padding-top: 2.2rem;
  padding-bottom: 19px;
}

.how-to-use-iaho h2 {
  color: #000;
  font-weight: bold;
  padding-bottom: 19px;
}

.nho-summary-data {
  background-color: #001333;
  padding-top: 30px;
  padding-bottom: 19px;
}

.summary-container {
  display: flex;
  justify-content: center;
}

.aho-home-h2 {
  color: #fff;
  padding-top: 2rem;
  font-weight: 600;
}

.aho-home-explore-link-data {
  position: relative;
  top: -6rem;
  right: 8rem;
  z-index: 999;
  cursor: pointer;
  text-decoration: underline;
  color: #1e7fb8;
  font-size: 1.5rem;
  font-weight: 600;
}

.aho-home-explore-link-analytics {
  position: relative;
  top: -4rem;
  left: 8rem;
  z-index: 999;
  cursor: pointer;
  text-decoration: underline;
  color: #1e7fb8;
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 83%;
}

.aho-home-explore-link-knowledge {
  position: relative;
  top: -2rem;
  right: 8rem;
  z-index: 999;
  cursor: pointer;
  text-decoration: underline;
  color: #1e7fb8;
  font-size: 1.5rem;
  font-weight: 600;
}

.search-box {
  font-size: 1.4rem;
  color: #244c7e;
}

.seach-button-icon {
  background-color: #fff;
  cursor: pointer;
}

.search-group {
  width: 75%;
  border: #244c7d;
  padding-bottom: 2.5rem;
}

.aho-home-badge-who {
  cursor: pointer;
  color: #0000004f;
  text-transform: uppercase;
  padding: 0.9rem;
  font-size: 1.2rem;
}

.aho-badge-pill-data {
  background: #1e7fb8;
  color: #fff;
}

.aho-badge-pill-analytics {
  background: #00b49b;
  color: #fff;
}

.aho-badge-pill-knowledge {
  background: #e61e64;
  color: #fff;
}

.focus-area {
  padding-right: 0.5rem;
}


.aho-theme-menu-button-data {
  cursor: pointer;
  text-transform: uppercase;
  padding: 0.8rem;
  font-size: 0.8rem;
}