@charset "UTF-8";
/* CSS Document */
.sharp-projectors {
	width: 100%;
	height: 100%;
}
.sharp-projectors .skin_width {
	padding-top: 40px;
	padding-bottom: 40px;
}

.bg-gray, #featured-block{
    background-color: #e6e6e6;
}
.content-spacing{
    padding: 40px 0px 60px 0px;
}
#pardot-iframe{
    width: 100%;
    height: 1000px;
}

/*hero styles*/
#simply-smarter.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;
}
#simply-smarter.displays-projectors #hero h1 {
  color: #001F4E;
  line-height: 1.2em;
  margin: 20px 0;
}
@media handheld, only screen and (min-width:768px) {
  #simply-smarter.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;
  }
  #simply-smarter.displays-projectors #hero h1 {
    width: 80%;
  }
  /* removed id */
  section .container .flex .text { 
    align-self: center;
  }
}
@media handheld, only screen and (min-width:992px) {
  #simply-smarter.displays-projectors #hero {
    /*    background-size: contain;*/
  }
}
@media handheld, only screen and (min-width:1035px) {
  #simply-smarter.displays-projectors #hero {
    /*
    background-position: 400px center;
  }
*/
  }
}
@media handheld, only screen and (min-width:1148px) {
  #simply-smarter.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) {
  #simply-smarter.displays-projectors #hero {
    /*    background-size: 45%;*/
  }
  #simply-smarter.displays-projectors #hero h1 {
    width: 100%;
  }
}

.custom-card-footer {
    background: black;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.custom-card {
    transition: background 0.3s ease, color 0.3s ease;
	border-radius: 0;
    overflow: hidden;
}

a:hover .custom-card .custom-card-footer {
    background: white;
    color: #e6000d; 
}
a:focus .custom-card .custom-card-footer {
    background: #e6000d;
    color: white; 
}

a:hover .custom-card {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.43);}


main #resources ul a:link {
    text-decoration: none;
    color: inherit; 
}
.app-card-img-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#resources.content-spacing { padding: 15px 0px 60px 0px;}
#resources h2, #featured-block h2{
    text-align: center;
    margin-bottom: 20px;
}

#featured-block {text-align: center;}
#resources h3{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px; 
    text-decoration: underline;
}

#resources img{
    width: 100%;
}
#resources .h3 {
    margin-top: 15px;
}

@media handheld, only screen and (min-width:768px) {
	.sharp-projectors #hero {
		background-image: url(/portals/0/assets/images/projectors-landing-bkg.png);
		background-position: 260px center;
		background-size: cover;
	}
}
@media handheld, only screen and (min-width:992px) {
	.sharp-projectors #hero {
		background-size: contain;
	}
}
@media handheld, only screen and (min-width:1035px) {
	.sharp-projectors #hero {
		background-position: 400px center;
	}
}
@media handheld, only screen and (min-width:1148px) {
	.sharp-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) {
	.sharp-projectors #hero {
		background-size: 45%;
	}
}



@media handheld, only screen and (min-width:768px) {

	 #resources li {
        padding: 15px;
        text-align: center;
    }
}

#projector-categories .card a h2, #projector-technologies .card a h2 {
	color: inherit;
}


/*----------Request  Info Syles------*/
#request iframe {
	height: 1065px;
	width: 100%;
}
@media only screen and (min-width:992px) {
	#request iframe {
		height: 1085px;
		width: 100%
	}
}

@media handheld, only screen and (max-width: 1078px) {
	
	h2 {
		line-height: 1.2em;
		margin-top: 0;
	}

}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#hero H1 {
		margin-top: 10px;
	}
}



