
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  border: none;
  padding: 12px 12px;
  color: rgba(255,255,255,1.00);
  text-align: left;
  background-color: #fc1921;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
	color: rgba(255,255,255,1.00);
	background-color: #fc1921;
}
.accordion-button:not(.collapsed)::after {
	background-image: url(../img/arrow.png);
	transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  content: "";
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  /*box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 0.75em;
	margin-top: 0.75em;
}
.accordion-item:first-of-type {
  /*border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;*/
}
.accordion-item:first-of-type .accordion-button {
  /*border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);*/
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  /*border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;*/
}
.accordion-item:last-of-type .accordion-button.collapsed {
  /*border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);*/
}
.accordion-item:last-of-type .accordion-collapse {
  /*border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;*/
}

.accordion-body {
  padding: 2rem 2.5rem;
}
.accordion-body a {
  font-weight: 700;
}
.accordion-body h4 {
  margin-top: 0em;
}
.accordion-body li ul {
  margin-top: 0em;
  margin-bottom: 0em;
  padding-left: 1.25em;
}
.accordion-body li ul li {
  margin-top: 0.25em;
  margin-bottom: 0em;
  line-height: 1.4em;
}
.accordion-body .btn-primary {
  width: auto;
}
.accordion-body .btn {
  padding: 0.25rem 0.25rem;
}
.accordion-body .btn-primary.btnCardiovascular, .accordion-body .btn-primary.btnVaccines {
  width: auto;
}
.accordion-body input.btn-primary {
  width: 48%;
}
.accordion-body input.btn-primary.btnCardiovascular, .accordion-body input.btn-primary.btnVaccines {
  width: 48%;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.accordion h2 {
    font-size: 20px;
	background-color: #e6e4e0;
}

/*.accordion-button.colorProcess {
	background-color: #4472c8;
}
.accordion-button.colorTherapeutic {
	background-color: #db2977;
}
.accordion-button.colorPlatforms {
	background-color: #f06125;
}
.accordion-button.colorIT {
	background-color: #f5c018;
}
.accordion-button.colorPlasma {
	background-color: #965da2;
}*/

.subCategory {
	/*clear: both;*/
	margin: 0;
	padding-bottom: 0em;
	padding-top: 2rem;
	padding-left: 180px;
	background-image: url(../img/Immunology_Website-Menu.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 150px auto;
	border-top: 2px solid #0ab2bf;
}
.subCategory.hematology {
	background-image: url(../img/Haematology_Website-Menu.png);
	border-top: 2px solid #db2978;
}
.subCategory.respiratory {
	background-image: url(../img/Respitory_Website-Menu.png);
	border-top: 2px solid #f06126;
}
.subCategory.cardiovascular {
	background-image: url(../img/Cardiovascular_Website-Menu.png);
	border-top: 2px solid #c7d92e;
}
.subCategory.transplant {
	background-image: url(../img/Transplant_Website-Menu.png);
	border-top: 2px solid #0d57a6;
}
.subCategory.vaccines {
	background-image: url(../img/Vaccines_Website-Menu.png);
	border-top: 2px solid #9659a3;
}
.subCategory h5 {
	margin-top: 0.5em;
}
.subCategory img {
	max-width: 140px;
	height: auto;
	float: left;
	margin-right: 2em;
}



@media screen and (min-width:1280px){
	.accordion-button {
	  width: 100%;
	}
	.accordion-body .btn-primary {
	  width: 28%;
	}
	.accordion-body .btn-primary.btnCardiovascular, .accordion-body .btn-primary.btnVaccines {
	  width: 56.5%;
	}
	.accordion-body input.btn-primary {
	  width: 31%;
	}
	.accordion-body input.btn-primary.btnCardiovascular, .accordion-body input.btn-primary.btnVaccines {
	  width: 31%;
	}
}

@media screen and (min-width:1800px){
	.accordion-body input.btn-primary {
	  width: 24%;
	}
	.accordion-body input.btn-primary.btnCardiovascular, .accordion-body input.btn-primary.btnVaccines {
	  width: 24%;
	}
}
