#breadcrumbs {
    width: 100% !important;
    padding: 4px !important;
    background: #f2f2f2 !important;
    padding: 4px 2% !important;
}
.ndso-title{
    width: 100%;
    background-color: #03558f;
    padding: 10px 2%;
    margin: 0px;
}
.ndso-title span{
    color: #fff;
    font-size: 21px;
}
.ndso-header{
    width: 100%;
    color: #fff;
    font-size: 21px;
    margin: 0px;
    height: 120px;
    float: left;
    position: relative;
}
.ndso-header--container {
	background: rgba(255, 255, 255, .9);
    width: fit-content;
    min-width: 320px;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ndso-header--title{
    color: #000;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.ndso-header--sub{
	color: #000;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
.ndso-header--dot{
    width: 80%;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin: 4px auto;
    height: 0px;
}
.header-spacer{
	height: 20px;
	width: 100%;
    float: left;
}
/**PRODUCT GRID**/
.ndso-section{
    width: 84%;
    float: left;
}
.ndso-section--results-bar{
	width:100%;
	float: left;
    margin-bottom: 10px;
}
.ndso-section--results-txt{
    float: left;
    width: 46%;
    font-size: 12px;
}
.ndso-section--results-bar select{
    float: right;
    margin: 0px 1%;
    padding: 2px;
	}
.ndso-section--results-selects{
    width: 54%;
    float: left;
}
.ndso-col {
    width: 16%;
    text-align: center;
    position: relative;
    padding: 4px 4px 11px 4px;
    margin: 0px 8px 11px 8px;
	border-bottom: 2px #e2e2e2 solid;
	border-top: 2px transparent solid;
	display: inline-block;
	vertical-align: top;
}
.ndso-col-container{
    width: 98%;
    margin: 0px auto;
	text-align: center;
}
.ndso-col h2{
    color: #03558f;
    margin: 0px;
    height: 47px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0px;
	font-weight: bold;
}
.ndso-col a{
    text-decoration: none;
}
.ndso-col:hover{
    /*box-shadow: 1px 1px 4px #03558f;*/
	border-bottom: 2px #03558F solid;
	border-top: 2px #03558F solid;
}
.product-img {
    padding-top: 100%;
    background: white;
    position: relative;
}
.product-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.show{
    display: block;
}
.desc-text--full{
	display:none;
    width: 100%;
    margin: 10px auto;
    max-width: 600px;
}
.desc-text{
    width: 100%;
    margin: 0px auto;
    float: left;
}
.desc-text p{
	width: 100%;
    margin: 10px auto;
    max-width: 600px;
}
.desc-text--button{
    background: none;
    border: 0;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}


/**MEDIA QUERIES**/
@media 	screen and (min-width: 1380px)  {
	.ndso-col {
		 width: 15%;
	}

}
@media only screen and (max-width : 1086px) {
    .ndso-section{
        width: 80%;
    }
    .ndso-col{
       width: 19%;
    }
}
@media (max-width:900px) and (min-width:551px) {
	a.clearAll {
		float: left;
		margin-right: 0px;
		width: 100%;
	}
}
@media (max-width:771px) and (min-width:551px) {
	.ndso-col {
		width: 32%;
	}
}
@media only screen and (max-width : 550px) {
	.ndso-header {
		display: none;
	}
	.ndso-header--sub {
		font-size: 16px;
	    line-height: 20px;
	}
	.ndso-header--title {
		font-size: 18px;
		line-height: 20px;
	}
    .ndso-section{
        width: 100%;
    }
	.ndso-section--results-bar{
		width: 100%;
		float: left;
	}
	.ndso-section--results-bar select{
		border: 1px solid #ccc;
		padding: 2px;
		background: #fff;
		width: 92%;
		margin: 10px 0px 0px 12px;
		text-align: center;
	}
    .ndso-section--results-bulk{
        float: left;
        width: 95%;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
	}
	.ndso-section--results-bar select {
		float: left;
	}
    .ndso-section--results-selects {
        width: 100%;
    }
	.ndso-section--results-txt{
		padding: 2px;
		width: 92%;
		margin: 10px 0px 0px 12px;
		text-align: center;
}
    .ndso-col{
        width: 49%;
		margin: 0px 0px 40px 0px;
    }
	.desc-text p {
    	width: 90%;
	}
}
