/**
 * @file
 * Subtheme specific CSS.
 */

@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;
  background-color:#00bde3;
}
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: #406FA0;
    text-decoration:none !important;
    border-bottom: 2px solid #00bde3;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
/*a:hover,
a:active,
a:focus {
  border-bottom: 2px solid #00bde3;
  background-color:#00bde3;
}*/

body,
p,
a,
li {
  font-family: 'Open Sans', sans-serif;
}

h1,
h1 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}

body h1 {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
}

body.front-page .block-page-title-block h1 {
  text-indent: -9999px !important;
  height: 1px;
}

#block-orderpublications h1 {
  font-size: 28px;
  padding-bottom: 15px;
  font-weight: 400;
  margin: 0 .5rem;
  font-family: 'Merriweather';
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

#page #main {
  background: #F0F0F0;
}

#header #navbar-top {
  background-color: #FFFFFF;
}

#header #navbar-top .container section {
  margin-right: .5rem;
  margin-left: .5rem;
}

#navbar-top .region-top-header .navbar-brand {
  margin-right: 60px;
  width:auto;
}

#navbar-top .region-top-header .block-block-content {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #1B1B1B;
  padding-right: 30px;
}

#navbar-top .region-top-header .block-block-content .field {
  line-height: 2.1;
}

#navbar-top .region-top-header .block-block-content .field--name-field-phone-contact {
  background: url("../images/icons/phone-icon.png") left center no-repeat;
  padding-left: 34px;
  float: left;
  margin-right: 5px;
}

#navbar-top .region-top-header .block-block-content .field--name-field-phone-contact a {
  color: #1B1B1B;
}

#navbar-top .region-top-header .block-block-content .field--name-field-phone-suffix {
  display: inline;
}

#navbar-top .region-top-header .block-block-content .field--name-field-email {
  background: url("../images/icons/email-icon.png") left center no-repeat;
  padding-left: 34px;
  color: #1B1B1B;
}

#navbar-top .region-top-header .block-block-content .field--name-field-email a {
  color: #1B1B1B;
}

#header #navbar-main {
  background-color: #F0F0F0;
}

#header #navbar-main .navbar-nav a {
  /* font-family: 'Avenir500';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1B1B1B;
  padding: 14px .5rem; */
  color: #000;
  position: relative;
  padding: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-decoration: none;

}

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

.hivinfo-common-search-redirect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hivinfo-common-search-redirect .form-item-search-term {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hivinfo-common-search-redirect .form-actions {
  max-width: 41px;
  width: 41px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  margin-top: 15px;
}

.hivinfo-common-search-redirect legend,
#views-exposed-form-search-page legend,
fieldset.form-group legend {
  margin-bottom: 0px;
}

header .search-block-form #search-block-form {
  flex-flow: row nowrap;
  padding-left: 0;
  padding-right: 0;
}

#block-search-block input {
  border-radius: 2px 0 0 2px;
  border-right: none;
  height: 41px;
  width: 380px;
  color: #939393;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding-right: 40px;
}

#block-search-block button.form-submit {
  border-radius: 0 2px 2px 0;
  height: 41px;
  width: 41px;
  font-size: 0;
  background: #4779AE url("../images/icons/search-button-icon.png") center center no-repeat;
}

#block-search-block button.form-submit:focus {
  outline: auto !important;
}

.header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

#block-hivin-main-menu {
  padding: 0;
}

#block-dropdownlanguage .dropdown-language-item .dropbutton-toggle {
  display: none;
}

#block-dropdownlanguage .dropbutton-widget {
  border: none;
  background-image: none;
  color: #3a3a3a;
  text-align: right;
  margin: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.active-language-code {
  padding: 13px 30px 13px 5px;
  min-width: 180px;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Avenir500';
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 99;
  text-align: right;
  background: transparent;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-dropdownlanguage .language-wrapper:hover .active-language-code {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

button.active-language-code:focus {
  background: transparent;
}

.active-language-code::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 11px;
  border: 6px solid transparent;
  border-top: 7px solid #1B1B1B;
}

.language-code {
  text-transform: uppercase;
}

#block-dropdownlanguage .dropdown-language-item {
  display: none;
  padding-top: 9px;
  position: absolute;
  z-index: 98;
  background: #FFFFFF;
  min-width: 180px;
  right: 0;
  border: none;
  cursor: auto;
}

#block-dropdownlanguage .language-wrapper .dropdown-language-item.active,
#block-dropdownlanguage .language-wrapper:hover .dropdown-language-item {
  display: block;
}

#block-dropdownlanguage .dropdown-language-item a:focus {
  outline: auto;
}

#block-dropdownlanguage .dropdown-language-item a,
#block-dropdownlanguage .dropdown-language-item span {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Avenir';
  font-weight: normal;
}

#block-dropdownlanguage .dropdown-language-item .dropbutton-action:first-child {
  padding-top: 10px;
  background: url('../images/check-active.svg') no-repeat center right 13px;
}

#block-dropdownlanguage .dropdown-language-item .secondary-action {
  background: url('../images/check-inactive.svg') no-repeat center right 13px;
}

#block-dropdownlanguage .dropdown-language-item li {
  border: none;
  padding: 0 35px 10px 20px;
}

#block-dropdownlanguage .dropdown-language-item li:hover,
#block-dropdownlanguage .dropdown-language-item a:hover {
  background-color: transparent;
}

#block-dropdownlanguage .dropdown-language-item a {
  padding-top: 10px;
  border-top: 1px solid #E4E4E4;
}

.dropbutton-multiple .dropbutton .secondary-action {
  display: block;
}

.js .dropbutton-multiple .dropbutton-widget {
  margin: 0;
  padding: 0;
}

img,
p img {
  height: auto;
}
.breadcrumbs-wrapper {
  background-color: #4C4C4C;
}

#block-hivin-breadcrumbs .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding-right: .5rem;
  padding-left: .5rem;
}

#block-hivin-breadcrumbs .breadcrumb a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}

#block-hivin-breadcrumbs .breadcrumb a:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #00bde3;
  position: absolute;
  left: 0;
  bottom: -3px;
}

/*Footer*/
footer.site-footer {
  background: #2D2D2D;
}

.site-footer .block {
  border: none;
}

.site-footer .site-footer__top {
  font-family: 'Roboto', sans-serif;
}

.site-footer .region-footer-third {
  border-left: 2px solid #00BDE3;
}

.site-footer .region-footer-first h2,
.site-footer .region-footer-second h2 {
  border: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.site-footer .region-footer-first .content .field__items,
.site-footer .region-footer-second .content .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.site-footer .region-footer-first .content .field__items {
  justify-content: left;
}

.site-footer .region-footer-first .content>.field__items>.field__item {
  margin-right: 20px;
}

.site-footer .region-footer-second .content>.field__items>.field__item {
  margin-right: 20px;
}

.connect-us-item-link .connect-us-item-link-icon {
  text-align: center;
}

.connect-us-item-link .connect-us-item-link-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 10px;
}

.connect-us-item-link.facebook .connect-us-item-link-title {
  margin-top: 12px;
}

.mobile-upp-icon-apple {
  margin-right: 15px;
}

.paragraph--type--menu-mobile-ups .mobile-upps-label {
  margin-top: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.site-footer .site-footer__top .region.region-footer-third .block-language h2 {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: none;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links {
  background: #1B1B1B;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px 35px;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link {
  padding: 0;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link a {
  padding: 0 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: #fff;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link:first-child a {
  border-right: 2px solid #00BDE3;
  padding-left: 0;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link:first-child a: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;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link:last-child a {
  padding-right: 0;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link:last-child a: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;
}

.site-footer .site-footer__top .region.region-footer-third .block-language .links .nav-link.is-active a:before {
  border-color: #00bde3;
}

.site-footer .region-footer-fourth .navbar-nav {
  flex-direction: row;
}

@media (min-width:992px) {
  .site-footer .site-footer__top .region {
    width: 39%;
    padding: 0 0.65%;
  }

  .site-footer .site-footer__top .region.region-footer-second {
    width: 35%;
  }
  #header #navbar-top .anz,
  #header #navbar-top .region.region-top-header {
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 851px) and (max-width:991px) {
  .site-footer .site-footer__top .region {
    width: 50%;
    padding: 0 0.65%;
  }

  .site-footer .site-footer__top .region.region-footer-second {
    width: 50%;
  }
}

@media (min-width: 851px) {
  .site-footer .site-footer__top .region.region-footer-third {
    width: 282px;
    padding: 0 0 0 20px;
    margin-left: 0;
  }
}

@media (min-width: 560px) {
  .site-footer__top .region.region-footer-third {
    width: 53%;
  }
}

.site-footer .navigation.menu--main {
  padding-left: 0;
}

.site-footer .site-footer__bottom {
  border: none;
}

.site-footer .site-footer__bottom .nav .nav-item,
.site-footer .region-footer-fourth .navbar-nav .nav-item {
  border-right: 2px solid #00BDE3;
  margin-bottom: 15px;
}

.site-footer .site-footer__bottom .nav .nav-item:last-child,
.site-footer .region-footer-fourth .navbar-nav .nav-item:last-child {
  border: none;
}

.site-footer .site-footer__bottom .nav .nav-item a,
.site-footer .region-footer-fourth .navbar-nav .nav-item a {
  font-family: 'Stat Display Pro';
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  padding: .01rem 1rem;
  line-height: 20px;
}

.site-footer .site-footer__bottom {
  margin-top: 15px;
}

.site-footer #block-externalsources {
  margin: 0;
}

.site-footer #block-mainnavigation,
.site-footer #block-footer {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.region-footer-copyrights .block-block-content {
  margin-top: 0;
  margin-bottom: 0;
}

.region-footer-copyrights .block-block-content .content {
  padding-left: .3rem;
}

.region-footer-copyrights .block-block-content .field--name-body p {
  font-family: 'Stat Display Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.5;
  margin-bottom: 0;
}

.block-type-message_board {
  margin: 0;
  padding: 2px 3px;
  color: #FFFFFF;
  background: #AF3933;
}

/*#block-messageblock {
  background: url(../images/ribbon.svg) 77% center no-repeat, #AF3933;
} */

.block-type-message_board a,.field--name-body a,.field--name-body a:visited, .field--name-field-section-brief a:visited, article.page .field--name-body a:visited  {
  color: #FFFFFF;
  text-decoration-color: #00bde3;
}

#block-contactusblock {
  margin-bottom: 50px;
}

.block-type-message_board .text-formatted {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

.block-type-message_board .field--name-field-formatted-label {
  font-size: 18px;
  font-weight: 300;
  margin: 0 .5rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-family: 'Merriweather';
}

.block-type-message_board .field--name-field-formatted-label {
  border-bottom: 1px solid #cccbcb5e;
}

.block-type-message_board .field--name-field-formatted-label strong {
  font-weight: bold;
}

.block-type-message_board .field--name-body {
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  margin-top: 0px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.block-type-message_board .field--name-body p:before {
  content: '';
  background: url(../images/arrow-right-white2.svg);
  width: 9px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  margin: 0 1px 12px 0px;
}

.block-type-message_board .field--name-body p:last-child {
  margin-bottom: 0;
}

.node--type-page.node--view-mode-full .node__content {
  margin-top: 0;
}

.resources-subtitle {
  margin-top: 50px;
  margin-bottom: -35px;
}

.resources-subtitle h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
}

/*
Paragraph banner_text_link
*/
.paragraph--type--banner-text-link .block-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 400px;
  overflow: hidden;
  color: #ffffff;
  background-size: cover !important;
}

.paragraph--type--banner-text-link.small.bg-color .block-banner {
  height: 210px;
  padding: 35px 3px;
}

.paragraph--type--banner-text-link.bg-color .block-banner h1 {
  font-size: 28px;
  border-bottom: 1px solid #cccbcb5e;
  padding-bottom: 15px;
  font-weight: 400;
  margin: 0 .5rem;
  font-family: 'Merriweather';
}

.paragraph--type--banner-text-link.bg-color .block-banner .field--name-field-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.paragraph--type--banner-text-link.bg-color .block-banner .field--name-field-description p:before {
  content: '';
  background: url(../images/arrow-right-white2.svg);
  width: 9px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  margin: 0 12px 1px 0px;
}

.paragraph--type--banner-text-link.bg-color .block-banner .field--name-field-description p {
  font-family: 'Helvetica';
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #ffffff;

}

.paragraph--type--banner-text-link.bg-color .block-banner .field--name-field-description a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #00bde3;
}

.paragraph--type--banner-text-link .field--name-field-description {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  margin-bottom: 50px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.paragraph--type--banner-text-link .field--name-field-link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.paragraph--type--banner-text-link .field--name-field-description p {
  margin-bottom: 0.5rem;
}

.paragraph--type--banner-text-link .field--name-field-link a {
  font-family: 'Montserrat', sans-serif;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px 45px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #1B1B1B;
}

/*small block*/
.paragraph--type--banner-text-link.small .block-banner {
  height: 291px;
}

.paragraph--type--banner-text-link.dark .block-banner {
  color: #1B1B1B;
}

.paragraph--type--banner-text-link.small h2 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
}

.paragraph--type--banner-text-link.small .field--name-field-description {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 169.18%;
  margin-left: 0;
  margin-right: 0;
  /*text-shadow: #3d4551 0.03em 0.02em 0.13em;*/
}

.paragraph--type--banner-text-link.small .field--name-field-description a {
  color: #1b1b1b;
}

/*
Paragraph navigation_block
*/

.paragraph--type--navigation-block {
  margin: 60px 0;
}

.paragraph--type--navigation-block .field__item {
  height: 100%;
  position: relative;
  /*cursor: pointer;*/

}

/*Paragraph navigation_block_item*/

.paragraph--type--navigation-block-item .field--name-field-image.field__item {
  height: auto;
}
/*
.paragraph--type--navigation-block-item .nav-block-item-img-wrapper {
  min-height: 90px;
}
*/
.field--name-field-navigation-block-item .col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.field--name-field-navigation-block-item .col.big .field--name-field-description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.field--name-field-navigation-block-item .col.big .field--name-field-description .fact-sheet-desc-wrapper p {
  margin-top: 10px;
}

.paragraph--type--navigation-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0;
  padding: 40px 32px;
  border-top: solid 3.6px #37b1e1;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.path-resources .field--name-field-content .field__item:nth-child(2) .paragraph--type--navigation-block .paragraph--type--navigation-block-item:hover {
  margin-top: -10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.field--name-field-navigation-block-item .col.big .paragraph--type--navigation-block-item {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph--type--navigation-block-item.left {
  align-items: flex-start;
}

.paragraph--type--navigation-block-item.left>h4 {
  max-width: 100%;
}

.paragraph--type--navigation-block-item .icon-wrapper {
  background: #EDF2F7;
  border-radius: 8px;
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.paragraph--type--navigation-block-item .icon-wrapper img {
  max-width: 100%;
}

.paragraph--type--navigation-block-item .field--name-field-description p {
  text-align: center;
  opacity: 0.8;
  font-size: 15.3px;
}

.paragraph--type--navigation-block-item.left .field--name-field-description p {
  text-align: left;
}
/* Testing */
.paragraph--type--navigation-block-item a,.block a[href]::after {
    color: #000000;
    border-bottom: 2px solid #00bde3;
    cursor: pointer;
    pointer-events: all;
    position: relative;

}
/*Testing end */

.paragraph--type--navigation-block-item p {
  font-family: 'Helvetica', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;

}

.paragraph--type--navigation-block-item a:hover {
  text-decoration: underline;
  color: #00bde3;
  box-sizing:padding-box;
  background-color: #00bde3;
  cursor: pointer;
  z-index: 1;
  position: relative;

}

.paragraph--type--navigation-block-item a .field--name-field-title,
.paragraph--type--navigation-block-item .field--name-field-title {
  font-size: 21.6px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  /*color: #000000;*/
  text-decoration-line: underline;
  text-decoration-color: #00bde3;
}

.path-resources .paragraph--type--navigation-block-item .field--name-field-title {
  text-align: left;
}

.paragraph--type--navigation-block-item .field--name-field-block-item-link .field__item,
.paragraph--type--navigation-block-item .field--name-field-description .field_desc_link_wrapper {
  height: auto;
  background: url("../images/icons/arrow-left.png") left 8px no-repeat;
  padding-left: 20px;
}

.paragraph--type--navigation-block-item .field--name-field-block-item-link a,
.paragraph--type--navigation-block-item .field_desc_link_wrapper a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4779AE;
  text-decoration: none;
  border-bottom: solid 2px #00bde3;
  margin-top: 2px;
  margin-bottom: 2px;
}

/*
  Banner text with image
  */
.paragraph--type--banner-text-with-image .block-image-banner {
  background: #F3F2F0;
  padding-top: 54px;
  padding-bottom: 46px;
  position: relative;
}

.paragraph--type--banner-text-with-image .field--name-field-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 42px;
  color: #1B1B1B;
  margin-bottom: 10px;
}

.paragraph--type--banner-text-with-image .field--name-field-description p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1B1B1B;
  text-shadow: #3d4551 0.03em 0.02em 0.13em;
}

.paragraph--type--banner-text-with-image .field--name-field-block-item-link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-bottom: 30px;

}

.paragraph--type--banner-text-with-image>.field__item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.paragraph--type--banner-text-with-image .field--name-field-block-item-link a {
  display: inline-block;
  background: url("../images/icons/arrow-left.png") left center no-repeat;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4779AE;
  text-decoration: none;
  border-bottom: solid 2px #00bde3;
  cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
  margin-top: 2px;
  margin-bottom: 2px;
}

.paragraph--type--banner-text-with-image .field--name-field-image img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.paragraph--type--banner-text-with-image .learn-more-link {
  position: absolute;
  bottom: 0;
}

.paragraph--type--banner-text-with-image .learn-more-link a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #1B1B1B;
}

/*  fix IE */
.field--name-field-navigation-block-item .nav-block-item-description {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/*
Paragraph fact-sheets-list
*/
.paragraph--type--fact-sheets-list .fact-sheets-search-block {
  background: #4779AE;
  padding: 30px 0;
}

.paragraph--type--fact-sheets-list .field--name-field-search {
  margin: 0;
}

.paragraph--type--fact-sheets-list .search-block-form .content {
  width: 100%;
}

.paragraph--type--fact-sheets-list .search-form {
  width: 100%;
  flex-wrap: nowrap;

}

.paragraph--type--fact-sheets-list .form-type-search {
  margin: 0;
  width: 100%;
  max-width: 400px;
}

.paragraph--type--fact-sheets-list .form-type-search>input {
  height: 100%;
  width: 100%;
  border-radius: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: 0;
  border: 0;
}

.paragraph--type--fact-sheets-list .form-actions {
  margin: 0 20px;
}

.paragraph--type--fact-sheets-list .form-actions .form-submit {
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  color: #1B1B1B;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 129.9%;
  letter-spacing: 0.035em;
  padding: 15px 50px;
  border: none;
}

/*Fact Sheets view*/

.view-fact-sheets {
  margin: 50px auto;
}

.fact-sheets-list .card {
  margin-bottom: 15px;
  background: transparent;
  border: none;
}

/* .fact-sheets-list .card-header:hover {

} */
.fact-sheets-list .card-header {
  background: #FFFFFF;
  border-left: 5px solid #4779AE;
  border-radius: 5px;
  padding: 0;
}

.fact-sheets-list .card-header a {
  color: #1B1B1B;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  height: 100%;
  width: 100%;
  text-align: left;
  padding: 20px 52px 20px 4%;
}

.fact-sheets-list .card-header a h5:after {
  content: "+";
  right: 40px;
  position: absolute;
  font-size: 30px;
  line-height: 0.8;
  color: #4779AE;
}

.fact-sheets-list .card-header a:not(.collapsed) h5:after {
  content: "-";
  font-size: 40px;
  line-height: 0.4;
}

.fact-sheets-list .card-header a:hover,
.fact-sheets-list .card-header a:active,
.fact-sheets-list .card-header a:focus {
  text-decoration: underline;
  box-shadow: 0px 4px 8px rgba(125, 128, 138, 0.2);
}

.fact-sheets-list .card-body-wrapper {
  background: transparent;
  padding: 40px 0 40px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fact-sheets-list .card-body-wrapper .card-body {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.fact-sheets-list .card-body-wrapper .card-body a {
  background: url(../images/icons/arrow-left.png) left center no-repeat;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

/*Fact Sheets view on Fact Sheets page*/
.view-fact-sheets .fs-card {
  margin-bottom: 35px;
}

.view-fact-sheets .fs-card .fs-card-wrapper {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 0.9px #e6e6e6;
  background-color: #ffffff;
  padding: 36px 38px;
  height: 100%;
  border-top: solid 3.6px #37b1e1;
}

.view-fact-sheets .fs-card .fs-card-header {
  margin-bottom: 20px;
}

.view-fact-sheets .fs-card .fs-card-header h2 {
  font-family: 'Source Sans Pro';
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.view-fact-sheets .fs-card-body-wrapper .fs-card-image {
  margin-top: 5px;
}

.view-fact-sheets .fs-card .fs-card-body-item {
  background: url(../images/icons/arrow-left.png) 1px 7px no-repeat;
  padding-left: 30px;

}

.view-fact-sheets .fs-card-body-wrapper .fs-card-image .field--name-field-image {
  margin: 0;
}

.view-fact-sheets .fs-card-body-wrapper .fs-card-image .field--name-field-image img {
  width: 100%;
  height: auto;
}

/*
Fact Sheet node
*/
.node--type-fact-sheet .node__main_title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.fact-sheet-left-menu .view-fact-sheets {
  margin-top: 0;
  padding: 0;
}

.fact-sheet-left-menu .view-fact-sheets .card {
  border: none;
  background: transparent;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header a {
  height: 100%;
  width: 100%;
  text-align: left;
  padding-left: 0;
  margin:3px;
  background-color:#00bde3;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header a:hover,
.fact-sheet-left-menu .view-fact-sheets .card .card-header a:active,
.fact-sheet-left-menu .view-fact-sheets .card .card-header a:focus {
  text-decoration: none;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header a h2 {
  padding-left: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #1B1B1B;
  line-height: 27px;
  font-weight: normal;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header a h2:before {
  content: "+";
  left: 10px;
  position: absolute;
  font-size: 30px;
  line-height: 0.9;
  color: #1B1B1B;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-header a:not(.collapsed) h2:before {
  content: "-";
  font-size: 30px;
  line-height: 0.9;
  color: #1B1B1B;
  left: 10px;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-body {
  padding: 0 0 0 15px;
  padding-bottom: 3px;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-body a {
  background: url(../images/icons/arrow-left.png) left center no-repeat;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4779AE;
  text-decoration: none;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-body:not(:last-child) {
  margin-bottom: 3px;
}

.fact-sheet-left-menu .view-fact-sheets .card .card-body.active-link a {
  font-weight: bold;
}

.fact-sheet-body-text h2 {
   /*font-size: 1.75rem; */
   /* font-weight: 500; */
   font-size: 1.90rem;
   font-weight: 650;
}

.fact-sheet-body-text img {
  max-width: 100%;
}

.field--name-field-fact-sheet-qa>.field__item {
  margin-bottom: 40px;
}

.fact-sheet-print-block,
.fact-sheet-related-content-block {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 25px;
  margin: 15px .75rem 40px 0;
}

.fact-sheet-print-block h3,
.fact-sheet-related-content-block .field__label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #1B1B1B;
}

.fact-sheet-print-block-body ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 10px;
}

.fact-sheet-print-block-body li {
  margin-bottom: 10px;
}

.fact-sheet-print-block-body li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
}

/*Fact Sheets related content block*/
.fact-sheet-body-text .reviewed-date {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  margin-bottom: 18px;
}

.fact-sheet-related-content-block .field__items {
  margin-top: 15px;
}

.fact-sheet-related-content-block .field__items .field__item {
  background: url(../images/icons/arrow-left.png) left 8px no-repeat;
  padding-left: 20px;
}

.fact-sheet-related-content-block .field__items .field__item a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #4779AE;
  text-decoration: none;
}

.print-fs,
.print-fs-category {
  background: url(../images/icons/print-icon.png) left center no-repeat;
  padding-left: 40px;
}

.page-view-fact-sheets-in-category .view-fact-sheets-in-category img {
  max-width: 100%;
}

.page-view-fact-sheets-in-category .view-fact-sheets-in-category .view-content {
  padding: 15px;
}

.page-view-fact-sheets-in-category .view-fact-sheets-in-category .views-row .views-field-title {
  margin-top: 30px;
}

.page-view-fact-sheets-in-category .view-fact-sheets-in-category .view-content .views-field-field-fact-sheet-qa .list-group-item {
  padding: 15px;
}

.page-view-fact-sheets-in-category #page>header.header #navbar-top .navbar-form,
.page-view-fact-sheets-in-category #page>header.header>.navbar,
.page-view-fact-sheets-in-category #main-wrapper .breadcrumbs-wrapper,
.page-view-fact-sheets-in-category #block-messageblock,
.page-view-fact-sheets-in-category footer.site-footer {
  display: none;
}

/*
Fact Sheet QA node
*/

.node--type-fact-sheet-qa .field--name-body,
.node--type-fact-sheet-qa p,
.node--type-fact-sheet-qa a,
.node--type-fact-sheet-qa li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.node--type-fact-sheet-qa .field--name-body,
.node--type-fact-sheet-qa p,
.node--type-fact-sheet-qa li {
  color: #1B1B1B;
}

.node--type-fact-sheet-qa.boxed {
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(125, 128, 138, 0.2);
  border-radius: 5px;
  padding: 30px;
  border-top: 4px solid #4779AE;
}

.node--type-fact-sheet-qa.boxed .node__title {
  /*font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px; */
  font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 490;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}

.node--type-fact-sheet-qa.boxed .node__meta p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #979797;
}

.node--type-fact-sheet-qa .node__title {
  /*font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 490;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
}

.search-overlay {
  display: none;
}

#views-exposed-form-search-page .form-row>fieldset,
#views-exposed-form-search-page .form-row>div {
  padding: 0;
}

#views-exposed-form-search-page label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.node--view-mode-print ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.hivinfo-common-search-redirect fieldset.form-item-search-term {
  flex: 1 0 auto;
  max-width: calc(100% - 42px);
}

.hivinfo-common-search-redirect button {
  border-radius: 0 2px 2px 0;
  height: 41px;
  width: 41px;
  font-size: 0;
  background: #4779AE url(../images/icons/search-button-icon.png) center center no-repeat;
}

.hivinfo-common-search-redirect button:focus {
  outline: auto !important;
}

.hivinfo-common-search-redirect input {
  border-radius: 2px 0 0 2px;
  border-right: none;
 /* border: solid 1.85px #4779AE;*/
  height: 41px;
  width: 380px;
  color: #939393;
  font-family: Avenir;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding-right: 40px;
  margin-top: 0px;
  /*max-width: 100%;*/

}

#block-freemobileapps {
  background-color: #fff;
  margin: 0 -15px;
}

#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-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 8px;
}

#block-freemobileapps .main-item-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #000000;
  border-top: solid 4px rgba(0, 0, 0, 0.4);
  padding: 15px 0 30px 0;
}

#block-freemobileapps .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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 .item-icon {
  display: inline-block;
  padding-bottom: 12px;
  padding-right: 11px;
}

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

#block-freemobileapps .item-title {
  max-width: 115px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: normal;
  color: #000000;
  vertical-align: middle;
  display: inline-block;
}

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

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

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

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

thead th {
  background-color: #4779AE !important;
}

tbody a:hover,
tbody a:focus,
tbody a:active {
  color: #4779ae;
  text-decoration:none;
  /*background-color:#00bde3;*/
  border-bottom: solid 2px #00bde3!important;
}

tbody tr:nth-child(odd),
tbody tr:nth-child(odd) td {
  background: #E5E5E5 !important;
}


/*VIEWS HIV SOURCE*/

.view-hiv-source .source-card {
  background-color: #fff;
  padding: 0;
  margin: 15px 10%;
  box-shadow: 2px 2px 9px #ccc;
  width: 100%;
  position: relative;
}

.view-hiv-source .source-card:hover {
  box-shadow: 0 5px 28px 0 rgb(63 79 110 / 35%);
  transition: all .3s ease;
  top: -5px;
}

.view-hiv-source span.views-field.views-field-description__value p {
  padding: 0 20px;
}

.view-id-hiv_source_table.view-hiv-source-table.view-id-hiv_source_table {
  padding: 0;
  margin-bottom: 60px;
}

.view-id-hiv_source_table tbody tr:nth-child(odd),
.view-id-hiv_source_table tbody tr:nth-child(odd) td {
  background: #ffffff !important;
}

.view-id-hiv_source_table tr td,
.view-id-hiv_source_table tr th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}

.view-id-hiv_source_table form#views-exposed-form-hiv-source-table-block-1,
.view-id-hiv_source_table form#views-exposed-form-hiv-source-table-block-2 {
  padding: 0;
}

.view-id-hiv_source_table .table-responsive.col {
  padding: 0;
}

.view-id-hiv_source_table .button.btn.btn-primary.btn-sm {
  padding: 7px 15px;
  font-size: 16px;
  margin-top: 33px;
}

.view.view-hiv-source-table.view-id-hiv_source_table .view-content.row {
  margin-left: 0;
  margin-right: 0;
}
/*HIV SOURCE*/
.view-hiv-source .views-field-field-image img {
  object-fit: cover;
  height: 140px;
  width: 100%;
}

.view-hiv-source .view-content.row {
  margin: 5% 0;
}

.view-hiv-source .views-view-grid {
  padding: 0;
}

.view-hiv-source h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.hivsource-col {
  float: left;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 5%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0;
  padding: 40px 32px;
  border-top: solid 3.6px #37b1e1;
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 15%);
  -webkit-transition: all .3s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

.hivsource-col:hover {
  margin-top: -10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.hivsource-col:last-child {
  margin-right: 0;
}

.hivsource-col.col {
  height: auto;
  width: 20%;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 select {
  height: 150px;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 .form-row {
  display: inline-block;
  width: 100%;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 .form-row fieldset {
  width: auto;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 .form-row fieldset.form-item-term-node-tid-depth {
  float: left;
}

.view-hiv-source-table .views-row {
  margin: 25px 0;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 .form-actions {
  text-align: center;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 button {
  color: #000;
  font-weight: bold;
  background-color: #00bde3;
  border: none;
  width: 145px;
  height: 40px;
}

.view-hiv-source-table #views-exposed-form-hiv-source-table-page-1 button:hover {
  width: 157px;
  text-decoration: none;
  color: #ffffff;
  background: #4779AE;
}

.view-hiv-source .view-footer {
  text-align: center;
  margin-bottom: 50px;
}

.view-hiv-source .view-footer a {
  color: #000;
  font-weight: bold;
  background-color: #00bde3;
  border: none;
  width: 145px;
  height: 40px;
  padding: 20px;
}

.view-hiv-source .view-footer a:hover {
  width: 157px;
  text-decoration: none;
  color: #ffffff;
  background: #4779AE;
}

.view-hiv-source .views-field.views-field-name {
  text-align: center;
  padding: 15px 20px 5px;
}

.view-hiv-source span.views-field.views-field-description__value {
  font-size: .9em;
}


.taxonomy-term.vocabulary-hiv-aids-health-topics .field.field--name-field-image.field--type-image.field--label-hidden.field__item.quickedit-field {
  float: left;
  margin-right: 50px;
  width: 33%;
}

.taxonomy-term.vocabulary-hiv-aids-health-topics .field.field--name-field-image.field--type-image.field--label-hidden.field__item.quickedit-field img {
  width: 100%;
  height: auto;
}


#views-exposed-form-hiv-source-table-block-2 .js-form-item-term-node-tid-depth {
  float: left;
}

#views-exposed-form-hiv-source-table-block-2 .form-type-select select,
#views-exposed-form-hiv-source-table-block-1 .form-type-select select {
  height: 40px;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: 300px;
  margin-left: 20px;
}

.page-view-search-hivsource #block-hivin-content .view-content,
.page-view-hiv-source-table .view-content,
#block-views-block-hiv-source-table-block-1 .view-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.page-view-search-hivsource #block-hivin-content .view-content .views-row {
  margin-bottom: 30px;
}

.page-view-search-hivsource main .form-row,
#views-exposed-form-search-hivsource-page-1 .form-row {
  background: #4779ae;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.page-view-search-hivsource main .form-row fieldset,
#block-exposedformsearch-hivsourcepage-1-2 .form-row fieldset {
  width: 700px;
  max-width: 700px;
  margin-right: 23px;
}

#views-exposed-form-search-hivsource-page-1 {
  padding: 50px;
  background: #4779ae;
  margin-top:50px;
  margin-bottom:50px;
}

.page-view-search-hivsource main .form-row input,
#block-exposedformsearch-hivsourcepage-1-2 .form-row input {
  background: #ffffff;
  border: 3px solid rgb(0 123 255 / 50%);
  opacity: inherit;
  margin-top: 20px;
  height: 50px;
}

.page-view-search-hivsource main .form-row button,
#block-exposedformsearch-hivsourcepage-1-2 .form-row button {
  background: #fff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 129.9%;
  padding: 15px 50px;
  margin-top: 20px;
  text-align: center;
  letter-spacing: .035em;
  color: #1b1b1b;
}

#views-exposed-form-search-hivsource-page-1 label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.page-view-search-hivsource #block-hivin-content .js-pager__items {
  align-self: flex-start;
  background-color: #fff;
  list-style-type: none;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.page-view-search-hivsource .js-pager__items:before {
  right: -29px;
  transform: rotate(-50deg);
}

.page-view-search-hivsource #block-hivin-content .js-pager__items:after {
  left: -29px;
  transform: rotate(50deg);
}

.page-view-search-hivsource #block-hivin-content .js-pager__items:after,
.page-view-search-hivsource #block-hivin-content .js-pager__items:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 40px;
  height: 40px;
  border: 10px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  z-index: 100000;
}

#views-exposed-form-hiv-source-table-block-1 label,
#views-exposed-form-hiv-source-table-block-2 label {
  display: block;
  margin-left: 20px;
}


/* ==================
MEDIA
===================== */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .search-block-form #search-block-form {
    width: 350px;
  }


}

@media screen and (max-width: 1200px) {
  .paragraph--type--banner-text-with-image .learn-more-link {
    position: static;
  }

  #views-exposed-form-search-page .form-item-search,
  #search-block-form .form-type-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #views-exposed-form-search-page .form-actions,
  #search-block-form .form-actions {
    max-width: 41px;
    width: 41px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41px;
    flex: 0 0 41px;
  }

  #views-exposed-form-search-page .form-item-search input,
  #block-search-block input,
  .hivinfo-common-search-redirect .form-item-search-term input,
  .region-top-header-form,
  .header .navbar-form,
  .hivinfo-common-search-redirect {
    width: 100%;
  }

  .hivinfo-common-search-redirect {
    padding-bottom: 10px;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  ol.breadcrumb {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media screen and (max-width: 991px) {
  .paragraph--type--banner-text-with-image .learn-more-link {
    margin-bottom: 20px;
  }

  .site-footer .region-footer-first h2,
  .site-footer .region-footer-second h2 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .paragraph--type--menu-mobile-ups .mobile-upps-label,
  .connect-us-item-link .connect-us-item-link-title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: normal;
  }

  .site-footer .region-footer-first .content>.field__items>.field__item {
    margin-right: 8px;
  }

  .site-footer .region-footer-second .content>.field__items>.field__item {
    margin-right: 10px;
  }

  .region-top-header {
    padding-bottom: 10px;
  }

  #views-exposed-form-search-page .form-row {
    margin: 0;
    padding-bottom: 10px;
  }

  header .search-block-form #search-block-form {
    width: 100%;
  }

  .header .navbar-form {
    width: 100%;
    float: none !important;
  }

  #block-search-block,
  .header .region-top-header-form,
  #block-search-block .container-inline {
    width: 100%;
  }

  .header .search-block-form #search-block-form {
    margin: 0;
    padding-bottom: 15px;
  }

  #block-hivin-main-menu .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #navbar-main .container {
    padding: 0 15px;
  }

  #navbar-top .region-top-header .block-block-content {
    font-size: 14px;
    padding-right: 0;
  }

  #block-contactinfointopheader .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .header .region-top-header {
    -ms-flex-flow: column;
    flex-flow: column;
    -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;
    width: 100%;
  }

  #navbar-top .region-top-header .navbar-brand {
    margin: 0;
    max-width: 75px;
  }
}

@media screen and (max-width: 1240px) and (min-width: 768px) {
  #block-freemobileapps .main-items-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  #block-freemobileapps .item-title {
    margin-bottom: 7px;
  }

  #block-freemobileapps .main-item-description {
    margin-bottom: 15px;
  }
}

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

@media screen and (min-width: 768px) {
  #block-hivin-main-menu .nav {
    margin: 0 -.5rem;
  }
  #header #navbar-main {
    position: relative;
    z-index: 333;
  }
  #header #navbar-main .navbar-nav a:hover,
  #header #navbar-main .navbar-nav a.active {
    padding-bottom: 10px;
    border-bottom: 5px solid #00bde3;
    background-color: rgba(255, 255, 255, 0.5);
  }

  /* #header #navbar-main .navbar-nav a::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #4779AE;
    background-color: #AF3933;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .2s;
      -moz-transition: all .2s;
        -ms-transition: all .2s;
            transition: all .2s;
  } */
  #header #navbar-main .navbar-nav a:hover::after,
  #header #navbar-main .navbar-nav a.active::after {
    bottom: 0;
    opacity: 1;
    z-index: 1;
  }


.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0!important;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu.show {
    display: block;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
}
.dropdown-menu li .dropdown-item {
  color: gray;
  font-size: 1em;
  padding: 12px 1em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
.dropdown-menu li:first-child a {
  font-weight: normal;
  font-size: 1.2em;
  text-transform:none;
  color: #a70a17;
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
 .dropdown:hover .dropdown-menu{
    display:block;
    height: 100%;
    width: 5px;
    position: absolute;
    text-align: left;
    padding-left: 0;
    margin: 3px;
    background-color: #00bde3;
}

}
/* END TESTING*/


#block-hivin-main-menu .nav .menu a.is-active::after {
    content: '';
    background-color: #00bde3;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}


  .btn-menu,
  .btn-search,
  .close-mobile-menu {
    display: none;
  }

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

  span.tile-description {
    height: 100px;
  }

  span.tile-description:lang(es) {
    height: 125px;
  }
  .view-hiv-source .source-card {
    margin: 15px 30px 15px 0;
    box-shadow: 2px 2px 9px #ccc;
    width: 245px;
  }
}

@media screen and (max-width: 768px) {
  .node--type-page.node--view-mode-full .node__content {
    padding: 0;
  }

  .region-footer-fourth .close-mobile-menu {
    display: none;
  }

  .resources-subtitle {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #block-freemobileapps .main-item-title {
    margin-bottom: 9px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    height: 25px;
  }

  #block-freemobileapps .main-item-description {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-top: solid 1px rgba(0, 0, 0, 0.4);
    padding: 9px 34px 15px;
    margin: 0 auto;
  }

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

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

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

  #block-freemobileapps .item-title {
    max-width: 100%;
    display: block;
    text-align: center;
    height: auto;
    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;
  }

  #block-freemobileapps .main-items-wrapper {
    padding-top: 25px;
    padding: 25px 30px;
  }

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

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

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

  #block-freemobileapps {
    background: #F0F0F0;
  }

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

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

  #block-freemobileapps {
    margin: 0;
  }

  .hivinfo-common-search-redirect .form-item-search-term input {
    background-color: #fff;
    border:solid 5px #4779AE;
  }

  .hivinfo-common-search-redirect {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 101;
  }

  .node.node--type-infographic {
    padding: 0 15px;
  }

  article.node.node--type-infographic .node__content {
    padding: 20px;
  }

  article.node.node--type-infographic .node__content h1 {
    font-size: 20px;
    line-height: 30px;
  }

  article.node.node--type-infographic .node__content .box-footer .btn-download {
    margin-right: 25px;
  }

  article.node.node--type-infographic .node__content .box-footer .btn-print {
    margin-right: 15px;
  }

  article.node.node--type-infographic .node__content .box-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .node .next-information a {
    margin-left: 0;
    font-size: 16px;
  }

  .view-infographic .popups-custom__content {
    padding: 60px 15px;
  }

  .paragraph--type--banner-text-link.small .block-banner,
  .paragraph--type--banner-text-link.small.bg-color .block-banner {
    height: 250px;
  }

  .popups-custom__content .popup-ok {
    height: 45px;
  }

  .fact-sheets-list .card-body-wrapper .card-body a {
    font-size: 14px;
  }

  .view-infographic .filter-custom h3,
  .view-infographic .filter-custom .gus-image-icon-text a {
    font-size: 14px;
  }

  .fact-sheets-list .card-header a,
  .fact-sheets-list .card-header a h5 {
    font-size: 16px;
  }

  .fact-sheets-list .card-header a {
    padding: 15px 40px 15px 15px;
    position: relative;
  }

  .fact-sheets-list .card-header a h5:after {
    top: 50%;
    right: 13px;
    margin-top: -12px;
  }

  .paragraph--type--fact-sheets-list .fact-sheets-search-block {
    margin: 0;
  }

  .view-infographic .popups-custom__content .popuup-btn-close {
    top: 15px;
    right: 15px;
  }

  .view-infographic .view-filters-custom ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  .view-infographic .view-filters-custom ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .node .next-information {
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .paragraph--type--banner-text-with-image .block-image-banner {
    padding: 30px 0;
    margin: 0;
  }

  .paragraph--type--banner-text-link.small h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph--type--banner-text-with-image .learn-more-link a,
  .paragraph--type--banner-text-with-image .field--name-field-block-item-link a {
    font-size: 14px;
  }

  .paragraph--type--banner-text-with-image .field--name-field-title {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph--type--banner-text-with-image .learn-more-link {
    margin-top: 10px;
  }

  .paragraph--type--banner-text-link.small .field--name-field-description {
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer .region-footer-third {
    border: none;
  }

  .site-footer .site-footer__bottom .nav .nav-item a,
  .site-footer .region-footer-fourth .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .site-footer .site-footer__bottom .nav .nav-item,
  .site-footer .region-footer-fourth .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .region-footer-copyrights .block-block-content .field--name-body p {
    font-size: 14px;
  }

  .paragraph--type--navigation-block {
    margin: 20px 0;
  }

  .paragraph--type--navigation-block-item {
    padding: 20px;
  }

  #block-messageblock .field--name-field-formatted-label {
    font-size: 18px;
  }

  #block-messageblock .field--name-field-formatted-label {
    padding-bottom: 10px;
  }

  #block-messageblock .field--name-body {
    font-size: 14px;
    margin-top: 10px;
  }

  #content.col,
  .node--type-page.node--view-mode-full .node__content {
    padding: 0;
  }

  #block-messageblock {
    padding: 25px 0;
    margin: 0;
  }

  .paragraph--type--banner-text-link .field--name-field-description {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .paragraph--type--banner-text-link .field--name-field-link a {
    display: inline-block;
  }

  .paragraph--type--banner-text-link .field--name-field-link {
    margin: 0;
  }

  .paragraph--type--banner-text-link .field--name-field-link a {
    padding: 10px 20px;
  }

  .paragraph--type--banner-text-link .block-banner {
    height: 330px;
  }

  #block-hivin-breadcrumbs .breadcrumb,
  .paragraph--type--banner-text-link .block-banner {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #block-messageblock .field--name-field-formatted-label,
  #block-messageblock .field--name-body,
  .paragraph--type--banner-text-link .field--name-field-description {
    margin-left: 0;
    margin-right: 0;
  }

  #views-exposed-form-search-page {
    position: relative;
    z-index: 102;
    padding: 0 15px;
  }

  #header #navbar-top .container section {
    position: relative;
    margin: 0;
  }

  .btn-search {
    background: url('../images/icon-search.svg') no-repeat center left 7px;
    border: solid 1px #e6e6e6;
    color: #4779AE;
    font-weight: 500;
    padding: 0 7px 0 30px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 10;
    cursor: pointer;
  }

  .btn-menu {
    border: solid 1px #e6e6e6;
    color: #4779AE;
    font-weight: 500;
    padding: 0 7px 0 30px;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 10;
    cursor: pointer;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: solid 1px #2378c3;
    width: 19px;
    height: 1px;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

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

  .btn-menu .icon-bar-wrapp {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
  }

  .header .search-block-form #search-block-form {
    padding: 5px 15px;
  }

  .header .navbar-form {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    padding-top: 10px;
    z-index: 101;
  }

  #block-search-block input {
    background-color: #fff;
  }

  .header .search-block-form #search-block-form {
    position: relative;
    z-index: 101;
  }

  .search-overlay {
    display: block;
    position: fixed;
    /*background: rgb(0 0 0 / 0.5);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    z-index: -1;
  }

  .header .navbar-form {
    display: none;
  }

  #header #navbar-main {
    position: fixed;
    background: #000;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
  }

  #header #navbar-main.open {
    left: 0;
    background: transparent;
  }
  body.user-logged-in #navbar-main .container {
    padding-top: 25px;
  }

  #navbar-main .container {
    padding: 0;
    max-width: 320px;
    width: 280px;
    background: #1b1b1b;
    height: 100%;
    position: absolute;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  #block-hivin-main-menu {
    padding: 0;
    width: -webkit-fill-available;
  }

#block-hivin-main-menu ul {
    width: 100%;
    border-bottom: 2px solid #454545;
    display: contents;
  }

  #block-hivin-main-menu li {
    width: 100%;
    border-bottom: 2px solid #454545;
    background-color: #1b1b1b;
  }

  #block-hivin-main-menu li:first-child {
    border-top: 2px solid #454545;
  }

  #header #navbar-main .navbar-nav a {
    color: #fff;
    padding: 12px 20px;
  }

  #header #navbar-main .navbar-nav a:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  #block-dropdownlanguage {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .active-language-code {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }

  .active-language-code::after {
    right: 25px;
    border-bottom: 7px solid #ffffff;
    border-top: none;
  }

  .close-mobile-menu {
    color: #fff;
    font-family: 'Avenir500';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 12px 20px;
    text-align: right;
    padding-right: 50px;
    background: url('../images/close.svg') no-repeat center right 15px;
  }

  #block-dropdownlanguage .dropdown-language-item {
    bottom: 100%;
    width: 100%;
  }

  #header #navbar-top {
    padding: 0;
  }

  .fact-sheets-list .card-body-wrapper {
    padding: 20px 0 20px 4%;
  }

  .fact-sheets-list .card-body-wrapper .card-body:not(:last-child) {
    margin-bottom: 5px;
  }

  .paragraph--type--banner-text-link.small .field--name-field-description {
    margin-bottom: 0;
  }

  .node--type-fact-sheet .node__main_title {
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 36px;
  }

  .fact-sheet-left-menu .view-fact-sheets .card .card-header a h5 {
    font-size: 16px;
  }

  .fact-sheet-left-menu .view-fact-sheets .card .card-body a {
    font-size: 14px;
text-decoration: none;
  }

  .fact-sheet-left-menu .view-fact-sheets .card .card-body:not(:last-child) {
    margin-bottom: 5px;
  }

  article.node--type-fact-sheet .node__content,
  .node--type-fact-sheet-qa.boxed {
    padding: 15px;
  }

  .view-fact-sheets {
    margin-bottom: 25px;
  }

  article.node--type-fact-sheet .node__content .node__content {
    padding: 15px 0;
  }

  .fact-sheet-print-block {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .fact-sheets-list .card-body-wrapper .card-body {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

@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 p,
.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 2px #00bde3;
}

form.user-login-form {
  margin-bottom: 40px;
}

/* 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;
}

a.connect-us-item-link.instagram .connect-us-item-link-title {
  margin-top: 12px;
}

#block-homepagebanners {
  margin: 0 -15px;
}

#block-homepagebanners .main {
  position: relative;
}

#block-homepagebanners .main .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;
}

#block-homepagebanners .main .interim-guidance .interim-guidance-container {
  max-width: 1170px;
  margin: 0 auto;
}

#block-homepagebanners .main .interim-guidance .interim-guidance-description h3 {
  max-width: 450px;
  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;
}

.tile-item .button-wrapper {
  text-align: center;
  padding: 10px;
}

#block-homepagebanners .main .interim-guidance a,
.button-wrapper .banner-button {
  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 url("../images/arrow-right.svg") no-repeat center right 15px; */
  background: #00bde3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  text-align: center;
}

#block-homepagebanners .main .interim-guidance a:hover,
.button-wrapper .banner-button:hover {
  width: 157px;
  text-decoration: none;
  color: #ffffff;
  /* background: #0081a1 url("../images/arrow-right-white.svg") no-repeat center right 15px; */
  background: #0081a1;
}

#block-homepagebanners .main .guidelines {
  height: 340px;
  background-color: #00bde3;
  display: block;
  margin: 0 auto;
}

#block-homepagebanners .main .guidelines .items-wrapper {
  cursor: pointer;
  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;
}

#block-homepagebanners .main .guidelines a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-homepagebanners .main .guidelines .text-wrapper {
  padding-left: 104px;
  cursor: pointer;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-homepagebanners .main .guidelines .text-wrapper:hover {
  text-decoration: none;
}

#block-homepagebanners .main .guidelines .guidelines-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;
}

#block-homepagebanners .main .guidelines .guidelines-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;
}

#block-homepagebanners .main .guidelines .guidelines-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;
}

#block-homepagebanners .main .guidelines .guidelines-icon {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: center;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-homepagebanners .main .guidelines .guidelines-icon img {
  height: 258px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

#block-homepagebanners .main .guidelines .items-wrapper:hover .guidelines-icon img {
  height: 292px;
}

#block-homepagebanners .main .interim-guidance,
#block-homepagebanners .main .guidelines {
  cursor: pointer;
}

#block-homepagebanners .main .guidelines .banner-button:lang(es) {
  margin-top: 50px;
}

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

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

@media screen and (min-width: 768px) and (max-width: 1240px) {

  #block-homepagebanners .main .interim-guidance,
  #block-homepagebanners .main .guidelines {
    height: 280px;
  }

  #block-homepagebanners .main .interim-guidance .interim-guidance-description h3 {
    font-size: 28px;
    max-width: 370px;
    height: auto;
  }

  #block-homepagebanners .main .guidelines .guidelines-icon img {
    max-width: 100%;
    height: 160px;
  }

  #block-homepagebanners .main .guidelines .text-wrapper {
    padding-left: 54px;
  }

  #block-homepagebanners .main .guidelines .items-wrapper:hover .guidelines-icon img {
    height: 180px;
  }
}

@media (min-width: 768px) {
  #block-homepagebanners .main .guidelines:hover .guidelines-title::before {
    left: -31px;
    opacity: 1;
  }

  #block-homepagebanners .main .guidelines:hover {
    background-color: #009ec1;
  }

  #block-homepagebanners .main .guidelines .button-wrapper .banner-button {
    background: #0C5A71;
    color: #fff;
  }

  #block-homepagebanners .main .guidelines span.arrow-right {
    background: url(../images/arrow-right-white.svg) center no-repeat;
    width: 27px;
    display: inline-block;
    height: 15px;
  }
    .view-hiv-source .views-field-field-image img {
      height: 100px;
    }

}

@media screen and (max-width: 767px) {
  #block-hivin-breadcrumbs .breadcrumb {
    padding: 9px 0;
    margin-top: 25px;
  }

  #block-hivin-breadcrumbs .breadcrumb a,
  #block-hivin-breadcrumbs li.breadcrumb-item.active {
    font-size: 12px;
  }

  #block-hivin-breadcrumbs .breadcrumb-item+.breadcrumb-item:before {
    background-size: 14px;
    margin: 0 2px;
  }

  #block-homepagebanners {
    margin: 0;
  }

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

  #block-homepagebanners .main .interim-guidance .interim-guidance-container {
    padding-left: 17px;
    margin: 0;
  }

  #block-homepagebanners .main .interim-guidance .interim-guidance-description h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 220px;
    height: auto;
  }

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

  #block-homepagebanners .main .guidelines {
    background-color: #fff;
    height: auto;
    padding: 15px 10px 0;
  }

  #block-homepagebanners .main .guidelines .items-wrapper {
    display: block;
    padding: 0 0 15px;
  }

  #block-homepagebanners .main .guidelines:hover .text-wrapper {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }

  #block-homepagebanners .main .guidelines .icon-wrapper {
    width: 100%;
    display: block;
    text-align: center;
  }

  #block-homepagebanners .main .guidelines .guidelines-icon {
    display: block;
    background: #00bde3;
    padding: 20px;
  }

  #block-homepagebanners .main .guidelines:hover .guidelines-icon {
    background: #0081a1;
  }

  #block-homepagebanners .main .guidelines .guidelines-icon img {
    max-width: 100%;
    min-height: 105px;
    height: auto;
    width: 136px;
  }

  #block-homepagebanners .main .guidelines .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;
    display: block;
    background: #fff;
  }

  #block-homepagebanners .main .guidelines .guidelines-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
    font-weight: normal;
    height: auto;
    max-width: 100%;
  }

  #block-homepagebanners .main .guidelines .guidelines-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%;
    height: auto;
  }

  #block-homepagebanners .main .guidelines .items-wrapper:hover .guidelines-icon img {
    height: auto;
  }

  #block-homepagebanners .main .interim-guidance a:lang(es),
  .button-wrapper .banner-button:lang(es) {
    width: 165px;
    ;
  }
}

.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 {
  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;
  font-family: 'Source Sans Pro';
}

.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;
}

.block-tiles-for-home-page .tiles-wrapper .tile-item:hover .banner-button {
  background: #0081a1;
  color: #fff;
}

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

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .block-tiles-for-home-page .tiles-wrapper {
    padding: 40px 0;
  }

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

  .block-tiles-for-home-page .tiles-wrapper .tile-item:last-child {
    margin-left: 42px;
  }
  .view-hiv-source .views-field-field-image img {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .block-tiles-for-home-page .tiles-wrapper .tile-item:hover .tile-title {
    border: none;
  }

  .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 {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
  }

  .block-tiles-for-home-page .container {
    padding: 0 10px;
    max-width: none;
  }

  .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;
    height: auto;
  }
}

@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%;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description {
    height: 60px;
  }

  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description:lang(es) {
    height: 85px;
  }
}

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

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


/* Mobile view, subnavigation and print links and related content should be underneath content https://app.asana.com/0/1196432249893961/1198219491363102 */
@media (max-width: 767px) {
  .row.fact-sheet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-flow: column; */
  }

  .fact-sheet-left-menu {
    order: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
  }

  .fact-sheet-body-text {
    order: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
  }
}

@media all and (min-width: 768px) and (max-width:991px) {
  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description:lang(es) {
    height: 175px;
  }
}

@media all and (max-width:767) {
  .block-tiles-for-home-page .tiles-wrapper .tile-item .tile-description:lang(es) {
    height: 175px;
  }
}

/*Navigation blocks styles for images
======================================*/
.page-node-2288 .paragraph--type--navigation-block-item .nav-block-item-img-wrapper,
.page-node-2282 .paragraph--type--navigation-block-item .nav-block-item-img-wrapper {
  min-height: 90px;
  width: 100%;
}

.page-node-2288 .field.field--name-field-image.field--type-image.field--label-hidden.field__item,
.page-node-2282 .field.field--name-field-image.field--type-image.field--label-hidden.field__item {
  margin: 0;
}

.page-node-2288 .field--type-image img,
.field--name-field-user-picture img,
.page-node-2282 .field--type-image img,
.field--name-field-user-picture img {
  margin: 0 0 1em;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.page-node-2288 .paragraph--type--navigation-block-item .icon-wrapper,
.page-node-2282 .paragraph--type--navigation-block-item .icon-wrapper {
  display: none;
}

.field--type-image img, .field--name-field-user-picture img {
    margin: 0 0 22em;
}

/*welcome page fixes */
.paragraph--type--navigation-block-item .nav-block-item-img-wrapper .field--type-image {
  margin:0;
}
.paragraph--type--navigation-block-item .nav-block-item-img-wrapper .field--type-image img {
  margin-bottom:1rem;
}

@media (min-width: 992px) {
.dropdown-item.menu-item--expanded.dropdown ul.dropdown-menu {
  position: relative;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.5);
}
}
