 .color-block-test{
	background: #0070bb center no-repeat;
	background-size: cover;
	margin-bottom:0;
	padding: 40px 0;
}

 /*************** xs ***************/
.orderhistory-jumbo{
	background: url(../images/api-orderhistory-jumbo.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:0;
}
.search-jumbo{
	background: url(../images/api-search-jumbo.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:0;
}
.order-jumbo{
	background: url(../images/api-order-jumbo.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:0;
}
.cart-jumbo{
	background: url(../images/api-cart-jumbo.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:0;
}
.hub-jumbo{
	background: url(../images/api-hub-jumbo.jpg) center no-repeat;
	background-size: cover;
	margin-bottom:0;
}
.search, .header-component1 {
    margin-bottom: 0px!important;
}
.jumbo-title{
	font-weight: bold;
	font-size:24px;
}
.jumbo-title h1 {
	font-size: 24px;
  	font-weight: bold;
  	margin-bottom: 0;
  	line-height: inherit;
}
.jumbo-subtitle{
	color:#585d62;
	font-size:18px;
}
.section-title{
	font-size:18px;
	font-weight:bold;
}
.api-divider{
	height:1px;
	width:100%;
	background-color:#d9d9d9;
}
.api-title{
	color: #0070bb;
	font-size: 16px;
	font-weight: bold;
}
.button-wrapper{
	cursor:pointer;
}

.accordion .card button {
	width: 100%;
}

.breadcrumb-item.active {
	padding-top: 0
}

.card {
	margin-bottom: 1rem;
}

.card-body {
	background-color: #f5f5f5;
}

.panel-default > .panel-heading{
	background-color:#fff;
	text-decoration: none;
}
.panel-default > .panel-heading > a:hover, .panel-default > .panel-heading > a:focus {
    text-decoration: none;
}
.panel-heading .accordion-toggle h4{
	color:#0070bb;
	cursor:pointer;
}
.panel-heading .accordion-toggle h4:after {
    font-family: 'MouserIcons';
    content: "\f006";
    float: right;        
}
.panel-heading .accordion-toggle.collapsed h4:after {
    content: "\f007";
}

.nav-pills > li.active > a{
	background-color:#0070bb;
}

.nav > li > a:hover{
	background-color: #e0e4e9;
	color: #0070bb;
}

.panel-default > .panel-heading .get{
	background-color: #0070bb;
	color:white;
}
.panel-default > .panel-heading .post{
	background-color: #588a10;
	color:white;
}

/*************** sm ***************/

@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item:before,
  .breadcrumb-item.active::after {
	  display: none;
  }
  .breadcrumb .breadcrumb-item:after {
    content: "";
  }
  .orderhistory-jumbo{
		background: none;
	}
	.search-jumbo{
		background: none;
	}
	.order-jumbo{
		background: none;
	}
	.cart-jumbo{
		background: none;
	}
	.hub-jumbo{
		background: none;
	}
}

@media (min-width: 768px) {
	
}

/*************** md ***************/
@media (min-width: 992px) {
	.responsive .button-wrapper{
		text-align: right;
		margin-top: 20px;	
	}
}

/* sm duplicate */

/* md duplicate */
.responsive-desktop .button-wrapper{
	text-align: right;
	margin-top: 20px;	
}

 
/*************** lg ***************/
@media (min-width: 1200px) {

  /* lg duplicate */

  }
}
