

/* 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; 

}

.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: 17px; margin:0px 0 20px 0; padding: 0;  line-height:0px;font-family: 'Roboto', sans-serif;

color:#1364a3;}

.responsive-tabs__list__item { background: #fff; padding: 11px 15px 10px 15px;  text-align:center;border-top:1px solid #ccc;border-bottom:1px solid #ccc; }

.responsive-tabs__list__item:hover { background-color:#1165a3; color:#fff; }

.responsive-tabs__list__item--active{  background-color:#1165a3; border-bottom-color: #fff; position:relative; color:#fff;}



.responsive-tabs__list__item--active:after {	width: 0; 

  height: 0;  

  border-left: 10px solid transparent; 

  border-right: 10px solid transparent; 

  

   border-top:10px solid #1165a3; 

  display:block; 

  position:absolute; 

  bottom:-10px; 

  content:''; 

  left:45%;}





@media (max-width: 767px) {

	.responsive-tabs__heading { 

		padding: 0.4em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);

		background: #1165a3;

		position: relative;font-family: 'Roboto', sans-serif; font-size:16px; color:#fff;

	}



	.responsive-tabs__heading:after {

		content:"";

		display: block;

		position: absolute;

		right: 20px;

		top: 40%;

		width: 0; 

		height: 0; 

		border-left: 10px solid transparent;

		border-right: 10px solid transparent;

		border-top: 10px solid #fff;font-family: 'Roboto', sans-serif;

	}

	.responsive-tabs__heading:hover,

	.responsive-tabs__heading--active:hover { background-color: #919191}

	.responsive-tabs__heading--active { background: #919191;}

	.responsive-tabs__heading--active:after {

		border-bottom: 10px solid #000;

		border-top:0;

	 }

}



/* END - Optional - Basic Skin */

.responsive-tabs__panel{padding:10px; line-height:20px;font-family: 'Roboto', sans-serif; text-align:justify; }

