.clear, .resp-tabs-list:after {
	clear: both
}
.resp-arrow, .resp-tab-active .resp-arrow {
	float: right
}
.resp-tabs-list {
margin-bottom: 0;
    justify-content: center;
    padding-left: 0;
    display: flex;
    list-style: none;
}
.resp-tabs-list:after, .resp-tabs-list:before {
	content: " ";
	display: table
}
.resp-tabs-list li:focus, .resp-tabs-list li:hover, h4.resp-accordion:focus, h4.resp-accordion:hover {
	text-decoration: none;
	background-color: #9eaf46!important;
	border-bottom: 5px solid #73a7c1;
	cursor: pointer;
	color: #fff
}
.resp-tabs-list li, h4.resp-accordion {
	position: relative;
	font-size: 16px;
	background: #73a7c1;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s
}
.resp-tabs-list li.resp-tab-active, .resp-tabs-list li.resp-tab-active:active, .resp-tabs-list li.resp-tab-active:hover, h4.resp-accordion.resp-tab-active, h4.resp-accordion.resp-tab-active:active, h4.resp-accordion.resp-tab-active:hover {
	color: #fff;
	background: #9eaf46!important;
	border-bottom: 5px solid #73a7c1
}
.resp-tab-content {
	display: none;
	padding: 35px;
	background: rgba(249,249,249,.65);
	position: relative
}
.resp-arrow:before, .resp-tab-active .resp-arrow:before {
	content: '';
	filter: invert(1);
	width: 20px;
	height: 20px;
	display: block
}
.resp-arrow:before {
	font-style: normal;
	font-size: 11px;
	position: relative;
	background: url(../img/down.png);
	background-size: contain
}
.resp-tab-active .resp-arrow:before {
	background: url(../img/up.png);
	background-size: contain
}
h4.resp-accordion {
	cursor: pointer;
	display: none
}
.resp-accordion-active, .resp-content-active {
	display: block
}
.resp-tabs-top .resp-tabs-list li {
	display: block;
	float: left;
	color: #fff;
	margin-bottom: -1px;
	margin-right: 2px;
	width: 150px;
	text-align: center;
	height: 125px
}
.pharmacovigilance-page .resp-tabs-top .resp-tabs-list li, .regulatory-page .resp-tabs-top .resp-tabs-list li {
	height: 55px
}
.resp-tabs-top .resp-tabs-list li.resp-tab-active, .resp-tabs-top .resp-tabs-list li.resp-tab-active:active, .resp-tabs-top .resp-tabs-list li.resp-tab-active:hover {
	cursor: pointer
}
.resp-tabs-bottom .resp-tabs-list li {
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 2px
}
.resp-tabs-bottom .resp-tabs-list li.resp-tab-active, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:active, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:hover {
	border-top-color: transparent;
	cursor: default
}
.resp-tabs-bottom .resp-tab-content {
	margin-bottom: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px 5px 5px 0
}
.resp-tabs-left .resp-tabs-list {
	float: left;
	width: 30%;
	margin-top: 20px
}
.resp-tabs-left .resp-tabs-list li {
	margin-right: -1px;
	margin-bottom: 2px
}
.resp-tabs-left .resp-tabs-list li.resp-tab-active, .resp-tabs-left .resp-tabs-list li.resp-tab-active:active, .resp-tabs-left .resp-tabs-list li.resp-tab-active:hover {
	border-right: none;
	cursor: default
}
.resp-tabs-left .resp-tabs-container {
	float: left;
	width: 70%
}
.resp-tabs-right .resp-tabs-list {
	float: right;
	width: 30%;
	margin-top: 20px
}
.resp-tabs-right .resp-tabs-list li {
	margin-left: -1px;
	margin-bottom: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}
.resp-tabs-right .resp-tabs-list li.resp-tab-active, .resp-tabs-right .resp-tabs-list li.resp-tab-active:active, .resp-tabs-right .resp-tabs-list li.resp-tab-active:hover {
	border-left: none;
	cursor: default
}
.resp-tabs-right .resp-tabs-container {
	float: left;
	width: 70%
}
.resp-tabs-right .resp-tab-content {
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.resp-accordion h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.resp-accordion .resp-tab-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
@media only screen and (max-width:767px) {
ul.resp-tabs-list {
	display: none
}
h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px
}
.resp-tabs-container {
	width: 100%!important
}
.resp-tab-content {
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	-o-border-radius: 5px!important;
	border-radius: 5px!important;
	padding: 20px 15px
}
.resp-tabs-list li, h4.resp-accordion {
	transition: none!important;
	-moz-transition: none!important;
	-webkit-transition: none!important;
	-o-transition: none!important;
	-ms-transition: none!important
}
.resp-tab-content .table {
	margin-bottom: 0
}
.resp-tab-content:before {
	border-bottom: 30px solid #9eaf45!important;
	border-right: 30px solid transparent!important
}
.resp-tab-content:after {
	border-top: 29px solid #fff!important;
	border-left: 29px solid transparent!important
}
}
@media (min-width:1025px) and (max-width:1450px) {
.resp-tabs-top .resp-tabs-list li {
	width: 148px
}
.pharmacovigilance-page .resp-tabs-top .resp-tabs-list li{
	width: 240px
}
.regulatory-page .resp-tabs-top .resp-tabs-list li{
	width:245px;
}
}
@media (min-width:767px) and (max-width:1024px) {
.pharmacovigilance-page .resp-tabs-top .resp-tabs-list li, .regulatory-page .resp-tabs-top .resp-tabs-list li {
	width: auto;
	padding: 8px 5px 5px 13px;
	border-radius: 13px;
}
}
@media (min-width:1451px) {
.resp-tabs-top .resp-tabs-list li {
	width: 165px
}
.pharmacovigilance-page .resp-tabs-top .resp-tabs-list li{
	width:300px
}
.regulatory-page .resp-tabs-top .resp-tabs-list li{
	width:220px
}
}
.resp-tab-content:after, .resp-tab-content:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	display:none;
	height: 0
}
.resp-tab-content:before {
	border-bottom: 60px solid #9eaf45;
	border-right: 60px solid transparent;
	-webkit-box-shadow: -5px 5px 10px #e0dddd;
	-moz-box-shadow: -5px 5px 10px #e0dddd;
	box-shadow: -5px 5px 10px #e0dddd
}
.resp-tab-content:after {
	border-top: 59px solid #fff;
	border-left: 59px solid transparent
}
h4.resp-accordion:after {
	display: none
}
