@charset "utf-8";
/* CSS Document */

.segmentation {
    float:left;
    border: 2px solid #CB8300;
    border-radius: 6px;
    background-color: #FFF;
    width: 98.5%;
    margin-left: .5%;
}

.segmentation .segBut {
    float:left;
    border-radius: 6px;
    border: 2px solid #CB8300;
    color: #FFF;
    padding: 1.5%;
    margin-right: 1.9%;
    width: 9.4%;
    line-height: 115%;
    font-size: 15px;
    cursor: pointer;
}

.segmentation .segBut:last-of-type {
    margin-right: 0;
}

.segmentation .filter {
    float:left;
    padding: 10px 0;
    border-bottom: 1px solid #E8A001;
    margin: 0 1.25% 10px 1.25%;
    width: 97%;
}

.segmentation .filterBy {
    float:left;
    color: #5F6366;
    width: 100%;
    text-align: left;
}

.segmentation .most {
    float:left;
    border-radius: 6px;
    border: 1px solid #43AD31;
    color: #43AD31;
    background-color: #FFF;
}

.segmentation .cgm {
    float:left;
    border-radius: 6px;
    border: 1px solid #DC8E26;
    background-color: #DC8E26;
}

.segmentation .insulin {
    float:left;
    border-radius: 6px;
    border: 1px solid #1F6CB7;
    background-color: #1F6CB7;
}

.segmentation .nafld {
    float:left;
    border-radius: 6px;
    border: 1px solid #3E610D;
    background-color: #3E610D;
}

.segmentation .rai {
    float:left;
    border-radius: 6px;
    border: 1px solid #52A646;
    background-color: #52A646;
}

.segmentation .smart {
    float:left;
    border-radius: 6px;
    border: 1px solid #8C4600;
    background-color: #8C4600;
}

.segmentation .women {
    float:left;
    border-radius: 6px;
    border: 1px solid #46008C;
    background-color: #46008C;
}

.segmentation .seg {
    width: 30%;
    margin: 0 1% 1% 1%;
}

.segmentation .programs {
    float:left;
    width: 100%;
}

/* =Desktops and laptops
--------------------------------------------------------------------------- */
@media only screen and (max-width : 1374px) and (min-width : 0px) {

	.segmentation .seg {
		width: 47%;
		margin: 0 1% 1% 1%;
	}	
	
	.segmentation .segBut {
		width: 27%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media only screen and (min-width : 1375px) {

	.segmentation span {
		float:left;
		width: 100%;
	}

}


