@charset "UTF-8";
/* CSS Document */

#simply-smarter #hero {
    min-height: 140px;
    background-color: #FBFAF1;
    color: #005670;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#simply-smarter #hero h1 {
  color: #005670;
}

/* #.# Hero Styles
------------------------------*/
.simply-smarter-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4;
}
#simply-smarter .lead {
  font-family: "Montserrat", arial, sans-serif;
}
.d-flex{
  display: flex;
}

.align-items-center{
  align-items: center;
}
@media handheld, only screen and (min-width: 768px) {
  #simply-smarter #hero {
    display: flex;
    align-items: center;
/*    height: 225px;*/
    background-image: image-set(url(/portals/0/images/partner-mfp-office-hero.png)1x,url(/portals/0/images/partner-mfp-office-hero@2x.png) 2x);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, center top;
    background-size:63%;
    background-color:#FBFAF1;
      text-align: left;
  }

  
#simply-smarter #hero {
     min-height: 225px;
  }
  .simply-smarter-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.4;
  }
  #simply-smarter #hero h1 {
    color: #005670;
  font-size: 30px;
    width: 67%;
  }
}


@media handheld, only screen and (min-width: 990px) {
  #simply-smarter #hero h1 {
    color: #005670;
  font-size: 37px;
    width: 67%;
  }
}

@media only screen and (max-width: 1425px) {
  #simply-smarter #hero{
  /*  background-size: 60%;*/
  }
}

@media only screen and (max-width: 1280px) {
  #simply-smarter #hero{
 /*   background-size: 60%;*/
  }
}

@media only screen and (max-width: 1070px) {
  #simply-smarter #hero{
    background-size: 63%;
  }
}

@media only screen and (max-width: 915px) {
  #simply-smarter #hero{
    background-size: 68%;
  }
}

@media only screen and (max-width: 855px) {
  #simply-smarter #hero{
    background-size: 63%;
  }
}



@media only screen and (max-width: 990px) {
  .display-none-mobile{
  display: none;
  }
}


