/* line 3, ../../../scss/departments/medicine/pulmonary-medicine.scss */
.link-blue-background {
  background-color: #0065A0;
}

/* line 8, ../../../scss/departments/medicine/pulmonary-medicine.scss */
.publication-list a {
  display: block;
  padding: 20px 20px 20px 65px;
  border-radius: 0.5rem;
  border: 1px solid #D2D2D2;
  background: #E0EDF6;
  color: #0065A0;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 300ms ease-in-out;
}
/* line 23, ../../../scss/departments/medicine/pulmonary-medicine.scss */
.publication-list a:hover {
  background: #3076a7;
  color: white;
  -webkit-box-shadow: 0 5px 6px -2px rgba(111, 124, 142, 0.8);
  box-shadow: 0 5px 6px -2px rgba(111, 124, 142, 0.8);
}
/* line 30, ../../../scss/departments/medicine/pulmonary-medicine.scss */
.publication-list a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f15c";
  font-size: 1.875rem;
  color: #b3c4d3;
  font-weight: normal;
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
}

/* line 43, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box {
  display: block;
  position: relative;
  color: #373A3C;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
/* line 46, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box.rounded {
  border-radius: 0.625rem;
}
/* line 53, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box:after {
  display: flex;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 2.1875rem;
  border: 1px solid #b3c4d3;
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  align-items: center;
  justify-content: center;
  color: #009ADE;
  font-weight: normal;
  transition: all 300ms ease-in-out;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
}
/* line 74, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box:hover {
  background-color: #F1F7FB;
}
/* line 76, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box:hover:after {
  background-color: #009ADE;
  color: #FFFFFF;
}
/* line 82, ../../../scss/departments/medicine/pulmonary-medicine.scss */
a.color-box p:last-of-type {
  padding-bottom: 2.1875rem;
}

/* line 88, ../../../scss/departments/medicine/pulmonary-medicine.scss */
div.color-box.rounded {
  border-radius: 0.625rem;
}
