/**
 Import
*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');

/**
 General
*/
a:focus {
  outline: auto !important;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  word-break: break-word;.view-display-id-page_guidelines
  color: #000;
  margin-top: 0
}

#navbar {
  padding-top: 15px;
}

.highlighted {
  margin-top: 20px;
}

.path-frontpage .main-container {
  display: none;
}

header {
  position: relative;
}

.page-header {
  margin: 40px 0 20px;
  border-bottom: 0;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.heading_h2 {
  /*display: inline-block !important;*/
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
}

.heading_h3 {
  display: block;
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
}

.heading_h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

table caption {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.27;
  color: #000;
  padding: 0;
}

table thead tr {
  background: #0b4b3f !important;
  color: #fff;
}

table thead th {
  padding: 15px 15px 20px;
}

.table>thead>tr>th {
  border: 1px solid #ddd;
}

/* table td {
  max-width: fit-content;
} */

/* table a { word-break: break-all; } */
.table-responsive {
  margin: 0 !important;
  border: none
}

.table-responsive table {
  word-break: normal;
}

.table-responsive.guidelines th a {
  color: #ffffff;
  font-weight: 700;
}

hr {
  border-top: 3px solid #dbdbdb;
}

/*external links icon override*/
svg.ext, svg.mailto {
  padding-right: 0;
  fill: #bdbdbd;
  margin-left: 0.15em;
}

.node {
  margin-bottom: 20px;
  color: #000;
}

article.page {
  margin-bottom: 40px;
}

.button-up {
  z-index: 1;
  background: #00bde3 url("../images/up-arrow.svg") no-repeat center/34px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 40px;
  bottom: 50px;
  cursor: pointer;
  display: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.heading_hidden {
  display: none !important;
}

h1 {
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

@media (max-width:767px) {
  .heading_h2 {
    font-size: 20px;
  }

  .heading_h3 {
    font-size: 18px;
  }

  .button-up {
    bottom: 20px;
    right: 20px;
    height: 52px;
    width: 52px;
    background: #00bde3 url(../images/up-arrow.svg) no-repeat center/20px;
  }

  table td {

    white-space: normal !important;
    /* max-width: 160px; */

  }

  .table-responsive table td {
    padding: 5px !important;
  }

  .table-responsive table td,
  .table-responsive table td ul,
  .table-responsive table td ul li {
    line-height: 20px;
  }
}

.button-up:hover {
  background-color: #00687d;
  background-image: url('../images/up-arrow-white.svg');
}

.interim-guidance a,
a.banner-button,
.glyphicon-search::before,
.block-latest-news .view-header a,
.news-search-form .form-submit::after,
.block-overall-search form .form-submit:after,
.open-close-next-block .open-close-next-block-button,
.view-display-id-page_guidelines .view-content .views-row,
#block-offeringinformation .drug-database .drug-database-icon,
.block-guideline-reports .guideline-reports .guideline-report,
.clinical-guidelines {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

/* Breadcrumbs */
.breadcrumb-wrapper {
  background: #4C4C4C;
}

.breadcrumb {
  background: #4C4C4C;
  border-radius: 0;
  color: #fff;
  padding: 9px 15px 6px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb>.active {
  color: #fff;
}

.breadcrumb>li+li:before {
  color: #00bde3;
}

.region-header .breadcrumb>li+li:before {
  margin: 0 5px;
  content: "";
  background: url("../images/angle-right.svg") center/20px;
  width: 15px;
  height: 13px;
  display: inline-block;
}

.region-header .breadcrumb>li.active {
  border-bottom: 2px solid transparent;
}

.breadcrumb li a,
.breadcrumb li a:visited {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.breadcrumb li:last-child {
  text-transform: none;
  color: #ffffff;
}

.breadcrumb li a:hover {
  border-bottom: 2px solid #00bde3;
  text-decoration: none;
}

.breadcrumb li a {
  border-bottom: 2px solid transparent;
}

.region-header .breadcrumb>li+li:not(:last-child):before {
  margin-top: -2px;
}

@media (max-width:767px) {
  .region-header .breadcrumb>li+li:before {
    margin: 0 2px -2px;
    background-size: 14px;
  }

  .breadcrumb>.active {
    font-size: 14px;
  }

  .breadcrumb a {
    font-size: 14px;
  }
}

/**
Overwrites
*/
/* .navbar-header { float: none; } */
.logo.navbar-btn {
  margin-top: 5px;
}

.page .file {
  display: inline;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  width: auto;
}

@media (max-width:767px) {
  .logo.navbar-btn {
    float: none !important;
  }

  .logo.navbar-btn {
    margin-left: -96px;
  }

  .region.region-navigation {
    text-align: center;
  }
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background: #f0f0f0;
  color: #1b1b1b;
  font-weight: 600;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #1b1b1b;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background: #00bde3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/**
Header
*/
.logo img {
  width: 86px;
}

@media (max-width:767px) {
  .logo img {
    width: 60px;
    margin-top: 6px;
  }
}

.mobile-language-block {
  display: none;
}

/* Covid banner */
#block-covidbanner,
#block-covidbanner-child {
  background-color: #faebcc;
  color: #000;
  padding: 10px 50px 10px 70px;
  font-family: Merriweather;
}

.covid-banner-image {
  background: url("../images/caution-alert-icon.png") no-repeat 10px 50%;
}

#block-covidbanner a,
#block-covidbanner a:visited {
  color: #000;
  border-bottom: none;
  text-decoration: underline;
}

#block-covidbanner .field--name-body a:hover,
#block-covidbanner .field--name-body a:active {
  text-decoration: underline;
}

/* In affiliation with block */
#block-inaffiliation {
  float: right;
  margin: 0 0 15px;
  width: 100%;
  text-align: right;
  font-family: 'Source Sans Pro';
  font-size: 14px;
}

#block-inaffiliation a,
#block-inaffiliation a:visited {
  text-decoration: underline;
  font-weight: bold;
  border-bottom: none;
  color: #03617B;
}

#block-inaffiliation a:hover,
#block-inaffiliation a:active {
  text-decoration: none;
}

#block-inaffiliation .field {
  padding-bottom: 0;
}

/* Search block */
.block-overall-search {
  display: block;
  max-width: 435px;
  float: right;
  margin: 5px 0 10px;
  background-color: #f0f0f0;
  width: 100%;
}

.block-overall-search form {
  padding: 15px;
}

.block-overall-search form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-overall-search form .form-group {
  margin: 0;
}

/*.block-overall-search form input { font-family: 'Merriweather', serif; font-style: italic; border-radius: 2px;  border-bottom-right-radius: 0; border-top-right-radius: 0; border: solid 1px #00bde3; height: 40px; background: #fff url("../images/voice.svg") no-repeat center right 6px; }*/
.block-overall-search form input {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: solid 1px #00bde3;
  height: 40px;
}

.block-overall-search form .form-submit {
  margin: 0 0 0 -4px;
  border-radius: 0;
  font-size: 0;
  padding: 6px 11px 4px;
  background-color: #00bde3;
  border-color: #00bde3;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

input#edit-search::placeholder,
input#edit-search--3::placeholder,
input#edit-search--2::placeholder,
input#edit-drugs-search::placeholder {
  color: #6D6D6D;
}

.block-overall-search form .form-submit:after {
  font-size: 20px;
  color: #000;
  content: "\e003";
  width: 16px;
  height: 19px;
  font-family: "Glyphicons Halflings";
}

.block-overall-search form .form-submit:hover:after,
.block-overall-search form .form-submit:focus:after {
  color: #fff;

}

.button.form-submit.btn-info.btn,
.button.form-submit.btn-primary.btn.icon-before {
  color: #000;
}

.search-button {
  outline: none;
  display: none;
}

@media (max-width:767px) {
  #block-inaffiliation {
    font-size: 12px;
  }

  .block-overall-search {
    max-width: unset;
    width: 100%;
  }

  .block-overall-search .form-item-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .search-button {
    margin-top: 17px;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 86px;
    height: 25px;
    float: left;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    padding: 0 5px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search-button:before {
    content: "\e003";
    width: 16px;
    height: 19px;
    font-size: 16px;
    color: #2378c3;
    font-family: "Glyphicons Halflings";
  }

  .search-label {
    padding-left: 7px;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2378c3;
    text-transform: uppercase;
  }

  .block-overall-search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 10;
    padding: 0 0 20px;
  }

  .block-overall-search.open {
    display: block;
  }
}

/* Main menu */
#navbar-collapse {
  background: #f0f0f0;
  padding: 0;
  position: relative;
  z-index: 99;
}

#block-aidsinfo-main-menu .menu a,
#block-aidsinfo-main-menu .menu a:visited {
  color: #b9b9b9;
}

#block-aidsinfo-main-menu .menu a:hover,
#block-aidsinfo-main-menu .menu a:active,
#block-aidsinfo-main-menu .menu a:focus {
  padding-bottom: 10px;
  border-bottom: 5px solid #00bde3;
  background-color: rgba(255, 255, 255, 0.5);
}

.menu-close-wrapper {
  display: none;
}

@media (min-width:768px) {
  #block-aidsinfo-main-menu .menu a.is-active {
    padding-bottom: 10px;
    border-bottom: 5px solid #00bde3;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* Display 'Home' in main navigation only on mobile */
  li>a.mobile-only {
    display: none;
  }
}

@media (max-width:767px) {
  .navbar-toggle .icon-bar {
    border: solid 1px #2378c3;
    width: 19px;
    height: 1px;
  }

  .navbar-toggle .icon-bar:nth-child(3) {
    width: 16px;
  }

  #block-covidbanner span {
    font-size: 12px;
  }

  .navbar-toggle {
    width: 81px;
    height: 25px;
    float: left;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    background-color: #fff;
    padding: 0;
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-label {
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2378c3;
    text-transform: uppercase;
  }

  .icon-bar-wrapp {
    padding-right: 5px;
  }

  /*#block-aidsinfo-main-menu .menu { background-color: rgba(0, 0, 0, 0.8); color: #ffffff }*/
  #block-aidsinfo-main-menu .menu {
    color: #ffffff
  }

  #block-aidsinfo-main-menu .menu a {
    color: #ffffff;
    height: 100%;
  }

  #block-aidsinfo-main-menu .menu li {
    width: 280px;
    height: 49px;
    border: solid 1px #454545;
    border-right: none;
  }

  #block-aidsinfo-main-menu .menu li.active {
    background-color: #2e2e2e;
  }
}

/* Main content block */
.offering-information .text-content::before {
  content: '';
  background: url("../images/ribbon.svg") no-repeat;
  position: absolute;
  top: -30px;
  right: 100%;
  margin-right: 43px;
  width: 314px;
  height: 457px;
}

.offering-information {
  height: 340px;
  background-image: linear-gradient(to right, #008480 -6%, #1dc2ae 34%);
  display: block;
  margin: 0 auto;
}

.offering-information .text-content {
  position: relative;
  max-width: 755px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.main-content-block .main {
  position: relative;
}

.offering-information .text-content .link h3 {
  max-width: 221px;
  height: 20px;
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.offering-information .text-content .description {
  max-width: 590px;
  font-family: Merriweather;
  font-size: 42px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
  margin-top: 0;
}

.interim-guidance {
  background-image: url("../images/covid-19-bg.png");
  height: 340px;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #181818;
}

.interim-guidance-container,
.clinical-guidelines-container {
  max-width: 1170px;
  margin: 0 auto;
}

.clinical-guidelines-container {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
  padding: 0;
}

.clinical-guidelines-container:hover {
  text-decoration: none;
  color: #ffffff;
}

.clinical-guidelines:hover {
  padding-left: 32px;
}

.clinical-guidelines:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.clinical-guidelines::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.arrow-right:before {
  content: "";
}

.clinical-guidelines {
  width: 100%;
  position: relative;
  background-image: url("../images/background.svg");
  background-size: cover;
  height: 340px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
}

.clinical-guidelines .button-wrapper.container {
  margin: 0;
  padding: 0;
}

a.banner-button {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .clinical-guidelines {
    background-color: #041e39;
  }
  #block-aidsinfo-main-menu .menu a,
  #block-aidsinfo-main-menu .menu a:visited {
    color: #000;
  }
}

.path-frontpage .drug-database {
  height: 340px;
  background-color: #00bde3;
  display: block;
  margin: 0 auto;
}

@media (max-width:767px) {
  .path-frontpage .drug-database {
    background-color: #fff;
    height: auto;
  }
}

.interim-guidance-description h2 {
  max-width: 440px;
  height: 150px;
  font-family: Merriweather;
  font-size: 34px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 0;
}

.interim-guidance a,
a.banner-button {
  text-align: center;
  width: 145px;
  height: 40px;
  border: solid 1px #ffffff;
  font-size: 15px;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-family: Source Sans Pro;
  letter-spacing: normal;
  display: inline-block;
  padding: 10px 10px;
  background: #00bde3;
}

span.arrow-right {
  background: url(../images/arrow-right.svg) center no-repeat;
  width: 27px;
  display: inline-block;
  height: 20px;
}

.drug-database a.banner-button span.arrow-right {
  background: url(../images/arrow-right-white.svg) center no-repeat;
  width: 27px;
  display: inline-block;
  height: 20px;
}

.drug-database a.banner-button {
  color: #fff;
  background: #0C5A71;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:hover span.arrow-right,
.drug-database a.banner-button:hover span.arrow-right,
a.banner-button:hover span.arrow-right {
  background: url(../images/arrow-right-white.svg) center no-repeat;
  width: 27px;
  display: inline-block;
  height: 20px;
}

.interim-guidance a:hover,
a.banner-button:hover,
.block-tiles-for-home-page .tiles-wrapper .tile-item:hover .banner-button {
  width: 155px;
  text-decoration: none;
  color: #ffffff;
  background: #0081a1;
}

.clinical-guidelines-title {
  /*max-width: 347px;*/
  height: 45px;
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  display: block;
  margin-top: 0;
}

.clinical-guidelines .clinical-guidelines-title::before {
  content: '';
  background: url(../images/arrow-right-white.svg);
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .clinical-guidelines:hover .clinical-guidelines-title::before {
    left: -31px;
    opacity: 1;
  }
}

.clinical-guidelines-description {
  width: 275px;
  font-family: 'Source Sans Pro';
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-top: 15px;
  border-top: solid 4px rgba(255, 255, 255, 0.4);
  display: block;
}

.drug-database-title {
  position: relative;
  max-width: 347px;
  height: 45px;
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 5px;
  display: block;
  margin-top: 0;
}

.path-frontpage .drug-database .drug-database-title::before {
  content: '';
  background: url('../images/arrow-right.svg');
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  left: -50px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 768px) {
  .path-frontpage .drug-database:hover .drug-database-title::before {
    left: -31px;
    opacity: 1;
  }

  .path-frontpage .drug-database:hover {
    background-color: #009ec1;
  }
}

.drug-database-description {
  max-width: 340px;
  height: 93px;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  border-top: solid 4px rgba(0, 0, 0, 0.4);
  padding-top: 15px;
  display: block;
}

.drug-database .items-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 100%;
  max-width: 1170px;
  float: none;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drug-database a {
  color: #000000;
  text-decoration: none;
}

.drug-database .drug-database-icon {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: center;
}

.drug-database .drug-database-icon img {
  height: 258px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.drug-database .text-wrapper {
  padding-left: 104px;
  cursor: pointer;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.drug-database .items-wrapper {
  cursor: pointer
}

.drug-database .text-wrapper:hover {
  text-decoration: none;
}

/* Block Free Mobile Apps */
#block-freemobileapps .main-items-wrapper {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

#block-freemobileapps .main-item.first {
  position: relative;
  z-index: 1;
}

#block-freemobileapps .main-item.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  display: inline-block;
}

#block-freemobileapps .main-item.second img {
  max-width: 100%;
  width: 100%
}

#block-freemobileapps .items-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 68px;
}

#block-freemobileapps .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

#block-freemobileapps .main-item-title {
  height: 45px;
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 0;
  float: left;
  margin-right: 10px;
}

#block-freemobileapps .main-item-description {
  clear: both;
  max-width: 605px;
  height: 29px;
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  border-top: solid 4px rgba(0, 0, 0, 0.4);
  padding: 15px 0 61px 0;
}

#block-freemobileapps .item-title {
  max-width: 115px;
  height: 42px;
  font-family: Source Sans Pro;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}

#block-freemobileapps .button-wrapper {
  margin-bottom: 15px;
}

#block-freemobileapps .banner-button {
  margin: 0;
  width: auto;
}

#block-freemobileapps .item-icon img {
  max-width: 60px;
}

#block-freemobileapps .item-icon {
  display: inline-block;
  padding-bottom: 12px;
  padding-right: 11px;
}

#block-freemobileapps .ios-icon {
  padding-bottom: 14px;
}

#block-freemobileapps .item-title.mobile {
  display: none;
}

#block-freemobileapps .ios-icon a:focus {
  outline-offset: 0;
}

#block-freemobileapps .android-icon a:focus {
  outline-offset: 0;
}

@media (min-width:768px) {
  #block-freemobileapps .main-item.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    max-width: 53%;
  }
}

@media (max-width:991px) {
  #block-freemobileapps .main-item-title {
    font-size: 28px;
  }
}

@media (max-width:767px) {
  #block-freemobileapps .main-item-title {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 25px;
    float: none;
  }

  #block-freemobileapps .button-wrapper {
    text-align: center;
  }

  #block-freemobileapps .main-item-description {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  #block-freemobileapps .item-icon {
    display: none;
  }

  #block-freemobileapps .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #block-freemobileapps .ios-icon img {
    height: 36px;
  }

  #block-freemobileapps .ios-icon {
    display: inline-block;
    height: 36px;
    width: 49%;
    text-align: center;
    margin-bottom: 20px;
  }

  #block-freemobileapps .android-icon {
    display: inline-block;
    width: 49%;
    text-align: center;
  }

  #block-freemobileapps .item-title {
    max-width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    height: auto;
  }

  #block-freemobileapps .main-item-description {
    border-top: solid 1px rgba(0, 0, 0, 0.4);
    padding: 10px 0 60px 0;
  }

  #block-freemobileapps .main-item.second {
    display: none;
  }

  #block-freemobileapps .items-wrapper {
    padding-bottom: 65px;
    max-width: 223px;
    margin: 0 auto;
    display: block;
  }

  #block-freemobileapps .main-item.first {
    margin: 0 auto;
  }

}

/* Block Language */
.block-dropdown-language {
  float: right;
  position: relative;
  margin-right: 15px;
}

.block-dropdown-language .form-submit {
  border: 0;
  padding: 13px 21px 12px 12px;
  box-shadow: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 16px;
  background: transparent;
  border-color: transparent;
}

.block-dropdown-language button.language-link {
  font-size: 0;
}

.block-dropdown-language button.language-link[hreflang="en"]:after {
  content: 'Language (EN)';
  font-size: 16px;
}

.block-dropdown-language button.language-link[hreflang="es"]:after {
  content: 'Idioma (ES)';
  font-size: 16px;
}

.block-dropdown-language .dropdown-toggle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 16px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.block-dropdown-language .btn-group>.btn+.dropdown-toggle {
  padding: 10px 9px 12px 47px;
  margin: 4px 0 0 0;
}

.block-dropdown-language .btn-group>.btn[hreflang="es"]+.dropdown-toggle .caret {
  margin-top: -5px;
  margin-left: 47px;
}

.block-dropdown-language .btn-group>.btn[hreflang="en"]+.dropdown-toggle .caret {
  margin-top: -5px;
  margin-left: 65px;
}

.block-dropdown-language .open .form-submit {
  padding-top: 9px;
  background: #2e2e2e;
  border-radius: 0;
  color: #fff;
  border: 0;
  border-top: 5px solid #00bde3;
}

.block-dropdown-language .dropdown-toggle:focus {
  outline: auto;
}

.block-dropdown-language .open>.dropdown-toggle.btn-default,
.block-dropdown-language .btn-group.open .dropdown-toggle,
.block-dropdown-language .form-submit:active:focus,
.block-dropdown-language .form-submit:active:hover,
.block-dropdown-language .dropdown-toggle:active:hover,
.block-dropdown-language .dropdown-toggle:active:focus {
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.block-dropdown-language .open>.dropdown-toggle.btn-default {
  color: #fff;
}

.block-dropdown-language .dropdown-menu {
  right: 0;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
  border-radius: 0;
  margin: 0;
  padding: 0;
  left: unset;
}

.block-dropdown-language .dropdown-menu>li {
  position: relative;
}

.block-dropdown-language .dropdown-menu>li>.active-language {
  display: block !important;
}

.block-dropdown-language .dropdown-menu>li>.active-language,
.block-dropdown-language .dropdown-menu>li>a {
  color: #fff;
  padding: 10px 23px 10px 13px;
  font-size: 16px;
  text-align: right;
  background: #2e2e2e;
}

.block-dropdown-language .dropdown-menu>li>a:focus,
.block-dropdown-language .dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.block-dropdown-language .dropdown-menu .language-link:after {
  content: '';
  display: inline-block;
  height: 5px;
  width: 10px;
  border-left: 1.5px solid #4c4c4c;
  border-bottom: 1.5px solid #4c4c4c;
  transform: rotate(-45deg);
  position: absolute;
  top: 19px;
  right: 8px;
}

.block-dropdown-language .dropdown-menu .language-link.active-language:after {
  border-color: #00bde3;
}

/**
 Footer
*/
.footer {
  padding: 35px 0;
  background: #2e2e2e;
  font-size: 14px;
  margin-top: 0;
}

/* Block Connect with us */
.block-connect-with-us {
  float: left;
  margin-bottom: 50px;
  padding-right: 45px;
}

.block-connect-with-us .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
}

.block-connect-with-us .connect-with-us-item {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px;
}

.block-connect-with-us .connect-with-us-item:first-child {
  margin: 0 15px 0 0;
}

.block-connect-with-us .connect-with-us-item:last-child {
  margin: 0 0 0 15px;
}

.block-connect-with-us .connect-with-us-title {
  font-weight: 600;
  display: inline-block;
  padding-top: 50px;
  position: relative;
  color: #fff;
  border-bottom: none;
}

.block-connect-with-us .connect-with-us-title:visited,
.block-connect-with-us .connect-with-us-title:hover,
.block-connect-with-us .connect-with-us-title:active {
  color: #fff;
}




.block-connect-with-us .connect-with-us-facebook:before {
  content: "\f39e";
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -7px;
}

.block-connect-with-us .connect-with-us-twitter:before {
  content: "\f099";
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
}

.block-connect-with-us .connect-with-us-instagram:before {
  content: "\f16d";
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
}

.block-connect-with-us .connect-with-us-email:before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Free';
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -11px;
}

@media (max-width:1199px) {
  .block-connect-with-us {
    padding-right: 45px;
  }
}

@media (max-width:991px) {
  .block-connect-with-us {
    padding-right: 25px;
  }

  .block-connect-with-us .block-title {
    font-size: 15px;
    line-height: 15px;
  }

  .block-connect-with-us .connect-with-us-item {
    margin: 0 5px;
  }

  .block-connect-with-us .connect-with-us-item:first-child {
    margin: 0 5px 0 0;
  }

  .block-connect-with-us .connect-with-us-item:last-child {
    margin: 0 0 0 5px;
  }

  .block-connect-with-us .connect-with-us-title {
    font-size: 12px;
  }

  .block-connect-with-us .connect-with-us-facebook:before,
  .block-connect-with-us .connect-with-us-twitter:before,
  .block-connect-with-us .connect-with-us-instagram:before,
  .block-connect-with-us .connect-with-us-email:before {
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .block-connect-with-us {
    float: none;
  }
}

/* Block Mobile Apps */
.block-mobile-apps {
  float: left;
  margin-bottom: 50px;
  padding-right: 45px;
  border-right: 2px solid #00bde3;
}

.block-mobile-apps .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 21px;
}

.block-mobile-apps .mobile-apps-item {
  display: inline-block;
  margin: 0 15px;
}

.block-mobile-apps .mobile-apps-item:first-child {
  margin: 0 15px 0 0;
}

.block-mobile-apps .mobile-apps-item:last-child {
  margin: 0 0 0 15px;
}

.block-mobile-apps .mobile-apps-title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.block-mobile-apps .mobile-apps-link-wrapper {
  margin: 10px 0 7px;
}

.block-mobile-apps .mobile-apps-link {
  color: #fff;
  font-size: 23px;
  border-bottom: none;
}

.block-mobile-apps .mobile-apps-link:active,
.block-mobile-apps .mobile-apps-link:hover,
.block-mobile-apps .mobile-apps-link:focus {
  text-decoration: none;
}

.block-mobile-apps .mobile-apps-link:focus {
  outline: auto;
}

.block-mobile-apps .mobile-apps-android:before {
  content: "\f3ab";
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
}

.block-mobile-apps .mobile-apps-apple:before {
  content: "\f179";
  font-family: 'Font Awesome 5 Brands';
  font-size: 24px;
  margin-right: 10px;
}

@media (max-width:1199px) {
  .block-mobile-apps {
    padding-right: 45px;
  }
}

@media (max-width:991px) {
  .block-mobile-apps {
    border-right: 0;
    padding-right: 25px;
  }

  .block-mobile-apps .block-title {
    font-size: 15px;
    line-height: 15px;
  }

  .block-mobile-apps .mobile-apps-title {
    font-size: 12px;
  }

  .block-mobile-apps .mobile-apps-link-wrapper {
    margin: 12px 0 10px;
  }

  .block-mobile-apps .mobile-apps-item {
    margin: 0 5px;
  }

  .block-mobile-apps .mobile-apps-item:first-child {
    margin: 0 5px 0 0;
  }

  .block-mobile-apps .mobile-apps-item:last-child {
    margin: 0 0 0 5px;
  }

  .block-mobile-apps .mobile-apps-android:before,
  .block-mobile-apps .mobile-apps-apple:before {
    font-size: 20px;
  }
}

@media (max-width:767px) {
  .block-mobile-apps {
    float: none;
  }
}

/* Block Language */
.block-footer-language-switcher {
  float: left;
  margin: 0 0 50px 45px;
}

.block-footer-language-switcher .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 14px;
}

.block-footer-language-switcher .links {
  padding: 10px 35px;
  margin: 10px 0 0;
  background: #000;
}

.block-footer-language-switcher .links li {
  display: inline-block;
}

.block-footer-language-switcher .links li .language-link {
  position: relative;
  color: #fff;
  border-right: 1px solid #00bde3;
  padding-right: 10px;
  padding-left: 10px;
}

.block-footer-language-switcher .links li:first-child .language-link {
  padding-left: 0;
}

.block-footer-language-switcher .links li:first-child .language-link:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 10px;
  border-left: 1.5px solid #2e2e2e;
  border-bottom: 1.5px solid #2e2e2e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  left: -23px;
}

.block-footer-language-switcher .links li:last-child .language-link {
  border-right: 0;
  padding-right: 0;
}

.block-footer-language-switcher .links li:last-child .language-link:after {
  content: ' (Español)';
}

.block-footer-language-switcher .links li:last-child .language-link:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 10px;
  border-left: 1.5px solid #2e2e2e;
  border-bottom: 1.5px solid #2e2e2e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: -23px;
}

.language-en .block-footer-language-switcher .links li.en a:before,
.language-es .block-footer-language-switcher .links li.es a:before,
.block-footer-language-switcher .links li .language-link.is-active::before {
  border-color: #00bde3;
}

@media (max-width:1199px) {
  .block-footer-language-switcher {
    margin: 0 0 50px 30px;
  }
}

@media (max-width:991px) {
  .block-footer-language-switcher {
    margin: 0 0 50px 0px;
  }
}

@media (max-width:767px) {
  .block-footer-language-switcher {
    float: none;
    margin-bottom: 0px;
  }

  .block-footer-language-switcher .block-title {
    display: inline-block;
    margin-right: 20px;
  }

  .block-footer-language-switcher>.links {
    display: inline-block;
    margin: 0;
  }
}

/* Menu Aidsinfo footer */
#block-aidsinfo-footer {
  margin: 40px -10px;
  clear: both;
}

#block-aidsinfo-footer .menu li {
  display: inline-block;
}

#block-aidsinfo-footer .menu li a,
#block-aidsinfo-footer .menu li a:visited {
  margin: 5px 0px;
  padding: 0px 8px;
  border-right: 1px solid #00bde3;
  color: #f0f0f0;
}

#block-aidsinfo-footer .menu li:last-child a {
  border-right: none;
}

#block-aidsinfo-footer .menu li a:hover,
#block-aidsinfo-footer .menu li a:active,
#block-aidsinfo-footer .menu li a:focus {
  outline: none;
  background: transparent;
  text-decoration: underline;
}

/* Menu External links */
#block-externallinks {
  margin: 40px -10px;
}

#block-externallinks .menu li {
  display: inline-block;
}

#block-externallinks .menu li a,
#block-externallinks .menu li a:visited {
  margin: 5px 0px;
  padding: 0px 8px;
  border-right: 1px solid #00bde3;
  color: #f0f0f0;
}

#block-externallinks .menu li:last-child a {
  border-right: none;
}

#block-externallinks .menu li a:hover,
#block-externallinks .menu li a:active,
#block-externallinks .menu li a:focus {
  outline: none;
  background: transparent;
  text-decoration: underline;
}

/* Block Footer Description */
.block-footer-description {
  color: #f0f0f0;
}

/**
 Blocks
*/
/* Block Latest News */
.pre-footer {
  background-color: #f0f0f0;
}

.block-latest-news .block-title {
  margin: 30px 0 15px;
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.block-latest-news .view-header {
  margin: -15px;
  font-size: 17px;
  color: #000;
}

.block-latest-news .view-header a {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  width: 133px;
  height: 40px;
  border: solid 1px #fff;
  font-size: 15px;
  color: #000;
  display: block;
  padding: 8px 10px;
  background: #00bde3 url(../images/arrow-right.svg) no-repeat center right 15px;
}

.block-latest-news .view-header a:hover,
.block-latest-news .view-header a:focus,
.block-latest-news .view-header a:active {
  width: 145px;
  text-decoration: none;
  color: #fff;
  background: #0081a1 url(../images/arrow-right-white.svg) no-repeat center right 15px;
}

.block-latest-news .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -15px;
}

.view-display-id-block_latest_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 60px 0;
}

.view-display-id-block_latest_news .view-header {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 15px 30px 0;
}

.block-latest-news .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border-top: 5px solid #00a398;
  margin: 15px;
  width: 260px;
}

.block-latest-news .views-field-field-content-type {
  padding: 6px 15px;
  background: #1dc2ae;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.block-latest-news .views-field-field-title-url {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px;
}

.block-latest-news .views-field-field-title-url a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  color: #0081a1;
}

.block-latest-news .views-field-field-date {
  padding: 0 15px 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #000;
}

@media (max-width:1199px) {
  .view-display-id-block_latest_news {
    display: block;
  }
}

@media (max-width:991px) {
  .view-display-id-block_latest_news {
    margin: 0 0 30px 0;
  }

  .block-latest-news .view-content {
    flex-wrap: wrap;
  }
}

@media (max-width:767px) {
  .block-latest-news .view-content {
    justify-content: space-around;
  }
}


/* News page */
.news-search-form {
  background: #00a398;
}

.news-search-form .col-sm-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  min-height: 115px;
}

.news-search-form .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 15px 0 0;
}

.news-search-form form {
  width: 100%;
  max-width: 700px;
  margin: 10px 0;
}

.news-search-form .form--inline {
  border: solid 5px #0f6460;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.news-search-form .form--inline .form-type-textfield {
  width: 100%;
  margin: 0;
}

/*.news-search-form .form-text { font-family: 'Merriweather', serif; font-style: italic; border-radius: 0; border: none; width: 100%; height: 40px; background: #fff url(../images/voice.svg) no-repeat center right 6px; }*/
.news-search-form .form-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
}

.news-search-form .form-submit {
  font-size: 0;
  padding: 6px 12px 4px;
  outline: 0;
  background-color: #00bde3;
  border-color: #00bde3;
  border-radius: 0;
  margin-right: 0;
}

.news-search-form .form-submit:after {
  font-size: 20px;
  color: #000;
  content: "\e003";
  width: 16px;
  height: 19px;
  font-family: "Glyphicons Halflings";
}

.news-search-form .form-submit:hover::after,
.news-search-form .form-submit:focus::after {
  color: #fff;
}

.view-display-id-page_news_search {
  margin-bottom: 50px;
}

.view-display-id-page_news_search,
.view-display-id-page_news_search .views-row,
.view-display-id-page_news_search .view-content {
  margin-top: 30px;
}

.view-display-id-page_news_search .views-field-nothing a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
}

.view-display-id-page_news_search .views-field .views-label {
  padding-right: 5px;
}

.view-display-id-page_news_search .views-field-field-title-url a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_news_search a {
  color: #000;
}

.view-display-id-page_news_search a:hover,
.view-display-id-page_news_search a:active,
.view-display-id-page_news_search a:focus {
  text-decoration: none;
}

.view-display-id-page_news_search .pager-nav {
  margin: 30px 0;
}

@media (max-width:767px) {
  .view-display-id-page_news_search .views-field-field-title-url a {
    font-size: 16px;
  }
}

/* Tiles for Home page */
.block-tiles-for-home-page {
  background: #f0f0f0;
}

.block-tiles-for-home-page .tiles-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item {
  position: relative;
  width: 372px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e6e6e6;
  background: #fff;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item,
.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-icon {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-icon {
  padding: 20px 0;
  background: #00bde3;
  display: block;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-icon img {
  margin: 0 auto;
  display: block;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: solid 4px #00bde3;
  margin: 0 25px;
  padding: 12px 0;
  display: block;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description {
  color: #000000;
  margin: 0 25px;
  padding: 20px 0;
  display: block;
  font-family: 'Source Sans Pro';
  font-size: 17px;
  font-weight: normal;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:first-child {
  margin-right: 92px;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:last-child {
  margin-left: 92px;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:hover {
  margin-bottom: 16px;
  margin-top: -16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title a {
  color: #000000;
  text-decoration: none;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:hover .tile-icon {
  background: #0081a1;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:hover .tile-title {
  border-bottom: solid 4px #0081a1;
}

@media screen and (min-width: 768px) {
  .drug-database .items-wrapper:hover .drug-database-icon img {
    height: 292px;
  }
}

@media (min-width: 992px) {
  .drug-database .items-wrapper:hover .drug-database-icon img {
    height: 292px;
  }
}

@media (max-width:767px) {
  .block-tiles-for-home-page .tiles-wrapper .tile-item {
    width: 280px;
    margin: 20px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title {
    font-size: 20px;
  }
}

@media (max-width:600px) {
  .block-tiles-for-home-page .tiles-wrapper {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 10px 0;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item {
    margin: 10px 0;
    ;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title {
    font-size: 20px;
  }
}

/*
Block Clinical Guidelines
*/
.block-full-width-description {
  background: #1dc2ae;
}

.block-full-width-description .row {
  padding: 40px 0 30px;
}

.block-full-width-description h1 {
  margin-bottom: 25px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.block-full-width-description p {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #000
}

.block-full-width-description a,
.block-full-width-description a:visited {
  color: #000;
  border-bottom: 2px solid #fff;
}

.block-full-width-description a:hover,
.block-full-width-description a:active,
.block-full-width-description a:focus {
  text-decoration: none;
}

@media (max-width:767px) {
  .block-full-width-description .row {
    padding: 10px 0 20px;
  }

  .block-full-width-description h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .block-full-width-description p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.guidelines-search-form {
  background: #00a398;
}

.guidelines-search-form .col-sm-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  min-height: 115px;
}

.guidelines-search-form .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 15px 0 0;
}

.guidelines-search-form form {
  width: 100%;
  max-width: 700px;
  margin: 10px 0;
}

.guidelines-search-form .form--inline {
  border: solid 5px #0f6460;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.guidelines-search-form .form--inline .form-type-textfield {
  width: 100%;
  margin: 0;
}

.guidelines-search-form .form-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
  padding-right: 30px;
}

.guidelines-search-form .form-submit {
  padding: 8px 12px 5px;
  outline: 0;
  background-color: #00bde3;
  border-color: #00bde3;
  border-radius: 0;
  margin-right: 0;
}

.guidelines-search-form .form-actions {
  margin-bottom: 0
}

.guidelines-search-form .custom-voice-fill {
  top: 1px;
}

.guidelines-search-form .custom-voice-fill-button {
  padding: 19px 15px;
}

.guidelines-search-options {
  background: #0f6460;
  position: relative;
  padding: 24px 15px 27px 15px;
}

.guidelines-search-options:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -29px;
  border: 15px solid transparent;
  border-bottom: 15px solid #0f6460;
}

.guidelines-search-options .facets-widget-checkbox ul {
  list-style: none;
  max-width: 950px;
  margin: 0 auto;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 100px;
}

.guidelines-search-options .facets-widget-checkbox .facet-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.guidelines-search-options .facets-widget-checkbox .facet-item label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
}

/* .guidelines-search-options .facets-widget-checkbox .facet-item.item-odd {
  float: left;
  width: 50%;
  margin-left: 70px;

} */

.guidelines-search-options .facets-widget-checkbox .facet-item .facets-checkbox {
  width: 27px;
  min-width: 27px;
  height: 27px;
  outline: solid 1px #000000;
  background-color: #ffffff;
  margin-right: 11px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.guideline-search-button .icon {
  font-size: 20px;
  color: #000;
}

.glyphicon-search:hover::before,
.guidelines-search-form .form-submit:focus .glyphicon-search::before {
  color: #fff;
}

.open-close-next-block {
  margin: 25px 0 25px 40px;
}

.open-close-next-block .open-close-next-block-button {
  padding: 9px 5px 9px 5px;
  border: 1px solid #00bde3;
  background: #00bde3;
  color: #000000;
  border-radius: 0;
  min-width: 100px;
  font-size: 15px;
}

.open-close-next-block .open-close-next-block-button:focus,
.open-close-next-block .open-close-next-block-button:hover,
.open-close-next-block .open-close-next-block-button:active {
  border: 1px solid #ffffff;
}

.open-close-next-block-button .glyphicon {
  margin-left: 10px;
  font-size: 11px;
}

.block-overall-search-page {
  background: #00a398;
}

.block-overall-search-page .col-sm-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  min-height: 115px;
}

.block-overall-search-page .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 15px;
}

.block-overall-search-page form {
  display: block;
  margin: 32px auto;
  padding-right: 15px;
  padding-left: 15px;
}

.block-overall-search-page .form--inline {
  max-width: 540px;
  border: solid 5px #0f6460;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
}

.block-overall-search-page .form--inline .form-type-textfield {
  width: 100%;
  margin: 0;
}

/*.block-overall-search-page .form-text { font-family: 'Merriweather', serif; font-style: italic; border-radius: 0; border: none; width: 100%; height: 40px; background: #fff url(../images/voice.svg) no-repeat center right 6px; }*/
.block-overall-search-page .form-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
}

.block-overall-search-page form:before {
  content: 'Overall search';
  display: block;
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin: 15px 15px 0 0;
}

.block-overall-search-page .form-submit {
  font-size: 0;
  padding: 6px 12px 4px;
  outline: 0;
  background-color: #00bde3;
  border-color: #00bde3;
  border-radius: 0;
  margin-right: 0;
}

.block-overall-search-page .form-submit:after {
  font-size: 20px;
  color: #000;
  content: "\e003";
  width: 16px;
  height: 19px;
  font-family: "Glyphicons Halflings";
}

@media (min-width: 768px) {
  .block-overall-search-page form {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .block-overall-search-page form {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .block-overall-search-page form {
    width: 1170px;
  }
}

@media (max-width: 991px) {
  .block-overall-search-page form:before {
    display: none;
  }
}

/* Block Title for Sub Bookpart */
.block-title-for-sub-bookpart {
  background: #1dc2ae;
}

.block-title-for-sub-bookpart .view-content {
  padding: 40px 0;
}

.block-title-for-sub-bookpart .views-field-field-subtitle,
.block-title-for-sub-bookpart .views-field-field-subtitle h1.field-content {
  margin-bottom: 25px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.block-title-for-sub-bookpart .views-field-field-subtitle h1.field-content {
  line-height: 1.42857143;
  margin-top: 0;
}

.block-title-for-sub-bookpart .views-field-field-description {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #000
}

@media (max-width:767px) {
  .block-title-for-sub-bookpart .view-content {
    padding: 10px 0 20px;
  }

  .block-title-for-sub-bookpart .views-field-field-subtitle,
  .block-title-for-sub-bookpart .views-field-field-subtitle h1.field-content {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .block-title-for-sub-bookpart .views-field-field-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* Block Title for Sub Bookpart */
.block-title-for-bookpart {
  background: #1dc2ae;
}

.block-title-for-bookpart .view-content {
  padding: 40px 0;
}

.block-title-for-bookpart .views-field-field-subtitle,
.block-title-for-bookpart .views-field-field-subtitle h1.field-content {
  margin-bottom: 25px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.block-title-for-bookpart .views-field-field-subtitle h1.field-content {
  line-height: 1.42857143;
  margin-top: 0;
}

.block-title-for-bookpart .views-field-field-description {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #000
}

@media (max-width:767px) {
  .block-title-for-bookpart .view-content {
    padding: 10px 0 20px;
  }

  .block-title-for-bookpart .views-field-field-subtitle,
  .block-title-for-bookpart .views-field-field-subtitle h1.field-content {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .block-title-for-bookpart .views-field-field-description {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* Block Contact Us */
.block-contact-us-header {
  background: #1dc2ae;
}

.block-contact-us-header .row {
  padding: 40px 0;
}

.block-contact-us-header h1 {
  margin-bottom: 25px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.block-contact-us-header p {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #000;
  max-width: 900px;
}

@media (max-width:767px) {
  .block-contact-us-header .row {
    padding: 10px 0 20px;
  }

  .block-contact-us-header h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .block-contact-us-header p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.contact-us-wrapper {
  margin-bottom: 80px;
}

.contact-us-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.contact-us-icon {
  margin: 25px 25px 0 0;
}

.contact-us-description h2 {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 600;
}

.contact-us-description p,
.contact-us-description a {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #000;
}

.contact-us-description a:hover,
.contact-us-description a:active,
.contact-us-description a:focus {
  text-decoration: none;
}

.contact-us-description .text-underline {
  border-bottom: solid 3px #00bde3;
}

/* Block Guideline Reports */
.block-guideline-reports .guideline-reports-title {
  position: relative;
  font-family: 'Merriweather', serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

.block-guideline-reports .guideline-reports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 20px -15px;
}

.block-guideline-reports .guideline-reports .guideline-report {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-top: 5px solid #00a398;
  margin: 15px;
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-guideline-reports .guideline-reports .guideline-report:hover {
  margin: 0px 15px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  border-top: 5px solid #00a398;
}

.block-guideline-reports .guideline-report-image img {
  width: 100%;
}

.block-guideline-reports .guideline-report-title {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  width: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.17;
  font-size: 24px;
  color: #0081a1;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.block-guideline-reports .guideline-report-title:focus,
.block-guideline-reports .guideline-report-title:active,
.block-guideline-reports .guideline-report-title:hover {
  outline: none;
  text-decoration: none;
}

.block-guideline-reports .guideline-report-title:after {
  content: "\f35d";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #00bde3;
}

@media (max-width:767px) {
  .block-guideline-reports .guideline-reports {
    justify-content: space-around;
  }

  .block-guideline-reports .guideline-reports-title,
  .block-guideline-reports .guideline-report-title {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Block Drug Database */
.drug-database-block {
  background: #1dc2ae;
}

#block-drugdatabase .field--name-body {
  padding: 58px 0 43px;
}

.drug-database-block h1 {
  margin-top: 0;
  margin-bottom: 23px;
  font-family: 'Merriweather', serif;
  font-size: 42px;
  font-weight: 300;
  color: #000;
}

.drug-database-block p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #000;
  max-width: 900px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .drug-database-block h1 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 3px;
  }

  .drug-database-block p {
    font-size: 14px;
    line-height: 18px;
  }

  #block-drugdatabase .field--name-body {
    padding: 26px 0;
  }
}

/* Block Guideline View Switcher */
.guideline-view-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 43px 0 10px;
}

.guideline-view-switcher .guideline-view-switcher-description {
  margin-right: 5px;
  font-size: 16px;
  color: #202020;
  font-weight: 600;
}

.guideline-view-switcher .guideline-view-switcher-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  background: #00bde3;
  border-radius: 3px;
}

.guideline-view-switcher .guideline-view-switcher-active {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.guideline-view-switcher .guideline-view-switcher-button {
  color: #000;
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2px 0;
  cursor: pointer;
}

.guideline-view-switcher .guideline-view-switcher-button.disabled {
  color: #00000066;
  cursor: not-allowed;
}

/* Block Download Guidelines */
.block-download-guidelines .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-download-guidelines .block-title {
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #1dc2ae;
  font-family: 'Source Sans Pro';
  line-height: normal;
  border-top: 5px solid #00a398;
}

.block-download-guidelines ul {
  word-break: break-word;
  margin: 0;
  padding: 20px;
  border: solid 1px #e6e6e6;
  list-style-type: none;
}

.block-download-guidelines ul li {
  padding-bottom: 15px;
}

.block-download-guidelines ul li:last-child {
  padding-bottom: 0;
}

.block-download-guidelines .fa-angle-double-down {
  color: #c9c9c9;
  padding: 4px 10px 0 0;
}

.block-download-guidelines .file-title {
  border-bottom: 3px solid #00bde3;
  font-size: 17px;
  font-weight: normal;
  margin-right: 5px;
}

.block-download-guidelines .file-title a {
  color: #000;
  text-decoration: none !important;
}

.block-download-guidelines .file-info {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

/* Block Download Glossary */
#block-downloadglossary .file-wrapper,
#block-downloadglossary-2 .file-wrapper,
#block-downloadfullglossary .file-wrapper,
#block-downloadfullglossary-1 .file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#block-downloadglossary .block-title,
#block-downloadglossary-2 .block-title {
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  background: #1dc2ae;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  line-height: normal;
  border-top: 5px solid #00a398;
}

#block-downloadfullglossary>.block-title,
#block-downloadfullglossary-1>.block-title {
  display: none;
}

#block-downloadglossary ul,
#block-downloadglossary-2 ul,
#block-downloadfullglossary ul,
#block-downloadfullglossary-1 ul {
  word-break: break-word;
  margin: 0;
  padding: 20px;
  border: solid 1px #e6e6e6;
  list-style-type: none;
}

#block-downloadglossary ul li,
#block-downloadglossary-2 ul li,
#block-downloadfullglossary ul li,
#block-downloadfullglossary-1 ul li {
  padding-bottom: 15px;
}

#block-downloadglossary ul li:last-child,
#block-downloadglossary-2 ul li:last-child {
  padding-bottom: 0;
}

#block-downloadglossary .fa-angle-double-down,
#block-downloadglossary-2 .fa-angle-double-down,
#block-downloadfullglossary .fa-angle-double-down #block-downloadfullglossary-1 .fa-angle-double-down {
  color: #c9c9c9;
  padding: 4px 10px 0 0;
}

#block-downloadglossary .file-title,
#block-downloadglossary-2 .file-title {
  border-bottom: 2px solid #00bde3;
  font-size: 17px;
  font-weight: normal;
  margin-right: 5px;
}

#block-downloadglossary .file-title a,
#block-downloadglossary-2 .file-title a,
#block-downloadfullglossary .file-title a,
#block-downloadfullglossary-1 .file-title a {
  font-family: 'Source Sans Pro';
  color: #000;
  text-decoration: none !important;
}

#block-downloadglossary .file-info,
#block-downloadglossary-2 .file-info,
#block-downloadfullglossary .file-info,
#block-downloadfullglossary-1 .file-info {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

#block-downloadfullglossary,
#block-downloadfullglossary-1 {
  width: 230px;
  border: solid 5px #0f6460;
  background-color: #ffffff;
}

.glossary-search-form #block-downloadfullglossary,
.glossary-search-form #block-downloadfullglossary-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

#block-downloadfullglossary .file-wrapper>span:before,
#block-downloadfullglossary-1 .file-wrapper>span:before {
  content: "\f103";
  font-family: 'Font Awesome 5 Free';
  color: #c9c9c9;
  padding: 4px 10px 0 0;
}

#block-downloadfullglossary .file-info,
#block-downloadfullglossary-1 .file-info {
  font-family: 'Source Sans Pro';
  padding-left: 20px;
  margin-top: 3px;
  display: block;
}

#block-downloadfullglossary .file-title,
#block-downloadfullglossary-1 .file-title {
  border-bottom: 3px solid #00bde3;
  font-size: 17px;
  font-weight: normal;
  margin-right: 5px;
}

#block-downloadfullglossary .block-title,
#block-downloadfullglossary-1 .block-title {
  max-width: 100%;
  padding: 11px 30px 11px 14px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: #00a398;
  font-family: Source Sans Pro;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}

#block-downloadfullglossary ul li:last-child,
#block-downloadfullglossary-1 ul li:last-child {
  padding-bottom: 13px;
}

#block-downloadfullglossary ul li,
#block-downloadfullglossary-1 ul li {
  padding-bottom: 20px;
}

/* Block Related Content */
.block-related-content {
  margin-bottom: 20px;
}

.block-related-content .block-title {
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #1dc2ae;
  font-family: 'Source Sans Pro';
  line-height: normal;
  border-top: 5px solid #00a398;
}

.block-related-content ul {
  word-break: break-word;
  margin: 0;
  padding: 20px;
  border: solid 1px #e6e6e6;
  list-style-type: none;
}

.block-related-content ul li {
  padding: 0 0 15px 20px;
  position: relative;
}

.block-related-content ul li:last-child {
  padding-bottom: 0;
}

.block-related-content ul li:before {
  content: '';
  top: 3px;
  left: -1px;
  position: absolute;
  background: url(../images/menu-icon.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
}

.block-related-content a {
  color: #000;
  text-decoration: none !important;
  border-bottom: 3px solid #00bde3;
  font-size: 17px;
  font-weight: normal;
  margin-right: 5px;
}

/* Block Print */
.block-print {
  margin-top: 25px;
}

.block-print .block-title {
  padding: 8px 18px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  background: #1dc2ae;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  line-height: normal;
  border-top: 5px solid #00a398;
}

.block-print .field--name-body {
  word-break: break-word;
  margin: 0;
  padding: 20px 20px 25px 20px;
  border: solid 1px #e6e6e6;
  list-style-type: none;
}

.block-print .file-item:not(:last-child) {
  padding-bottom: 15px;
}

.block-print .file-item a.print-link {
  font-size: 17px;
  color: #000000;
  border-bottom: 3px solid #00bde3;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline;
  text-decoration: none;
  position: relative;
  margin-left: 30px;
}

.block-print .file-item a.print-link::before {
  content: '';
  background: url(../images/printer.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  padding: 2px 12px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -30px;
}

.block-print .file-icon {
  background: url("../images/printer.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
}

/**
 Views
*/
/* Glossary */
.view-display-id-page_glossary {
  margin-top: 60px;
}

.view-display-id-page_glossary .view-content,
.view-display-id-page_glossary .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  flex-wrap: wrap;
  margin: 20px -6px;
  width: 100%;
}

.view-display-id-page_glossary .view-content .views-row {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-top: 5px solid #00a398;
  margin: 12px;
  width: 260px;
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* flex:  1 0 21%; */
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.view-display-id-page_glossary .view-content .views-row:hover {
  top: -25px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  border-top: 5px solid #00a398;
}

.view-display-id-page_glossary .view-content .node--type-guideline,
.view-display-id-page_glossary .view-content .views-field-title,
.view-display-id-page_glossary .view-content .field--name-node-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.view-display-id-page_glossary .view-content .node--type-guideline span,
.view-display-id-page_glossary .view-content .views-field-title span,
.view-display-id-page_glossary .view-content .field--name-node-title span {
  width: 100%;
}

.view-display-id-page_glossary .views-field-field-glossary-image {
  position: relative;
}

.view-display-id-page_glossary .views-field-field-glossary-image:after {
  content: '';
  background: linear-gradient(to bottom, transparent, #fff);
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -1px;
}

.view-display-id-page_glossary .views-field-title a {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  width: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.29;
  font-size: 17px;
  color: #0381A2;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.view-display-id-page_glossary .views-field-title a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.view-display-id-page_glossary .views-field-title a:focus,
.view-display-id-page_glossary .views-field-title a:active,
.view-display-id-page_glossary .views-field-title a:hover {
  outline: none;
  text-decoration: none;
}

.view-display-id-page_glossary .featured-terms-title,
.view-display-id-page_glossary .glossary-letter-header h2 {
  position: relative;
  font-family: 'Merriweather', serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

.view-display-id-page_glossary .glossary-letter-header h2:first-letter {
  text-transform: capitalize;
}

.view-display-id-page_glossary .glossary-letter-header {
  display: none;
}

.view-display-id-page_glossary .view-header::before {
  content: '';
  background: url('../images/arrow-right-green.svg') no-repeat center/cover;
  position: absolute;
  left: -25px;
  /* top: -1px; */
  width: 30px;
  height: 32px;
}

.user-logged-in .view-display-id-page_glossary .view-header::before {
  content: '';
  background: url('../images/arrow-right-green.svg') no-repeat center/cover;
  position: absolute;
  left: -40px;
  /* top: -1px; */
  width: 30px;
  height: 32px;
}

.field--name-field-glossary-image .field--items {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 26px -13px 0;
}

.field--name-field-glossary-image .field--items img {
  margin: 0 auto;
}

.node--type-glossary .field--name-field-glossary-image .field--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

@media (max-width:767px) {
  .view-display-id-page_glossary .view-content {
    justify-content: space-around;
  }

  .view-display-id-page_glossary .views-field-title a {
    font-size: 17px;
  }

  .view-display-id-page_glossary .featured-terms-title {
    font-size: 20px;
  }
}

.glossary-search-form .col-sm-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

.glossary-search-form .block-title {
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 15px 0 0;
  max-width: 145px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 145px;
  flex: 0 0 145px;
}

.glossary-search-form form {
  width: 100%;
  max-width: 540px;
}

.glossary-search-form .form--inline {
  border: solid 5px #0f6460;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.glossary-search-form .form--inline .form-type-textfield {
  width: 100%;
  margin: 0;
}

/*.glossary-search-form .form-text { font-family: 'Merriweather', serif; font-style: italic; border-radius: 0; border: none; width: 100%; height: 40px; background: #fff url(../images/voice.svg) no-repeat center right 6px; }*/
.glossary-search-form .form-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
}

.glossary-search-form .form-submit {
  font-size: 0;
  padding: 6px 12px 4px;
  outline: 0;
  background-color: #00bde3;
  border-color: #00bde3;
  border-radius: 0;
  margin-right: 0;
}

.glossary-search-form .form-submit:after {
  font-size: 20px;
  color: #000;
  content: "\e003";
  width: 16px;
  height: 19px;
  font-family: "Glyphicons Halflings";
}

/* Guidelines */
.view-display-id-page_guidelines .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 40px -15px;
}

.view-display-id-page_guidelines .view-content .views-row {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-top: 5px solid #00a398;
  margin: 10px;
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-display-id-page_guidelines .view-content .views-row:hover {
  margin: 0px 10px 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  border-top: 5px solid #00a398;
}

.view-display-id-page_guidelines .view-content .node--type-guideline,
.view-display-id-page_guidelines .view-content .guideline-title,
.view-display-id-page_guidelines .view-content .field--name-node-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.view-display-id-page_guidelines .field--name-field-image {
  margin-top: -0.5px;
}

.view-display-id-page_guidelines .guideline-title a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  width: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.17;
  font-size: 20px;
  color: #0381A2;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.view-display-id-page_guidelines .guideline-title a:focus,
.view-display-id-page_guidelines .guideline-title a:active,
.view-display-id-page_guidelines .guideline-title a:hover {
  outline: none;
  text-decoration: none;
}

@media (max-width:767px) {
  .view-display-id-page_guidelines .view-content {
    justify-content: space-around;
  }

  .view-display-id-page_guidelines .guideline-title a {
    font-size: 20px;
  }
}

/* Glossary search */
.view-display-id-page_glossary_search {
  margin-bottom: 50px;
}

.view-display-id-page_glossary_search,
.view-display-id-page_glossary_search .views-row,
.view-display-id-page_glossary_search .view-content {
  margin-top: 30px;
}

.view-display-id-page_glossary_search .views-field-title a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_glossary_search a {
  color: #000;
}

.view-display-id-page_glossary_search a:hover,
.view-display-id-page_glossary_search a:active,
.view-display-id-page_glossary_search a:focus {
  text-decoration: none;
}

.view-display-id-page_glossary_search .pager-nav {
  margin: 30px 0;
}

@media (max-width:767px) {
  .view-display-id-page_glossary_search .views-field-title a {
    font-size: 16px;
  }
}

/* Guidelines search */
.view-display-id-page_guidelines_search {
  margin-bottom: 50px;
}

.view-display-id-page_guidelines_search,
.view-display-id-page_guidelines_search .views-row,
.view-display-id-page_guidelines_search .view-content {
  margin-top: 30px;
}

.view-display-id-page_guidelines_search .views-field-title a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_guidelines_search a {
  color: #000;
}

.view-display-id-page_guidelines_search a:hover,
.view-display-id-page_guidelines_search a:active,
.view-display-id-page_guidelines_search a:focus {
  text-decoration: none;
}

.view-display-id-page_guidelines_search .pager-nav {
  margin: 30px 0;
}

@media (max-width:767px) {
  .view-display-id-page_guidelines_search .views-field-title a {
    font-size: 16px;
  }
}

/* Overal search */
.view-display-id-page_overall_search {
  margin-bottom: 50px;
}

.view-display-id-page_overall_search .views-row,
.view-display-id-page_overall_search .view-content {
  margin-top: 30px;
}

.view-display-id-page_overall_search .views-field-title a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_overall_search a {
  color: #000;
}

.view-display-id-page_overall_search a:hover,
.view-display-id-page_overall_search a:active,
.view-display-id-page_overall_search a:focus {
  text-decoration: none;
}

.view-display-id-page_overall_search .pager-nav {
  margin: 30px 0;
}

.view-display-id-page_overall_search .views-field-nothing a {
  border-bottom: 2px solid #00bde3;
  color: #000;
  font-family: 'Merriweather', serif;
}

@media (max-width:767px) {
  .view-display-id-page_overall_search .views-field-title a {
    font-size: 16px;
  }
}

/**
 Pages
*/
/* Resources page */
.resources-wrapper {
  margin: 50px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.resource {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-top: 5px solid #00a398;
  margin: 19px;
}

.resource:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.resource-image {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resource-image img {
  max-width: 300px;
}

.resource:last-child .resource-image {
  height: 100px;
}

.resource-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 9px;
  line-height: 1.3;
}

.resource-description {
  padding: 20px;
  max-width: 350px;
}

.resource-links a {
  color: #000;
  text-decoration: none !important;
  border-bottom: 3px solid #00bde3;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.29;
}

.resource-body {
  font-size: 17px;
}

.resource-links ul {
  word-break: break-word;
  margin: 0;
  padding: 20px;
  list-style-type: none;
}

.resource-links ul li {
  position: relative;
  margin-bottom: 20px;
}

.resource-links ul li:before {
  content: '';
  top: 3px;
  left: -22px;
  position: absolute;
  background: url(../images/menu-icon.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 20px;
}

.resource-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width:991px) {
  .resource-image img {
    max-width: 250px;
  }

  .resource-description {
    max-width: 340px;
  }

  .resource-description-wrapper {
    flex-wrap: wrap;
  }
}

@media (max-width:767px) {
  .resource {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .resource-description {
    max-width: 100%;
  }
}

/* Page Glossary */
.node--type-glossary {
  margin-bottom: 0;
}

.node--type-glossary>.field {
  margin-bottom: 20px;
}

.node--type-glossary .field--name-node-title {
  display: inline-block;
}

.node--type-glossary .field--name-node-title h2 {
  display: inline-block;
}

/* .node--type-glossary .field--name-node-title button::after { content: ""; background: url(../images/speaker.svg) no-repeat center; margin-bottom: -1px; width: 20px; display: inline-block; height: 20px; background-size: contain; margin-left: 5px; border: 1px solid; border-radius: 50%; } */
.node--type-glossary .field--name-field-audio {
  display: none !important;
}

.node--type-glossary .field--name-field-related-term {
  overflow: hidden;
}

.node--type-glossary .field--name-field-glossary-image {
  clear: both;
}

.audio-play img {
  width: 20px;
  display: inline-block;
  height: 20px;
  background-size: contain;
  margin-left: 5px;
  border: 1px solid;
  border-radius: 50%;
}

.node--type-glossary .field--name-field-glossary-image .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.node.node--type-glossary .field--name-node-title {
  display: inline-block;
}

.node--type-glossary .field--name-node-title button {
  box-shadow: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.node--type-glossary .field--name-field-glossary-image .field--item {
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 5px #ddd;
  position: relative;
  margin: 15px;
}

.node--type-glossary .field--name-field-glossary-image .field--item a:after {
  content: "";
  width: 41px;
  height: 41px;
  background: rgba(0, 0, 0, 0.5) url("../images/zoom.svg") no-repeat center/26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 3px;
}

#colorbox {
  z-index: 1000;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
}

/* Page Bookpart */
.page-node-type-bookpart .field--name-node-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 600;
}

.page-node-type-bookpart .field--name-field-section-brief,
.page-node-type-bookpart.guideline-view-full .field--name-field-section-brief {
  display: none;
}

.page-node-type-bookpart.guideline-view-full .field--name-field-section {
  display: block;
}

.page-node-type-bookpart.guideline-view-brief .field--name-field-section {
  display: none;
}

.page-node-type-bookpart.guideline-view-brief .field--name-field-section-brief {
  display: block;
}

.page-node-type-bookpart .field--name-field-section-brief img,
.page-node-type-bookpart .field--name-field-section img {
  max-width: 100%;
}

.page-node-type-bookpart .field--name-field-section-brief table,
.page-node-type-bookpart .field--name-field-section table {
  word-break: normal;
}

/* Page SubBookpart */
.page-node-type-sub-bookpart .field--name-node-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 600;
}

.page-node-type-sub-bookpart .field--name-field-section-brief,
.page-node-type-sub-bookpart.guideline-view-full .field--name-field-section-brief {
  display: none;
}

.page-node-type-sub-bookpart.guideline-view-full .field--name-field-section {
  display: block;
}

.page-node-type-sub-bookpart.guideline-view-brief .field--name-field-section {
  display: none;
}

.page-node-type-sub-bookpart.guideline-view-brief .field--name-field-section-brief {
  display: block;
}

.page-node-type-sub-bookpart .field--name-field-section-brief img,
.page-node-type-sub-bookpart .field--name-field-section img {
  max-width: 100%;
}

.page-node-type-sub-bookpart .field--name-field-section-brief table,
.page-node-type-sub-bookpart .field--name-field-section table {
  word-break: normal;
}

/* Page ThirdBookpart */
.page-node-type-third-bookpart .field--name-node-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  font-weight: 600;
}

.page-node-type-third-bookpart .field--name-field-section-brief,
.page-node-type-third-bookpart.guideline-view-full .field--name-field-section-brief {
  display: none;
}

.page-node-type-third-bookpart.guideline-view-full .field--name-field-section {
  display: block;
}

.page-node-type-third-bookpart.guideline-view-brief .field--name-field-section {
  display: none;
}

.page-node-type-third-bookpart.guideline-view-brief .field--name-field-section-brief {
  display: block;
}

.page-node-type-third-bookpart .field--name-field-section-brief img,
.page-node-type-third-bookpart .field--name-field-section img {
  max-width: 100%;
}

.page-node-type-third-bookpart .field--name-field-section-brief table,
.page-node-type-third-bookpart .field--name-field-section table {
  word-break: normal;
}

/* Drug Database */
.view-display-id-page_drugs .view-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
}

.view-display-id-page_drugs .view-content ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -15px;
}

.view-display-id-page_drugs .view-content li {
  padding: 0 15px 30px;
  max-width: 25%;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.view-display-id-page_drugs .fields-wrapper {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e6e6e6;
  border-top: 5px solid #00a398;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.view-display-id-page_drugs .fields-wrapper:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #ebebeb;
  border-top: 5px solid #00a398;
  top: -15px;
}

.view-display-id-page_drugs .view-content h3 {
  margin-top: 0;
  margin-bottom: 13px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-family: 'Merriweather', serif;
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

.view-display-id-page_drugs .view-content h3::before,
.block-guideline-reports .guideline-reports-title:before {
  content: '';
  background: url('../images/arrow-right-green.svg') no-repeat center/cover;
  position: absolute;
  left: -39px;
  top: -1px;
  width: 30px;
  height: 32px;
}

.block-guideline-reports .guideline-reports-title:before {
  top: -1px;
}

.view-display-id-page_drugs .view-content .views-field-title,
.view-display-id-page_drugs .view-content .field--name-node-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.view-display-id-page_drugs .field--name-field-image {
  margin-top: -0.5px;
}

.view-display-id-page_drugs .view-content {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.view-display-id-page_drugs .view-content .item-list {
  padding-bottom: 45px;
}

.view-display-id-page_drugs .view-content .total-rows {
  font-size: 20px;
}

.view-display-id-page_drugs .views-field-field-display-title a {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px;
  width: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.17;
  font-size: 17px;
  text-align: center;
  color: #0081a1;
  letter-spacing: -0.3px;
  font-weight: 600;
}

.view-display-id-page_drugs .views-field-field-display-title a:focus,
.view-display-id-page_drugs .views-field-field-display-title a:active,
.view-display-id-page_drugs .views-field-field-display-title a:hover {
  outline: none;
  text-decoration: none;
}

.view-display-id-page_drugs .views-field-field-display-title .field-content {
  text-align: center;
  display: block;
  padding: 4px 0;
}

.view-display-id-page_drugs .views-field-field-display-title a {
  color: #0381A2;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.view-display-id-page_drugs .views-field-field-chemical-image img {
  padding-top: 15px;
  max-width: 140px;
  display: block;
  margin: 0 auto;
}

.view-display-id-page_drugs .view-header {
  padding-top: 15px;
  font-size: 17px;
  font-family: sans-serif, Pro Regular;
}

.view-display-id-page_drugs .pagination>li>a:hover {
  background-color: #00bde3;
}

.view-display-id-page_drugs .pagination>li:first-child>a {
  border-radius: 0;
  color: #1b1b1b;
  font-size: 20px;
  padding: 6px 14px;
}

.view-display-id-page_drugs .pagination>li>a,
.view-display-id-page_drugs .pagination>li>span {
  color: #1b1b1b;
  font-size: 20px;
  padding: 6px 14px;
}

.view-display-id-page_drugs .pagination>.active>a,
.view-display-id-page_drugs .pagination>.active>span,
.view-display-id-page_drugs .pagination>.active>a:hover,
.view-display-id-page_drugs .pagination>.active>span:hover,
.view-display-id-page_drugs .pagination>.active>a:focus,
.view-display-id-page_drugs .pagination>.active>span:focus {
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

/* Drugs Search */
#block-customblockdrugssearchphrase {
  padding: 60px 0;
  font-weight: 300;
  background: #1dc2ae;
  font-size: 42px;
  font-family: 'Merriweather', serif;
  color: #000;
}

.glossary-search-form,
#block-exposedformdrug-searchpage-drugs-search {
  background: #00a398;
  padding: 30px 0;
}

.glossary-search-form {
  padding-bottom: 24px;
}

.modal-content .node .field--name-field-synonyms {
  text-align: left;
}

.modal-content .field--name-field-synonyms .field--label {
  float: none;
}

.modal-content .field--name-field-synonyms .field--item {
  display: inline-block;
}

#block-exposedformdrug-searchpage-drugs-search .col-sm-12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}

#block-exposedformdrug-searchpage-drugs-search .block-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0 15px 0 0;
  max-width: 145px;
  text-align: right;
}

#block-glossary-search form,
#block-exposedformdrug-searchpage-drugs-search form {
  width: 100%;
  max-width: 680px;
}

#block-exposedformdrug-databasepage-drugs .block-title,
#block-exposedformdrug-databasepage-drugs fieldset[id*="approval-status"],
#block-exposedformdrug-databasepage-drugs fieldset[id*="drug-class"],
#block-exposedformdrug-databasepage-drugs fieldset[id*="drug-condition"] {
  display: none;
}

.drug-wrapper-form {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drug-wrapper-form .drug-search-form {
  max-width: 840px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.glossary-search-form .drug-wrapper-form .drug-search-form {
  max-width: 74%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
}

.drug-wrapper-form .drug-show-hide-filters {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 136px;
  flex: 0 0 136px;
  padding-left: 36px;
}

#block-glossary-search .drug-wrapper-form {
  max-width: 100%;
  position: relative;
}

.drug-show-hide-filters button {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
}

.drug-show-hide-filters div {
  width: 100%;
  height: 40px;
  padding: 9px 0;
  border: solid 1px transparent;
  background-color: #00bde3;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.drug-show-hide-filters div:hover,
.drug-show-hide-filters div:focus {
  border-color: #fff;
}

.drug-show-hide-filters span {
  color: #000000;
  font-family: 'Source Sans Pro';
  font-size: 15px;
  font-weight: normal;
  position: relative;
  padding-right: 20px;
}

.drug-show-hide-filters span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -3px;
  border: 5px solid transparent;
}

.drug-show-hide-filters .drug-btn-show span::after {
  border-top: 6px solid #1b1b1b;
}

.drug-show-hide-filters .drug-btn-hide span::after {
  border-bottom: 6px solid #1b1b1b;
  margin-top: -8px;
}

#block-exposedformdrug-databasepage-drugs .block-title {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 0;
  padding: 32px 0 4px;
  line-height: 28px;
  background-color: #0f6460;
  color: #fff;
}

#block-exposedformdrug-databasepage-drugs {
  /* padding: 32px 0;
  background-color: #0f6460; */
  color: #fff;
}

.path-drug-search #block-exposedformdrug-searchpage-drugs-search .block-title,
.path-drug-search .drug-wrapper-form .drug-search-form,
.path-drug-search .drug-wrapper-form {
  max-width: 100%;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item {
  background-color: #0f6460;
  float: none;
  position: relative;
  padding-bottom: 28px;
  z-index: 1;
}

#block-exposedformdrug-databasepage-drugs {
  background-color: #00a398;
}

#block-exposedformdrug-databasepage-drugs .form-actions {
  display: block;
}

#edit-drug-class--2--wrapper #edit-drug-class--2 ul{
  list-style-type: none;
  padding-inline-start: 0px;
}

#edit-drug-class--2--wrapper #edit-drug-class--2 ul > li {
  display: inline-block;
}

.glossary-filters.block-views fieldset.form-item,
#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox {
  position: relative;
}

#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox label {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  background-color: #fff;
  padding: 4px 11px;
  margin-right: 10px;
  margin-bottom: 7px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox label:hover {
  background-color: #00BDE3;
}

#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox input:checked+label {
  background-color: #0b4b3f;
  color: #fff;
}

#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox input:focus+label {
  outline: auto;
}

#block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

.glossary-filters.block-views fieldset.form-item[id*="nodes-titles"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item::after {
  content: '';
  background: #0f6460;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"]::after {
  background: #00a398;
}

.glossary-filters.block-views,
#block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"],
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] legend {
  background-color: #00a398;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item>* {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#block-exposedformdrug-databasepage-drugs legend {
  color: #fff;
  background-color: #0f6460;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  line-height: 28px;
  border: none;
}

#block-exposedformdrug-databasepage-drugs legend span {
  display: block;
  margin-bottom: 15px;
}

.glossary-filters.block-views fieldset.form-item[id*="nodes-titles"] {
  padding-bottom: 30px;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"] {
  padding-bottom: 46px;
}

#block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"]>* {
  max-width: 720px;
  padding: 0 15px;
  margin: 0 auto;
}

.glossary-filters.block-views fieldset.form-item[id*="nodes-titles"] legend {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 17px;
  line-height: 28px;
  border: none;
  margin-bottom: 0;
}

.glossary-filters.block-views [id*="nodes-titles"] legend,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] legend {
  color: #000;
}

#block-exposedformdrug-databasepage-drugs [id*="display-titles"].filters-open legend span {
  padding-top: 32px;
}

.glossary-filters.block-views [id*="nodes-titles"] legend span,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] legend span {
  display: block;
  padding-bottom: 12px;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-radios,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-radios {
  margin: 0 -3px;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio {
  position: relative;
  padding: 0 3px 6px;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio label,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio label {
  padding: 0;
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.language-es .glossary-filters.block-views [id*="nodes-titles"] .form-type-radio [value="All"]+label,
.language-es #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio [value="All"]+label {
  font-size: 11px;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio label:hover,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio label:hover {
  background-color: #00BDE3;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio input:checked+label,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio input:checked+label {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #0b4b3f;
  color: #fff;
}

.language-es #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio input:checked+label {
  font-size: 12px;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio input:focus+label,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio input:focus+label {
  outline: auto;
}

.glossary-filters.block-views [id*="nodes-titles"] .form-type-radio input,
#block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}

.glossary-search-form .form-submit:focus {
  outline: auto;
}

#block-exposedformdrug-searchpage-drugs-search .form--inline {
  border: solid 5px #0f6460;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

#block-exposedformdrug-searchpage-drugs-search .form-type-textfield {
  width: 100%;
  margin: 0;
}

#block-exposedformdrug-searchpage-drugs-search .form-text {
  font-family: 'Merriweather', serif;
  font-style: italic;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 40px;
  /*background: #fff url(../images/voice.svg) no-repeat center right 6px;*/
}

#block-exposedformdrug-searchpage-drugs-search .form-submit {
  font-size: 0;
  padding: 6px 12px 4px;
  outline: 0;
  background-color: #00bde3;
  border-color: #00bde3;
  border-radius: 0;
  margin-right: 0;
}

#block-exposedformdrug-searchpage-drugs-search .form-submit:after {
  font-size: 20px;
  color: #000;
  content: "\e003";
  width: 16px;
  height: 19px;
  font-family: "Glyphicons Halflings";
}

/*** ANZ Feb 3, 2022 ****/
button#edit-submit-drug-search:hover,
section[class*="search"] form button:hover,
.drug-search-form form button:hover,
.block-overall-search form .form-submit:hover {
  background-color: #0081A1;
  border-color: #0081A1;
}
bbutton#edit-submit-drug-search:hover::after,
section[class*="search"] button.btn:hover::after,
section[class*="search"] .form-submit:focus .glyphicon-search::after {
  color: #fff !important;
}
/*** end ANZ 2022 ****/


#block-exposedformdrug-searchpage-drugs-search .form-submit:focus {
  outline: auto;
}

.view-display-id-page_drugs_search,
.view-display-id-page_drugs_search .view-content {
  margin-top: 30px;
}

.view-display-id-page_drugs_search .views-row {
  margin: 30px 0;
}

.view-display-id-page_drugs_search .views-field-title-1 a {
  border-bottom: 2px solid #00bde3;
  color: #000000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_drugs_search a {
  color: #000000;
}

.view-display-id-page_drugs_search .views-field-field-display-title a {
  border-bottom: 2px solid #00bde3;
  color: #000000;
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: bold;
}

.view-display-id-page_drugs_search .views-field-field-display-title {
  margin-bottom: 15px;
}

.search-link-block {
  display: table;
  border-bottom: 2px solid #00bde3;
  margin: 5px 0;
  font-size: 14px;
}

.view-display-id-page_drugs_search a:hover,
.view-display-id-page_drugs_search a:active,
.view-display-id-page_drugs_search a:focus {
  text-decoration: none;
}

.path-drug-search .region-content {
  padding-top: 0;
}

.main-container {
  min-height: 40vh;
}

.node .field {
  font-size: 17px;
  font-family: 'Source Sans Pro';
}

.node div:empty,
.node p:empty,
.node span:empty,
.node h1:empty,
.node h2:empty,
.node h3:empty,
.node h4:empty,
.node h5:empty,
.node h6:empty {
  display: none;
}

h2,
.node h1,
.node h2,
.node .heading_h2,
[data-warning="Warning"] {
  font-family: 'Merriweather';
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.node h1 {
  font-size: 28px;
}

h3,
.node h3,
.node .heading_h3 {
  font-family: 'Merriweather';
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
}

h4,
.node h4,
.node .heading_h4 {
  font-family: 'Merriweather';
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.4;
}

h5,
.node h5,
.node .heading_h5 {
  font-family: 'Merriweather';
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.4;
}

h6,
.node h6,
.node .heading_h6 {
  font-family: 'Merriweather';
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.4;
}

h6.Underline {
  font-weight: normal;
  text-decoration: underline;
}

.node .field--name-node-title h2 {
  margin-bottom: 0;
}

#block-searchpage-overall-search form input {
  width: 100%;
}

#block-searchpage-overall-search .form-actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}

#block-searchpage-overall-search .form-type-textfield {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

article a,
.node a,
.node .field--name-body a,
.field--name-field-section-brief a,
article.page .field--name-body a,
article a:visited,
.node a:visited,
.node .field--name-body a:visited,
.field--name-field-section-brief a:visited,
article.page .field--name-body a:visited {
  color: #000000;
  border-bottom: 3px solid #00bde3;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

article a:hover,
article a:focus,
.node a:hover,
.node a:focus,
.node .field--name-body a:hover,
.node .field--name-body a:focus,
.field--name-field-section-brief a:hover,
.field--name-field-section-brief a:focus,
article.page .field--name-body a:hover,
article.page .field--name-body a:focus,
article a:active,
.node a:active,
.node .field--name-body a:active,
.field--name-field-section-brief a:active,
article.page .field--name-body a:active {
  background-color: #00bde3;
  color: #000000;
  border-color: transparent;
  outline: none;
  text-decoration: none;
  border-bottom: none;
}

.field--name-field-drug-images a,
.field--name-field-chemical-image a,
.view-id-guidelines .node a {
  border-bottom: none;
}

.field--name-field-chemical-image a:hover,
.view-id-guidelines .node a:hover,
.field--name-field-chemical-image a:focus,
.view-id-guidelines .node a:focus {
  background-color: transparent;
  color: #0081a1;
}

.node .text-parent {
  padding: 0;
}

.node ol,
.node ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.node ol {
  padding-left: 25px;
}

.node ul>li {
  list-style-type: none;
}

.node li {
  line-height: 25px;
  font-style: normal;
  position: relative;
  padding-left: 25px;
  margin-bottom: 11px;
}

.node li span[style*="font-size"] {
  font-size: 17px !important;
}

.node ol {
  list-style-type: decimal;
}

.node ol>li {
  /* list-style-type: decimal; */
  display: list-item;
  padding-left: 0;
}

.node ul>li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 10px;
}

.heading_h3 {
  font-style: italic;
}

/* .node li em {
  font-style: normal;
} */

.node p,
.node div>strong {
  margin-bottom: 15px;
}

.node p:empty,
.node h2:empty,
.node h3:empty,
.node h4:empty {
  margin: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
.node tbody td {
  font-size: 16px;
  line-height: 1.47;
  border: solid 1px #c9c9c9;
  padding: 15px;
}

.table>thead>tr>th {
  font-size: 17px;
}

/*
.node tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.node tbody tr:nth-child(even) {
  background-color: #fff;
}
*/

.node table {
  width: 100%;
  margin-bottom: 17px;
}

.node table thead th {
  border: 1px solid #fff !important;
  vertical-align: middle;
  text-align: center;
}

.node tfoot td {
  padding-top: 10px;
}

.node table caption {
  margin: 0;
  border-bottom: none;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 15px 15px 0;
}

.node .field {
  padding-bottom: 15px;
  display: block;
}
article.drug > .content > div.field {
  clear:both;
  padding:2px;
}

.field--name-field-molecular-weight {
  padding-bottom: 5px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node--type-glossary .field--name-field-audio {
  display: none;
}

.node .field--label {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  font-weight: bold;
}

.node .field--item {
  font-size: 16px;
}

#views-exposed-form-guidelines-search-page-guidelines-search .form-actions,
#views-exposed-form-glossary-search-page-glossary-search .form-actions,
#views-exposed-form-drug-search-page-drugs-search .form-actions {
  margin-bottom: 0;
}

.node .field--type-text-long>*:first-child {
  margin-top: 0;
  padding-top: 0;
}

.page-node-type-sub-bookpart .node .field--type-text-long>*:first-child,
.page-node-type-third-bookpart .node .field--type-text-long>*:first-child {
  margin-top: 20px;
}

.field--name-field-chemical-image a {
  border: none;
}

.form-type-radio.disabled label {
  background-color: #c9c9c9 !important;
  pointer-events: none;
}

.node--type-bookpart .field--name-node-title h2 {
  line-height: 30px;
}

.drug-content .Warning {
  padding: 10px 15px 10px 15px;
  background-color: #f4f5f8;
  overflow-y: auto;
  border: 2px solid #606060;
}

.node [data-warning="Warning"],
.drug-content div.Warning h1,
.drug-content .Warning h2,
.Warning>*:nth-child(1) {
  background-color: #d42513;
  color: #fff;
  padding: 15px;
  margin: -10px -15px 10px -15px;
  border: none;
}

.Warning a[name*="section"] {
  display: none;
}

.drug-content .Bold {
  font-weight: bold;
}

.Sub,
.Sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.Sup {
  top: -0.5em;
}

.Sub {
  bottom: -0.25em;
}

.node-updated-info {
  width: 260px;
  padding: 17px;
  text-align: right;
  background-color: #f0f0f0;
}

.page-node-type-sub-bookpart .node-updated-info,
.page-node-type-third-bookpart .node-updated-info {
  display: none;
}

.node-updated-info .field--label {
  float: none;
}

.node-updated-info .field {
  padding-bottom: 0;
}

.node-updated-info .field--item {
  display: inline-block;
}

.node-updated-info .field--label-inline .field--label,
.node-updated-info .field--label-inline .field--item {
  padding-right: 30;
}

.modal-body {
  overflow: auto !important;
  text-align: center;
}

.modal-body .node--type-glossary {
  margin-bottom: 0;
}

.modal-header .close {
  margin-top: 0;
  font-size: 38px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
}

.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 0.5;
}

.modal-header {
  border: none;
}

.modal-header .close {
  line-height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal-header .close span {
  width: 20px;
  height: 20px;
  display: block;
  display: inline-table;
}

.modal-body .field--name-field-related-term .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-body .field--name-field-related-term .field--item {
  margin-right: 10px;
}

.modal-body .field--name-field-related-term .field--item:not(:last-child)::after {
  content: ',';
}

.modal-open .modal {
  padding: 0 !important;
}

.modal-content {
  width: 100% !important;
  max-width: 100%;
}

.modal.in .modal-dialog {
  width: 100%;
  max-width: 1000px;
  padding: 50px 15px 0;
  margin: 0 auto;
}

#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(33 33 33 / 40%);
}

#drupal-modal {
  text-align: center;
  padding: 30px;
}
#drupal-modal .field--name-field-related-term {
  text-align: left;
}

button.ui-dialog-titlebar-close {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    position: relative;
}

button.ui-dialog-titlebar-close::after {
    content: "×";
    position: absolute;
    font-size: 33px;
    top: -15px;
    left: -1px;
    font-weight: 100;
    color: #666;
}
/* div#cboxLoadedContent {
  height: auto !important;
} */

#cboxError {
  background: #c9c9c9;
  padding: 20px 50px;
  text-align: center;
  font-weight: bold;
}

.cboxPhoto {
  border: 2px solid #000;
  border-radius: 5px;
}

.table-responsive {
  overflow-x: auto;
}

table td {
  border: 1px solid #c9c9c9;
  padding: 15px;
  vertical-align: top;
}

td.formItem {
  word-wrap: break-word;
}

.node th a.Sup,
.node th a.Sup:focus {
  color: #fff;
}

tfoot dl {
  margin-bottom: 0;
}

.views-field-field-documents .file-wrapper>span {
  word-break: break-all;
}

.node-updated-info .field--label::after {
  content: ':';
}

.page-node-type-drug-content .hidden_link {
  display: none;
}

.form-inline .form-item-field-has-image-value {
  padding-bottom: 30px;
  display: none;
}

.form-inline .form-item-field-has-image-value label {
  margin-bottom: 12px;
}

.field--name-field-drug .field p {
  margin-bottom: 0;
}

.drug-content .field--name-field-drug {
  padding-bottom: 0;
}

h2.module-Title {
  background-color: #0b4b3f;
  padding: 15px 5px 10px 15px;
  color: #fff;
  margin-bottom: 0;
}

.gray-row {
  background-color: #f4f5f8;
  padding: 1em .7em 1em 1em;
  border: solid #0b4b3f 2px;
}

.Underline {
  text-decoration: underline;
}

.Italics {
  font-style: italic;
}

.Bold {
  font-weight: bold;
}

td.formTitle,
td.formHeadingReg,
td.formHeadingTitle,
td.formLabel {
  font-weight: bold;
}

.Italics a[href*="#"] {
  text-transform: uppercase;
  font-style: italic;
}

.Bold a[href*="#"] {
  font-weight: bold;
  text-transform: uppercase;
}

p.First a[href*="#"],
p.First~p a[href*="#"],
ul.Disc li a[href*="#"] {
  /* font-weight: 400; */
  /* font-style: italic; */
  text-transform: uppercase;
}

/* table tbody th.Botrule,
table tbody tr:not(.Last) td.Botrule {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #000;
} */


dl.Footnote,
tfoot,
tfoot .FirstLast,
.Table_Footnote {
  color: #606060;
  font-size: 90%;
}

/* Media */
@media (max-width:767px) {
  .view-display-id-page_drugs .view-content {
    justify-content: space-around;
  }

  .view-display-id-page_drugs .views-field-title a {
    font-size: 20px;
  }

  .form-item-field-has-image-value {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .offering-information .text-content {
    max-width: 500px;
  }

  .offering-information .text-content .description {
    font-size: 28px;
  }

  .offering-information .text-content::before {
    width: 245px;
    height: 357px;
    background-size: contain;
  }

  .offering-information,
  .interim-guidance,
  .clinical-guidelines,
  .drug-database {
    height: 280px;
  }

  .offering-information .text-content {
    max-width: 350px;
  }

  .interim-guidance-description h2 {
    font-size: 28px;
    max-width: 360px;
    height: auto;
  }

  .drug-database .drug-database-icon img {
    max-width: 100%;
    height: 228px;
  }

  .drug-database .text-wrapper {
    padding-left: 54px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item:last-child {
    margin-left: 42px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item:first-child {
    margin-right: 42px;
  }

  #block-freemobileapps .main-items-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .block-tiles-for-home-page .tiles-wrapper {
    padding: 40px 0;
  }
}

/* Mobile Home Page */
@media screen and (max-width: 767px) {
  .offering-information .text-content .link {
    display: none;
  }

  .offering-information .text-content .description {
    font-size: 16px;
    line-height: 24px;
    padding-left: 81px;
    max-width: 310px;
  }

  .offering-information {
    height: 180px;
  }

  .offering-information .text-content::before {
    right: auto;
    top: -9px;
    left: -34px;
    margin: 0;
    width: 101px;
    height: 146px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .interim-guidance {
    background: #181818 url("../images/covid-19-bg.png") no-repeat center right -247px/cover;
    height: 180px;
  }

  .interim-guidance-container {
    padding-left: 17px;
    margin: 0;
  }

  .interim-guidance-description h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 206px;
  }

  .interim-guidance a,
  a.banner-button,
  .tile-item a.banner-button {
    font-size: 14px;
    line-height: 18px;
    height: auto;
    padding: 8px;
    background-position: top 11px right 20px;
    background-size: 14px;
  }

  .interim-guidance-description h2 {
    height: auto;
  }

  .clinical-guidelines {
    background: linear-gradient(117.08deg, #2B64A0 18.88%, #1C2A53 83.89%);
    height: 180px;
  }

  .clinical-guidelines-container {
    /*padding: 30px;*/
    text-align: center;
  }

  .clinical-guidelines-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
    height: auto;
    max-width: 100%;
    margin-top: 0;
  }

  .clinical-guidelines-description {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding: 9px 20px 0;
  }

  .drug-database .drug-database-icon img,
  .drug-database,
  .drug-database-description {
    height: auto;
  }

  .drug-database {
    padding: 15px 10px 0;
    background: transparent;
  }

  .drug-database img {
    max-width: 136px;
    height: auto;
  }

  .drug-database .items-wrapper {
    display: block;
    padding: 0;
  }

  .drug-database .drug-database-icon {
    background-color: #00bde3;
    padding: 16px;
  }

  #block-offeringinformation .icon-wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }

  #block-offeringinformation .drug-database .drug-database-icon {
    display: block;
    background: #00bde3;
    padding: 20px;
  }

  #block-offeringinformation .drug-database:hover .drug-database-icon {
    background: #0081a1;
  }

  #block-offeringinformation .drug-database-icon img {
    max-width: 100%;
    min-height: 105px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item:hover .tile-title {
    border: none;
  }

  .drug-database .text-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 25px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }

  .drug-database-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
    font-weight: normal;
    height: auto;
    max-width: 100%;
  }

  .drug-database-description {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    padding-top: 9px;
    border-top: 1px solid #00BDE3;
    padding: 9px 28px 0;
    max-width: 100%;
  }

  .block-tiles-for-home-page .tiles-wrapper {
    padding: 0;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item:first-child,
  .block-tiles-for-home-page .tiles-wrapper .tile-item:last-child {
    margin: 0 0 15px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item {
    margin-bottom: 15px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item {
    width: 100%;
  }

  .block-tiles-for-home-page .container {
    padding: 0 10px;
  }

  .block-tiles-for-home-page {
    background: #fff;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-title {
    padding: 20px 20px 0;
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    border: none;
    text-align: center;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description {
    margin: 0 28px;
    padding: 9px 0 25px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #00BDE3;
    text-align: center;
  }

  #block-freemobileapps .main-items-wrapper {
    padding-top: 25px;
    background: #F0F0F0;
    padding: 25px 30px;
  }

  #block-freemobileapps .main-item-title {
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
  }

  #block-freemobileapps .main-item-description {
    padding: 9px 34px 15px;
    height: auto;
    margin: 0 auto;
  }

  #block-freemobileapps .item-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #1B1B1B;
  }

  #block-freemobileapps .item-title {
    display: none;
  }

  #block-freemobileapps .item-title.mobile {
    display: block;
  }

  #navbar-collapse {
    border: none;
    position: fixed;
    top: 0;
    /*left: -120%;*/
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    background: transparent;
    transition: all .3s;
  }

  .user-logged-in #navbar-collapse {
    top: 39px;
  }

  /* .block-dropdown-language {
    display: none;
  } */

  .for-mobile {
    width: 280px;
    background: #1b1b1b;
    height: 100%;
    position: absolute;
  }

  #block-aidsinfo-main-menu .menu {
    margin: 0;
  }

  #block-aidsinfo-main-menu .menu a.is-active {
    position: relative;
    background-color: #2e2e2e;
  }

  .menu-close-wrapper {
    display: block;
    text-align: right;
    padding: 11px 20px;
  }

  .menu-close-wrapper button {
    padding: 0;
    background: transparent;
    border: none;
    background: url("../images/close.svg") no-repeat center right;
    padding-right: 30px;
  }

  .menu-close-wrapper button span {
    display: block;
    color: #fff;
    font-weight: normal;
  }

  #block-aidsinfo-main-menu .menu a:hover,
  #block-aidsinfo-main-menu .menu a:active,
  #block-aidsinfo-main-menu .menu a:focus {
    border-bottom: none;
  }

  #block-aidsinfo-main-menu .menu a.is-active::after {
    content: '';
    background-color: #00bde3;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .block-dropdown-language {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
  }

  .block-dropdown-language .form-submit {
    color: #fff;
  }

  .block-dropdown-language .dropdown-menu {
    top: -100%;
  }

  .mobile-language-block {
    float: left;
    display: block;
    position: absolute;
    bottom: 30;
    padding-left: 15px;
  }

  .mobile-language-block .block-title {
    color: #fff;
    font-size: 14px;
  }

  .mobile-language-block .links {
    padding: 10px 35px;
    background: #000;
  }

  .mobile-language-block .links li {
    display: inline-block;
  }

  .mobile-language-block .links li a {
    position: relative;
    color: #fff;
    border-right: 1px solid #00bde3;
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-language-block .links li:first-child .language-link {
    padding-left: 0;
  }

  .mobile-language-block .links li:last-child .language-link {
    border-right: 0;
    padding-right: 0;
  }

  .mobile-language-block .links li:first-child .language-link:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 10px;
    border-left: 1.5px solid #2e2e2e;
    border-bottom: 1.5px solid #2e2e2e;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: -23px;
  }

  .mobile-language-block .links li:last-child .language-link:before {
    content: '';
    display: inline-block;
    height: 5px;
    width: 10px;
    border-left: 1.5px solid #2e2e2e;
    border-bottom: 1.5px solid #2e2e2e;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    right: -23px;
  }

  .mobile-language-block .links li .language-link.is-active:before {
    border-left: 1.5px solid #00bde3;
    border-bottom: 1.5px solid #00bde3;
  }

  .drug-database a.banner-button {
    color: #000;
    background: #00bde3;
  }

  .drug-database a.banner-button span.arrow-right {
    background: url(../images/arrow-right.svg) center no-repeat;
    width: 27px;
    display: inline-block;
    height: 20px;
  }

}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .block-tiles-for-home-page .tiles-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item:first-child,
  .block-tiles-for-home-page .tiles-wrapper .tile-item:last-child {
    width: 48%;
  }
}

@media screen and (max-width: 1170px) {

  .view-display-id-page_glossary .featured-terms-title,
  .view-display-id-page_drugs .view-content h3,
  .block-guideline-reports .guideline-reports-title {
    padding-left: 39px;
  }

  .view-display-id-page_glossary .featured-terms-title:before,
  .view-display-id-page_drugs .view-content h3::before,
  .block-guideline-reports .guideline-reports-title:before {
    left: 0;
  }
}

@media screen and (min-width: 992px) {

  section#block-downloadfullglossary,
  section#block-downloadfullglossary-1 {
    display: none;
  }

  .glossary-filters.block-views form {
    max-width: 74%;
    padding-left: 160px;
  }
}

@media screen and (max-width: 991px) {

  .glossary-search-form #block-downloadfullglossary,
  .glossary-search-form #block-downloadfullglossary-1 {
    display: none;
  }

  .path-glossary .region-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .glossary-search-form .drug-wrapper-form .drug-search-form {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .glossary-search-form .block-title {
    display: none;
  }

  #block-glossary-search form {
    max-width: 100%;
  }

  .glossary-filters.block-views [id*="nodes-titles"] legend span {
    display: none;
  }

  .glossary-filters.block-views {
    background-color: #0F6460;
  }

  #block-exposedformglossariespage-glo.node--type-glossary>.fieldssary fieldset.form-item[id*="nodes-titles"] {
    padding: 18px 0 8px;
  }

  #block-downloadfullglossary,
  #block-downloadfullglossary-1 {
    width: 100%;
    border: none;
    margin-top: 15px;
    padding: 0 15px 15px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glossary-filters.block-views fieldset.form-item[id*="nodes-titles"] {
    padding: 30px 0 28px;
  }

  #block-downloadfullglossary .block-title,
  #block-downloadfullglossary-1 .block-title {
    border-top: 5px solid #00A398;
    background: #1DC2AE;
    font-size: 16px;
    line-height: 20px;
  }

  #block-downloadfullglossary .file-info,
  #block-downloadfullglossary-1 .file-info {
    display: inline-block;
    padding: 0;
  }

  #block-downloadglossary ul,
  #block-downloadglossary-2 ul,
  #block-downloadfullglossary ul,
  #block-downloadfullglossary-1 ul {
    padding: 20px 10px;
  }

  #block-downloadfullglossary ul li:last-child,
  #block-downloadfullglossary-1 ul li:last-child-1 {
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 768px) {

  #block-downloadglossary,
  #block-downloadglossary-2 {
    margin-bottom: 20px;
  }

  .print-block {
    margin-bottom: 30px;
  }

  #block-clinicalinfodrugsprintblock-2,
  #block-views-block-bookparts-block-bookpart-download-guidelines,
  #block-views-block-bookparts-block-bookpart-related-content,
  #block-print-2,
  #block-downloadglossary-2,
  #block-views-block-sub-bookparts-block-bookpart-download-guidelines,
  #block-views-block-sub-bookparts-block-bookpart-related-content,
  #block-views-block-block-third-bookpart-download-guidelines,
  #block-views-block-block-third-bookpart-related-content {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .interim-guidance-description h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 220px;
    height: auto;
  }

  #block-clinicalinfodrugsprintblock,
  #block-block-bookpart-download-guidelines,
  #block-block-bookpart-related-content,
  #block-print,
  #block-downloadglossary,
  #block-sub-bookparts-block-bookpart-download-guidelines,
  #block-sub-bookparts-block-bookpart-related-content,
  #block-block-third-bookpart-download-guidelines,
  #block-block-third-bookpart-related-content {
    display: none;
  }

  #block-clinicalinfodrugsprintblock-2,
  #block-downloadglossary-2 {
    margin-bottom: 30px;
  }

  #block-print-2,
  #block-print-2 .block-title {
    margin-top: 0;
  }

  .breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .page-node-type-page h1 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
  }

  .block-latest-news .views-field-field-title-url a {
    font-size: 16px;
    line-height: 20px;
  }

  .block-latest-news .views-row {
    margin-bottom: 0;
  }

  .block-guideline-reports .guideline-reports .guideline-report {
    margin-top: 0;
  }

  .block-guideline-reports .guideline-reports .guideline-report:hover {
    margin-bottom: 15px;
  }

  #block-glossary-search form,
  #block-exposedformdrug-searchpage-drugs-search form,
  #block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"]>* {
    max-width: 100%;
  }

  .view-display-id-page_glossary .view-content .views-row:hover {
    top: -10px;
  }

  .view-display-id-page_glossary .view-content {
    margin-top: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .view-display-id-page_glossary .view-content .views-row {
    margin-top: 0;
  }

  .view-display-id-page_glossary .featured-terms-title {
    font-size: 16px;
    line-height: 20px;
  }

  .view-display-id-page_glossary {
    margin-top: 27px;
  }

  .node .field {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  h2,
  .node h1,
  .node h2,
  .node .heading_h2,
  [data-warning="Warning"] {
    font-size: 16px;
    line-height: 20px;
  }

  .node h1 {
    font-size: 19px;
  }

  h3,
  h4,
  .node h3,
  .node h4,
  .node .heading_h3,
  .node .heading_h4 {
    font-size: 15px;
  }

  .node .drug-header {
    font-size: 16px;
    line-height: 20px;
  }

  .node .field--label {
    font-size: 14px;
  }

  .node .field--item {
    font-size: 14px;
  }

  .view-display-id-page_drugs .fields-wrapper:hover {
    top: -10px;
  }

  .view-display-id-page_drugs .view-content .item-list {
    padding-bottom: 15px;
  }

  .view-display-id-page_drugs .view-content li {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .view-display-id-page_glossary .featured-terms-title:before,
  .view-display-id-page_drugs .view-content h3::before,
  .block-guideline-reports .guideline-reports-title:before {
    width: 16px;
    height: 17px;
    top: 1px;
  }

  .view-display-id-page_glossary .featured-terms-title,
  .block-guideline-reports .guideline-reports-title {
    padding-left: 25px;
  }

  .view-display-id-page_drugs .view-content h3 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 25px;
    margin-top: 0;
  }

  .view-display-id-page_drugs .view-content .total-rows {
    font-size: 14px;
    line-height: 18px;
  }

  .node a,
  .node .field--name-body a,
  .field--name-field-section-brief a {
    border-bottom: 2px solid #00bde3;
  }

  .field--name-field-drug-images a,
  .field--name-field-chemical-image a,
  .view-id-guidelines .node a {
    border-bottom: none;
  }

  .node li {
    margin-bottom: 0;
    padding-left: 13px;
  }

  .node li span[style*="font-size"] {
    font-size: 14px !important;
  }

  .node ul,
  .node ol {
    padding-left: 0;
    margin-bottom: 11px;
  }

  .node ul>li::before {
    width: 4px;
    height: 4px;
    top: 11px;
    left: 0;
  }

  .node ol {
    padding-left: 13px;
  }

  .node ol>li {
    padding-left: 0;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td,
  .node table caption,
  table thead th,
  .node tbody td {
    padding: 5px;
  }

  .table>thead>tr>th,
  .node table caption {
    font-size: 14px;
  }

  .glossary-filters.block-views [id*="nodes-titles"] .form-type-radio,
  #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio,
  #block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox {
    margin: 0;
    display: inline-block;
  }

  #block-exposedformdrug-searchpage-drugs-search .block-title {
    display: none;
  }

  .glossary-search-form,
  #block-exposedformdrug-searchpage-drugs-search {
    padding: 20px 0;
  }

  .drug-wrapper-form {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .drug-wrapper-form .drug-search-form,
  .drug-wrapper-form .drug-show-hide-filters {
    padding: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .drug-wrapper-form .drug-search-form {
    margin-bottom: 8px;
  }

  #block-exposedformdrug-databasepage-drugs .block-title {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 15px;
  }

  #block-exposedformdrug-databasepage-drugs legend {
    font-size: 18px;
    line-height: 29px;
  }

  #block-exposedformdrug-databasepage-drugs legend span {
    margin-bottom: 10px;
  }

  #block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox label {
    font-size: 16px;
  }

  #block-exposedformdrug-databasepage-drugs .form-item.form-type-checkbox label {
    margin-bottom: 10px;
  }

  #block-exposedformdrug-databasepage-drugs fieldset.form-item {
    padding-bottom: 15px;
  }

  .glossary-filters.block-views [id*="nodes-titles"] legend,
  #block-exposedformdrug-databasepage-drugs [id*="display-titles"] legend {
    display: none;
  }

  .glossary-filters.block-views [id*="nodes-titles"] .form-radios,
  #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-radios {
    margin: 0 -5px;
  }

  .glossary-filters.block-views [id*="nodes-titles"] .form-type-radio,
  #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio {
    padding: 0 5px 10px;
  }

  #block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"].filters-open {
    padding-top: 25px;
  }

  .glossary-filters.block-views fieldset.form-item[id*="nodes-titles"],
  #block-exposedformdrug-databasepage-drugs fieldset.form-item[id*="display-titles"] {
    padding-bottom: 5px;
  }

  .drug-btn-hide {
    display: none !important;
  }

  .drug-btn-show {
    display: block !important;
  }

  .drug-show-hide-filters .drug-btn-show.active span::after {
    border-top: none;
    border-bottom: 6px solid #1b1b1b;
  }

  .glossary-filters.block-views [id*="nodes-titles"] .form-type-radio label,
  #block-exposedformdrug-databasepage-drugs [id*="display-titles"] .form-type-radio label {
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  .view-display-id-page_drugs .view-content li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 480px) {
  .view-display-id-page_glossary .view-content .views-row {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Block Page Not Found */
.page-not-found-wrapper {
  margin-bottom: 80px;
  text-align: center;
}

.page-not-found-description {
  margin-top: 5%;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.page-not-found-image {
  margin: 50px 0 50px 0;
  object-fit: contain;

}

.page-not-found-button {
  padding: 15px 50px;
  color: #ffffff !important;
  background-color: #1897f2;
  border-radius: 4px;
  text-decoration: none !important;
}

/* Link style for glossary popup term modal */
.gus-term-link a.use-ajax, a.use-ajax {
  border-bottom: 3px dotted #00bde3 !important;
}

/* table content pages */
.page-node-type-tables main.main-container.container.js-quickedit-main-content {
  width: 100%;
  padding: 0 25px;
}

.page-node-type-tables .dialog-off-canvas-main-canvas {
  width: fit-content;
}

.page-node-type-tables table,
.page-node-type-tables table th,
.page-node-type-tables table td {
  word-break: normal;
  overflow-wrap: break-word;
}

.page-node-type-tables td,
.page-node-type-tables th {
  border: 1px solid #c9c9c9;
}

.page-node-type-tables .table-newtab {
  width: fit-content;
}

/* clickable tables */
.clickable-table-wrapper {
  top: 200px;
  text-align: center;
  background: white;
  margin: auto 25px;
  height: 50px;
}

.clickable-table {
  cursor: pointer;
  /* position: relative; */
}

.clickable-table tr {
  height: 50px;
  background-color: #f0f0f0;
}

a.link-over-table {
  line-height: 50px;
  display: block;
}

@media all and (max-width: 992px) {
  .clickable-table-wrapper {
    top: 232px;
  }
}

@media all and (max-width: 768px) {
  .clickable-table-wrapper {
    top: 173px;
  }
}

/* homepage banners */
.interim-guidance,
.clinical-guidelines,
.drug-database {
  cursor: pointer;
}

.tiles-wrapper .button-wrapper {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 601px) {
  span.tile-description {
    height: 55px;
  }
}

/* form label */
#views-exposed-form-overall-search-page-overall-search label.control-label,
#views-exposed-form-news-search-page-news-search label.control-label,
#views-exposed-form-guidelines-search-page-guidelines-search label.control-label,
#views-exposed-form-drug-search-page-drugs-search label.control-label,
#views-exposed-form-glossary-search-page-glossary-search label.control-label {
  display: none;
}

/* Drugs label boxed warning tooltips */
h2.inline-title {
  display: inline;
  margin-right: 20px;
  /* font-size: 28px; */
}

p.warning-tt {
  position: relative;
  display: inline;
  color: darkblue;
  border-bottom: 1px solid darkblue;
  font-weight: bold;
  font-size: 16px;
}

span.tt-text {
  position: absolute;
  width: 400px;
  padding: 20px;
  color: black;
  background-color: orange;
  top: -133px;
  left: -100%;
  border-radius: 6px;
  visibility: hidden;
  font-weight: 400;
  font-size: 14px;
}

.tt-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: orange transparent transparent transparent;
}

p.warning-tt:hover .tt-text {
  visibility: visible;
}


button.tip+span.tt-text {
  display: none;
}

button.tip:focus+span.tt-text,
button.tip:hover+span.tt-text {
  display: inline-block;
}

.tip {
  text-decoration: none;
  position: relative;
}

.tip span {
  display: none;
}

.tip:hover span,
.tip:focus span {
  display: block;
  position: fixed;
  overflow: hidden;
  visibility: visible;
  position: absolute;
}

/* figure caption */
figure figcaption {
  font-size: .85em;
  color: #606060;
  padding: 10px 0;
}

/* image slider */
.slider {
  /* width: 220px; */
  max-width: 100%;
  height: fit-content;
  display: flex;
  overflow-x: auto;
}

.slide {
  width: 300px;
  flex-shrink: 0;
  height: 100%;
  padding: 25px;
}

.div-containers-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  border: solid 1px #c9c9c9;
  flex-direction: row;
  max-width: 100%;
}

.content-text {
  padding: 25px;
  border-right: solid 1px #c9c9c9;
  width: 50%;
  height: auto;
}

.slide-wrap {
  padding: 25px;
  background-color: #fff;
  width: 50%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .div-containers-wrapper {
    max-width: 100%;
    flex-direction: column;
  }

  .content-text {
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: solid 1px #c9c9c9;
  }

  .slide-wrap {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 767px) {
.table-responsive  .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {

    white-space: normal;
}

}
