@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

        @keyframes stretch {
            0% {
                transform: scale(1.0);
		transform-origin: center top;
            }  
            100% {
                transform: scale(1.1);
		transform-origin: center top;
            }
        }


.sitewide-banner {
  font-size: 16px;
  line-height: 18px;
  background-color: #EB008B;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-align: center;
}

.sitewide-banner .sleeve {
  padding: 15px;
  max-width: 1050px;
  margin: auto;
  text-align: left;
}

.sitewide-banner .sleeve a {
  color: #FFFFFF;
}

.sitewide-banner .sleeve p {
  margin-bottom: 10px;
}  

#block-aidsmap-local-tasks,
#toolbar-administration {
  display: none;
}


html {
  -webkit-text-size-adjust: 100% !important;
  overflow-x: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
  background-color: #FFFFFF;
  color: #323232;
  font-size: 62.5%;
  line-height: 100%;
  font-family: 'Hind', sans-serif;
  -webkit-text-size-adjust: 100% !important;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

body .layout-container {
  box-sizing: border-box;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.image-wrap {

}

.ajax-progress .throbber {
  background: url(../img/loading-grey.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: left; /* LTR */
  height: 25px;
  margin-top: -10px;
  width: 25px;
}

.image-wrap img {
  display: block;
}

.visually-hidden,
.menu-toggle {
  display: none;
}

a {
  text-decoration: none;
  color: #323232;
}


a:hover {
  text-decoration: underline;
}

nav {
  font-size: 1.4em;
  line-height: 1.1em;
}

h1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600; 
}

p {
  margin: 0;
  padding: 0;
}

select {
  box-sizing: border-box;
  font-size: 1.2em;
  line-height: 1.0em;
  border: 1px solid #ec008c;
  font-family: inherit;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 1.2em;
  border: 1px solid #ec008c;
  padding: 8px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}

textarea[name] {
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 1.2em;
  border: 1px solid #ec008c;
  padding: 8px;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
}

select:disabled,
input[type=text]:disabled,
input[type=search]:disabled {
  opacity: 0.5;
  background-color: #CCCCCC;
}

input[type=button],
input[type=submit],
button {
  border: 0;
  background-color: #ec008c;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.0em;
  font-family: inherit;
  -webkit-appearance: none;
  padding: 8px;
  position: relative;
  z-index: 1;
}

input[type=button]:hover,
input[type=submit]:hover {
  
}

input:active,input:focus,button:focus,select:active,select:focus,textarea:active,textarea:focus {
  outline: none;
}

details.captcha .details-description,
details.captcha summary {
  display: none;
}

details.captcha .details-wrapper {
  padding: 0;
}

#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

.new-flag,
.field--name-field-topics a,
.styled-link {
  background-color: #323232;
  display: inline-block;
  position: relative;
  padding: 7px 0px 5px 7px;
  margin-right: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 400;
  color: #FFFFFF !important;
  transition: all 0.25s ease-in-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translateZ(0);
}

.new-flag:hover,
.field--name-field-topics a:hover,
.styled-link:hover {
  transform: scale(1.05) translateZ(0);
}

.new-flag {
  pointer-events: none;
  padding: 3px 0px 1px 5px;
  margin-right: 7px;
  font-size: 1.0em;
  line-height: 1em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}


.styled-link-small {
  padding: 6px 0px 3px 7px;
  margin-right: 7px;
  font-size: 1.0em;
  line-height: 1em;
}

.new-flag,
.field--name-field-topics a {
  font-weight: 400;
}

.inline-search form {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.inline-search form input {
  margin: 0; 
  font-size: 2em;
  line-height: 1.2em;
  border: 1px solid #ec008c;
  padding: 8px 8px 4px 8px;
}

.inline-search form button {
  border: 5px solid #ec008c;
  font-size: 1.6em;
  line-height: 1.2em;
}



.field--name-field-topics {
  margin-bottom: 30px;
}

.field--name-field-topics .field-item {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
}

.new-flag:after,
.field--name-field-topics a:after,
.styled-link:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 30px;
  z-index: -1;
  background-image: url(../img/link-outline-grey.svg);
  background-size: auto 100%;
  background-position: right center; 
  background-repeat: no-repeat;
}

.new-flag:after {
  right: -7px;
  bottom: 0;
  width: 20px;
}


body.section-news .field--name-field-topics a { background-color: #34BBAA; }
body.section-news .field--name-field-topics a:after { background-image: url(../img/link-outline-green.svg); }
.styled-link-news { background-color: #34BBAA; }
.styled-link-news:after { background-image: url(../img/link-outline-green.svg); }
.new-flag { background-color: #34BBAA; }
.new-flag:after { background-image: url(../img/link-outline-green.svg); }

body.section-about-aidsmap .field--name-field-topics a { background-color: #E83E44; }
body.section-about-aidsmap .field--name-field-topics a:after { background-image: url(../img/link-outline-orange.svg); }
.styled-link-about-aidsmap { background-color: #E83E44; }
.styled-link-about-aidsmap:after { background-image: url(../img/link-outline-orange.svg); }

body.page-node-type-multimedia .field--name-field-topics a { background-color: #ec008c; }
body.page-node-type-multimedia .field--name-field-topics a:after { background-image: url(../img/link-outline-pink.svg); }
body.section-about-hiv .field--name-field-topics a { background-color: #ec008c; }
body.section-about-hiv .field--name-field-topics a:after { background-image: url(../img/link-outline-pink.svg); }
.styled-link-about-hiv { background-color: #ec008c; }
.styled-link-about-hiv:after { background-image: url(../img/link-outline-pink.svg); }


.styled-link-aggregator { background-color: #25418f; }
.styled-link-aggregator:after { background-image: url(../img/link-outline-blue.svg); }

.styled-link-footer { background-color: #FFFFFF; color: #ec008c !important;  }
.styled-link-footer:after { background-image: url(../img/link-outline-white.svg); width: 60px; }

#block-footersupportblock .styled-link-footer:after {
  width: 80px;
}

.field--name-field-topics a:hover,
.styled-link:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.menu li a:hover {
  text-decoration: none;
}

.meta-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.meta-wrap .meta-item {
  margin-right: 7px;
  padding-right: 7px;
  position: relative;
  font-size: 1.3em;
  line-height: 1.3em;
}

.meta-wrap .meta-item.prepineurope-flag {
  background-image: url(../img/logo-prep-in-europe.png);
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: left center;
  
}

.meta-wrap .meta-item.prepineurope-flag span {
  display: block;
  overflow: hidden;
  width: 35px;
  text-indent: -999px;
}


.meta-wrap .meta-item.infohep-flag {
  background-image: url(../img/logo-infohep.png);
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: left center;
  
}

.meta-wrap .meta-item.infohep-flag span {
  display: block;
  overflow: hidden;
  width: 42px;
  text-indent: -999px;
}

.meta-wrap .meta-item.aggregator-source {
  white-space: nowrap;
}


.meta-wrap .meta-item.aggregator-source img { 
  height: 11px;
  width: auto;
  vertical-align: baseline; 
  margin-right: 5px;
}



.meta-wrap .meta-item:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 3px;
  right: -1px;
  border-right: 1px solid #ec008c;
}

.meta-wrap .meta-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.meta-wrap .meta-item:last-child:after {
  content: none;
}

.meta-wrap .meta-item a {
  color: inherit;
}


#header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  transition: transform 0.5s ease-in-out;
}

#header.initialised {
  position: fixed;
  left: 0;
  right: 0; 
  top: 0;
  z-index: 10;
}

#header.fixed {
  transform: translateY(-100%);
}

#header .region-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  padding: 0 15px;
}

#header .region-header .block {
  
}

#main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 15px;
}

#main:after {
  content: none;
}

#content {
  width: 66.1764706%
}

.node__content {
  font-size: 1em;
}

body.page-about-aidsmap #content,
body.page-about-hiv #content {
  width: 88.7254902%;
}

body.page-about-aidsmap .block-page-title-block,
body.page-about-hiv .block-page-title-block {
  width: 85.443%  
}


.template-style-column-count-1 #content {
  width: 100%;
}

.template-style-column-count-1 .block-page-title-block {
  width: 65%;
}



#sidebar {
  width: 21.0784314%;
}

#sidebar .region-sidebar > .block {
  margin-bottom: 15px;
}

#sidebar .sidebar-sticky {
  position: relative;
}


#content,
#sidebar {
/*
  font-size: 1.2em;
  line-height: 1.6em;
*/
}

.main-content h2 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 600;
  color: #323232;
}

.section-about-aidsmap .main-content h2 {
  font-size: 1.8em;
  line-height: 1.2em;
}

.sidebar h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 600; 
  color: #323232;
}

.sidebar h4 {
  padding: 0;
  font-size: 1.4em;
  line-height: 1.3em;
  margin: 0 0 5px 0;
  font-weight: 600; 
  color: #323232;
}


.sidebar h4 .title-suffix {
  font-weight: normal;
  font-style: italic;
}

.sidebar p {
  font-size: 1.4em;
  line-height: 1.3em;
}


body.section-about-hiv .main-content h2, 
body.section-about-hiv .sidebar h3 {
  color: #ec008c;
}

body.section-about-aidsmap .main-content h2, 
body.section-about-aidsmap .sidebar h3 {
  color: #E83E44;
}

body.section-news .main-content h2, 
body.section-news .sidebar h3 {
  color: #34BBAA; 
}





.main-content h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 600;
  color: #ec008c;
}

body.section-about-hiv .main-content h3,
body.section-about-hiv .main-content h4, 
body.section-about-hiv .sidebar h4 {
  color: #ec008c;
}

body.section-about-hiv .main-content h3 a .title-suffix,
body.section-about-hiv .main-content h4 a .title-suffix, 
body.section-about-hiv .sidebar h4 a .title-suffix {
  color: #999999;
  font-style: italic;
}

body.section-about-hiv .main-content h3 a:hover .title-suffix,
body.section-about-hiv .main-content h4 a:hover .title-suffix, 
body.section-about-hiv .sidebar h4 a:hover .title-suffix {
  color: #ec008c;
}

body.section-about-aidsmap .main-content h3,
body.section-about-aidsmap .main-content h4, 
body.section-about-aidsmap .sidebar h4 {
  color: #E83E44;
}



body.section-news .main-content h3, 
body.section-news .sidebar h4 {
  color: #34BBAA; 
}

#footer {
  position: relative;
  min-height: 300px;
  background-color: #EB008B;
  color: #FFFFFF;
}

#footer .content {

}

#footer h3 {
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#footer .layout-container {
  padding: 15px;
}

#footer .region-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


#footer .region-footer .footer-block {
  margin-bottom: 45px;
}

#footer .region-footer .footer-block:nth-child(1) {
  width: calc(43.627451% / 1);
  margin-right: 15px;
}

#x-footer .region-footer .footer-block:nth-child(2) {
  margin-right: 60px;
}

#x-footer .region-footer .footer-block:nth-child(3) {
  margin-right: 60px;
}

#footer .region-footer .footer-block:nth-child(1) h3 {
  display: none;
}

#footer .region-footer .footer-block:nth-child(1) .about {
  column-count: 2;
  column-gap: 15px;
  margin-bottom: 15px;
}

#footer .region-footer .footer-block:nth-child(1) .about p {
}

#footer .region-footer nav,
#footer .region-footer .field--name-body p,
#footer .region-footer .footer-block .content {
  font-size: 1.2em;
  line-height: 1.4em;
}

#footer nav a,
#footer p a {
  color: #FFFFFF;
}

#footer .disclaimer p {
  margin-bottom: 0
}

#footer .disclaimer .field--name-body {
  margin-bottom: 15px;
}

#footer .affiliate-sites {
  margin-bottom: 15px;
}

#footer .block-menu {
  width: 100%;
}

#footer .menu--tht-links {
  width: auto;
}

#footer .menu--tht-links {
  margin-bottom: 45px;
}

#footer .menu--tht-links .content ul {
  display: block !important;
}

#footer .menu--tht-links .content ul li {
  border-right: 0 !important;
}

#footer .block-menu ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0; 
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#footer .block-menu ul.menu li {
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 1px solid rgba(255,255,255,0.5); 
}

#footer .block-menu ul.menu li:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

#footer .connect-with-us {
  
}

#footer .connect-with-us .content ul.social-links {
  padding: 0;
  margin: 0 0 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}

#footer .connect-with-us .content ul.social-links li a {
  display: block;
  margin-right: 5px;
  width: 40px;
  height: 40px; 
  border-radius: 50%;
  background-color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ec008c;
  transition: all 0.25s ease-in-out;
  position: relative;
}

#footer .connect-with-us .content ul.social-links li a.fa-bluesky:before {
  content: '';
  background-image: url(../img/icon-bluesky-pink.svg);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
}

#footer .connect-with-us .content ul.social-links li a:hover {
  transform: scale(1.05);
}

#footer .connect-with-us .content ul.social-links li:last-child a {
  margin-right: 0;
}

#footer .connect-with-us .content ul.social-links li a:hover {
  text-decoration: none;
}

#footer .connect-with-us .content ul.social-links li a span {
  display: block;
  text-indent: -99999px;
}


#block-sitebranding {
  width: 45.0980392%;
  z-index: 99;
}

#block-sitebranding a {
  display: block;
  height: 40px;
  background-image: url(../img/main-logo.svg);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

#block-sitebranding a img {
  display: none;
}


#block-aidsmap-main-menu {
  width: 33.8235294%;
}

#block-aidsmap-main-menu .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 0 15px 0 0;
}


#block-aidsmap-main-menu .menu li {
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  white-space: nowrap;
  width: 33.3%;
  padding: 9px 10px 7.5px 0px;
  font-size: 1.0em;
  line-height: 1.1em;
  font-weight: 600;
}


#block-aidsmap-main-menu .menu li:last-child {
  margin-right: 15px;
}

#block-aidsmap-main-menu .menu li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #ec008c;
}


#block-aidsmap-main-menu .menu li:nth-child(2):before {
  background: -moz-linear-gradient(left, #00B9A9 0%, #25418f 100%);
  background: -webkit-linear-gradient(left, #00B9A9 0%, #25418f 100%);
  background: linear-gradient(to right, #00B9A9 0%, #25418f 100%);
}

#block-aidsmap-main-menu .menu li:nth-child(3):before {
  background: -moz-linear-gradient(left, #E32185 0%, #5D378D 100%);
  background: -webkit-linear-gradient(left, #E32185 0%, #5D378D 100%);
  background: linear-gradient(to right, #E32185 0%, #5D378D 100%);
}

#block-aidsmap-main-menu .menu li:nth-child(4):before {
  background: -moz-linear-gradient(left, #E83E44 0%, #F4D536 100%);
  background: -webkit-linear-gradient(left, #E83E44 0%, #F4D536 100%);
  background: linear-gradient(to right, #E83E44 0%, #F4D536 100%);
}

#block-aidsmap-main-menu .menu li {
  transition: 0.5s all ease-in-out;
  opacity: 0.25
}


#block-aidsmap-main-menu .menu:hover li {
  opacity: 0.25 !important;
}

body.path-search #block-aidsmap-main-menu .menu li,
body.section-sidewide #block-aidsmap-main-menu .menu li,
body.section-news #block-aidsmap-main-menu .menu li:nth-child(2),
body.section-about-hiv #block-aidsmap-main-menu .menu li:nth-child(3),
body.section-about-aidsmap #block-aidsmap-main-menu .menu li:nth-child(4),
#block-aidsmap-main-menu .menu li.menu-item--active-trail {
  opacity: 1;
}

#block-aidsmap-main-menu .menu li:hover {
  opacity: 1 !important;
} 

body.section-default #block-aidsmap-main-menu .menu li,
body.path-frontpage #block-aidsmap-main-menu .menu li {
  opacity: 1 !important;
}
body.section-default #block-aidsmap-main-menu .menu:hover li,
body.path-frontpage #block-aidsmap-main-menu .menu:hover li {
  opacity: 0.25 !important;
}
body.section-default #block-aidsmap-main-menu .menu li:hover,
body.path-frontpage #block-aidsmap-main-menu .menu li:hover {
  opacity: 1 !important;
} 






#block-aidsmap-main-menu .menu li a {
  color: inherit;
}

#block-aidsmap-main-menu .menu li:first-child {
  display: none;
}


#block-footersupportblock {
  display: none;
} 

#block-donateblock {
  display: block;
  width: 9.8039216%;
  text-align: right;
  display: none;
}


#block-donateblock .donate-toggle.shake {
  animation: shake 1s; 
}

#block-donateblock .donate-toggle {
  display: inline-block;
}

#block-donateblock .donate-toggle button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

#block-donateblock .donate-toggle button span {
  display: block;
  text-align: left;
  width: 100px;
  height: 30px;
  background-image: url(../img/donate-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
}

#block-donateblock .donate-toggle  button span {
  display: block;
  text-indent: -9999px;
}



#block-donateblock  .layout-container {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 0;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,255,255,0.90);
  padding: 50px;
  x-transition: opacity 1s ease-in-out;
  z-index: -1;
}

#block-donateblock.inline {
  width: 100%;
  margin-bottom: 50px;
}

#block-donateblock.inline  .layout-container {
  position: static;
  opacity: 1;
  pointer-events: initial;
  left: 0;
  transform: none;
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 0;
} 


#block-donateblock .layout-container .form-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #ec008c;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

#block-donateblock .layout-container .form-wrap .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../img/cross-white.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#block-donateblock .layout-container .form-wrap .nav {
  width: 100%;
  display: none;
}

#block-donateblock .layout-container .form-wrap .nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#block-donateblock .layout-container .form-wrap .nav ul li {
  padding: 0;
  margin: 0;
  width: 50%;
  color: #FFFFFF;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 600;
  list-style-type: none;
  padding: 10px 20px 5px 20px;
}

#block-donateblock .layout-container .form-wrap .nav ul li.active {

}

#block-donateblock .layout-container .form-wrap .nav ul li:nth-child(1) {
  
}

#block-donateblock .layout-container .form-wrap .nav ul li:nth-child(2) {
  background-color: #de9cbf;
}

#block-donateblock .layout-container .form-wrap .sleeve {
  padding: 30px;
}

#block-donateblock .layout-container .form-wrap .sleeve  .form-item {
  margin-top: 0;
}


#block-donateblock .layout-container #edit-amount-option--wrapper legend,
#block-donateblock .layout-container #edit-amount-option--2--wrapper legend {
  color: #ec008c;
  font-size: 1.8em;
  line-height: 1.1em;
  margin-bottom: 10px;
}

#block-donateblock .layout-container #edit-amount-option--wrapper input,
#block-donateblock .layout-container #edit-amount-option--2--wrapper input {
  position: absolute;
  left: -999999px;
}



#block-donateblock .layout-container #edit-amount-option--wrapper .form-item,
#block-donateblock .layout-container #edit-amount-option--2--wrapper .form-item {
  display: inline;
}

#block-donateblock .layout-container #edit-amount-option--wrapper input ~ label,
#block-donateblock .layout-container #edit-amount-option--2--wrapper input ~ label {
  border: 3px solid #ec008c;
  border-radius: 30px;
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #ec008c;
  font-size: 2em;
  line-height: 55px;
  font-weight: 600;
}

#block-donateblock .layout-container #edit-amount-option--wrapper input ~ label:after,
#block-donateblock .layout-container #edit-amount-option--2--wrapper input ~ label:after {
  content: none;
}

#block-donateblock .layout-container #edit-amount-option--wrapper input:checked ~ label,
#block-donateblock .layout-container #edit-amount-option--2--wrapper input:checked ~ label {
  background-color: #ec008c;
  color: #FFFFFF;
}

#block-donateblock .layout-container p {
  font-size: 1.15em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#block-donateblock .layout-container li {
  font-size: 1.0em;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: normal;
}

#block-donateblock .layout-container p.gift-aid-call-to-action {
  font-size: 1.3em;
  line-height: 1.2em;
}

#block-donateblock .layout-container .form-type-textfield {
  margin-bottom: 15px;
  display: block;
}

#block-donateblock .layout-container .form-type-textfield label {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 600;
}

#block-donateblock .layout-container .form-type-textfield label:after {
  content: none;
}

#block-donateblock .layout-container .form-type-checkbox input {
  position: absolute;
  left: -99999px;
}

#block-donateblock .layout-container .form-type-checkbox input ~ label {
  padding-left: 24px;
  font-size: 1.3em;
  line-height: 1.1em;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

#block-donateblock .layout-container .form-type-checkbox input ~ label:before {
  content:'';
  position: absolute;
  left: 0; 
  top: 0;
  border: 2px solid #ec008c;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  width: 14px;
}

#block-donateblock .layout-container .form-type-checkbox input:checked ~ label:before {
  background-color: #ec008c;
}

#block-donateblock .layout-container .form-item-amount {
  position: relative;
}

#block-donateblock .layout-container .form-item-amount label {
  display: none;
}

#block-donateblock .layout-container .form-item-amount:before {
  content: '£';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  color: #ec008c;
  font-size: 3em;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
}

#block-donateblock .layout-container .form-item-amount input {
  border: 0;
  padding-left: 30px;
  font-weight: 600;
  font-size: 2em;
}

#block-donateblock .layout-container .form-wrap .intro-wrap {
  width: calc( 34% - 15px);
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 1.4em;
}

#block-donateblock .layout-container .form-wrap .intro-wrap p {
  margin-bottom: 15px;
}


#block-donateblock .layout-container .form-wrap form {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#block-donateblock .layout-container .form-wrap form #edit-section-1--2,
#block-donateblock .layout-container .form-wrap form #edit-section-1 {
  width: calc(70% - 15px);
  flex-shrink: 0;
  background-color: #FFFFFF;
  padding: 15px 30px 15px 30px;
  box-sizing: border-box;
}

#block-donateblock .layout-container .form-wrap form #edit-section-2--2,
#block-donateblock .layout-container .form-wrap form #edit-section-2 {
  width: calc(30% - 15px);
  flex-shrink: 0;
  padding: 15px 0 15px 0;
  box-sizing: border-box;
}

#block-donateblock .layout-container .form-wrap form .quote {
  font-size: 1.5em;
  line-height: 1.4em;
  color: #FFFFFF;
  font-weight: 600;
}





#block-donateblock.visible .layout-container {
  opacity: 1;
  pointer-events: initial;
  z-index: 100;
}

#block-donateblock.visible .donate-toggle span {
  z-index: 11;
}




#block-header-search-form {
  width: 11.2745098%;
  margin-left: auto;
}

#block-header-search-form .contextual {
  display: none !important;
}

#block-header-search-form .search-toggle span {
  display: block;
  text-indent: -9999px;
  height: 30px;
  background-image: url(../img/magnifier.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 15px center;
  cursor: pointer;
  position: relative;
  z-index: 11;
}

#block-header-search-form .form-container {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.95);
  padding: 30px;
}

#block-header-search-form .form-container form {
  max-width: 800px;
  margin: 75px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.keyword-search .input-wrap {
  position: relative;
}


.suggestions {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  background-color: #FFFFFF !important;
  padding: 15px 15px 5px 15px;
  color: #323232;
  font-size: 1.4em;
  line-height: 1.4em;
  top: 100%;
}

.suggestions span {
  cursor: pointer;
  display: block;
  padding-bottom: 2px;
  cursor: pointer;
}

.suggestions span:hover {
  font-weight: bold;
}






#block-header-search-form .form-container form .field-wrap-search-input {
  flex: 1;
  margin: 0;
}

#block-header-search-form .form-container form .field-wrap-search-input input {
  width: 100%;
  padding: 10px 20px;
  border-right: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

#block-header-search-form .form-container form .field-wrap-search-button {
  position: relative;
  margin: 0;
  padding: 0;
}

#block-header-search-form .form-container form .field-wrap-search-button button {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #ec008c;

}

#block-header-search-form .form-container form .field-wrap-search-button button:hover {
  background-color: #ec008c;
}

/*
#block-header-search-form .form-container .close {
  background-image: url(../img/cross.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#block-header-search-form .form-container .close:hover {
  opacity: 0.5;
}
*/

#block-header-search-form.visible .form-container {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  pointer-events: initial;
}

#block-header-search-form.visible .donate-toggle span {
  z-index: 11;
}

#block-header-search-form.visible .search-toggle span {
  background-image: url(../img/cross-grey.svg);
}




.standard-content-block-wrap .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.standard-content-block-wrap .view-content:after {
  content: '';
  width: calc(33.3% - 10px);
  display: block;
}

.standard-content-block-wrap  .standard-content-block {
  width: calc(33.3% - 10px);
}


.standard-content-block-wrap  .standard-content-block.bulletin-item {
  width: calc(50% - (15px / 2));
}

.standard-content-block-wrap .standard-content-block-conference {
  width: calc(50% - 7.5px);
  border: 0;
  padding-top: 0;
  position: relative;
}

.standard-content-block-wrap .standard-content-block-conference.featured {
  width: 100%;
}


.standard-content-block {
  margin-bottom: 15px;
  border-top: 1px solid #323232;
  padding: 10px 0 0 0;
  box-sizing: border-box;
}



.standard-content-block .content-wrap {
  transition: all 0.5 ease-in-out;
}


.standard-content-block .content-wrap:hover > * {
  opacity: 0.25;
}

.standard-content-block .content-wrap h3:hover {
  opacity: 1;
}

.standard-content-block .content-wrap .links-wrap:hover {
  opacity: 1;
}

.standard-content-block .content-wrap .slug:hover {
  opacity: 1;
}



.standard-content-block .image-wrap {
  margin-bottom: 5px;
}

.standard-content-block .new-flag {
  float: left;
  margin-right: 15px;
}

.standard-content-block .slug {
  margin-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.2em;
}

.standard-content-block .slug .nam-news-and-opinion {
  background-image: url(../img/nam-news-and-opinion-logo.svg?1);
  height: 100%; 
  width: auto;
  text-indent: -99999px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.standard-content-block .slug .result-type {
  color: #323232;
  padding-right: 7px;
}

.standard-content-block .slug a {
  color: #363636;
}

.standard-content-block .slug a:hover  {
  text-decoration: none;
}

.standard-content-block h3 {
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.standard-content-block h3 .title-suffix {
  font-style: italic;
  font-weight: normal;
}

.standard-content-block h3 .result-type {
  font-weight: 200;
}

.standard-content-block h3 a:hover {
  text-decoration: none;
}

.standard-content-block-insert {
  margin-bottom: 0;
  border: 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display:flex;
  flex-direction:column;
}

.standard-content-block-insert .content-wrap {
  background-color: #F1F1F1;
  flex: 1;
}

.standard-content-block-insert .image-wrap {
  border-color: transparent !important;
}

.standard-content-block-insert .content-wrap {
  padding: 0 10px;
}

.standard-content-block-insert-hiv-update {
  border-top: 1px solid #34BBAA;
  margin-bottom: 15px;
  min-height: 115px;
}

.standard-content-block-insert-hiv-update a {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 0px;
  background-image: url(../img/template-images/hiv-update-promo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.standard-content-block-insert-conference-news {
  margin-bottom: 15px;
  min-height: 115px;
  border-top: 1px solid #34BBAA;
}

.standard-content-block-insert-conference-news a {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 0px;
  background-image: url(../img/template-images/conference-news-promo.svg);
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
}

.standard-content-block-insert-conference {
  border-top: 1px solid #34BBAA;
  padding: 10px 0 0 0;
  margin-bottom: 15px;
 
}

.standard-content-block-insert-conference a {
  display: block;
}

.standard-content-block-insert-conference img {
  border: 1px solid #F1F1F1;
}



.standard-content-block-conference .image-wrap {
  border: 1px solid #F1F1F1;
  
}

.standard-content-block-conference .image-wrap img {

}

.standard-content-block-conference .content-wrap:hover > * {
  opacity: 1;
}

.standard-content-block-conference.featured {
  margin-bottom: 30px;
}

.standard-content-block-conference.featured .image-wrap-button {
  display: none;
}

.standard-content-block-conference.featured .content-wrap a:hover {
  text-decoration: none;
}

.standard-content-block-conference.featured .content-wrap h3 {
  font-size: 2.2em;
  line-height: 1.4em;
}

.standard-content-block-conference.featured .content-wrap p {
  font-size: 1.5em;
  line-height: 1.5em;
}

.standard-content-block-conference:not(.featured) .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255,0.95);
  opacity: 0;
  pointer-events: none;  
  transition: opacity 0.5s ease-in-out;
}

.standard-content-block-conference:not(.featured):hover .content-wrap {
  opacity: 1;
  pointer-events: initial;
}

.standard-content-block-conference:not(.featured) .content-wrap a {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.standard-content-block-conference:not(.featured) .content-wrap a:hover {
  text-decoration: none;
}

.standard-content-block-conference:not(.featured) .content-wrap h3 {
  font-size: 2.2em;
  line-height: 1.4em;
}

.standard-content-block-conference:not(.featured) .content-wrap p {
  font-size: 1.5em;
  line-height: 1.5em;
}


.standard-content-block-archive {
  border-top: 1px solid #323232 !important;
}

.standard-content-block-about-hiv {
  border-top: 1px solid #ec008c;
}

.standard-content-block-aggregator {
  border-top: 1px solid #25418f;
}



.standard-content-block-about-hiv .content-wrap a:hover,
.standard-content-block-about-hiv .content-wrap .slug,
.standard-content-block-about-hiv .content-wrap .slug a {
  color: #ec008c;
}

.standard-content-block-aggregator .content-wrap a:hover,
.standard-content-block-aggregator .content-wrap .slug,
.standard-content-block-aggregator .content-wrap .slug a {
  color: #25418f;
}


.standard-content-block-news {

}

.standard-content-block-news .image-wrap {
  border: 1px solid #E3E3E3;
  margin-bottom: 0;
}

.standard-content-block-news .content-wrap {
  padding-top: 10px;
}

.standard-content-block-news {
  border-top: 1px solid #34BBAA;
}

.standard-content-block-news .meta-wrap .meta-item:after {
  border-right-color: #34BBAA;
}

.standard-content-block-news .content-wrap a:hover,
.standard-content-block-news .content-wrap .slug,
.standard-content-block-news .content-wrap .slug a {
  color: #34BBAA;
}


.standard-content-block-news .content-wrap .slug a:hover {
  color: #323232;
}


.standard-content-block-aggregator .meta-wrap .meta-item:after {
  border-right-color: #25418f;
}

.standard-content-block-search-result .content-wrap .slug a { color: #323232; }
.standard-content-block-search-result.standard-content-block-news .content-wrap .slug a:hover { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-geography .content-wrap .slug a:hover { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-conferences .content-wrap .slug a:hover { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-about-hiv .content-wrap .slug a:hover { color: #ec008c; }
.standard-content-block-search-result.standard-content-block-multimedia .content-wrap .slug a:hover { color: #ec008c; }
.standard-content-block-search-result.standard-content-block- .content-wrap .slug a:hover { color: #ec008c; }
.standard-content-block-search-result.standard-content-block-about-aidsmap .content-wrap .slug a:hover { color: #E83E44; }
/*.standard-content-block-search-result.standard-content-block-topics .content-wrap .slug a:hover { color: #ec008c; }*/
.standard-content-block-search-result.standard-content-block-aggregator .content-wrap .slug a:hover { color: #25418f; }



.standard-content-block-search-result.standard-content-block-news .content-wrap h3 a { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-geography .content-wrap h3 a { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-conferences .content-wrap h3 a { color: #34BBAA; }
.standard-content-block-search-result.standard-content-block-about-hiv .content-wrap h3 a { color: #ec008c; }
.standard-content-block-search-result.standard-content-block-multimedia .content-wrap h3 a { color: #ec008c; }
.standard-content-block-search-result.standard-content-block- .content-wrap h3 a { color: #ec008c; }
/*.standard-content-block-search-result.standard-content-block-topics .content-wrap h3 a { color: #ec008c; }*/
.standard-content-block-search-result.standard-content-block-aggregator .content-wrap h3 a { color: #25418f; }
.standard-content-block-search-result.standard-content-block-page .content-wrap h3 a { color: #E83E44; }
.standard-content-block-search-result .content-wrap h3 a:hover { color: #323232; }


.standard-content-block-search-result .excerpt {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.standard-content-block-search-result .links-wrap ul {
  list-style-type: none;
}

.standard-content-block-search-result .links-wrap ul li {
  list-style-type: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3em;
  display: inline-block;
  padding: 0 7px 0 0;
  margin: 0 7px 0 0;
  position: relative;
}

.standard-content-block-search-result .links-wrap ul li:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 3px;
  right: -1px;
  border-right: 1px solid #323232; 
}

.standard-content-block-search-result .links-wrap ul li:last-child:after {
  content: none;
}


.view-display-id-aggregator_sidebar_block .view-content.loading {
  padding-bottom: 75px;
  background-image: url(../img/loading.svg);  
  background-size: 50px auto;
  background-position: center bottom 20px;
  background-repeat: no-repeat;
}


.view-display-id-news_landing_block .view-content.loading {
  padding-bottom: 75px;
  background-image: url(../img/loading.svg);  
  background-size: 50px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.news-items-list-featured .standard-content-block:nth-child(1),
.news-items-list-featured .standard-content-block:nth-child(2) {
  width: calc(50% - 7.5px);
  padding: 0;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
}

.news-items-list-featured .standard-content-block:nth-child(1) .content-wrap,
.news-items-list-featured .standard-content-block:nth-child(2) .content-wrap {
  padding: 10px 15px 15px 15px;
}

.news-items-list-featured .standard-content-block:nth-child(1) .image-wrap,
.news-items-list-featured .standard-content-block:nth-child(2) .image-wrap {
  display: block;
  border: 0;
}


.news-items-list-featured .view-footer {
  margin-top: 15px;
}

/*
.news-items-list .standard-content-block-insert {
  border-color: #34BBAA;
}
*/

body .sidebar .sidebar-related-news-block .views-row,
body .sidebar .sidebar-related-news-block h3,
body .sidebar .sidebar-related-news-block .slug a,
body .sidebar .sidebar-related-news-block h4 a:hover {
  color: #34BBAA;   
  border-color: #34BBAA;   
}

body .sidebar .sidebar-related-news-block .meta-item {
  color: #000000;
}


.sidebar-news-wrap {

}

.sidebar-bulletin-wrap .sidebar-bulletin-item:last-child,
.sidebar-content-wrap .sidebar-content-item:last-child,
.sidebar-news-wrap .sidebar-news-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.sidebar-news-wrap .sidebar-news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #323232;
}

.sidebar-bulletin-wrap .sidebar-bulletin-item,
.sidebar-content-wrap .sidebar-content-item {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFFFFF;
}

.sidebar-content-wrap .sidebar-content-item a:hover,
.sidebar-news-wrap .sidebar-news-item a:hover {
  text-decoration: none;
}

.sidebar-content-wrap .sidebar-content-item .slug,
.sidebar-news-wrap .sidebar-news-item .slug {
  margin-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.2em;
}

.sidebar-content-wrap .sidebar-content-item .slug a:hover,
.sidebar-news-wrap .sidebar-news-item .slug a:hover {
  color: #323232;
}

.sidebar-content-wrap .sidebar-content-item {
  border-bottom: 1px solid #ec008c;
}

.sidebar-content-wrap .sidebar-content-item .slug a {
  color: #ec008c;
}

.sidebar-content-wrap .sidebar-content-item h4 a:hover {
  color: #ec008c;
}

.sidebar-news-wrap .sidebar-news-item {
  border-bottom: 1px solid #34BBAA;
}

.sidebar-news-wrap .sidebar-news-item .slug a {
  color: #34BBAA;
}

.sidebar-news-wrap .sidebar-news-item h4 a:hover {
  color: #34BBAA;
}

.aggregator-wrap .aggregator-item {
  border-bottom: 1px solid #25418f;
}

.aggregator-wrap .aggregator-item .slug a {
  color: #25418f;
}

.aggregator-wrap .aggregator-item .slug a:hover {
  color: #323232;
}

.aggregator-wrap .aggregator-item .meta-wrap .meta-item:after {
  border-color: #25418f;
}

.aggregator-wrap .aggregator-item .content-wrap {
  display:flex;
  flex-direction:column;
}

.aggregator-wrap .aggregator-item h4 a:hover {
  color: #25418f;
}

.aggregator-wrap .aggregator-item .excerpt {
  font-size: 1.4em;
  line-height: 1.3em;
  max-height: 0;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.25s ease-in;
}

.aggregator-wrap .aggregator-item:hover .excerpt {
  max-height: 200px;
}



.content-bookmarks {
  padding: 20px 0;
  
}

.content-bookmarks ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
/*
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
*/
  column-count: 3;
  column-gap: 30px;
  border-bottom: 1px solid #E83E44;
  padding-bottom: 30px;
  padding-top: 30px;
}

.content-bookmarks ul li {
  padding: 0 0 0 25px;
  margin: 0 0 5px 0;
  font-size: 1.6em;
  line-height: 1.2em;
  background-image: url(../img/bullet-about-us.svg);
  background-size: 15px auto;
  background-position: left 2px;
  background-repeat: no-repeat;
  box-sizing: border-box;
/*
  width: calc(33.3% - 20px);
*/
}

.content-bookmarks ul li a {
  color: #E83E44;
}

.content-bookmarks ul li a:hover {
  text-decoration: none;
  color: #58595b !important;
}


#signup-cb92667 label {
    font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}



#signup-cb92667 .field-wrap {
  margin-bottom: 15px;
}

#signup-cb92667 .field-wrap-checkbok label {
  float: left;
  margin-left: 30px;
}

#signup-cb92667 .field-wrap-checkbok input[type=checkbox] {
  position: absolute;
}



.bulletin-subscribe-form {

}

.bulletin-subscribe-form .name-container {
  display: flex;
  justify-content: space-between;
}

.bulletin-subscribe-form .name-container .js-form-item {
  width: calc(50% - 15px);

}

.bulletin-subscribe-form legend,
.bulletin-subscribe-form .js-form-item > label {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.bulletin-subscribe-form .js-form-item > input ~ label {
  font-size: 14px;
  line-height: 16px;
}

.bulletin-subscribe-form input[type=submit] {
  font-size: 16px;
  line-height: 20px;
}

#edit-preferences--wrapper {
  margin-top: 30px;
}

/*
body.section-about-hiv .content-bookmarks ul li, body.section-about-hiv .content-bookmarks ul li a { border-left-color: #ec008c !important; color: #ec008c; }
body.section-about-aidsmap .content-bookmarks ul li, body.section-about-aidsmap .content-bookmarks ul li a { border-left-color: #E83E44 !important; color: #E83E44; }
body.section-news .content-bookmarks ul li, body.section-news .content-bookmarks ul li a { border-left-color: #34BBAA !important; color: #34BBAA; }
*/

.historical-article-alert {
  margin-bottom: 15px;
}

.historical-article-alert a {
  display: block;
  font-size: 1.5em; 
  line-height: 1.5em;
  border: 3px solid #323232;
  padding: 5px 10px 3px 10px;
}

.historical-article-alert a:hover {
  text-decoration: none;
  background-color: #323232;
  color: #FFFFFF;
}

body.section-news .historical-article-alert a { border-color: #34BBAA; }
body.section-news .historical-article-alert a:hover { background-color: #34BBAA; }

.article-social-links {
  margin-bottom: 30px;
}

.article-social-links .item {
  display: inline-block;
  vertical-align: middle;
}

.article-social-links .item.circle {
  border-radius: 50%;
  background-color: #323232;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.25s ease-in-out;
}

.article-social-links .item.circle:hover {
  transform: scale(1.05);
}

body.section-about-hiv .article-social-links .item.circle { background-color: #ec008c; }
body.section-news .article-social-links .item.circle { background-color: #34BBAA; }
body.page-node-type-multimedia .article-social-links .item.circle { background-color: #ec008c; }

body.section-news .article-social-links .item .styled-link { background-color: #34BBAA; }
body.section-news .article-social-links .item .styled-link:after { background-image: url(../img/link-outline-green.svg); }

body.section-about-hiv .article-social-links .item .styled-link { background-color: #ec008c; }
body.section-about-hiv .article-social-links .item .styled-link:after { background-image: url(../img/link-outline-pink.svg); }

body.page-node-type-multimedia .article-social-links .item .styled-link { background-color: #ec008c; }
body.page-node-type-multimedia .article-social-links .item .styled-link:after { background-image: url(../img/link-outline-pink.svg); }



.article-social-links .item.circle span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px;
  text-indent: -999999px;
  background-position: center center;
  background-size: contain;
}

.article-social-links .item.circle.twitter span { background-image: url(../img/icon-twitter-white.svg); }
.article-social-links .item.circle.facebook span { background-image: url(../img/icon-facebook-white.svg); }
.article-social-links .item.circle.linkedin span { background-image: url(../img/icon-linkedin-white.svg); }
.article-social-links .item.circle.print span { background-image: url(../img/icon-print-white.svg); }

.article-social-links-small {
  margin-bottom: 0;
}

.article-social-links-small .item.circle span {
  width: 10px;
  height: 10px;
}


.field--name-field-subtitle {
  font-size: 2.0em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.field--name-field-hosted-video {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 56.25%;
}

.field--name-field-hosted-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.field--name-field-attribution {
  font-size: 1.6em;
  line-height: 1.5em;
  font-style: italic;
  margin-bottom: 15px;
/*
  padding-bottom: 15px;
  border-bottom: 1px solid #34BBAA;
*/
}

/*
.field--name-field-topics {
  border-top: 1px solid #323232;
  padding-top: 15px;
}

body.section-news .field--name-field-topics { border-color: #34BBAA; }
body.section-about-hiv .field--name-field-topics { border-color: #ec008c; }
*/

.field--name-field-topics .field-label {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 15px;
  font-weight: 600;
}

.field--name-field-next-review-date {
  font-size: 1.5em;
  line-height: 1.5em;
}

.article-meta-data {
  margin: 15px 0;
  font-size: 1.6em;
  line-height: 1.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #323232;
}

.article-meta-data > .field--name-field-series .field-label {
  display: inline-block;
  /* color: #ec008c; */
}

.article-meta-data > .field--name-field-series .field-item {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ec008c; 
  /* color: #ec008c; */
}

.article-meta-data > div.field--name-field-author {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #323232;
}

.article-meta-data > div.field--name-field-reading-time {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #323232;
}

body.section-about-hiv .article-meta-data > div.field--name-field-reading-time {
  border-color: #ec008c;
}

body.section-about-hiv .article-meta-data > div.field--name-field-reading-time:empty {
  border: 0;
}

body.section-news .article-meta-data > div.field--name-field-reading-time {
  border-color: #34BBAA; 
}

.article-meta-data > div.field--name-field-author .field-item {
  display: inline-block;
}

.article-meta-data > div.field--name-field-author .field-item:after {
  content: ',';
}

.article-meta-data > div.field--name-field-author .field-item:last-child:after {
  content: none;
}


body.section-about-hiv .article-meta-data > div.field--name-field-author, body.section-about-hiv .article-meta-data { border-color: #ec008c; }
body.section-about-aidsmap .article-meta-data > div.field--name-field-author, body.section-about-aidsmap .article-meta-data {  border-color: #E83E44; }
body.section-news .article-meta-data > div.field--name-field-author, body.section-news .article-meta-data {  border-color: #34BBAA; }

body.section-about-hiv .article-meta-data > div.field--name-field-author a { color: #ec008c; }
body.section-about-aidsmap .article-meta-data > div.field--name-field-author a { color: #E83E44; }
body.section-news .article-meta-data > div.field--name-field-author a { color: #34BBAA;  }


.path-taxonomy .field--name-field-image,
.node--type-factsheet .field--name-field-image,
.node--type-news .field--name-field-image {
  margin-bottom: 15px;
}

.node--type-factsheet .field--name-field-image .caption {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 10px;
  color: #ec008c; 
  opacity: 0.8;
}

.node--type-news .field--name-field-image .caption {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 10px;
  color: #34BBAA; 
  opacity: 0.8;
}

body.taxonomy-term-bulletin_type .field--name-field-archive-image {
  margin-bottom: 30px;
}

body.page-node-type-bulletin .field--name-field-archive-image {
  margin-bottom: 30px;
}

.embed-shortcut-wrap .image-wrap:not(.no-filter),
.standard-content-block .image-wrap:not(.no-filter),
.x-node--type-news .field--name-field-image:not(.no-filter) .image-wrap,
.node--type-factsheet .field--name-field-image:not(.no-filter) .image-wrap {
  position: relative;
}

.embed-shortcut-wrap .image-wrap:not(.no-filter):after,
.standard-content-block .image-wrap:not(.no-filter):after,
.node--type-factsheet .field--name-field-image:not(.no-filter) .image-wrap:after,
.x-node--type-news .field--name-field-image:not(.no-filter) .image-wrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  mix-blend-mode: screen;
  pointer-events: none;
}

/*
.embed-shortcut-wrap-about-hiv .image-wrap:not(.no-filter):after,
.node--type-factsheet .field--name-field-image:not(.no-filter) .image-wrap:after {
  background-image: url(../img/image-overlay-about-hiv.jpg);
}

.embed-shortcut-wrap-news .image-wrap:not(.no-filter):after,
.x-standard-content-block-news .image-wrap:not(.no-filter):after,
.x-node--type-news .field--name-field-image:not(.no-filter) .image-wrap:after {
  background-image: url(../img/image-overlay-news.jpg);
}
*/

@supports (-ms-ime-align: auto) {
  .image-wrap:after {
    background-image: none !important;
  }
}


.embed-shortcut-wrap .image-wrap:not(.no-filter) img,
.standard-content-block .image-wrap:not(.no-filter) img,
.node--type-factsheet .field--name-field-image:not(.no-filter) .image-wrap img,
.x-node--type-news .field--name-field-image:not(.no-filter) .image-wrap img {
/*
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
*/
  display: block;
}


.field--name-body figure.caption {
  margin-bottom: 0;
  border: 1px solid #F1F1F1;
}

.field--name-body figure.caption-iframe {
  width: 100%;

}

.field--name-body figure.caption > * {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.field--name-body figure.caption figcaption {
  text-align: left;
  padding: 5px 0;
  line-height: 1.4em;
  font-weight: bold;
}

.field--name-body figure.caption.align-left {
  width: 50%;
  float: left;
  margin-right: 15px;
}

.field--name-body figure.caption.align-right {
  width: 50%;
  float: right;
  margin-right: 15px;
}
 
.field--name-body table {
  border-collapse: collapse;
}

.field--name-body table th {
  padding: 3px;
  border: 1px solid #DDDDDD;
  font-size: 1.3em;
  line-height: 1.4em; 
  background-color: #F1F1F1; 
  color: #000000;
}


.field--name-body table td {
  padding: 3px;
  border: 1px solid #DDDDDD;
  font-size: 1.3em;
  line-height: 1.4em; 
}

.field--name-body table td a {
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.field--name-body table th p,
.field--name-body table td p {
  font-size: 1em;
  margin-bottom: 5px;
}

.field--name-field-next-review-date,
.field--name-field-references,
.field--name-field-acknowledgements {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #323232;
}

 
body.section-news .field--name-field-next-review-date, body.section-news .field--name-field-references, body.section-news .field--name-field-acknowledgements { border-color: #34BBAA; }
body.section-about-hiv .field--name-field-next-review-date, body.section-about-hiv .field--name-field-references, body.section-about-hiv .field--name-field-acknowledgements { border-color: #ec008c; }




.field--name-description p,
.field--name-body p,
.field--name-field-references p,
.field--name-field-acknowledgements p {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.field--name-body video {
  max-width: 100%;
  height: auto;
}

.field--name-body div.pull-left {
  float: left;
  width: 50%;
  margin: 0 15px 15px 0;
}

.field--name-body div.pull-right {
  float: right;
  width: 50%;
  margin: 0 15px 0 15px;
}


.field--name-body iframe {
  width: 100%;
  height: auto;
  border: 1px solid #F1F1F1;
}

.field--name-field-acknowledgements p,
.field--name-field-references p {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.field--name-description p:last-child,
.field--name-body p:last-child,
.field--name-field-acknowledgements p:last-child,
.field--name-field-references p:last-child {
  margin-bottom: 0;
}

.field--name-body sup {
  font-size: 75%;
  line-height: 75%;
}

.field--name-body sub {
  font-size: 75%;
  line-height: 75%;
}

.sidebar .field--name-description p,
.sidebar .field--name-body p,
.sidebar .field--name-field-references p {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.field--name-body h3 {
  font-size: 2.0em;
  line-height: 1.4em;
  margin-top: 30px;
  font-weight: 600;
}

.field--name-body h4 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

.field--name-body h3 ~ h4 {
  margin-top: 0px;
}

.field--name-body .styled-link-wrap {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

body.section-news .field--name-body .styled-link-wrap .styled-link { background-color: #34BBAA; }
body.section-news .field--name-body .styled-link-wrap .styled-link:after { background-image: url(../img/link-outline-green.svg); }

body.section-news .field--name-body .styled-link-wrap .styled-link-about-hiv { background-color: #ec008c; }
body.section-news .field--name-body .styled-link-wrap .styled-link-about-hiv:after { background-image: url(../img/link-outline-pink.svg); }


.field--name-description ul,
.field--name-body ul,
.field--name-field-references ul {
  margin-bottom: 15px;
}

.field--name-description li,
.field--name-body li,
.field--name-field-references li {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.field--name-description li:last-child,
.field--name-body li:last-child,
.field--name-field-references li:last-child {
  margin-bottom: 0;
}

.field--name-description li p,
.field--name-body li  p,
.field--name-field-references li p {
  font-size: 1em;
}

.field--name-description p:last-child,
.field--name-body p:last-child,
.field--name-field-references p:last-child {
  margin-bottom: 0;
}

.field--name-description p.standfirst,
.field--name-body p.standfirst {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 400;
}

.field--name-body .key-points {
  background-color: #e6e6e6;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}

.field--name-body .key-points h3 {
  margin: 0;
  padding: 0 15px;
  color: #323232 !important;
}

.field--name-body .key-points ul {

}

.field--name-body .key-points ul li {
  position: relative;
  page-break-inside: avoid;
  list-style-type: none;
  break-inside: avoid;
  margin-bottom: 5px;
}

.field--name-body .key-points ul li:before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ec008c;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.field--name-body .key-points .editors-picks img {
  width: 30px;
}

.field--name-body .find-out-more {
  background-color: #e6e6e6;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}

.field--name-body .find-out-more h3 {
  margin: 0;
  color: #323232 !important;
}

.field--name-body .find-out-more ul li:last-child {
  margin-bottom: 0;
}


.field--name-body blockquote {
  position: relative;
  float: left;
  background-color: #323232; 
  width: 30%;
  padding: 20px;
  margin: 0 20px 20px 0;
  font-weight: bold;
  box-sizing: border-box;
}


.field--name-body blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 20px;
  height: 20px;
  border-bottom-right-radius: 20px;
  background-color: #323232; 
}

body.section-news .field--name-body td a,
body.section-news .field--name-body th a,
body.section-news .field--name-body p a,
body.section-news .field--name-body li a {
  color: #34BBAA; 
}

body.section-about-hiv .field--name-body td a,
body.section-about-hiv .field--name-body th a,
body.section-about-hiv .field--name-body p a,
body.section-about-hiv .field--name-body li a {
  color: #ec008c;
}

body.section-about-aidsmap .field--name-body td a,
body.section-about-aidsmap .field--name-body th a,
body.section-about-aidsmap .field--name-body p a,
body.section-about-aidsmap .field--name-body li a {
  color: #E83E44;
}


body.section-news .field--name-body blockquote:after,
body.section-news .field--name-body blockquote {
  background-color: #34BBAA; 
}

body.section-about-hiv .field--name-body blockquote:after,
body.section-about-hiv .field--name-body blockquote {
  background-color: #ec008c;
}

.field--name-body blockquote p {
  font-size: 2.0em;
  line-height: 1.4em;
}

.field--name-field-acknowledgements .field-label,
.field--name-field-references .field-label {
  margin: 0 0 0px 0;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: 600;
}

body.about-hiv-language .field--name-description p,
body.about-hiv-topic .field--name-description p {
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 200;
}

body.section-news .field--name-field-references a {
  color: #34BBAA; 
}

body.section-about-hiv .field--name-field-references a {
  color: #ec008c;
}


.field--name-body blockquote p {
  color: #FFFFFF;
}

body.section-about-hiv .field--name-description p.standfirst strong,
body.section-about-hiv .field--name-body p.standfirst strong {
  color: #ec008c;
  font-weight: 400;
}

body.section-about-aidsmap .field--name-description p.standfirst strong,
body.section-about-aidsmap .field--name-body p.standfirst strong {
  color: #E83E44;
  font-weight: 400;
}

#content .field--name-body {
  margin-bottom: 45px;
}

#content .node--type-multimedia .field--name-body p a {
  color: #ec008c;
}


.homepage-section {
  margin: 0 0 60px 0;
}

.homepage-section h2 {
  text-align: center;
}

.homepage-section-news .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.homepage-section-news .view-content .views-row {
  width: calc( 33.3% - 20px );
}

.block-page-title-block {
  margin-bottom: 45px;
}

body.taxonomy-term-conferences .block-page-title-block,
body.about-hiv-language .block-page-title-block,
body.page-node-type-bulletin .block-page-title-block,
body.page-node-type-factsheet .block-page-title-block,
body.page-node-type-news .block-page-title-block,
body.page-node-type-translation .block-page-title-block {
  margin-bottom: 10px;
}

body.page-node-type-news .block-page-title-block .slug {
  margin-bottom: 10px;
}

.block-page-title-block h1,
.block-page-title-block .subtitle {
  display: inline;
  font-size: 2.8em;
  line-height: 1.2em;
}

.section-about-aidsmap .block-page-title-block .subtitle {
  margin-top: 30px;
}

.block-page-title-block h1 {
  font-weight: 400; 
  padding-right: 10px;
}


.block-page-title-block .subtitle {
  font-weight: 200; 
}

.block-page-title-block .slug {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.block-page-title-block .slug .nam-news-and-opinion {
  background-image: url(../img/nam-news-and-opinion-logo.svg?3);
  height: 25px; 
  width: auto;
  text-indent: -99999px;
  display: block;
  background-repeat: no-repeat;
  background-size: auto 80%;
}



body.page-route-aidsmapservicesuk-service-finderservice .slug a,
body.page-node-type-multimedia .block-page-title-block .slug a,
body.section-about-hiv .block-page-title-block .slug a,
body.section-about-hiv .block-page-title-block h1 {
  color: #ec008c;
}
body.about-hiv-topic .block-page-title-block h1 {
  /*font-weight: 600;*/
}

body.section-about-aidsmap .block-page-title-block .slug,
body.section-about-aidsmap .block-page-title-block .slug a,
body.section-about-aidsmap .block-page-title-block h1 {
  color: #E83E44;
}



body.section-news .block-page-title-block .slug,
body.section-news .block-page-title-block .slug a,
body.section-news .block-page-title-block h1 {
  color: #34BBAA;
}

body.page-route-aidsmapservicesuk-service-finderservice h1,
body.taxonomy-term-conferences .block-page-title-block h1,
body.page-node-type-bulletin .block-page-title-block h1,
body.page-node-type-factsheet:not(.factsheet-type-landing-page) .block-page-title-block h1,
body.page-node-type-news .block-page-title-block h1,
body.page-node-type-translation .block-page-title-block h1 {
  color: #323232;
  font-weight: 600;
}

body.path-user .block-page-title-block h1 {
  font-size: 2.0em;
  line-height: 1.2em;
  color: #323232;
}

body.path-user .block-page-title-block h1 span {
  font-weight: 400;
  display: inline-block;
  border-left: 1px solid #E83E44;
  padding-left: 10px;
  margin-left: 5px;
}

body.path-user .block-page-title-block .subtitle {
  margin-left: 130px;
  margin-bottom: 60px;
  display: block;
}

body.path-user .block-page-title-block .subtitle {
  font-size: 1.5em;
  line-height: 1.5em;
}

body.page-route-aidsmapservicesuk-service-finderservice .block-page-title-block .subtitle {

  display: block;
}



body.path-frontpage .block-page-title-block {
  display: none;
}

body.path-search .block-page-title-block h1 span {
  font-weight: 600;
  color: #ec008c;
}

/*
body.section-about-aidsmap .block-page-title-block {
  margin-bottom: 0;
}
*/


.block-page-title-block.with-icon {
  margin-bottom: 15px;
}

.block-page-title-block.with-icon .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.block-page-title-block.with-icon .content .title-icon {
  width: 100px;
  margin-right: 15px;
}

.block-page-title-block.with-icon .content .title-icon img {
  display: block;
  width: 100%;
  height: auto;
}

body.path-user .block-page-title-block.with-icon .content .title-icon {
  border-radius: 50%;
  overflow: hidden;
}

body.factsheet-type-arv-factsheet .block-page-title-block .title-icon,
body.factsheet-type-arv-background-information .block-page-title-block .title-icon {
  float: right;
  height: 50px;
}

body.factsheet-type-arv-factsheet .block-page-title-block .title-icon img,
body.factsheet-type-arv-background-information .block-page-title-block .title-icon img {
  width: auto;
  height: 100%;
}




.montage-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.montage-wrap .col-1 {
  width: 43.627451%;
}

.montage-wrap .col-2 {
  width: 54.9019608%;
}


.montage-wrap .col-1 .montage-item:nth-child(2) {
  width: 100%;
  margin-left: 0%;
}

.montage-wrap .col-1 .montage-item:nth-child(3) {
  width: calc( 100% * ( 280 / 445 ) );
  margin-left: calc( 100% - (100% * ( 280 / 445 )) )
}

.montage-wrap .col-2 .montage-item:nth-child(2) {
  width: calc( 100% * ( 280 / 560 ) );
  /*margin-right: calc( 100% - (100% * ( 445 / 560 )) );*/
}


.montage-wrap .col-1 .montage-item[data-columns='1.0'] {
  width: calc( ((100% - 45px) * 0.25) + (0 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.25) + (0 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='1.5'] {
  width: calc( ((100% - 45px) * 0.375) + (1 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.375) + (1 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='2.0'] {
  width: calc( ((100% - 45px) * 0.5) + (1 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.5) + (1 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='2.5'] {
  width: calc( ((100% - 45px) * 0.625) + (2 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.625) + (2 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='3.0'] {
  width: calc( ((100% - 45px) * 0.75) + (2 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.75) + (2 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='3.5'] {
  width: calc( ((100% - 45px) * 0.875) + (3 * 15px) );
  margin-left: calc( 100% - ( ((100% - 45px) * 0.875) + (3 * 15px) ) );
}
.montage-wrap .col-1 .montage-item[data-columns='4.0'] {
  width: 100%;
  margin-left: 0;
}
.montage-wrap .col-1 .montage-item[data-columns='4.5'] {
  width: 100%;
  margin-left: 0;
}
.montage-wrap .col-1 .montage-item[data-columns='5.0'] {
  width: 100%;
  margin-left: 0;
}




.montage-wrap .col-2 .montage-item[data-columns='1.0'] {
  width: calc( ((100% - 60px) * 0.20) + (0 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.20) + (0 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='1.5'] {
  width: calc( ((100% - 60px) * 0.30) + (1 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.30) + (1 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='2.0'] {
  width: calc( ((100% - 60px) * 0.40) + (1 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.40) + (1 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='2.5'] {
  width: calc( ((100% - 60px) * 0.50) + (2 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.50) + (2 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='3.0'] {
  width: calc( ((100% - 60px) * 0.60) + (2 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.60) + (2 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='3.5'] {
  width: calc( ((100% - 60px) * 0.70) + (3 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.70) + (3 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='4.0'] {
  width: calc( ((100% - 60px) * 0.80) + (3 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.80) + (3 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='4.5'] {
  width: calc( ((100% - 60px) * 0.90) + (4 * 15px) );
  margin-right: calc( 100% - ( ((100% - 60px) * 0.90) + (4 * 15px) ) );
}
.montage-wrap .col-2 .montage-item[data-columns='5.0'] {
  width: 100%;
  margin-right: 0;
}





.montage-wrap .montage-item {
  box-sizing: border-box;
  margin: 0 0 15px 0;
  break-inside: avoid;
  opacity: 0;
  position: relative;
}

.montage-wrap .montage-item p {
  display: block;
  margin-bottom: 15px;
  font-size: 2.9em;
  line-height: 1.2em;
}

.montage-wrap .montage-item p:last-child {
  margin-bottom: 0;
}

.montage-wrap .montage-item p span.hide-character {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.montage-wrap .montage-item p span.hide-character.show-character {
  opacity: 1;
}

.montage-wrap .montage-item p span.hide-paragraph {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.montage-wrap .montage-item p span.hide-paragraph.show-paragraph {
  opacity: 1;
}

.montage-wrap .montage-item p:first-child {
  opacity: 1;
}

.montage-wrap .montage-item:nth-child(2) {
  break-after: always;
}

.montage-wrap .montage-item .content-wrap {
  background-size: cover;
  background-position: center center;
}

.montage-wrap .montage-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative; 
  z-index: 1;
}

.montage-wrap .montage-item a:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute; 
  transition: 1s all ease-in-out;
}



.montage-wrap .montage-item h3 {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 2.9em;
  line-height: 1.2em;
  z-index: 1;
  color: #323232;
  transition: 1s all ease-in-out;
  transition-delay: 0.5s;
}

.montage-wrap .montage-item h3 span {
  transform-origin: left bottom;
  display: block;
}

.montage-wrap .montage-item .teaser {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  transition: 1s all ease-in-out;
  opacity: 0;
  font-weight: 200;
  z-index: 1;
  color: #323232;

  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.montage-wrap .montage-item .teaser .latest-news {
  margin-top: auto;
  position: relative;
}

.montage-wrap .montage-item .teaser .latest-news ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.montage-wrap .montage-item .teaser .latest-news ul li {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 600;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 40px;
  display: block;
}

.montage-wrap .montage-item .teaser .latest-news ul li .new-flag {
  position: absolute;
  font-size: 0.7em;
  left: 0;
}




@media all and (min-width: 601px) {

  .montage-wrap .montage-item a:hover:after {
    background-color: rgba(255,255,255,0.85);
  }

  .montage-wrap .montage-item:hover h3 {
    transition: 0s all ease-in-out;
    opacity: 0;
  }

}



.montage-wrap .montage-item:hover .teaser {
  opacity: 1;
}

.montage-wrap .montage-item-intro {
  text-align: right; 
  font-weight: 200;
  padding: 15px 0px 0px 0px;
}

.montage-wrap .montage-item-intro strong,
.montage-wrap .montage-item-intro b {
  color: #ec008c;
  font-weight: 400;
}


.montage-wrap .montage-item > a {
  display: block;
  background-color: #FFFFFF;
}

.montage-wrap .montage-item .image-wrap img {
  
}


.montage-wrap .montage-item .image-wrap .alternative-images {
  display: none;
} 

/*
.montage-wrap .montage-item.show-as-carousel .image-wrap img {
  transform: translateX(100%);
}

.montage-wrap .montage-item.show-as-carousel .image-wrap img.active {
  transform: translateX(0);
}
*/

.montage-wrap .montage-item .image-wrap .next {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-right.svg);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 10px;
  bottom: 10px;
}


.montage-wrap .montage-item .image-wrap .prev {
  display: block;
  width: 40px;
  height: 40px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-left.svg);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 40px;
  bottom: 10px;
}





.toc-wrap-grid .view-content,
.topic-wrap-grid .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
}

.toc-wrap-grid .view-content .views-row,
.topic-wrap-grid .view-content .views-row { 
  width: calc( 25% - (135px / 4) );
  width: calc( 25% );
  box-sizing: border-box;
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}


.toc-wrap-grid .view-content:after,
.topic-wrap-grid .view-content:after {
  content: '';
  display: block;
  width: calc( 25% - (135px / 4) );
}

.toc-wrap-grid .view-content .views-row a:hover,
.topic-wrap-grid .view-content .views-row a:hover {
  text-decoration: none;
}

.toc-wrap-grid .view-content .views-row h3,
.topic-wrap-grid .view-content .views-row h3 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.2em;
  max-width: 165px;
}


.toc-wrap-grid .view-content .views-row:after,
.topic-wrap-grid .view-content .views-row:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  border-bottom: 1px solid #323232;
}

.toc-wrap-grid .view-content .views-row:after {
  border-color: #E83E44;
}

.topic-wrap-grid .view-content .views-row:after {
  border-color: #ec008c; 
}



.toc-wrap-grid .view-content .views-row .image-wrap,
.topic-wrap-grid .view-content .views-row .image-wrap {
  padding: 0;
  width: 100px;
}

.toc-wrap-grid .view-content .views-row .image-wrap a,
.topic-wrap-grid .view-content .views-row .image-wrap a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  margin: 0 0 15px 0;
  border-radius: 50%;
  transition: 0.5s transform ease-in-out;
}

.toc-wrap-grid .view-content .views-row .image-wrap a:empty,
.topic-wrap-grid .view-content .views-row .image-wrap a:empty {
  background-color: #F1F1F1;
}

.toc-wrap-grid .view-content .views-row:hover .image-wrap a,
.topic-wrap-grid .view-content .views-row:hover .image-wrap a {
  transform: scale(1.1);  
}

.sidebar-shortcut-block .content > a {
  display: block;
}

.sidebar-shortcut-block .content > a:hover {
  text-decoration: none;
}


.sidebar-standard-block {
  background-color: #ECECEC;
  padding: 15px;
}

.sidebar-standard-block.no-border {
  padding: 0;
}

.sidebar-standard-block .image-wrap {
  margin-bottom: 10px;
}

.sidebar-aggregator-block h3 {
  color: #25418f !important;
}


/*
.sidebar-news-block h2 {
  color: #34BBAA !important;
}


.sidebar-about-hiv-block h2 {
  color: #ec008c !important;
}
*/


.sidebar-nav-wrap .sidebar-nav-item h4 {
  font-weight: 400;
}

.sidebar-about-hiv-block .sidebar-nav-item {
  padding-left: 25px;
  margin-bottom: 15px;
  background-image: url(../img/bullet-about-hiv.svg);
  background-size: 15px auto;
  background-position: left 2px;
  background-repeat: no-repeat;
}

.sidebar-about-us-block .sidebar-nav-item {
  padding-left: 25px;
  margin-bottom: 15px;
  background-image: url(../img/bullet-about-us.svg);
  background-size: 15px auto;
  background-position: left 2px;
  background-repeat: no-repeat;
}




/*
.sidebar-nav-block {
  background-color: #F1F1F1;
  padding: 15px;
}

.sidebar-nav-block .sidebar-nav h4 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0;
  padding: 7.5px 0 7.5px 0;
}

.sidebar-nav-block .sidebar-nav .views-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.sidebar-nav-block .sidebar-nav .image-wrap {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.sidebar-nav-block .sidebar-nav .image-wrap a {
  display: block;
}


.sidebar-news-block h2 {
  color: #34BBAA !important;
}

.sidebar-aggregator-block h2 {
  color: #25418f !important;
}

.sidebar-topic-block h2 {
  color: #ec008c !important;
}



.sidebar-topic-block .topic-item {
  padding-left: 25px;
  margin-bottom: 15px;
  background-image: url(../img/bullet-about-hiv.svg);
  background-size: 15px auto;
  background-position: left top;
  background-repeat: no-repeat;
}

.sidebar-topic-block h4 a:hover {
  color: #ec008c;
}
*/



body.section-about-hiv .sidebar-nav-block .sidebar-nav h4,
body.section-about-hiv .sidebar-nav-block .sidebar-nav h4 a,
body.section-about-hiv .sidebar-nav-block h2 {
  color: #E83E44;
}

body.section-about-aidsmap .sidebar-nav-block .sidebar-nav h4,
body.section-about-aidsmap .sidebar-nav-block .sidebar-nav h4 a,
body.section-about-aidsmap .sidebar-nav-block h2 {
  color: #E83E44;
}



.team-list .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.team-list .views-row {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 45px;
  margin-right: 15px;
}

.team-list .views-row > a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.team-list .views-row > a:hover {
  text-decoration: none;
}

.team-list .views-row h3 {
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #323232;
}

.team-list .views-row a h3 {
  color: #E83E44;
}

.team-list .views-row h3 span {
  font-weight: 200;
  color: #323232;
  display: block;
}

.team-list .views-row .image-container {
  width: 150px;
  cursor: pointer;
}

.team-list .views-row .image-wrap {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #F1F1F1;
  overflow: hidden;
  margin-right: 30px;
}

.team-list .views-row .static-content-wrap {

}

.team-list .views-row .content-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index: 999;
} 

.team-list .views-row .content-wrap .sleeve {
  width: 500px;
  max-width: calc(100% - 30px);
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  max-height: calc(100% - 100px);
  overflow-y: auto;
}

.team-list .views-row .content-wrap .sleeve .close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.team-list .views-row .content-wrap .sleeve .image-wrap {
  width: 150px;
  margin-bottom: 30px;
}


.team-list .views-row .content-wrap .sleeve .image-wrap .biography {
  
}


.team-list .views-row .content-wrap .biography p {
  font-size: 1.5em;
  line-height: 1.5em;
}

.team-list .views-row .content-wrap .read-more {
  margin-top: 15px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.team-list .views-row .content-wrap .read-more a {
  color: #E83E44;
}


.block-sign-up-promo-box {
  border: 15px solid #34BBAA;
  margin-bottom: 37px !important;
}

.block-sign-up-promo-box .content {
  padding: 15px;
}

.block-sign-up-promo-box .content a:hover {
  text-decoration: none;
}

.block-sign-up-promo-box .content .teaser-wrap {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
  color: #34BBAA;
  margin-bottom: 15px;
}



body.path-frontpage #content {
  width: 100%;
}

body.path-frontpage h1 {
  display: none !important;
}






body.page-about-hiv-glossary .block-page-title-block,
body.page-about-hiv-glossary .field--name-body,
body.page-about-hiv-a-z-antiretroviral-medications .block-page-title-block,
body.page-about-hiv-a-z-antiretroviral-medications .field--name-body {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ec008c;
}


.glossary-wrap .glossary-item,
.arv-drug-wrap .arv-drug-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: 30px;
}

.glossary-wrap .glossary-item .title-wrap,
.arv-drug-wrap .arv-drug-item .title-wrap {
  width: 25%;
  text-align: right;
}

.glossary-wrap .glossary-item .title-wrap h3,
.arv-drug-wrap .arv-drug-item .title-wrap h3 {
  margin-bottom: 0;
}

.arv-drug-wrap .arv-drug-item .title-wrap .alternative-names {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #ec008c;
}

.glossary-wrap .glossary-item .content-wrap,
.arv-drug-wrap .arv-drug-item .content-wrap {
  width: 75%;
  padding-left: 30px;
  box-sizing: border-box;
}

.glossary-wrap .glossary-item .related {
  margin-top: 5px;
  font-size: 1.3em;
  line-height: 1.3em;
}

.glossary-wrap .glossary-item .related span {
  display: inline-block;
  margin-right: 5px;
}

.glossary-wrap .glossary-item .related a {
  color: #ec008c;
}

.glossary-wrap .glossary-item .content-wrap p,
.arv-drug-wrap .arv-drug-item .content-wrap p {
  font-size: 1.5em;
  line-height: 1.5em;
}

.glossary-wrap .glossary-item .content-wrap p a,
.arv-drug-wrap .arv-drug-item .content-wrap p a {
  color: #ec008c;
}

.arv-drug-wrap .arv-drug-item .content-wrap .links {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 10px;
}

.arv-drug-wrap .arv-drug-item .content-wrap .links span a {
  color: #ec008c;
}

.arv-drug-wrap .arv-drug-item .content-wrap .links span {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ec008c;
}

.arv-drug-wrap .arv-drug-item .content-wrap .links span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}


.languages-landing-wrap .filter-wrap input,
.topic-content-wrap .filter-wrap input,
.glossary-wrap .filter-wrap input,
.arv-drug-wrap .filter-wrap input {
  width: 100%;
  border: 1px solid #ec008c;
  font-size: 1.8em;
  line-height: 1.2em;
  padding: 10px 10px;
  background-image: url(../img/magnifier.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 20px center;
}

.topic-content-wrap .no-results,
.glossary-wrap .no-results,
.arv-drug-wrap .no-results {
  display: none;
  text-align: center;
  padding: 10px;
  color: #ec008c;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: 600;
}

.glossary-wrap .alpha-wrap,
.arv-drug-wrap .alpha-wrap {
  margin: 10px 0 30px 0;
}

.glossary-wrap .alpha-wrap ul,
.arv-drug-wrap .alpha-wrap ul {
  list-style-type: none;
  padding: 0 10px;
  margin: 0; 
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.glossary-wrap .alpha-wrap ul li,
.arv-drug-wrap .alpha-wrap ul li {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 1.2em;
  line-height: 1em;
  flex: 1;
  text-align: center;
  border-right: 1px solid #323232;
}

.glossary-wrap .alpha-wrap ul li:last-child,
.arv-drug-wrap .alpha-wrap ul li:last-child {
  border-right: 0;
}

.glossary-wrap .alpha-wrap ul li span,
.arv-drug-wrap .alpha-wrap ul li span {
  opacity: 0.5;
}

.glossary-wrap .alpha-wrap ul li a,
.arv-drug-wrap .alpha-wrap ul li a {
  color: #ec008c; 
}

.glossary-wrap .alpha-wrap ul li a:hover,
.arv-drug-wrap .alpha-wrap ul li a:hover {
  font-weight: bold;
  text-decoration: none;
}

.topic-content-wrap {
  padding-top: 15px;
}

.topic-content-wrap .view-header {
  max-width: 215px;
  padding-bottom: 15px;
}

.topic-content-wrap .view-content .column-wrap {
  column-count: 3;
  column-gap: 15px;
  margin: 30px 0 0 0;
}

.topic-content-wrap .view-content .column-wrap.with-heading {
  margin-top: 15px;
}

.topic-content-wrap .view-content .column-wrap.with-separator {
  border-top: 1px solid #ec008c;
  padding-top: 30px;
  margin-top: 15px;
}

.topic-content-wrap .view-content .column-wrap .views-row {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border: 1px solid transparent;
}




.topic-content-wrap h2 {
  width: 100%;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #ec008c;
  margin-top: 15px;
}



.topic-content-wrap .topic-content-item h3 {
  font-weight: 200;
  padding-left: 25px;
  background-image: url(../img/bullet-about-hiv.svg);
  background-size: 15px auto;
  background-position: left 2px;
  background-repeat: no-repeat;
}

.topic-content-wrap .topic-content-item h3 a:hover {
  text-decoration: none;
  color: #ec008c;
}

/*
.view-display-id-search_results_block .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.view-display-id-search_results_block .views-row {
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
  border-top: 1px solid #CCCCCC;  
  padding-top: 10px;
}

.view-display-id-search_results_block .views-row.result-type-news {
  border-color: #34BBAA;
}

.view-display-id-search_results_block .views-row.result-type-page {
  border-color: #ec008c;
}

.view-display-id-search_results_block .views-row h3 {
  margin-bottom: 5px;
}
*/

.embed-shortcut-wrap {
  float: right;
  border: 1px solid #323232;
  padding: 5px;
  width: 31.8518519%;
  margin: 0 0 15px 15px;
}

.embed-shortcut-wrap h4 {
  font-weight: 200;
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

.embed-shortcut-wrap-news .a { border-color: #34BBAA; }
.embed-shortcut-wrap-news h4 a { color: #34BBAA; }

.embed-shortcut-wrap-about-hiv { border-color: #ec008c; }
.embed-shortcut-wrap-about-hiv h4 a { color: #ec008c; }

.embed-toc-wrap {
  border: 1px solid #323232;
  padding: 15px;  
  margin-left: 30px;
  margin-bottom: 15px;
  width: 31.8518519%;
  float: right;
  box-sizing: border-box;
}

.embed-toc-wrap h4 {
  margin-top: 0px;
  font-weight: 600;
  color: #323232 !important;
}

.embed-toc-wrap ul {
  padding: 0;
  margin: 0;
}

.embed-toc-wrap ul li {
  margin-bottom: 5px;
  list-style-type: none;
}




body.section-about-hiv .embed-toc-wrap { border: 1px solid #ec008c; }
body.section-about-hiv .embed-toc-wrap .embed-glossary-item .header a,
body.section-about-hiv .embed-toc-wrap .embed-glossary-item .header a:before { color: #ec008c; }

body.section-news .embed-toc-wrap { border: 1px solid #34BBAA; }
body.section-news .embed-toc-wrap .embed-glossary-item .header a,
body.section-news .embed-toc-wrap .embed-glossary-item .header a:before { color: #34BBAA; }


.embed-glossary-wrap {
  border: 1px solid #323232;
  padding: 15px;  
  margin-right: 30px;
  margin-bottom: 15px;
  width: 31.8518519%;
  float: left;
  box-sizing: border-box;
}

.embed-glossary-wrap h3 {
  margin-top: 0px;
}

.embed-glossary-wrap h3 a {
  color: #323232;
}

.embed-glossary-wrap .embed-glossary-item {
  margin-bottom: 10px;
  /* padding-left: 15px; */
  
}

.embed-glossary-wrap .embed-glossary-item:last-child {
  margin-bottom: 0;
}

.embed-glossary-wrap .embed-glossary-item h4 {
  display: inline;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 10px 0 0;
  padding: 0;
}

.embed-glossary-wrap .embed-glossary-item h4 a {
  color: #323232;
  display: inline-block;
  position: relative;
}

/*
.embed-glossary-wrap .embed-glossary-item h4 a:before {
  content: '\2022';
  color: #323232;
  position: absolute;
  top: 2px;
  left: -15px;
  font-size: 1.8em;
}
*/

.embed-glossary-wrap .embed-glossary-item h4 a:hover {
  text-decoration: none;
}

body.section-about-hiv .embed-glossary-wrap { border: 1px solid #ec008c; }
body.section-about-hiv .embed-glossary-wrap .embed-glossary-item h4 a,
body.section-about-hiv .embed-glossary-wrap .embed-glossary-item h4 a:before { color: #ec008c; }

body.section-news .embed-glossary-wrap { border: 1px solid #34BBAA; }
body.section-news .embed-glossary-wrap .embed-glossary-item h4 a,
body.section-news .embed-glossary-wrap .embed-glossary-item h4 a:before { color: #34BBAA; }

.embed-glossary-wrap .embed-glossary-item .definition {
  display: none;
  opacity: 0;
  transform: all 1s ease-in-out;
}

.embed-glossary-wrap .embed-glossary-item.active .definition {
  display: inline;
  opacity: 1;
}

.embed-glossary-wrap .embed-glossary-item .definition p {
  display: inline;
  font-size: 1.5em;
  line-height: 1.5em;
}

.refine-search-form {
  padding: 15px;
  border: 1px solid #ec008c;
}

.refine-search-form h3 {
  color: #ec008c;
}

.refine-search-form select,
.refine-search-form label {
  font-size: 1.4em;
  line-height: 1.2em;
}

.refine-search-form .form-type-checkbox input {
  position: absolute;
  left: -9999999px;
}
.refine-search-form .form-type-checkbox input~label {
  position: relative;
  display: block;
  margin-left: 20px;
} 

.refine-search-form .form-type-checkbox input~label:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 2px;
}

.refine-search-form .form-type-checkbox input:checked~label:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 2px;
}

.refine-search-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 1.1em;
  line-height: 1.4em;
  border: 0;
  width: calc(100% - 5px);
  margin-top: 5px;
  border: 1px solid #ECECEC;
  padding: 3px 20px 3px 10px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px auto;
  
}

.refine-search-form .form-type-select select:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 2px;
}


.refine-search-form .edit-date-range-fields .fieldset-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  /* margin-left: 20px; */
  position: relative;
}

/*
.refine-search-form .edit-date-range-fields .fieldset-wrapper:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 12px;
}

.refine-search-form .edit-date-range-fields .fieldset-wrapper.complete:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: -20px;
  top: 12px;
}

*/

.refine-search-form .edit-date-range-fields .fieldset-wrapper .form-item {
  width: calc(50% - 10px);
  margin: 0;
}



.refine-search-form .form-item-country {
  position: relative;
}

.refine-search-form .form-item-country select {
/*
  margin-left: 20px; 
  max-width: calc(100% - 20px);
*/
}

/*
.refine-search-form .form-item-country:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 28px;
}

.refine-search-form .form-item-country.complete:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 28px;
}
*/



.refine-search-form .form-item-author {
  position: relative;
}

.refine-search-form .form-item-author select {
/*
  margin-left: 20px;
  max-width: calc(100% - 20px);
*/
}

/*
.refine-search-form .form-item-author:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 28px;
}

.refine-search-form .form-item-author.complete:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  left: 0px;
  top: 28px;
}
*/

.refine-search-form .button {
  margin-left: 0;
}


.bulletin-wrap .bulletin-item {
  border-top: 1px solid #34BBAA;
  margin-bottom: 30px;
  padding-top: 10px;
}

.bulletin-wrap .bulletin-item h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.bulletin-wrap .content-wrap:hover > * {
  opacity: 1 !important;
}

.bulletin-wrap .bulletin-item h3 a {
  color: #34BBAA;
}

.bulletin-wrap .bulletin-item h3 a:hover {
  text-decoration: none;
  color: #323232;
}

.bulletin-wrap .bulletin-item .teaser ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bulletin-wrap .bulletin-item .teaser ul li {
  font-size: 1.4em;
  line-height: 1.4em;
  position: relative;
  padding-left: 0px;
}




.basics-viewer-style-1 {
  border: 1px solid #F1F1F1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.basics-viewer-style-1.basics-viewer-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.95);
}

.basics-viewer-style-1.basics-viewer-popup .header {
  background-color: #F1F1F1;
  text-align: right;
  overflow: header;
}

.basics-viewer-style-1.basics-viewer-popup .header .close {
  background-image: url(../img/cross-grey.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}

.basics-viewer-style-1.basics-viewer-popup .toolbar {
  height: 20px;
  background-color: #F1F1F1;
}

.basics-viewer-style-1.basics-viewer-popup .toolbar .controller {
  width: 20px;
  height: 20px;
  background-color: #ec008c;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  transform: rotate(-90deg);
}

.basics-viewer-style-1.basics-viewer-popup .toolbar .controller:before {
  content: '';
  background-image: url(../img/link-outline-pink.svg);
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: right center;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 20px;
}

.basics-viewer-style-1.basics-viewer-popup .basics-viewer-container {
  position: fixed;
  top: 50vh;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  max-width: 1000px;
}

.basics-viewer-style-1.basics-viewer .click-to-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #ec008c;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.0em;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.basics-viewer-style-1.basics-viewer.loading:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/loading.svg);  
  background-size: 100px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.basics-viewer-style-1.basics-viewer .sleeve {
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.basics-viewer-style-1.basics-viewer.popup .sleeve {
  height: 50vh;
}

.basics-viewer-style-1.basics-viewer.popup .sleeve img {
  opacity: 0;
  pointer-events: none;
  height: 100%;
  width: auto;
  display: none;
}


.basics-viewer-style-2 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 345px;
}

.basics-viewer-style-2 .click-to-view-image-wrap {
  border: 1px solid #F1F1F1;
}

.basics-viewer-style-2 .click-to-view {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 5px;
  color: #ec008c;
  text-align: left;
}

.basics-viewer-style-2.basics-viewer-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1);
  max-width: 100%;
}


.basics-viewer-style-2.basics-viewer-popup .sleeve {
  position: fixed;
  top: 50%;
  left: 15px;
  right: 15px;
  height: calc(100% - 90px);
  transform: translateY(-50%);
  margin: auto;
}

.basics-viewer-style-2.basics-viewer-popup .prev,
.basics-viewer-style-2.basics-viewer-popup .next {
  position: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #CCCCCC;
  transform-origin: center center;
  opacity: 0.5;
}

.basics-viewer-style-2.basics-viewer-popup .sleeve .image-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #CCCCCC;
}

.basics-viewer-style-2.basics-viewer-popup .sleeve img {
  display: none;
}

.basics-viewer-style-2.basics-viewer-popup .sleeve .click-to-view {
  display: none;
}

.basics-viewer-style-2.basics-viewer-popup .header {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  margin: auto; 
  user-select: none;
  z-index: 1;
}

.basics-viewer-style-2.basics-viewer-popup .header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url(../img/basics-nav-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px;
  top: 40px;
  cursor: pointer;
}

.basics-viewer-style-2.basics-viewer-popup .controller {
  position: absolute;
  bottom: 60px;
  left: 15px;
  right: 15px;
  text-align: center;
  margin: auto; 
  user-select: none;
}

.basics-viewer-style-2.basics-viewer-popup .controller .nav {
  display: inline-block;
  margin: 0 25px;
  height: 20px;
  font-size: 1.4em;
  line-height: 20px;
  opacity: 0;
}

.basics-viewer-style-2.basics-viewer-popup .controller .nav-left {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-left.svg);
  cursor: pointer;
  position: absolute;
  left: 0;
}

.basics-viewer-style-2.basics-viewer-popup .controller .nav-right {
  display: inline-block;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-right.svg);
  cursor: pointer;
  position: absolute;
  right: 0;
}




.translation-section-wrap {
  margin-top: 30px;
}

.translation-section-wrap .translation-section-item {
  
}


#block-bulletinsignupblock {
  display: none;
}

#block-bulletinsignupblock .content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
  z-index: 998;
}

#block-bulletinsignupblock.initialised .content {
  opacity: 1;
  pointer-events: initial;
}

#block-bulletinsignupblock .content .sleeve {
  position: fixed;
  max-width: 600px;
  padding: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50vh;
  transform: translateY(-50%);
  max-height: calc(100vh - 200px);
  background-color: #ec008c;
  text-align: left; 
  overflow-y: scroll;
  box-sizing: border-box;
}




#block-websitefeedbackblock {
  position: absolute;  
}

#block-websitefeedbackblock h3 {
  position: fixed;
  right: 0;
  top: 50vh;
  transform: translateX(50%) rotate(-90deg) translateY(-50%);
  background-color: #ec008c;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 99;
}

#block-websitefeedbackblock .content {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}

#block-websitefeedbackblock.initialised .content {
  transition: opacity 1s ease-in-out;
  opacity: 1;
  pointer-events: initial;
  z-index: 998;
}

#block-websitefeedbackblock .content .sleeve {
  position: fixed;
  max-width: 600px;
  padding: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50vh;
  transform: translateY(-50%);
  max-height: calc(100vh - 150px);
  background-color: #ec008c;
  text-align: left; 
  overflow-y: scroll;
  box-sizing: border-box;
}

#block-websitefeedbackblock .form-wrap .intro-wrap p {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

#block-websitefeedbackblock .form-wrap .close {
  background-image: url(../img/cross-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#block-websitefeedbackblock .form-wrap textarea {
  font-size: 1.4em;
  line-height: 1.0em;
  padding: 10px;
  border: 0;
}

#block-websitefeedbackblock .form-wrap textarea::-webkit-input-placeholder { color: #000000; }
#block-websitefeedbackblock .form-wrap textarea:-ms-input-placeholder { color: #000000; }
#block-websitefeedbackblock .form-wrap textarea::placeholder { color: #000000; }

#block-websitefeedbackblock #edit-purpose--wrapper {
  font-size: 1.4em;
}

#block-websitefeedbackblock .form-wrap input[type=submit] {
  background-color: #FFFFFF;
  color: #ec008c;
  font-size: 1.4em;
  line-height: 1.0em;
  padding: 10px 15px 7.5px 15px;
}

#block-websitefeedbackblock .ajax-progress .throbber {
  background: url(../img/loading-white.svg);
}


body.taxonomy-term-conferences .taxonomy-term .field--name-field-button {
  display: none;
}

body.taxonomy-term-conferences .taxonomy-term .field--name-field-image {
  margin-bottom: 30px;
}


body.taxonomy-term-conferences .media-wrap .media-item {
  border-bottom: 1px solid #34BBAA; 
}

body.taxonomy-term-conferences .media-wrap .media-item:last-child {
  border-bottom: 0;
}



body.path-archive .block-page-title-block {
  margin-bottom: 30px;
}

body.path-archive .block-page-title-block h1 {
  font-size: 2.8em;
  line-height: 1.4em;
  font-weight: 400;
  
}

body.path-archive .block-page-title-block h1 span {
  color: #ec008c;
  font-weight: 200;
}

body.path-archive .block-page-title-block .teaser {
  margin-bottom: 15px;
  font-size: 1.8em;
  line-height: 1.4em;
  font-style: italic;
}

body.path-archive .block-page-title-block .subtitle {
  display: block;
  font-size: 2.0em;
  line-height: 1.5em;
  margin-bottom: 10px;
  margin-right: 10px;
}

body.path-archive .block-page-title-block .subtitle span.filter-label {
  font-weight: 400;
} 

body.path-archive .block-page-title-block .subtitle span.filter-wrap {
  display: inlie-block;
  margin-right: 10px;
}

body.path-archive .block-page-title-block .subtitle span.filter-item {
  color: #ec008c;
}


body.path-archive .keyword-search {
  margin-bottom: 30px;
}

body.path-archive .keyword-search .input-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

body.path-archive .keyword-search .input-wrap input[type=text] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;  
  padding: 5px 10px 3px 10px;
  font-size: 1.6em;
  line-height: 1.0em;
  flex: 1;
  display: block;
}

body.path-archive .keyword-search .input-wrap input[type=submit] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;  
  padding: 5px 10px 3px 10px;
  font-size: 1.6em;
  line-height: 1.0em;

}


#views-exposed-form-search-search-results-block {
  display: none;
}


#block-conferencevideoblock > h3 {
  margin-top: 45px;
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 400;
  padding-top: 30px;
  border-top: 1px solid #34BBAA; 
}

#block-conferencebulletinblock > h3 {
  margin-top: 45px;
  font-size: 2.8em;
  line-height: 1.2em;
  font-weight: 400;
  padding-top: 30px;
  border-top: 1px solid #34BBAA; 
}


#block-conferencebulletinblock .conferences-bulletins-languages-wrap {
  margin-bottom: 30px;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap h3 {
  font-size: 2.0em;
  line-height: 1.2em;
  font-weight: 400;
  color: #323232;
  margin-bottom: 5px;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item {
  margin-right: 30px;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom:15px;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item h4 {
  font-weight: 200;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item .links {
  font-weight: 200;
  color: #34BBAA;   
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item .links a {
  color: #34BBAA; 
}


#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item:last-child {
  margin-right: 0;
}

#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap[data-columns='1'] .conference-bulletin-item { width: 100%; }
#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap[data-columns='2'] .conference-bulletin-item { width: calc(50% - (30px / 2)); }
#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap[data-columns='3'] .conference-bulletin-item { width: calc(33.3% - (60px / 3)); }
#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap[data-columns='4'] .conference-bulletin-item { width: calc(25% - (90px / 4)); }
#block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap[data-columns='5'] .conference-bulletin-item { width: calc(20% - (120px / 5)); }


.bulletin-sign-up-form .js-form-item legend,
.bulletin-sign-up-form .js-form-item > label {
  font-size: 1.4em; 
  line-height: 1.3em;
  font-weight: 400;
}

.bulletin-sign-up-form input[type=email],
.bulletin-sign-up-form input[type=text] {
  width: 100%;
  font-size: 1.4em; 
  line-height: 1em;
  padding: 10px 20px;
}

.bulletin-sign-up-form select {
  width: 100%;
  font-size: 1.4em; 
  line-height: 1em;
  padding: 10px 20px;
  border: 1px solid #ec008c;
}

.bulletin-sign-up-form .form-type-checkbox {
  margin-bottom: 5px;
}

.bulletin-sign-up-form #edit-bulletin--wrapper .form-type-checkbox label {
  font-weight: bold;
}

.bulletin-sign-up-form .form-type-checkbox .description {
  margin-left: 30px;
}

.bulletin-sign-up-form .form-type-checkbox input {
  position: absolute;
  left: -9999999px;
  margin-bottom: 10px;
}

.bulletin-sign-up-form .form-type-checkbox input~label {
  position: relative;
  display: block;
  font-size: 1.4em; 
  line-height: 1.4em;
  margin-left: 30px;
} 

.bulletin-sign-up-form .form-type-checkbox input~label:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: -30px;
  top: 2px;
}

.bulletin-sign-up-form .form-type-checkbox input:checked~label:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: -30px;
  top: 2px;
}



.service-finder,
.test-finder {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.service-finder h2.search-results-header,
.test-finder h2.search-results-header {
  font-weight: 400;
  margin-top: 30px;
  width: 100%;
}

.service-finder-service-update .form-wrapper,
.test-finder-service-update .form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.service-finder .form-wrapper,
.test-finder .form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uk-service-finder .form-wrapper {
  width: 100%;
}

.service-finder #edit-display-type--wrapper,
.test-finder #edit-display-type--wrapper {
  margin-bottom: auto;
}

.european-test-finder .form-wrapper:nth-child(1) { width: calc(66.6% - 10px); }
.european-test-finder .form-wrapper:nth-child(2) { width: calc(33.4% - 20px); }

.service-finder-service-update .form-wrapper .form-item,
.service-finder .form-wrapper .form-item,
.test-finder-service-update .form-wrapper .form-item,
.test-finder .form-wrapper .form-item {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.service-finder .form-wrapper .form-item#edit-test-type--wrapper,
.test-finder .form-wrapper .form-item#edit-test-type--wrapper {
  margin-bottom: auto;
}

.service-finder .form-item.inactive,
.test-finder .form-item.inactive {
  opacity: 0.25;
}

.service-finder-service-update .form-wrapper .address-wrap,
.service-finder-service-update .form-wrapper .form-item-instagram,
.service-finder-service-update .form-wrapper .form-item-twitter,
.service-finder-service-update .form-wrapper .form-item-facebook,
.service-finder-service-update .form-wrapper .form-item-email,
.service-finder-service-update .form-wrapper .form-item-telephone,
.service-finder-service-update .form-wrapper .form-item-website,
.test-finder-service-update .form-wrapper .address-wrap,
.test-finder-service-update .form-wrapper .form-item-instagram,
.test-finder-service-update .form-wrapper .form-item-twitter,
.test-finder-service-update .form-wrapper .form-item-facebook,
.test-finder-service-update .form-wrapper .form-item-email,
.test-finder-service-update .form-wrapper .form-item-telephone,
.test-finder-service-update .form-wrapper .form-item-website {
  width: calc(50% - 15px);
}

.service-finder .form-item-country,
.service-finder .form-item-town,
.test-finder .form-item-country,
.test-finder .form-item-town {
  width: calc(50% - 15px);
}

.service-finder-service-update .form-wrapper .address-wrap .form-item,
.test-finder-service-update .form-wrapper .address-wrap .form-item {
  margin-bottom: 0;
}

.service-finder-service-update .form-item legend,
.service-finder-service-update .form-item label,
.service-finder .form-item legend,
.service-finder .form-item label,
.test-finder-service-update .form-item legend,
.test-finder-service-update .form-item label,
.test-finder .form-item legend,
.test-finder .form-item label {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.uk-service-finder .form-checkboxes {
  column-count: 3;
  margin-bottom: 30px;
}

.uk-test-finder .form-item.form-type-checkbox label,
.uk-test-finder .form-item.form-type-radio label,
.uk-test-finder .form-item.form-type-checkbox label,
.uk-test-finder .form-item.form-type-radio label {
  font-size: 1.4em;
  line-height: 1.4em;
}

.uk-service-finder .form-checkboxes .form-item.form-type-checkbox label {
  font-size: 1.2em;
  line-height: 1.4em;
}

.uk-test-finder .form-type-checkbox input[data-title] ~ label,
.uk-test-finder .form-item[data-title] legend,
.uk-test-finder .form-type-checkbox input[data-title] ~ label,
.uk-test-finder .form-item[data-title] legend {
  position: relative;
}

.uk-test-finder .form-type-checkbox input[data-title] ~ label span.tooltip-trigger,
.uk-test-finder .form-item[data-title] legend span.tooltip-trigger,
.uk-test-finder .form-type-checkbox input[data-title] ~ label span.tooltip-trigger,
.uk-test-finder .form-item[data-title] legend span.tooltip-trigger {
  content: '?';
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px; 
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #ec008c;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  top: -1px;
}

.service-finder input[type=submit],
.test-finder input[type=submit] {
  width: 100%;
  margin-bottom: 12px; 
  padding: 13px;
}


.service-finder-service-update .form-type-radio input,
.service-finder-service-update .form-type-checkbox input,
.service-finder .form-type-radio input,
.service-finder .form-type-checkbox input,
.test-finder-service-update .form-type-radio input,
.test-finder-service-update .form-type-checkbox input,
.test-finder .form-type-radio input,
.test-finder .form-type-checkbox input {
  position: absolute;
  left: -9999999px;
}

.service-finder-service-update .form-type-radio input~label,
.service-finder-service-update .form-type-checkbox input~label,
.service-finder .form-type-radio input~label,
.service-finder .form-type-checkbox input~label,
.test-finder-service-update .form-type-radio input~label,
.test-finder-service-update .form-type-checkbox input~label,
.test-finder .form-type-radio input~label,
.test-finder .form-type-checkbox input~label {
  position: relative;
  display: block;
  margin-left: 20px;
} 

.service-finder-service-update .form-type-radio input~label:before,
.service-finder-service-update .form-type-checkbox input~label:before,
.service-finder .form-type-radio input~label:before,
.service-finder .form-type-checkbox input~label:before,
.test-finder-service-update .form-type-radio input~label:before,
.test-finder-service-update .form-type-checkbox input~label:before,
.test-finder .form-type-radio input~label:before,
.test-finder .form-type-checkbox input~label:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -20px;
  top: 2px;
}

.service-finder-service-update .form-type-radio input:checked~label:before,
.service-finder-service-update .form-type-checkbox input:checked~label:before,
.service-finder .form-type-radio input:checked~label:before,
.service-finder .form-type-checkbox input:checked~label:before,
.test-finder-service-update .form-type-radio input:checked~label:before,
.test-finder-service-update .form-type-checkbox input:checked~label:before,
.test-finder .form-type-radio input:checked~label:before,
.test-finder .form-type-checkbox input:checked~label:before {
  content: '';
  display: inline-block;
  position: absolute;
  border: 1px solid #ec008c;
  background-color: #ec008c;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: -20px;
  top: 2px;
}

.service-finder .tab-map-view,
.test-finder .tab-map-view {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.service-finder .tab-list-view,
.test-finder .tab-list-view {
  width: 100%;
}

.service-finder .tab-map-view .services-map,
.test-finder .tab-map-view .services-map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;  
}

.service-finder .service-wrap,
.test-finder .service-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}

.service-finder .service-wrap .service-item,
.test-finder .service-wrap .service-item {
  width: calc( 33.3% - 20px );
  border-top: 1px solid #ec008c;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  transition: all 1s ease-in-out;
  position: relative;
}

.service-finder .service-wrap .service-item h3 a,
.test-finder .service-wrap .service-item h3 a {
  color: #ec008c;
}

.service-finder .service-wrap .service-item.inactive,
.test-finder .service-wrap .service-item.inactive {
  opacity: 0.25;
}


.service-finder .service-wrap .service-item .update-listing,
.test-finder .service-wrap .service-item .update-listing {
  width: calc(100% - 40px);
  margin-top: 20px;
  cursor: pointer;
  padding-left: 20px;
}

.service-finder .service-wrap .service-item .update-listing a,
.test-finder .service-wrap .service-item .update-listing a {
  color: #ec008c;
}

.service-finder .service-wrap .service-item .back-to-map,
.test-finder .service-wrap .service-item .back-to-map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.service-finder .service-wrap .service-item.active .back-to-map,
.test-finder .service-wrap .service-item.active .back-to-map {
  opacity: 1;
  pointer-events: initial;
}

.service-finder .service-wrap .service-item h3,
.test-finder .service-wrap .service-item h3 {
  font-weight: 200;
  margin-bottom: 5px;
}

.service-finder .service-wrap .service-item h4,
.test-finder .service-wrap .service-item h4 {
  font-weight: 200;
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 1.2em;
}

.service-finder .service-wrap .service-item .meta-detail-wrap,
.test-finder .service-wrap .service-item .meta-detail-wrap {
  font-size: 1.2em;
  line-height: 1.2em;
}

.service-finder .service-wrap .service-item .contact-detail-wrap,
.test-finder .service-wrap .service-item .contact-detail-wrap {
  margin: 10px 0;
}

.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap .contact-detail-item,
.service-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item,
.test-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  position: relative;
  word-break: break-word;
}


.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap  .covid-info,
.service-finder .service-wrap .service-item .contact-detail-wrap .covid-info {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  margin-top: 20px;
}


.service-finder .service-wrap .service-item .more-details {
  margin-left: 20px;
}

.service-finder .service-wrap .service-item .more-details a {
  color: #ec008c;
}

.page-route-aidsmapservicesuk-service-finderservice .description {
  margin-bottom: 30px;
}

.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap .contact-detail-item {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap .contact-detail-item span,
.service-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item span,
.test-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-color: #ec008c;
  border-radius: 50%;
  color: #FFFFFF;
}

.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap .contact-detail-item span {
  top: 2px;
}

.page-route-aidsmapservicesuk-service-finderservice .contact-detail-wrap .contact-detail-item span:before,
.service-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item span:before,
.test-finder .service-wrap .service-item .contact-detail-wrap .contact-detail-item span:before {
  font-size: 6px;
  text-align: center;
  line-height: 14px;
  display: block;
  left: 0;
  right: 0;
  top: -1px;
  position: relative;
}



.page-hiv-service-finder-service-update .article-social-links,
.page-hiv-service-finder .article-social-links,
.page-hiv-test-finder-service-update .article-social-links,
.page-hiv-test-finder .article-social-links,
.page-european-test-finder-service-update .article-social-links,
.page-european-test-finder .article-social-links {
  display: none;
}

.page-hiv-service-finder #content .field--name-body,
.page-hiv-test-finder #content .field--name-body {
  margin-bottom: 0;
}

.european-test-finder-disclaimer {
  margin-top: 100px;
  
}

.european-test-finder-disclaimer p:nth-child(1) {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
}

.european-test-finder-disclaimer p:nth-child(2) {
  font-size: 1.1em;
  line-height: 1.4em;
  padding-top: 80px;
  background-image: url(../img/ecdc-logo.png);
  background-size: auto 65px;
  background-position: left top;
  background-repeat: no-repeat;
}

.service-popup {
  position: fixed;
  z-index: 999;
  top: 50vh;  
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,0.95);
  max-width: 800px;
  min-height: 500px; 
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.service-popup .header {
  background-color: #F1F1F1;
  text-align: right;
  overflow: header;
}

.service-popup .header .close {
  background-image: url(../img/cross-grey.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}

.service-popup.loading:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../img/loading.svg);  
  background-size: 100px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-popup > .content {
  background-color: #FFFFFF;
  padding: 30px;
  overflow-y: auto;
  max-height: calc( 100vh - 200px );
}

.service-popup > .content .slug {
  display: none;
}

.service-popup > .content .main-content {
  width: 100% !important;
}

.view-annual-reports {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.view-annual-reports .views-row {
  border-bottom: 1px solid #ec008c;
}

.view-annual-reports .views-row:first-child {
  border-top: 1px solid #ec008c;
}



.view-annual-reports .views-row a {
  display: block;
  padding: 10px;
}

.view-annual-reports .views-row a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #ec008c;
}


body.bulletin-type-hiv-update .block-page-title-block {
  padding-right: 125px;
  background-image: url(../img/hiv-update-logo.png);
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: right bottom;
} 

.embed-hiv-test-finder {
  margin-bottom: 30px;
  border-top: 1px solid #ec008c;
  border-bottom: 1px solid #ec008c;
  padding-top: 10px;
  padding-bottom: 10px;
}

.embed-hiv-test-finder h4 {
  margin: 0 0 10px 0;
}

.embed-hiv-test-finder form {
  display: flex;
} 

.embed-hiv-test-finder form input {
  margin: 0;
}

.embed-hiv-justice {
  margin-bottom: 15px;
  background-image: url(../img/criminalisation-logo.png);
  background-size: 225px auto;
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 250px;
  border-top: 1px solid #bd9428;
  border-bottom: 1px solid #bd9428;
  padding-top: 10px;
  padding-bottom: 10px;
}

.embed-hiv-justice h4 {
  margin-top: 0;
}

.embed-hiv-justice form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}


.embed-hiv-justice select {
  border-color: #bd9428;
  
}

.embed-hiv-justice button {
  border-color: #bd9428;
  background-color: #bd9428;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
}

body.taxonomy-term-languages .block-page-title-block {
  margin-bottom: 30px;
}

body.taxonomy-term-languages .block-page-title-block .subtitle {
  display: block;
}

body.taxonomy-term-languages .field--name-field-local-language-description p,
body.taxonomy-term-languages .field--name-description p {
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 15px;
}

body.taxonomy-term-languages .field--name-field-local-language-description p a,
body.taxonomy-term-languages .field--name-description p a {
  color: #ec008c;  
}

body.taxonomy-term-languages .field--name-field-local-language-description p a:hover,
body.taxonomy-term-languages .field--name-description p a:hover {
  text-decoration: underline;
}

body.taxonomy-term-languages .field--name-field-local-language-description p:first-child,
body.taxonomy-term-languages .field--name-description p:first-child {
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 200;
}



.translation-section-toc-wrap {
  margin-bottom: 30px;
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ec008c;
  padding-bottom: 30px;
}

.translation-section-toc-wrap .translation-section-toc-item {
  width: calc( 33.3% - 20px );
  margin-bottom: 60px;
}

.translation-section-toc-wrap:after {
  content: '';
  display: block;
  width: calc( 33.3% - 20px );
}

.translation-section-toc-wrap .translation-section-toc-item h3 {
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}

.translation-section-toc-wrap .translation-section-toc-item h3 a {
  color: #ec008c;
}

.translation-section-toc-wrap .translation-section-toc-item .teaser {
  font-size: 1.4em;
  line-height: 1.4em;
}


.translation-section-wrap .translation-section-item {
  margin-bottom: 60px;
}

.translation-section-wrap .translation-section-item h2 {
  font-size: 3.2em;
  line-height: 1.2em;
  margin-bottom: 5px;
}


.translation-section-wrap .translation-section-item .teaser {
  font-size: 1.6em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.translation-section-wrap .translation-section-item .translation-document-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
}

.translation-section-wrap .translation-section-item .translation-document-wrap:after {
  content: '';
  display: block;
  width: calc( 33.3% - 20px );
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item {
  width: calc( 33.3% - 20px );
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ec008c;
  
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item .image-wrap {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item h2,
.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item h3 {
  font-size: 1.6em;
  line-height: 1.1em;
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item h2 a,
.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item h3 a {
  color: #ec008c;
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item .translated-from {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.translation-section-wrap .translation-section-item .translation-document-wrap  .translation-document-item .translated-by {
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
  margin-bottom: 10px;
}

.block-translations-landing-block .landing-nav-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  margin-top: 45px;
}

.block-translations-landing-block .landing-nav-wrap .landing-nav-item {
  width: calc( 33.3% - 20px );
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ec008c;
}

.block-translations-landing-block .landing-nav-wrap .landing-nav-item h3 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.block-translations-landing-block .landing-nav-wrap .landing-nav-item h3 a {
  color: #ec008c;
}

.block-translations-landing-block .landing-nav-wrap .landing-nav-item .local-language-name {
  font-style: italic;
  color: #333333;
  font-size: 1.6em;
  line-height: 1.2em;
}


.view-display-id-block_video .view-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.view-display-id-block_video .view-content .views-row {
  width: calc(50% - 30px);
  margin-bottom: 30px;
}

.view-display-id-block_video .view-content .views-row .views-field-field-hosted-video .field-content {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.view-display-id-block_video .view-content .views-row .views-field-field-hosted-video .field-content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.view-display-id-block_video .view-content .views-row .views-field-title {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  line-height: 1.1em;
  font-weight: 600; 
  color: #EB008B;
}

.rating-form {
  
}

.rating-form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rating-form ul li {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
  whitespace: no-wrap;
  font-size: 14px;
  line-height: 18px;
}

.rating-form ul li span.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 3px;
  text-indent: -99999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.5 ease-in-out;
}

.rating-form ul li[data-action=rating-up] span.icon {
  background-image: url(../img/thumb-up-pink.svg);
  transform: translateY(-3px);
}

.rating-form ul li[data-action=rating-up] span.icon:hover {
  transform: translateY(-3px) scale(1.1);  
}

.rating-form ul li[data-action=rating-down] span.icon {
  background-image: url(../img/thumb-down-pink.svg);
  transform: translateY(3px);
}

.rating-form ul li[data-action=rating-down] span.icon:hover {
  transform: translateY(3px) scale(1.1);  
}

.rating-form ul li[data-action=rating-comment] span.icon {
  background-image: url(../img/comment-pink.svg);
}

.rating-form ul li[data-action=rating-comment] span.icon:hover {
  transform: scale(1.1);  
}


.tabs-translations {

}

.tabs-translations ul {
  list-style-type: none;
  border-bottom: 1px solid #ec008c;
  padding: 0 15px;
}

.tabs-translations ul li {
  display: inline-block;  
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 10px 20px;
  margin-right: 15px;
  position: relative;
  bottom: -1px;
  border: 1px solid #transparent;
  cursor: pointer;
}

.tabs-translations ul li:hover {
  color: #ec008c;
}

.tabs-translations ul li.active {
  border: 1px solid #ec008c;
  border-bottom-color: #FFFFFF;
}


.upload-form-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255,255,255,0.9);
}


.upload-form-wrap .intro {
  margin-bottom: 15px;
}

.upload-form-wrap .form-errors {
  color: #FFFFFF;
  padding: 15px;
  display: none;
  background-color: red;
  margin-bottom: 15px;
}

.upload-form-wrap .form-success {
  color: #FFFFFF;
  padding: 15px;
  display: none;
  background-color: green;
  margin-bottom: 15px;
}




.upload-form-wrap form {
  position: relative;
  max-width: 600px;
  max-height: calc(100vh - 200px);
  margin: 0 auto;
  top: 50vh;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  overflow-y: auto;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.upload-form-wrap form .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../img/cross-grey.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}


.upload-form-wrap form .field-wrap {
  margin-bottom: 15px;
}

.upload-form-wrap form .field-wrap-format .input-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}

.upload-form-wrap form .field-wrap > label {
  display: none;
}  



.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap {
  width: 50%;
}

.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap input {
  position: absolute;
  left: -99999px;
}

.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap label {
  display: block;
  background-color: #FFFFFF;
  color: #ec008c;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.2em;
  padding: 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ec008c;
}

.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap input:checked ~ label {
  background-color: #ec008c;
  color: #FFFFFF;
}

.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap:first-child label {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.upload-form-wrap form .field-wrap-format .input-wrap .radio-wrap:last-child label {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


.upload-form-wrap form .field-wrap-format-file .input-wrap input {
  position: absolute;
  left: -999999px;
}

.upload-form-wrap form .field-wrap-format-file .input-wrap label {
  display: inline-block;
  background-color: #ec008c;
  color: #FFFFFF;
  padding: 10px 20px 5px 20px;
  border-radius: 10px;
  font-size: 1.4em;
  line-height: 1.0em;
}

.upload-form-wrap form .field-wrap-format-file span.file-name {
  padding-left: 15px; 
  font-size: 1.4em;
}

.upload-form-wrap form .field-wrap-format-link {
   display: none;
}

body.taxonomy-term-languages .ui-datepicker-calendar {
  display: none !important;
}

body.taxonomy-term-languages #ui-datepicker-div {
  width: 200px;
}

body.taxonomy-term-languages div[data-language=english] {
  display: none;
}

article.node--type-translation span[data-language=local],
article.node--type-translation div[data-language=local] {
  display: none;
}

.upload-form-wrap form .field-wrap .input-wrap.with-error select {
  color: red;
  border: 1px solid red;
}

.upload-form-wrap form .field-wrap .input-wrap.with-error input[type=text] {
  border: 1px solid red;
}

.upload-form-wrap form .field-wrap .input-wrap.with-error input[type=file] ~ label {
  background-color: red;
}




.upload-form-wrap form .field-wrap .input-wrap.with-error input[type=text]::-webkit-input-placeholder { color: red; }
.upload-form-wrap form .field-wrap .input-wrap.with-error input[type=text]:-ms-input-placeholder { color: red; }
.upload-form-wrap form .field-wrap .input-wrap.with-error input[type=text]::placeholder { color: red; }


article.node--type-translation .image-wrap {
  /*height: 300px;*/
  margin-bottom: 15px;
  border-top: 1px solid #ec008c;
  padding-top: 15px;
}

article.node--type-translation[data-history-node-id="35903"] .image-wrap,
article.node--type-translation[data-history-node-id="35909"] .image-wrap {
  height: auto;
}

article.node--type-translation .image-wrap img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  border: 1px solid #F1F1F1;
}

article.node--type-translation .field--name-body {
  margin-bottom: 15px !important;
}

article.node--type-translation .translation-download {
  margin-bottom: 15px;
  font-size: 1.8em;
  line-height: 1.5em;

}

article.node--type-translation .translation-download a {
  color: #ec008c;
}

article.node--type-translation .translation-meta-data {
  margin-bottom: 30px;
  font-size: 1.6em;
  line-height: 1.5em;
} 

.media-promo-item  {
  margin-bottom: 60px;
  background-color: #F1F1F1;
}

.media-promo-item .image-wrap {
  margin-bottom: 15px;
  border: 1px solid #F1F1F1;
}

.media-promo-item .teaser {
  padding: 0 15px 15px 15px;
}

.media-promo-item .teaser p {
  font-size: 1.4em;
  line-height: 1.5em;
}

.pep-sidebar-block {
  border: 10px solid #ec008c;
  padding: 15px;
}

.pep-sidebar-block h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-top: 0;
}



.media-wrap.col-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}



.media-wrap .media-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ec008c;
  width: 100%;
}

.media-wrap.col-wrap .media-item.col-1-2 {
  width: calc(50% - 15px);
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}


.media-wrap .media-item .edition-wrap {
  width: calc(50% - 15px);
}

.media-wrap .media-item .edition-wrap .image-wrap {
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
}

.media-wrap .media-item .edition-wrap p {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.media-wrap .media-item .edition-wrap p span {
  color: #ec008c; 
  font-weight: bold;
}

.media-wrap .media-item .text-wrap {
  width: calc(50% - 15px);
}

.media-wrap .media-item .text-wrap h3 {
  margin-bottom: 5px;
  color: #323232;
}

.media-wrap .media-item .text-wrap h3 a:hover {
  text-decoration: none;
  color: #ec008c; 
  
}

.media-wrap .media-item .text-wrap .publish-date {
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 10px;  
  padding-right: 15px;
  /*border-right: 1px solid #ec008c;*/
  display: inline-block;
}

.media-wrap .media-item .text-wrap .teaser {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.media-wrap .media-item .text-wrap .more {
  font-size: 1.4em;
  line-height: 1.6em;
}

.media-wrap .media-item .text-wrap .more a {
  color: #ec008c;
}

.media-wrap.col-wrap .media-item.col-1-2 .edition-wrap,
.media-wrap.col-wrap .media-item.col-1-2 .text-wrap {
  width: 100%;
}


.field--name-field-multimedia-link .video-wrap {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}

.field--name-field-multimedia-link .video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}


article[data-history-node-id="34536"] h2 {
  display: none;
}





.cookie-banner {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
}

.cookie-banner .sleeve {
  position: relative;
  top: 50vh;
  margin: auto;
  transform: translateY(-50%);
  max-width: 400px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
  padding: 30px;
  
}

.cookie-banner .sleeve p {
  font-size: 1.6em;
  line-height: 1.6em;
  margin-bottom: 30px;
}


.cookie-banner .sleeve p a {
  text-decoration: underline;
}

.cookie-banner .sleeve .button-major {
  border: 1px solid #ec008c;
  background-color: #ec008c;
  font-size: 1.4em;
  line-height: 1.4em;
  padding: 10px 15px;
  color: #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  text-align: center;
}

.cookie-banner .sleeve .button-major:hover {
  x-color: #ec008c;
  x-background-color: #FFFFFF;
}

.cookie-banner .sleeve .button-minor {
  border: 1px solid #ec008c;
  background-color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 5px 15px;
  color: #ec008c;
  margin-bottom: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
}

.cookie-banner .sleeve .button-minor:hover {
  x-color: #FFFFFF;
  x-background-color: #ec008c;
}


/*
.sidebar .block-generic-sidebar-block {
  background-color: #F1F1F1;
  padding: 15px;
}
*/

.sidebar .block-generic-sidebar-block .image-wrap {
  margin-bottom: 15px;
}


.basics-viewer-v2 {
  margin-bottom: 90px;
  padding-bottom: calc( 50% * ( 297 / 210 ) );
  position: relative;
}

.basics-viewer-v2 .current .tell-me-more {
  transform-origin: center center;
  animation-name: stretch;
  animation-duration: 3.0s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.basics-viewer-v2.full-screen {
  z-index: 999;
  position: fixed;  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #FFFFFF;
  text-align: center;
}

.basics-viewer-v2.full-screen .sleeve {
  max-width: 700px;
  position: relative;
  top: 50vh;
  margin: 0 auto 0 auto;
  transform: translateY(-50%);
  padding-bottom: calc(50% * (210 / 297));
}

.basics-viewer-v2.full-screen .nav-left,
.basics-viewer-v2.full-screen .nav-right {
  z-index: 99999;
}

.basics-viewer-v2 .frame {
  width: 50%;
  opacity: 0;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 5px 5px 20px 5px #CCCCCC; 
  box-shadow: 5px 5px 20px 5px #CCCCCC;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.basics-viewer-v2 .frame svg {
  display: block;
}

.basics-viewer-v2 .frame {
  padding: 0;
}

.basics-viewer-v2 .full-screen {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #ec008c;
  cursor: pointer;
}

.basics-viewer-v2 img {
  float: left;
}

.basics-viewer-v2 .frame.current {
  opacity: 1;
}

.basics-viewer-v2 .nav-next {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-right.svg);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.basics-viewer-v2.full-screen .nav-next {
  right: 30px;
  top: 50vh;
  transform: translateY(-50%);
}

.basics-viewer-v2 .nav-prev {
  display: block;
  width: 80px;
  height: 80px;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/basics-nav-left.svg);
  cursor: pointer;
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
}

.basics-viewer-v2.full-screen .nav-prev {
  left: 30px;
  top: 50vh;
  transform: translateY(-50%);
}

.basics-viewer-v2 .frame.prev {
  opacity: 0.5;
  transform: translateX(-110%) scale(0.5);
  z-index: 1;
  transform-origin: center right;
  filter: blur(4px);
}

.basics-viewer-v2 .close {
  display: none;
}

.basics-viewer-v2.full-screen .close {
  display: block;
  position: absolute;
  z-index: 1;
  right: 60px;
  top: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../img/cross.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.tooltip {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  width: 200px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;

}

@media screen and (max-width: 767px) {
  .basics-viewer-v2 .full-screen {
    display: none;
  }
}

.basics-viewer-v2 .frame.before {
  opacity: 0;
  transform: translateX(-110%) scale(0.5);
}

.basics-viewer-v2 .frame.next {
  opacity: 0.5;
  transform: translateX(110%) scale(0.5);
  z-index: 1;
  transform-origin: center left;
  filter: blur(4px);
}

.basics-viewer-v2 .frame.after {
  opacity: 0;
  transform: translateX(110%) scale(0.5);
}


.drug-image {
  width:50px;
  height: auto;
}


.website-rating-form {
  padding: 15px 15px 15px 15px;
  border: 5px solid #ec008c;
  margin-bottom: 45px;
}

.website-rating-form > .js-form-item,
.website-rating-form > .fieldgroup {
  margin-bottom: 15px;
}

.website-rating-form .js-form-type-checkbox label,
.website-rating-form .form-type-textfield > label,
.website-rating-form .form-type-textarea > label,
.website-rating-form .fieldset-legend {
  font-size: 18px;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.website-rating-form  .description {
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
}

.website-rating-form .js-form-type-radio label {
  font-size: 16px;
  line-height: 120%;
}


.website-rating-form #edit-rating--wrapper legend {
  margin-right: 30px;
  float: left;
}

.website-rating-form #edit-rating--wrapper input {
  position: absolute;
  left: -999999px;
}

.website-rating-form #edit-rating--wrapper .form-radios {
  margin-top: -15px;
}

.website-rating-form #edit-rating--wrapper .form-radios .js-form-item {
  display: inline-block;
  margin-right: 15px;
}

.website-rating-form #edit-rating--wrapper .form-radios .js-form-item:first-child label {
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 33px;
  background-image: url(../img/upvote-about-hiv.svg);
  background-size: contain; 
  background-repeat: no-repeat;
}

.website-rating-form #edit-rating--wrapper .form-radios .js-form-item:last-child label {
  text-indent: -9999px;
  display: block;
  width: 50px;
  height: 33px;
  background-image: url(../img/downvote-about-hiv.svg);
  background-size: contain; 
  background-repeat: no-repeat;
}


.website-rating-form .js-form-item-tell-us-more {
  display: inline-block;
  position: relative;
} 

.website-rating-form .js-form-item-tell-us-more input {
  position: absolute;
  left: -999999px;
}

.website-rating-form .js-form-item-tell-us-more label {
  margin-left: 0;
}

.website-rating-form .js-form-item-tell-us-more label:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -40px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #ec008c;
}

.website-rating-form .js-form-item-tell-us-more input:checked ~ label:after {
  background-color: #ec008c;
}

.website-rating-form .js-form-type-textfield.js-form-item-about-you-other {
  margin-top: -10px;
}

.website-rating-form .js-form-type-textfield.js-form-item-about-you-other input {
  display: none;
}

.website-rating-form .js-form-type-textfield.js-form-item-about-you-other label {
   display: none;
}

.website-rating-form #edit-about-you input {
  position: absolute;
  left: -999999px;
}

.website-rating-form #edit-about-you label {
  position: relative;
  padding-left: 30px;
}

.website-rating-form #edit-about-you label:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 2px solid #ec008c;
}

.website-rating-form #edit-about-you input:checked ~ label:before {
  background-color: #ec008c;
}

.website-rating-form #edit-rating--wrapper ~ * {
  display: none;
}




.page-node-type-news .website-rating-form textarea,
.page-node-type-news .website-rating-form input[type=text],
.page-node-type-news .website-rating-form {
  border-color: #34BBAA; 
}

.page-node-type-news .website-rating-form #edit-rating--wrapper .form-radios .js-form-item:first-child label {
  background-image: url(../img/upvote-news.svg);
}

.page-node-type-news .website-rating-form #edit-rating--wrapper .form-radios .js-form-item:last-child label {
  background-image: url(../img/downvote-news.svg);
}


.page-node-type-news .website-rating-form .js-form-item-tell-us-more label:after {
  border-color: #34BBAA; 
}

.page-node-type-news .website-rating-form .js-form-item-tell-us-more input:checked ~ label:after {
  background-color: #34BBAA; 
}

.page-node-type-news .website-rating-form  input[type=submit] {
  background-color: #34BBAA;
}


.page-node-type-news .website-rating-form #edit-about-you label:before {
  border-color: #34BBAA; 
}

.page-node-type-news .website-rating-form #edit-about-you input:checked ~ label:before {
  background-color: #34BBAA; 
}






@media all and (max-width: 600px) {

  .basics-viewer-v2 .frame {
    width: 100%;
  }

  .basics-viewer-v2 {
    margin-bottom: 60px;
    padding-bottom: calc( 100% * ( 297 / 210 ) );
    position: relative;
  }

}



.bulletin-wrap-euro-bulletin .views-exposed-form .form--inline,
.bulletin-wrap-hiv-update .views-exposed-form .form--inline {
  display: flex;
}

.bulletin-wrap-euro-bulletin .views-exposed-form .form--inline label,
.bulletin-wrap-hiv-update .views-exposed-form .form--inline label {
  display: none;
}

.bulletin-wrap-euro-bulletin .views-exposed-form .form--inline .form-type-textfield,
.bulletin-wrap-hiv-update .views-exposed-form .form--inline .form-type-textfield {
  flex-grow: 1;
  margin-right: 0;
}

.bulletin-wrap-euro-bulletin .views-exposed-form .form--inline .form-actions,
.bulletin-wrap-hiv-update .views-exposed-form .form--inline .form-actions {
  margin: 0;
}

.bulletin-wrap-euro-bulletin .views-exposed-form .form--inline .form-actions input[type=submit],
.bulletin-wrap-hiv-update .views-exposed-form .form--inline .form-actions input[type=submit] {
  padding: 11px 15px 11.5px 15px
}

.editors-pick-jump-to-link {
  display: none;
}

@media all and (min-width: 851px) {
  body .layout-container {
    max-width: 1050px;
  }
}

@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {

  body {
    font-size: 80%;
  }

  .desktop-only {
    display: none !important;
  } 

  #header {
    margin-bottom: 15px;
    padding-bottom: 15px;
  } 

  #block-aidsmap-main-menu {
    position: absolute;
    box-sizing: border-box;
    right: 0;
    left: 0;
    width: initial;
    order: 1;
  }

  #block-aidsmap-main-menu .menu {
    flex-direction:column;
    align-items: center;
  }

  #block-aidsmap-main-menu .menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
  }

  body.with-nav #block-aidsmap-main-menu .menu-wrap {
    display: block;
    background-color: #FFFFFF;
    z-index: 10;
  }

  #block-aidsmap-main-menu .menu {
    padding: 0;
    margin-top: 100px;
    position: relative;
  }

  #block-aidsmap-main-menu .menu li {
    opacity: 1 !important;
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 600;
    width: 100%;
  }

  #block-aidsmap-main-menu .menu li a {
    color: #323232;
  }

  #block-aidsmap-main-menu .menu li:before {
    content: none;
  }

  #block-aidsmap-main-menu .menu li:first-child {
    display: block;
  }


  #block-aidsmap-main-menu .menu li:last-child {
    margin-right: 0;
  }
 
  #block-aidsmap-main-menu .menu-toggle {
    display: block;
    width: 40px;
    border-top: 1px solid #ec008c;
    border-bottom: 1px solid #ec008c;
    height: 20px;
    position: absolute; 
    right: 15px;
    top: 0;
    z-index: 999;
    cursor: pointer;
  }

  #block-aidsmap-main-menu .menu-toggle:after {
    content: '';
    border-bottom: 1px solid #ec008c;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }

/*
  body.with-nav #block-aidsmap-main-menu .menu-toggle,
  body.with-nav #block-aidsmap-main-menu .menu-toggle:after {
    border-color: #FFFFFF;
  }
*/


  #header #block-donateblock {
    display: none;
  } 



  #block-sitebranding {
    width: 175px;
    margin-right: auto;
  }

  #block-sitebranding a {
    height: 25px;
    background-image: url(../img/main-logo.svg);
  }

  #block-header-search-form {
    margin-right: 55px;
  }

  #block-header-search-form .search-toggle span {
    background-position: center center;
    height: 25px;
  }

  #block-header-search-form .form-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #block-header-search-form .form-container form {
    display: block;
  }

  #block-header-search-form .form-container form > * {
    width: 100%;
  }

  #block-header-search-form .form-container form .field-wrap-search-input input {
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ec008c;
  }

  #block-header-search-form .form-container form .field-wrap-search-button button {
    width: 100%;
    border-radius: 5px;
  }
  
  .montage-wrap .col-1,
  .montage-wrap .col-2 {
    width: 100%;
  }

  .montage-wrap .montage-item-intro {
    text-align: left;
  }

  .montage-wrap .montage-item {
    margin-bottom: 30px;
  }

  .montage-wrap .montage-item .text-content {
    position: static;
    padding: 15px;
    z-index: 1;
  }

  .montage-wrap .montage-item[data-colour="news"] .text-content h3 {
    color: #34BBAA; 
  }
  .montage-wrap .montage-item[data-colour="about hiv"] .text-content h3 {
    color: #ec008c; 
  }
  .montage-wrap .montage-item[data-colour="about nam"] .text-content h3 {
    color: #E83E44; 
  }







  .montage-wrap .montage-item .text-content h3 {
/*
    position: absolute;
    left: 15px;
    top: 15px;
*/
  }


  .montage-wrap .montage-item .teaser {
    position: static;
    opacity: 1;
  }


  .montage-wrap .montage-item h3 {
    font-size: 2.2em;
    line-height: 1.4em;
    margin-bottom: 0;
    font-weight: 600;
    position: static;
  }

  .montage-wrap .montage-item p {
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .montage-wrap .montage-item-intro {
    margin-bottom: 30px;
  }

  .montage-wrap .montage-item-intro p {
    margin-bottom: 0;
    font-size: 1.9em;
    line-height: 1.3em;
    font-weight: 500;
  }

  .montage-wrap .montage-item .montage-item-intro p {
    font-size: 1.6em;
    line-height: 1.4em;
  }

  .montage-wrap .montage-item .teaser p {
    font-weight: 500;
    font-size: 1.9em;
    line-height: 1.3em;
  }

  .montage-wrap .montage-item .teaser .latest-news {
    display: none;
  }

  #footer .region-footer .footer-block {
    width: 100%;
  }

  #footer .block-menu ul.menu {
    display: block;
  }

  #footer .region-footer .footer-block:nth-child(1) {
    width: auto;
    margin-right: 0;
  }

  #footer .region-footer .footer-block:nth-child(1) .about {
    column-count: 1;
  }

  #content,
  #sidebar {
    width: 100%;
    margin-bottom: 45px;  
  }

  .block-page-title-block {
    margin-bottom: 15px;
  }

  .block-page-title-block h1, .block-page-title-block .subtitle {
    font-size: 1.9em;
    line-height: 1.4em;
    font-weight: 500;
  }

  .field--name-field-subtitle {
    font-size: 1.6em;
    line-height: 1.4em; 
  }

  .embed-shortcut-wrap {
    width: 100%;
    box-sizing: border-box;
  }

  body.page-about-aidsmap #content, 
  body.page-about-hiv #content,
  body.page-about-aidsmap .block-page-title-block, 
  body.page-about-hiv .block-page-title-block {
    width: auto;    
  }

  .toc-wrap-grid .view-content .views-row, .topic-wrap-grid .view-content .views-row {
    width: calc( 50% - 15px );
  }

  .standard-content-block-wrap .standard-content-block {
    width: 100% !important;
  }

  .news-items-list-featured .standard-content-block:nth-child(1), .news-items-list-featured .standard-content-block:nth-child(2) {
    width: calc(50% - 7.5px) !important;
  }

  .topic-content-wrap .view-header {
    max-width: initial;
  }

  .topic-content-wrap .view-content .column-wrap {
    column-count: 1;
  }

  .field--name-body blockquote {
    width: 100%;
  }

  .embed-glossary-wrap {
    width: 100%;
  }

  .embed-toc-wrap {
    width: 100%;
  }


  .glossary-wrap .glossary-item .title-wrap,
  .arv-drug-wrap .arv-drug-item .title-wrap,
  .glossary-wrap .glossary-item .content-wrap,
  .arv-drug-wrap .arv-drug-item .content-wrap {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  .glossary-wrap .alpha-wrap ul, .arv-drug-wrap .alpha-wrap ul {
    padding-left: 0;
    padding-right: 0;
  }


  /*
  #block-websitefeedbackblock {
    display: none;
  }
  */

  #block-websitefeedbackblock .content .sleeve { 
    max-height: 100vh;
    height: 100vh;
  }

  #block-websitefeedbackblock h3 {
    padding: 5px 10px;
  }

  .standard-content-block-conference.featured .image-wrap-banner {
    display: none;
  }


  .standard-content-block-conference.featured .image-wrap-button {
    display: block;
  }


  .taxonomy-term.vocabulary-conferences .field--name-field-image {
    display: none;
  }

  .taxonomy-term.vocabulary-conferences .field--name-field-button {
    display: block;
  }

  #block-conferencebulletinblock .conferences-bulletins-languages-wrap .conference-bulletin-wrap .conference-bulletin-item {
    wdith: 100% !important;
  }


  .uk-service-finder .form-checkboxes {
    column-count: 1;
  }

  .uk-service-finder .service-wrap .service-item,
  .test-finder .service-wrap .service-item {
    width: 100%;
  }

  #block-donateblock .layout-container .form-wrap form {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #block-donateblock .layout-container .form-wrap form #edit-section-1,
  #block-donateblock .layout-container .form-wrap form #edit-section-2 {
    width: 100%;
  }

  .block-translations-landing-block .landing-nav-wrap .landing-nav-item {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .translation-section-toc-wrap .translation-section-toc-item {
    width: 100%;
  }

  .translation-section-wrap .translation-section-item .translation-document-wrap .translation-document-item {
    width: 100%;
  }


.news-items-list-featured .standard-content-block:nth-child(18),
.news-items-list-featured .standard-content-block:nth-child(19),
.news-items-list-featured .standard-content-block:nth-child(20),
.news-items-list-featured .standard-content-block:nth-child(21),
.news-items-list-featured .standard-content-block:nth-child(22),
.news-items-list-featured .standard-content-block:nth-child(23),
.news-items-list-featured .standard-content-block:nth-child(24),
.news-items-list-featured .standard-content-block:nth-child(25),
.news-items-list-featured .standard-content-block:nth-child(26),
.news-items-list-featured .standard-content-block:nth-child(27),
.news-items-list-featured .standard-content-block:nth-child(28),
.news-items-list-featured .standard-content-block:nth-child(29),
.news-items-list-featured .standard-content-block:nth-child(30),
.news-items-list-featured .standard-content-block:nth-child(31),
.news-items-list-featured .standard-content-block:nth-child(32),
.news-items-list-featured .standard-content-block:nth-child(33),
.news-items-list-featured .standard-content-block:nth-child(34),
.news-items-list-featured .standard-content-block:nth-child(35),
.news-items-list-featured .standard-content-block:nth-child(36),
.news-items-list-featured .standard-content-block:nth-child(37),
.news-items-list-featured .standard-content-block:nth-child(38),
.news-items-list-featured .standard-content-block:nth-child(39),
.news-items-list-featured .standard-content-block:nth-child(40),
.news-items-list-featured .standard-content-block:nth-child(41),
.news-items-list-featured .standard-content-block:nth-child(42),
.news-items-list-featured .standard-content-block:nth-child(43),
.news-items-list-featured .standard-content-block:nth-child(44),
.news-items-list-featured .standard-content-block:nth-child(45),
.news-items-list-featured .standard-content-block:nth-child(46) {
  display: none;
}

#block-footeraffiliatesites a {
  display: inline-block;
}

#footer .block-menu ul.menu li {
  border-right: none;
}

.field--name-body figure.caption.align-left,
.field--name-body figure.caption.align-right {
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
}



.field--name-body div.pull-left {
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
}

.field--name-body div.pull-right {
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
}

.embed-hiv-justice {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 0px;
  padding-top: 70%;
}

  

  .basics-viewer-style-2.basics-viewer-popup .sleeve {
    left: 0;
    right: 0;
  }

  .basics-viewer-style-2.basics-viewer-popup .sleeve .image-wrap {
     border: 0;
  }

  .basics-viewer-style-2.basics-viewer-popup .click-to-view-image-wrap {
    display: none;
  }

  .basics-viewer-v2 .nav-next {
    bottom: -45px;
    right: -20px;
  }

  .basics-viewer-v2 .nav-prev {
    bottom: -45px;
    left: -20px;
  }

  body.page-node-33716 .field--name-body ul li,
  body.page-node-33540 .field--name-body ul li {
    width: 100%;
    margin-top: 30px;
  }


  .team-list .views-row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  body.about-hiv-language .field--name-description p, 
  body.about-hiv-topic .field--name-description p {
    font-size: 1.6em;
    line-height: 1.4em;
    font-weight: 200;    
  }

  .field--name-description li, .field--name-body li,
  .field--name-description p, .field--name-body p, .field--name-field-references p, .field--name-field-acknowledgements p {
    font-size: 1.7em;
    font-weight: 500;
  }

  .field--name-body .styled-link-wrap {
    float: none;
    margin-left: 0;
  }


  .article-meta-data > div.field--name-field-reading-time {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: 0;
  }



  .news-items-list-featured .standard-content-block:nth-child(1), .news-items-list-featured .standard-content-block:nth-child(2) {
    width: 100% !important;
  }

  .news-items-list-featured .standard-content-block:nth-child(1) .content-wrap, .news-items-list-featured .standard-content-block:nth-child(2) .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }


  .inline-search form {
    flex-wrap: wrap;
    
  }

  .inline-search button {
    flex-wrap: wrap;
    line-height: 1.2em !important;
    font-size: 1.4em !important;
    padding: 0;
    width: 100%;
  }

  .inline-search form input {
    font-size: 1.3em;
    line-height: 1.2em;
  }

  body.page-node-2256 .field--name-body table tbody tr:first-child td:last-child {
    display: none;
  }

  body.page-node-2256 .field--name-body table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }

  body.page-node-2256 .field--name-body table tbody tr td {
    display: block;      
  }

  body.page-node-2256 .field--name-body table tbody tr td {
    width: 25%;
    box-sizing: border-box;
  }

  body.page-node-2256 .field--name-body table tbody tr td:last-child {
    width: 100%;
    padding-bottom: 20px;
    
  }

  .editors-pick-jump-to-link {
    display: block;
  }


/*
  .standard-content-block-news {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .standard-content-block-news .content-wrap,
  .standard-content-block-news .image-wrap {
    width: calc(50% - 7.5px);
    margin-bottom: auto;
  }
*/


.field--name-body table th,
.field--name-body table td {
  font-size: 1.1em;
  line-height: 1.4em; 
}


.media-wrap.col-wrap .media-item.col-1-2,
.media-wrap .media-item .text-wrap,
.media-wrap .media-item .image-wrap,
.media-wrap .media-item .edition-wrap {
  width: 100%;
}

.media-wrap .media-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.media-wrap .media-item .text-wrap {
  x-order: -1;
}



.content-bookmarks ul li { 
  width: 100%;
}

 
}

