/* UPDATED FEB 10, 2021 */
/* - updated breakpoint from 991px to 992px */

.hero-logos{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-bottom: 10px;
}

@media (min-width: 768px){
  .hero-logos{
    margin-bottom: 20px;
  }
}

@media (min-width: 992px){
  .hero-logos{
    margin-bottom: 40px;
  }
}

.hero-logos span{
  display: none;
}

.handy-page-ndwa-logo{
  width: 150px;
  height: 50px;
  margin: 0 10px;
  /* background-image: url('/wp-content/uploads/2020/02/logo-1.svg'); */
  background-image: url('/wp-content/uploads/2020/09/ndwa-horizontal-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px){
  .handy-page-ndwa-logo{
    width: 200px;
    height: 80px;
    margin: 0 15px;
  }
}

@media (min-width: 992px){
  .handy-page-ndwa-logo{
    width: 300px;
    height: 115px;
    margin: 0 20px;
  }
}

.spanish .handy-page-ndwa-logo{
  width: 400px;
  background-image: url('/wp-content/uploads/2020/09/la-alianza-horizontal-white.svg');
}

.handy-page-handy-logo{
  width: 75px;
  height: 50px;
  margin: 0 10px;
  background-image: url('/wp-content/uploads/2020/09/handy.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px){
  .handy-page-handy-logo{
    width: 100px;
    height: 80px;
    margin: 0 15px;
  }
}

@media (min-width: 992px){
  .handy-page-handy-logo{
    width: 152px;
    height: 115px;
    margin: 0 20px;
  }
}

.handy-page-handy-logo span{
  display: none;
}

.layout-hero.hero-background-cover.page-class-handy{
  position: relative;
  background-size: 180% auto;
  background-position: center bottom -140px;
}

@media (min-width: 768px){
  .layout-hero.hero-background-cover.page-class-handy{
    background-size: 120% auto;
  background-position: center bottom -70px;
  }
}

@media (min-width: 992px){
  .layout-hero.hero-background-cover.page-class-handy{
    background-size: cover;
    background-position: center center;
  }
}

.layout-hero.hero-background-cover.page-class-handy:after {
  content: " ";
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.layout-hero.page-class-handy .container{
  position: relative;
  z-index: 1;
}

.layout-hero.page-class-handy h1.hero-title{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.layout-hero.page-class-handy h1.hero-title,
.layout-hero.page-class-handy h1.hero-title span{
  color: #FFFFFF;
}

.inline-cta{
  text-align: center;
  margin-top: 30px;
  padding: 0 20px;
}

.inline-cta a.button{
  margin-top: 20px;
}

@media only screen and (min-width:768px){
  .inline-cta{
    margin-top: 45px;
  }
}

.page-class-handy .list-of-items .item h4{
	font-size: 24px;
}

@media (min-width: 768px){
	.page-class-handy .list-of-items .item h4{
		font-size: 26px;
	}
}

.page-class-handy .list-of-items .item p{
	font-size: 17px;
}

@media (min-width: 768px){
	.page-class-handy .list-of-items .item p{
		font-size: 19px;
	}
}

.page-class-handy ul.submenu li a{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #888888;
}

.page-class-handy ul.submenu li a:hover{
  color: #2ca8ce;
}

@media only screen and (min-width: 992px){
  .page-class-handy ul.submenu li a{
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 992px){
  .page-class-handy.layout-hero .container{
    padding-bottom: 125px;
  }
}

@media only screen and (min-width: 1200px){
  .page-class-handy.layout-hero .container{
    padding-bottom: 150px;
  }
}

.page-class-handy button.wpforms-submit{
  margin: 20px auto !important;
  display: block !important;
  background-color: #2ca8ce !important;
  border-color: #2ca8ce !important;
}

.page-class-handy a.back-button{
  margin: 0 15px 40px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #CCCCCC;
  color: #777777;
  text-align: center;
  margin-top: -15px;
}

@media only screen and (min-width: 992px){
  .page-class-handy a.back-button{
    padding-bottom: 30px;
    margin-top: -15px;
  }
}

@media only screen and (min-width: 1092px){
  .page-class-handy a.back-button{
    margin-top: -35px;
  }
}

@media only screen and (min-width: 1200px){
  .page-class-handy a.back-button{
    margin-top: -60px;
  }
}