

/* REQUIRED for core functionality */



.responsive-tabs__heading { display: none;}

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





@media (max-width: 991px) {

	.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: 1.2em; margin: 2em 0 0 0; padding: 0;border-bottom: 0; padding-bottom:22px; line-height: 1em;}

.responsive-tabs__list__item {

	 background: none repeat scroll 0 0 #236496;

    border: 0 none;

    color: #236496;

    cursor: default;

	    border-radius: 5px 5px 0 0;

    color: #ffffff;

    font-size: 18px;

    margin-right: 5px;

    padding: 20px 29px;

	cursor:pointer;

}

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

    color: #236496;}

.responsive-tabs__list__item--active, 

.responsive-tabs__list__item--active:hover {     background-color: #fff;

    border: 0 none;

    color: #236496;}



.responsive-tabs__panel { background-color: rgb(255, 255, 255);

    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.13);

    margin-bottom: 40px;

    padding: 15px 32px 20px;margin-bottom:40px;

	width:100%;

	float:left;

	}



@media (max-width: 991px) {

.responsive-tabs__list__item {

	padding:20px 12px;

    text-align: center;

}

.responsive-tabs__panel {
	padding: 0;
}

}





@media (max-width: 991px) {

	.responsive-tabs-wrapper {

	 width: 96%;

 	 margin: 0 auto;

}

	.responsive-tabs__heading { 

		border-radius: 5px;

		background: none repeat scroll 0 0 #236496;

		position: relative;

		font-size: 18px;

  		text-align: center;

  		padding: 20px;

		color:#ffffff;

		margin-bottom:5px;

	}

	.responsive-tabs__panel{

		margin-bottom:0;

		float:none;

	}

	.responsive-tabs__heading:hover,

	.responsive-tabs__heading--active:hover {		 background-color: #fff;

    border: 0 none;

    color: #236496; }

	.responsive-tabs__heading--active {		 background-color: #fff;

    border: 0 none;

    color: #236496;}

}



/* END - Optional - Basic Skin */

