/** Shopify CDN: Minification failed

Line 141:1 Expected "}" to go with "{"

**/
.has-results .result-item .result-info .result-price {display:none;}
.header-container .header-content .header-icons {display:none;}

h3 {padding:20px 0}
.custompage ul {padding: 0 0 10px 40px;}
.custompage ul li {list-style-type:circle;}
.breadcrumb-list>li {
    line-height: 20px;
    font-size: calc(var(--body-font-size) - .25rem);
}

.row.meet-team {
    justify-content: center;
    background: #fff;
    padding: 40px 0 40px 0;
}
.row.meet-team .col-md-3 {
    margin: 1%;
    text-align: center;
    background: #fbfbfb;
    min-height: 3rem;
    vertical-align: bottom;
}

.row.meet-team .col-md-3.pippa {border-radius:100px;}

.row.meet-team .col-md-3:hover {
    background: #ffffff;
    border:2px solid #f8f8f8;
    cursor: pointer;
}

.row.meet-team a {
    display:block;
  padding:24px 0;
}
.row.meet-team a strong {
    display:block;
}

.container.bio {
    background: #fff;
    padding: 40px;
    margin-top: 40px;
}


.container.bio img {
display: inline-block;
background: #fff;
max-width:300px;
margin:0 auto;
}

h3.emplname {color: #fdb819;}

h5.jobtitle {
    font-size: 12px;
    color: #d80000;
    display:block;
}

.instructions ol {position:relative;}

.instructions ol li {
    margin: 14px 0;
    background: #ffffff;
  position: relative;
}

.instructions ol li a:hover {
    background: #ccc;
    color: #fff;
}

.instructions ol li:before {
    width: 30px;
    content: " ";
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg);
    background-size: 20px;
    position: absolute;
    left: 20px;
    top: 27%;
    height: 37px;
    background-repeat: no-repeat;
    background-size: cover;
}

.instructions ol li a {
    padding: 28px 40px 28px 60px;
    display: block;
    min-height: 50px;
    text-transform: uppercase;
    font-size: 12px;
}

/* product page */

.product-template .iconbox .image {max-width:104px;}
/* pricecode */

.pricecode {
    border-radius: 3px;
    background: #f8f8f8;
    padding: 17px 0;
    text-align: center;
	font-size: 15px;
}

.pricecode .pricecodename {
    font-weight: bold;
    margin-right: 8px;
}

@media (min-width: 768px) {
.row.meet-team .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;

	}
}

@media (min-width: 960px) {
   .container.bio img {
    	float: left;
    	padding: 40px 40px 100px 0;
    	width: 400px;
   	 	min-width: 340px;
	}
  .row.meet-team a {
  padding:40px 0;
}
  
  .header-container .header-style-1 .header-content .header-search {
    max-width: 600px;
}