@charset "UTF-8";
/* CSS Document */

.why-buy-container {
  /*max-width:750px;*/
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 12px 0px;
    margin: 25px 0px;
  display: table;
  width: 100%;
}

.why-buy-callout {
    display: table-cell;
	padding: 0px 20px;
 
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 11.5px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
}

.wb-divider {
     display: table-cell;
  height:20px;
  width:1px;
  background:#cdcdcd;
}

.why-buy-callout:first-of-type {
padding-left:0;
}

.why-buy-callout:last-of-type {
    padding-right: 0;
}


.why-buy-icon {
width: auto;
height:25px;
display:inline-block;
vertical-align: middle;
margin-right: 3%;

}

#why-buy-heading {
  display:none;
}

.why-buy-container a {
	color: #111;
}





@media only screen and (max-width: 1199px) {
.why-buy-callout {
  padding: 0px 1.5%;
	    letter-spacing: 0;
}
	.why-buy-icon{
		float: left;
	}
}


@media only screen and (max-width: 991px) {
	
	.wb-divider {
	display:none;
	}
	
	 #why-buy-heading {
	display:block;
	border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 15px 0px;
	font-weight:600;
	margin-bottom: 20px;
	cursor: pointer;
}
	
	div#why-buy-heading.why-open {
		border-bottom:none;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	
	.why-buy-plus {display: inline-block;
    float: right;
	-webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
	cursor: pointer;
	}
	
	.why-buy-plus.why-open {
	transform: rotate(45deg);
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-property: all;
    transition-duration: 0.5s;
	}
	
		.why-buy-container {
   margin: 0px 0px 15px;
    display: table;
    width: 100%;
			border: none;
			padding: 0px;
  }

  .why-buy-callout {
	display: block;
    text-align: left;
    margin: 10px 0px;
    border: 0;
    padding: 2px 10px;
    padding-left: 0px;
    letter-spacing: 0.3px;
}
	
	.why-buy-callout:first-of-type {
    padding-left: 0px;
}
	
	
}