/**
  * Main SCSS File for GDP Hero
  * Collects all partials
  * and defines general rules
**/
#gdp-hero-jumbotron {
  background-size: cover;
  background-position: center center;
  padding: 1.5rem 0; }
  #gdp-hero-jumbotron .gdp-hero-tabs-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 17rem; }
  #gdp-hero-jumbotron #gdp-hero-tabs-col > .row {
    flex-direction: row;
    min-height: 100%; }
    @media (min-width: 768px) {
      #gdp-hero-jumbotron #gdp-hero-tabs-col > .row {
        flex-direction: column; } }
  #gdp-hero-jumbotron .gdp-hero-tab {
    flex: 1;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5em; }
    #gdp-hero-jumbotron .gdp-hero-tab.active, #gdp-hero-jumbotron .gdp-hero-tab:hover {
      background-color: rgba(255, 255, 255, 0.7);
      text-decoration: none; }
    #gdp-hero-jumbotron .gdp-hero-tab span.gdp-hero-tab-country {
      background-color: #FFEB84;
      text-transform: uppercase;
      display: inline-block;
      padding: 0.1rem;
      margin: 0 0.3rem 0 0; }
    @media (max-width: 768px) {
      #gdp-hero-jumbotron .gdp-hero-tab {
        font-size: 0.9rem;
        border-right: 1px solid white;
        height: 3rem; } }
  #gdp-hero-jumbotron .tab-content {
    display: none;
    height: 100%;
    min-height: 15rem;
    padding: 0; }
    #gdp-hero-jumbotron .tab-content.active {
      display: block;
      background-color: rgba(255, 255, 255, 0.7); }
    #gdp-hero-jumbotron .tab-content > .col.active {
      margin-bottom: 4rem; }
    #gdp-hero-jumbotron .tab-content > .row {
      padding: 1rem; }
  #gdp-hero-jumbotron .gdp-hero-stats {
    display: flex; }
    #gdp-hero-jumbotron .gdp-hero-stats .country-hero-stat-container {
      border-left: 1px solid #e9ecef; }
    #gdp-hero-jumbotron .gdp-hero-stats p {
      padding: 0;
      margin: 0;
      font-family: "Oswald"; }
      #gdp-hero-jumbotron .gdp-hero-stats p.country-hero-stat-number {
        font-weight: bolder;
        font-size: 1rem; }
      #gdp-hero-jumbotron .gdp-hero-stats p.country-hero-stat-label {
        font-family: "Raleway";
        font-size: 0.7rem; }
      #gdp-hero-jumbotron .gdp-hero-stats p.country-hero-stat-year {
        color: #adb5bd;
        min-height: 2rem; }
  #gdp-hero-jumbotron .tab-content-image {
    padding-right: 1rem; }
  #gdp-hero-jumbotron .tab-content-read-more {
    border-radius: unset; }
  #gdp-hero-jumbotron .tab-content-body {
    font-family: 'Raleway';
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 576px) {
      #gdp-hero-jumbotron .tab-content-body {
        font-size: 0.8rem; } }
  #gdp-hero-jumbotron .gdp-hero-stat-number {
    font-family: Oswald;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    display: block; }
  #gdp-hero-jumbotron .gdp-hero-stat-label {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    display: block; }
  #gdp-hero-jumbotron .gdp-hero-stat-box {
    flex: 0; }
    @media (max-width: 576px) {
      #gdp-hero-jumbotron .gdp-hero-stat-box:nth-child(n+4) {
        display: none; } }
  #gdp-hero-jumbotron .gdp-hero-country-link-container {
    display: flex;
    justify-content: flex-end;
    margin: 0 1rem 1rem 0; }
  #gdp-hero-jumbotron .hero-full-country-profile:hover {
    color: #1B597C; }

/*# sourceMappingURL=gdp-hero.css.map */
