/*h4 {
  text-transform: uppercase;
}*/

/*img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 50%;
  margin-top: 15px;
}*/

.panel-footer {
  padding: 5px;
  height: 40px;
}

.contact_profile_data {
  padding-left: 15px;
  padding-right: 15px;
}

.contact_profile_data .contact_profile_data__field .btn {
  display: inline-block;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  transition: all 200ms ease-in;
  cursor: pointer;
}
.contact_profile_data .contact_profile_data__field .btn--primary {
  background: #1899d5;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  font-size: 12px;
  width: 133px;
  font-family: inherit;
  font-weight: 600;
}
.contact_profile_data .contact_profile_data__field .btn--primary:hover {
  background: #168cc3;
}
.contact_profile_data .contact_profile_data__field .btn--primary:active {
  background: #1899d5;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.contact_profile_data .contact_profile_data__field .btn--inside {
  margin-left: -96px;
}

.contact_profile_data__field {
  background: #fff;
  color: #000;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding-left: 40px;
}
.contact_profile_data p {
  display: inline-block;
  margin-bottom: 0px;
}/*# sourceMappingURL=dept_profile.css.map */

/*press release start*/
.title_style h2 {
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
}
.title_style .border_left {
  display: inline;
  position: relative;
}
.title_style .border_left:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #2ea2c9;
  width: 75px;
  position: relative;
  top: -5px;
}
.title_style .border_left:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #69b8a8;
  width: 50px;
  position: absolute;
  top: 8px;
  right: 0;
}
.title_style .border_right {
  display: inline;
  position: relative;
}
.title_style .border_right:before {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #2ea2c9;
  width: 75px;
  position: relative;
  top: 0px;
}
.title_style .border_right:after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid #69b8a8;
  width: 50px;
  position: absolute;
  bottom: 13px;
  left: 0;
  top: 3px;
}

.tag {
  background-color: #9e9e9e;
  filter: drop-shadow(0.2em 0.2em 0 #868686);
  text-align: left;
  height: 2.5em;
  line-height: 2.5em;
  border-top-right-radius: 0.15em;
  border-bottom-right-radius: 0.15em;
  display: inline-block;
  position: relative;
  margin-left: 1.25em;
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  float: left;
}
.tag::before {
  border-right-color: #9e9e9e;
}
.tag::after {
  box-shadow: inset 0.2em 0.2em 0 #868686;
}
.tag::before, .tag::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.tag::before {
  width: 1.875em;
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-right-style: solid;
  border-right-width: 1.25em;
  top: 0;
  left: -1.875em;
}
.tag::after {
  background-color: #fff;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  top: 50%;
  left: -0.4166666667em;
  margin-top: -0.3em;
}

.tag-label {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
}

.tag--pink {
  background-color: #e91e63;
  filter: drop-shadow(0.2em 0.2em 0 #cc1452);
}
.tag--pink::before {
  border-right-color: #e91e63;
}
.tag--pink::after {
  box-shadow: inset 0.2em 0.2em 0 #cc1452;
}

.tag--blue {
  background-color: #2196f3;
  filter: drop-shadow(0.2em 0.2em 0 #0c81df);
}
.tag--blue::before {
  border-right-color: #2196f3;
}
.tag--blue::after {
  box-shadow: inset 0.2em 0.2em 0 #0c81df;
}/*# sourceMappingURL=dept_profile.css.map */
/*press release end*/