

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 700;
  font-size: 0.75rem;
  display: table-cell;
  padding: 0 10px 0 40px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  width:25%;
  box-sizing:border-box;
  text-transform:uppercase;
  height:60px;
  overflow:hidden;
  vertical-align:middle;
  border-right:1px solid #fff;
  line-height:1rem;

}

.resp-tabs-list{
	display:table;
	width:100%;
	}
	
.resp-tabs-container form fieldset{
background:none;
border:none;
}

.resp-tab-item {
	border-top:6px solid #1c2b39 ;
}

.course-overview {
	background: #e4e4e4 url(../images/overview.svg) 8px center/25px auto no-repeat ;
}

.course-overview.resp-tab-active, #courseTab .course-overview:hover {
	background: #f7f7f7 url(../images/overview-red.svg) 8px center/25px auto no-repeat ;
    color:#e63241;
	border-top:6px solid #e63241 ;
}
	
.course-details{
	background: #e4e4e4 url(../images/details.svg) 8px center/25px auto no-repeat ;
		}
		
.course-details.resp-tab-active,#courseTab .course-details:hover {
	background: #f7f7f7 url(../images/details-red.svg) 8px center/25px auto no-repeat ;
	color:#e63241;
	border-top:6px solid #e63241 ;
}

.course-units{
	background: #e4e4e4 url(../images/units.svg) 8px center/25px auto no-repeat ;
}
		
.course-units.resp-tab-active,#courseTab .course-units:hover {
	background: #f7f7f7 url(../images/units-red.svg) 8px center/25px auto no-repeat ;
	color:#e63241;
	border-top:6px solid #e63241 ;
}
		
.course-pathways{
	background: #e4e4e4 url(../images/pathway.svg) 8px center/25px auto no-repeat ;
}
		
.course-pathways.resp-tab-active,#courseTab .course-pathways:hover {
	background: #f7f7f7 url(../images/pathway-red.svg) 8px center/25px auto no-repeat ;
	color:#e63241;
	border-top:6px solid #e63241 ;
}

.course-request-info{
	background: #e4e4e4 url(../images/request.svg) 8px center/25px auto no-repeat ;
}

.course-request-info.resp-tab-active, #courseTab .course-request-info:hover {
	background: #f7f7f7 url(../images/request-red.svg) 8px center/25px auto no-repeat ;
	color:#e63241;
	border-top:6px solid #e63241 ;
}


.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  margin-bottom:2rem;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

#courseTab .resp-tab-active {
	border-top: 6px solid #e63241;
	border-bottom: 1px none #f7f7f7;
	margin-bottom: -1px !important;
	padding: 15px 0x 17px 40px !important;
	color:#e63241;
	
}

.resp-tab-active {
  border-bottom: none;
  background-color: #f7f7f7;
}

.resp-content-active,
.resp-accordion-active { display: block;}

.resp-tab-content { background:#f7f7f7; 


}

h2.resp-accordion {
  font-size: 1rem;
  border-top: 6px solid #e4e4e4;
  border-bottom: 6px solid #e4e4e4;
  margin: 0px 0 1px 0;
  padding: 10px 15px 10px 40px;
  background: #e4e4e4 url(../images/overview.svg) 8px center/25px auto no-repeat ;
}

h2:nth-of-type(2).resp-accordion{background: #e4e4e4 url("../images/details.svg") no-repeat scroll 8px center / 25px auto;}
h2:nth-of-type(2).resp-accordion.resp-tab-active{background: #f7f7f7 url("../images/details-red.svg") no-repeat scroll 8px center / 25px auto;}
h2:nth-of-type(3).resp-accordion{background: #e4e4e4 url("../images/units.svg") no-repeat scroll 8px center / 25px auto;}
h2:nth-of-type(3).resp-accordion.resp-tab-active{background: #f7f7f7 url("../images/units.svg-red.svg") no-repeat scroll 8px center / 25px auto;}
h2:nth-of-type(4).resp-accordion{background: #e4e4e4 url("../images/pathway.svg") no-repeat scroll 8px center / 25px auto;}
h2:nth-of-type(4).resp-accordion.resp-tab-active{background: #f7f7f7 url("../images/pathway-red.svg") no-repeat scroll 8px center / 25px auto;}
h2:last-of-type.resp-accordion{background: #e4e4e4 url("../images/request.svg") no-repeat scroll 8px center / 25px auto;}
h2:last-of-type.resp-accordion.resp-tab-active{background: #f7f7f7 url("../images/request-red.svg") no-repeat scroll 8px center / 25px auto;}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px 10px 40px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #e63241;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #f7f7f7 url(../images/overview-red.svg) 8px center/25px auto no-repeat ; !important; 
border-top:6px solid #e63241; 


}

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

.resp-tab-content ul.units-list li {
    padding: 0;
    margin: 0;
}

.resp-tab-content ul.units-list p {
    margin: 0;
}

