/******************
typography
*******************/

.jph-roboto,
body{
  font-family: 'Roboto', sans-serif;
}

.jph-roboto-condensed,
.btn,
.subtitle,
.subtitle-light
h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto Condensed', sans-serif;
}

body{
  font-size: 16px;
}

h2{
  font-size:3rem;
}

.subtitle,
.subtitle-light{
  line-height: 1.1;
}

.subtitle,
.subtitle-light,
.btn{
  font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6,
.subtitle,
.btn,
.subtitle-light{
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle-light{
  font-weight: 100;
}

/******************
Colors
*******************/

/* Green */
.jph-green,
.green-h2,
.subtitle{
  color: #005958;
}

.page-header,
.btn-primary:hover{
  background-color: #005958;
}

/* Orange */
.jph-orange,
.hr-orange,
.orange-h2{
  color: #fbb163;
}

.btn-primary,
.orange-callout-box,
.logos .btn-info{
  background-color: #fbb163;
}

/* Body */
.jph-body,
body{
  color: #666666;
}



/******************
Header
*******************/

.page-header{
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-left{
  padding-left: 5%;
  text-align: center;
  margin: 5px 0;
}

.header-right{
  padding-right: 5%;
  text-align: center;
  margin: 5px 0;
}

.logo-short{
  height: 60px;
}

.logo-full{
  height: 40px;
}

.grameen-logo-full{
  height: 70px;
}

.grameen-logo{
  height: 36px;
}

.left{
  display: flex;
  align-items: center;
}

/******************
Elements
*******************/

.hr-orange{
  width: 100px;
  opacity: 1 !important;
  border-top-width: 5px !important;
}

.btn{
  border: none;
  border-radius: 3px;
}

/******************
Introduction
*******************/

.introduction{
  margin-top: 100px;
}

.introduction .intro-right{
  text-align: center;
}

.intro-call{
  padding-left: 25px;
}

.introduction .orange-callout-box{
  padding: 20px;
  text-align: center;
  position: relative;
  top: -120px;
  margin: 0 auto;
  line-height: 1.2;
  width: 80%;
}

.introduction .orange-callout-box .subtitle{
  width: 220px;
  margin: 0 auto 10px;
}

.introduction .intro-image{
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

/******************
Commitment
*******************/

.commitment{
  background: #005958 url('../img/compass.png') no-repeat left center;
  background-size: auto 140%;
  padding: 60px 12%;
  text-align: center;
}

.commitment p{
  color: #fff;
  font-size: 1.25rem;
}

/******************
support
*******************/

.support{
  margin-top: 100px;
  padding: 20px 0 60px;
}

.support-intro{
  text-align: center;
}

.support-intro .subtitle{
  max-width: 400px;
  margin: 0 auto;
}

.logos{
  margin-top: 50px;
}

.logo-justine{
  width: 280px;
}

.logo-grameen{
  width: 250px;
}

.logo-expirian{
  width: 250px;
}

.logo-citi{
  width: 140px;
}

.logos div{
  text-align: center;
}

.logos .btn-info{
  color: #fff;
  border-radius: 25px 0 25px 0;
  padding: 5px 20px;
  margin-top: 30px;
  float: right;
}

.logos .btn-info.dropdown-toggle::after{
  display: none !important;
}

.logos .btn-info.dropdown-toggle::before{
  content: "+";
}

.logos .dropdown-menu{
  padding: 20px;
  border: 2px solid #fbb163;
  border-radius: 5px;
}



/******************
Footer
*******************/

.footer-info{
  border-top: 1px solid #666;
  padding-top: 50px;
  margin-bottom: 100px;
}

/*.footer-info .info-dropdowns{
  text-align: right;
}*/

.footer-info .info-dropdowns .btn-info{
  background-color: transparent;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
}

.footer-info .info-dropdowns .dropdown-menu{
  padding: 20px;
  border: 2px solid #666;
  border-radius: 5px;
}

.footer-info .info-dropdowns .btn-info.dropdown-toggle::after{
  display: none !important;
}

/******************
Media queries
*******************/

/* Large break */

@media only screen and (max-width: 1200px){

  .logo-justine{
    width: 180px;
  }

  .logo-expirian{
    width: 160px;
  }

  .logo-citi{
    width: 100px;
  }

  .logo-vlf{
    width: 200px;
  }
}

@media only screen and (max-width: 992px){


  .intro-call{
    padding-left: 12px;
  }
  .subscribe-button{
    margin-bottom: 20px;
  }

  .logo-justine{
    width: 180px;
  }

  .logo-expirian{
    width: 160px;
  }

  .logo-citi{
    width: 100px;
  }

}

/* Medium break */

@media only screen and (max-width: 768px){
  .logos .btn-info{
    float: none;
    margin-bottom: 50px;
  }

  .footer-info .info-dropdowns{
    text-align: center;
  }
}



