.layout-landing-page-nav-2022{
  padding: 10px 0;
}

.layout-landing-page-nav-2022 .container{
  padding: 0;
}

.layout-landing-page-nav-2022 .affiliate-header{
  display: flex;
  flex-flow: row nowrap;
}

.layout-landing-page-nav-2022 .affiliate-header-left{
  flex: 1 0 70%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 0 0 15px;
}

.layout-landing-page-nav-2022 .affiliate-header-left a{
  display: block;
}

.layout-landing-page-nav-2022 .affiliate-header-left a + a{
  margin-left: 20px;
}

.layout-landing-page-nav-2022 .affiliate-header-left a img{
  height: 50px;
}

@media only screen and (min-width: 768px){
 .layout-landing-page-nav-2022 .affiliate-header-left a img{
  height: 65px;
  } 
}

@media only screen and (min-width: 1200px){
 .layout-landing-page-nav-2022 .affiliate-header-left a img{
  height: 80px;
  } 
}

.layout-landing-page-nav-2022 .affiliate-header-right{
  flex: 0 1 auto;
  display: flex; 
  flex-flow: row wrap;
  align-items: center;
}

.layout-landing-page-nav-2022 .affiliate-header-right > div{
  display: flex; 
  flex-flow: row wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}

.layout-landing-page-nav-2022 .affiliate-header-right ul{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-family: 'Muli', sans-serif;
}

.layout-landing-page-nav-2022 .affiliate-header-right ul li{
}

.layout-landing-page-nav-2022 .affiliate-header-right ul li a{
}

.layout-hero-2022{
  background-image: url('https://www.domesticworkers.org/wp-content/themes/ndwa2020/assets/gradient-orange-teal.jpg');
  background-color: #A5D1DB;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 30px 0;
}

.layout-hero-2022 .container{
  max-width: none !important;
  z-index: 2;
  padding: 0;
}

.layout-hero-2022 .layout-hero{
  padding: 0;
}

.layout-hero-2022 .layout-hero h1.hero-title{
  color: #000000;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.layout-hero-2022 .layout-hero h1.hero-title span{
  color: #000000;
}

.layout-hero-2022 .layout-section-text p{
  color: #000000;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (min-width: 992px){
  .layout-hero-2022 .layout-section-text p{
    font-size: 19px;
  }
}

.layout-hero-2022 .layout-section-text p a:not(.returning-member){
  color: #000000;
  border-bottom: 1px solid #000000;
}

.layout-hero-2022 .layout-section-text p a(.returning-member):hover{
  color: #eb6e14;
  border-bottom-color: #eb6e14;
}

.layout-hero-2022:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 125px;
    content: " ";
    top: 0;
    left: 0;
    background-image: url('https://www.domesticworkers.org/wp-content/themes/ndwa2020/assets/triangles-overlay.svg');
    background-size: auto 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.layout-hero.background-style-left-with-background-gradient:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    content: " ";
    bottom: 0;
    right: 0;
    background-image: url('https://www.domesticworkers.org/wp-content/themes/ndwa2020/assets/triangles-overlay-2.svg');
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 0;
}

.layout-hero-2022 .hero-graphic{
  background-size:contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.layout-hero-2022 .hero-graphic img{
  opacity: 0;
  max-width: 400px;
}

.layout-hero-2022 .membership-portal-links li > span{
  font-size: 13px;
  line-height: 1.3;
  display: block;
  color: #000000;
}

.layout-hero-2022 .hero-container{
  padding-bottom: 30px;
}

@media only screen and (min-width:768px){
  
  .layout-hero-2022{
    padding: 60px 75px 0;
    background-size: auto 120%;
    background-position: center bottom;
  }
    
  .layout-hero-2022 .hero-graphic img{
    width: auto;
  }
    
  .layout-hero-2022 ul.membership-portal-links{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
    
  .layout-hero-2022 .membership-portal-links li{
    flex: 0 0 49%;
    margin-bottom: 0;
  }
  
}

@media only screen and (min-width:1200px){
  
  .layout-hero-2022{
    padding: 75px 75px 0;
    background-size: cover;
    background-position: center center;
  }

  .layout-hero-2022 .container{
    max-width: 1300px !important;
    margin: auto;
  }
    
  .layout-hero-2022:before {
    max-width: 60%;
    background-position: right top;
  }

  .layout-hero-2022 .layout-hero{
    display: flex;
    flex-flow: row nowrap;
  }

  .layout-hero-2022 .hero-container{
    flex: 0 0 60%;
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .layout-hero-2022 .hero-graphic{
    flex: 0 0 40%;
  }

}

.layout-landing-page-body{
  padding: 30px 30px;
}

@media only screen and (min-width:768px){
  .layout-landing-page-body{
    padding: 40px 40px;
  }
}

@media only screen and (min-width:1200px){
  .layout-landing-page-body{
    padding: 60px 0;
    max-width: 1000px;
    margin: auto;
  }
}

.layout-landing-page-body .container{
  padding: 0;
}

.layout-landing-page-body p{
  font-size: 18px;
  line-height: 1.5;
}

@media only screen and (min-width:992px){
  .layout-landing-page-body p{
    font-size: 19px;
  }
}

.membership-checklist-box{
  border: 5px solid #85d4d0;
  margin: 30px 0;
  padding: 20px 30px;
}

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

  .membership-checklist-box{
    border: 5px solid #85d4d0;
    margin: 40px 0;
    padding: 30px 35px;
  }
  
}