@charset "UTF-8";
/* CSS Document */


.bg-gray{
    background-color: #e6e6e6;
}
.content-spacing{
    padding: 40px 0px 60px 0px;
}
#pardot-iframe{
    width: 100%;
    height: 1000px;
}
#service-enhancements.displays-projectors #hero h3 {
  color: #333333;
	font-weight: normal;
	font-size: 20px;
}
.hero-subtext{
	color: #333333;
	font-weight: normal;
	font-size: 20px;
}

/*hero styles*/
#service-enhancements.displays-projectors #hero {
  background-color: #ffffff;
  background-position: right top;
  background-repeat: no-repeat;
  /*  min-height: auto;*/
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
    border-bottom: 1px solid #cccccc;
}
#service-enhancements.displays-projectors #hero h1 {
  color: #001F4E;
  line-height: 1.2em;
  margin: 20px 0;
}
@media handheld, only screen and (min-width:768px) {
  #service-enhancements.displays-projectors #hero {
    background-image: linear-gradient(90deg,  #EEEDE9 0%, #54545400 40%, #ffffff 100%);
      background-size: cover;
/*
    background-size: contain, 50%;
    background-repeat: no-repeat, repeat;
    background-position: 85% top, bottom;
*/
    text-align: left;
    min-height: 300px;
  }
  #service-enhancements.displays-projectors #hero h1 {
    width: 80%;
  }
  /* removed id */
  section .container .flex .text { 
    align-self: center;
  }
}
@media handheld, only screen and (min-width:992px) {
  #service-enhancements.displays-projectors #hero {
    /*    background-size: contain;*/
  }
}
@media handheld, only screen and (min-width:1035px) {
  #service-enhancements.displays-projectors #hero {
    /*
    background-position: 400px center;
  }
*/
  }
}
@media handheld, only screen and (min-width:1148px) {
  #service-enhancements.displays-projectors #hero {
    /*		background-image: url(/portals/0/assets/images/projectors-landing-bkg@2x.png);*/
    /*    background-position: right top;*/
  }
}
@media handheld, only screen and (min-width:1600px) {
  #service-enhancements.displays-projectors #hero {
    /*    background-size: 45%;*/
  }
  #service-enhancements.displays-projectors #hero h1 {
    width: 100%;
  }
}

.bg-gray, #featured-block{
    background-color: #e6e6e6;
}
.bg-l-gray{
    background-color: #f1f1f1;
    border-color: rgb(232, 232, 232);
}
.content-spacing{
    padding: 40px 0px 60px 0px;
}
.app-card{
    padding: 25px;
    margin: 15px 0px;
}

.app-card-row{
    position: relative;
}

.app-card-img-left, .app-card-img-right{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.app-card-img-left img, .app-card-img-right img{
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

.app-card-body-left{
    padding: 15px;
}

.app-card-body-right{
    padding: 15px;
}

.app-card h2{
    margin-top: 0px;
}

.app-card h3{
    margin-top: 0px;
}

.app-card-btn{
    margin-top: 30px;
}
@media screen and (min-width: 992px){ 
.app-card-img-left {
        position: absolute;
        top: 0;
        left: 0%;
    }

    .app-card-img-right {
        position: absolute;
        top: 0;
        left: 65%;
    }

    .app-card-img-left img{
        height: 100%;
        width: 100%;
        border-radius: 4px 0px 0px 4px;
    }  
    
    .app-card-img-right img{
        height: 100%;
        width: 100%;
        border-radius: 0px 4px 4px 0px;
    }  

    .app-card-body-left{
        position: relative;
        right: 0%;
		padding: 15px;
    }
    
    .app-card-body-right{
        position: relative;
        left: 25%;
		padding: 15px;
    }

    .img-left img{
        border-radius: 4px 0px 0px 4px;
    }
    
    .img-right img{
        border-radius: 0px 4px 4px 0px;
    }

}