
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}


@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
	margin-bottom:40px;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0; padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item { border-bottom: 2px solid #e1e1e1; padding:55px; background-repeat:none; background-position:center; margin-right: 10px; opacity:0.5; }

.responsive-tabs__list__item:first-child { background-image:url("../images/FedPart/dept_of_defense.jpg"); padding: 55px; background-repeat:no-repeat; }
.responsive-tabs__list__item:first-child + li { background-image:url("../images/FedPart/dept_health_human_services.jpg"); padding: 55px; background-repeat:no-repeat;}
.responsive-tabs__list__item:first-child + li + li { background-image:url("../images/FedPart/homeland_security.jpg"); padding: 55px; background-repeat:no-repeat;}
.responsive-tabs__list__item:first-child + li + li + li { background-image:url("../images/FedPart/fcc.jpg"); padding: 55px; background-repeat:no-repeat;}
.responsive-tabs__list__item:first-child + li + li + li + li { background-image:url("../images/dot-logo.png"); padding: 55px; background-repeat:no-repeat;}

.responsive-tabs__list__item:hover {opacity:1;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  opacity:1; border-bottom: 2px solid #555;}

.responsive-tabs__panel { margin-bottom: 50px; margin-top:60px;}

@media (max-width: 767px) {
	.responsive-tabs__heading {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    text-align: center;
    margin: 5px;
}

	.responsive-tabs__heading:after {
		content:"+";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;

	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #fff;}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		content:"-";
	 }
}

/* END - Optional - Basic Skin */
