.removePDF::after {
    content: '' !important;
}

section.shelves article.prodBox div.feature-img {
    padding: 0 !important;
}

a.serviceModalBtn {
    margin: 0;
}

/* Hardware purchasing page */
.standard-page .feature-box.prodBox {
    max-width: none !important; 
}

.standard-page .feature-box.prodBox .feature-img img {
    min-width: initial !important; 
}

.standard-page .feature-box.prodBox .hiddenProdSpecs {
    display: none;
}

#jumpers .jumper {
    text-transform: uppercase;
}

/* End -- Hard purchasing page */

/* Staff Index */
div.profilesContainer div.staffProfile div.profileImg {
	 max-width: 100px;
}
 div.profilesContainer div.staffProfile div.info p strong {
	 font-weight: bold;
}
/* End -- Staff Index */

/* Services Index */

.modalText {
    display: none;
}

 .service_filter {
	 margin: 0 auto 2em auto;
	 text-align: center;
}
 .service_filter label {
	 width: 100%;
}
 .service_filter label .sSearch{
	 padding: 10px 1em 12px;
	 font-size: 22px;
	 background: #7571b0;
	 display: inline-block;
	 color: #fff;
}
 .service_filter label .sSearch span.btnTxt{
	 display:none;
}
 .service_filter input{
	 width: 60%;
	 margin: 0 auto;
	 padding: 9px;
	 font-size: 23px;
}
 .tab-pane span.highlight {
	 background-color: #FFFF88;
}

 #filter {
	font-size: 26px;
}
 #filter h4 {
	font-size: 100%;
}
 @media screen and (min-width: 768px) {
	 .sSearch .fa {
		margin-right: 7px;
	}
	 .service_filter label {
		 width: 60%;
	}
	 .service_filter label .sSearch span.btnTxt{
		 display:inline;
		 letter-spacing: .5px;
		 text-transform: uppercase;
	}
}
 

/* End -- Services Index */


/* Policies Index */
.policies > div {
    display: flex;
    align-items: stretch;
}

.policies > div .feature-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.policies > div .feature-box > a {
    flex-grow: 1;
}

.policies .feature-box .feature-copy {
	 padding: 2em !important;
	 display: flex;
	 flex-direction: column;
	 height: 100%;
}
 .policies .feature-box a {
	 color: #54585a;
	 font-weight: normal;
	 text-decoration: none !important;
}
 .policies .feature-box a:hover {
	 text-decoration: none;
}
 .policies .feature-box .iBox {
	 display: flex;
	 justify-content: center;
	 margin-bottom: 1em;
}
 .policies .feature-box .iBox i {
	 font-size: 6em;
	 color: #7f8283;
}
 .policies .feature-box .iBox i, .policies .feature-box .feature-copy h4:first-of-type {
	 transition: .6s;
}
 .policies .feature-box i {
	 font-style: normal !important;
}
 .policies .feature-box h4, .policies .feature-box p {
	 text-align: center;
}
 .policies .feature-box a:hover .feature-copy .iBox i, .policies .feature-box a:hover .feature-copy h4:first-of-type {
	 color: #4e2a84;
}
/* END - Policies Index */