﻿html {
}

body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 80%;
  line-height: 1.2em;
  font-weight: 200;
  text-align: center;
  position: relative;
  color: #111111;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Oswald;
  color: #363636;
}

strong {
  font-weight: bold;
}

.image-wrap {
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.menu-toggle {
  display: none;
}

.screen-reader-text {
  display: none;
}

.desktop-only {
  display: initial;
}

.mobile-only {
  display: none;
}

a {
  color: #7F0145;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



.hide {
  display: none;
}

button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  font-family: inherit;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

a.btn-default,
button.btn-default,
input[type=submit] {
  font-family: inherit;
  color: #FFFFFF;
  border: 0;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #7F0145;
  overflow: hidden;
  background-color: transparent;
  display: inline-block;
  flex-shrink: 0;
}

a.btn-default:before,
button.btn-default:before,
input[type=submit]:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
  background-color: #7F0145;
  z-index: -2;
}

a.btn-default:after,
button.btn-default:after,
input[type=submit]:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

a.btn-default:hover,
button.btn-default:hover {
  color: #7F0145;
  text-decoration: none;
}

a.btn-default:hover:after,
button.btn-default:hover:after,
input[type=submit]:hover:after {
  height: 260%;
  opacity: 1;
}

textarea,
input[type=search],
input[type=text] {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  border: none; 
  border-bottom: 1px solid #7F0145;
}

input[type=search],
input[type=text] {
  width: 100%;
  box-sizing: border-box;
}

input::placeholder { color: #666666; } 
input:-ms-input-placeholder { color: #666666; } 
input::-ms-input-placeholder { color: #666666; } 

textarea::placeholder { color: #666666; } 
textarea:-ms-input-placeholder { color: #666666; } 
textarea::-ms-input-placeholder { color: #666666; } 

select {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 14px;
  border: none; 
  border-bottom: 1px solid #7F0145; 
  font-family: inherit;
}

select option:first-child {
  color: #CCCCCC;
}

textarea {
  min-height: 200px;
  width: 100%;
  background-color: transparent;
}

select {
  font-family: inherit;
}

.results-count {
  padding: 15px 0;
}

.no-results {
  padding: 30px 0;
}

.with-error,
.with-error {
  border-color: red;
}

.form-messages {
  padding: 15px;
  margin-bottom: 30px;
}

.form-message-wrap {
  padding: 10px 10px;
  margin-bottom: 30px;
}

.form-message-error,
.form-messages.errors {
  background-color: #FFAFAF;
}

.form-message-success,
.form-messages.success {
  background-color: #73FA73;
}

button,
input[type=button],
input[type=submit] {
  color: #FFFFFF;
  cursor: pointer;
}

.field-wrap {
  margin-bottom: 15px;
}

.field-wrap label {
  display: block;
}

.field-wrap label.hide {
  display: none !important;
}

.field-wrap.with-error textarea,
.field-wrap.with-error input[type=text],
.field-wrap.with-error select {
  border-bottom: 1px solid red;
}


.page-sleeve {
  max-width: 1024px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#page {
  margin: 0 auto;
  text-align: left;
}



#header {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

#footer {
  margin-top: 90px;
  font-size: 80%;
}

#footer .light .page-sleeve {
  position: relative;
}

#footer .dark {
  background-color: #363636;
  color: #FFFFFF;
  padding: 50px 0;
}

#footer .funders {
  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-top: 30px;
}

#footer .funders .image-wrap {
  background-image: url(/wp-content/uploads/2012/08/rcnf-346x228.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  width: 120px;
  margin-right: 0px;

}

#footer .funders .content-wrap {
  flex: 1;
  padding-left: 30px;
}

#footer .funders a {
  color: #FFFFFF;  
  text-decoration: underline;
}



/*
#footer .hjn-family-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

#footer .hjn-family-container h2 {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  padding-bottom: 45px;
}

#footer .hjn-family {
  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 .hjn-family .family-item {
  width: calc(25% - (180px / 4));
  box-sizing: border-box;

}

#footer .hjn-family .family-item .image-wrap {
  height: 100px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #F1F1F1;
} 

#footer .hjn-family .family-item.hiv-justice-network .image-wrap {
  background-image: url(img/header-logo.svg);
}

#footer .hjn-family .family-item.hiv-justice-worldwide .image-wrap {
  background-image: url(img/partner-hjw-main-logo-text-only.png);
}

#footer .hjn-family .family-item.toolkit .image-wrap {
  background-image: url(img/partner-toolkit-main-logo-text-only.png);
}

#footer .hjn-family .family-item.consensus-statement .image-wrap {
  background-image: url(img/expert-statement-logo.png);
}

#footer .hjn-family .family-item .languages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#footer .hjn-family .family-item .languages ul li {
  display: inline-block;
  padding-right: 5px;
}
*/


#footer .hjn-family .family-item h4 {
  color: #FFFFFF;
  display: none;
}


#footer .methodology-information {
  margin-top: 30px;
}

#footer .methodology-information .title {
  font-weight: bold;
  display: inline;
}

#footer .methodology-information .teaser {
  display: inline-block;
}

#footer .methodology-information a {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer .legal-information {
  margin-top: 30px;
}

#footer .legal-information .title {
  font-weight: bold;
  display: inline;
}

#footer .legal-information .teaser {
  display: inline-block;
}

#site-branding {
  padding: 30px 0;
}

#site-branding .site-title {
    color: #111;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    width: 303px;
    height: 73px;
    display: block;
    background: url(img/header-logo.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

#site-branding .site-title a span {
  width: 303px;
  height: 73px;
  display: block;
  text-indent: -99999px;
}


#main-nav {
  background-color: #363636;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  font-family: Oswald;
}

#main-nav:before {
  background-color: #363636;
  content: '';
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  
}

#menu-main-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

#menu-main-navigation li {
  font-size: 0.9em;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

#menu-main-navigation li:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  border-right: 1px solid #CCCCCC;
}

#menu-main-navigation li:last-child:after {
  content: none;
}

#menu-main-navigation li a {
  display: block;
  padding: 10px 20px 5px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
}



body.tax-country #menu-main-navigation > li.menu-item-1296 > a,
body.parent-pageid-1891 #menu-main-navigation > li.menu-item-7667 > a,
body.single-blog #menu-main-navigation > li.menu-item-7641 > a,
body.single-blog #menu-main-navigation > li.menu-item-7641 > a,
body.single-news #menu-main-navigation > li.menu-item-7644 > a,
body.single-service #menu-main-navigation > li.menu-item-7625 > a,
#menu-main-navigation > li.current-menu-item > a,
#menu-main-navigation > li.current-page-ancestor > a,
#menu-main-navigation > li > a:hover {
  text-decoration: none;
  border-color: #7F0145;
}




/*menu-item-has-children menu-item-10155*/

#menu-main-navigation > li > ul {
  display: none;
}

#menu-main-navigation > li:hover > ul {
  position: absolute;
  display: block;
  background-color: #363636;
  transform: translateX(-50%);
  left: 50%;
  margin-top: -5px;
  border-bottom: 5px solid #7F0145;
  z-inidex: 99;
}

#menu-main-navigation > li:hover > ul > li > a {
  padding: 10px 10px 0px 10px;
}

#menu-main-navigation > li:hover > ul > li > a:hover {
  text-decoration: none;
}

#menu-main-navigation > li:first-child {
  background-color: #7F0145;
  position: relative;
}

#menu-main-navigation > li:first-child:after {
  content: '\f015';
  font-family: FontAwesome;
  font-size: 20px;
  color: #FFFFFF;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  border-right: 0; 
  pointer-events: none;
  left: 0;
}

#menu-main-navigation > li:first-child a {
  text-indent: -9999px;
}

#menu-main-navigation > li:first-child a:after {

}


.social-links-wrap .social-links li {
  display: inline-block;
  margin: 0 5px;
  
}

.social-links-wrap .social-links li:first-child {
  margin-left: 0;
}

.social-links-wrap .social-links li:last-child {
  margin-right: 0;
}

.social-links-wrap .social-links li a {
  display: block;
  width: 20px;
  height: 20px; 
  font-size: 20px;
}

.social-links-wrap .social-links li a:hover {
  text-decoration: none;
}

.social-links-wrap .social-links li span {
  opacity: 0;
  display: none;
}


#header .social-links-wrap {
  position: absolute;
  top: 80px;
  right: 30px;
}

#footer .social-links-wrap a {
  color: #FFFFFF;
}


#translate-wrap {
  position: absolute;
  top: 80px;
  right: 150px;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: #434851;
  color: #FFFFFF;
  display: none;
  text-align: center;
  z-index: 999;
}

.cookie-banner p {
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.9em;
  max-width: 800px;
}

.cookie-banner a {
  color: #FFFFFF;
  text-decoration: underline;
}

.cookie-banner .button {
  background-color: #7F0145;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.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;
}

.col-wrap .col {
  
}

.col-wrap .col-1-2 {
  width: calc(50% - (30px / 2) );
}

.col-wrap .col-1-3 {
  width: calc(33.33% - (60px / 3) );
}

.col-wrap .col-2-3 {
  width: calc(66.66% - (60px / 3) );
}


.tab-wrap {
}

.tab-wrap .tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tab-wrap .tabs li {
  margin: 0 10px 0 0;
  padding: 5px 10px;
  border: 1px solid #363636;
  display: inline-block;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: 1px;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.tab-wrap .tabs li.active {
  border-bottom: 1px solid #FFFFFF;
}

.tab-wrap .tab-content-wrap {
  background-color: #FFFFFF;
  border: 1px solid #363636;
}

.tab-wrap .tab-content {
  display: none; 
  padding: 15px;
}

.tab-wrap .tab-content:first-child {
  display: block;
}



.meta-wrap {

}

.meta-wrap .meta-item {

}

.meta-wrap .meta-item .slugs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.meta-wrap .meta-item .slugs li {
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #7F0145;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: Oswald;
}


#search-form-wrap {
  position: absolute;
  top: 30px;
  right: 30px;
}

#search-form-wrap input[type=search] {
  width: auto;
  padding: 2px 14px;
} 

#search-form-wrap input[type=search]:focus {

}



.entry-title {
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 200; 
  margin-bottom: 30px;
}

.entry-subtitle {
  margin-bottom: 30px;
  line-height: 1.4em;
  font-weight: 400; 
}

.entry-subtitle p {
  margin-bottom: 10px;
}

.entry-content {
  margin-bottom: 30px;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .image-wrap-publication {
  width: 200px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
}

.entry-content blockquote {
  font-style: italic;
  background-color: #F1F1F1;
  padding: 30px;
  color: #7F0145;
  font-size: 1.4em;
  line-height: 1.2em;
}

.entry-content img {
  max-width: 100%;
}

.entry-content figcaption {
  font-size: 0.85em;
  color: #7F0145;
  margin-bottom: 30px;
}

.entry-content .image-wrap {
  margin-bottom: 30px;
}

.entry-content  img {
  border: 1px solid #F1F1F1;
}

.entry-content .image-wrap .image-caption {
  margin-top: 10px;
  font-size: 0.85em;
  color: #7F0145;
}

.entry-content .video-wrap {
  margin-bottom: 30px;
}

.entry-content .related-case {
  border-top: 1px solid #7F0145;
  border-bottom: 1px solid #7F0145;
  padding: 10px 0;
}

.entry-content .related-case span {
  display: block;
  font-size: 80%;
  font-weight: bold;
}


.entry-content h2 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.4em;
  line-height: 1.6em;
}

.entry-content h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.entry-content ol,
.entry-content ul {
  padding-left: 15px;
  margin-bottom: 15px;
}

.entry-content p,
.entry-content li {
  font-size: 0.9em;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.entry-content li {
  margin-bottom: 5px;
}

.entry-content ul:last-child,
.entry-content p:last-child,
.entry-content li:last-child {
  margin-bottom: 0;
}


.entry-header .slug {
  background-color: #7F0145;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: Oswald;
  margin-bottom: 10px;
}

.entry-header .slug a {
  color: #FFFFFF;
}

.entry-header .slug a:hover {
  text-decoration: none;
}


.entry-header .meta-wrap {
  margin-bottom: 30px;
}

.entry-header .meta-wrap .meta-item {
  margin-bottom: 10px;
}

.entry-header .meta-wrap .meta-item {
  font-size: 0.9em;
}

.entry-header .social-links-wrap {
  margin-bottom: 30px;
}

.entry-header .social-links-wrap li a {
  font-size: 12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #7F0145;
  text-align: center;
  position: relative;
}

.entry-header .social-links-wrap li a:hover { 
  background-color: #7F0145;
}

.entry-header .social-links-wrap li a:before {
  position: absolute;
  left: 0;
  right: 0; 
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}


.contact-form .field-wrap label {
  display: none;
}

.contact-form textarea, .contact-form input[type=search], .contact-form input[type=text] {
  padding-top: 5px;
  padding-bottom: 5px;
}


@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}



.map-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid #7F0145;
}

.map-wrap.loading:after {
  content: '';
  position: absolute;
  z-index: 9999;
  background-color: rgba(255,255,255,0.75);
  background-image: url(img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.map-wrap .svg-map {
  height: 500px;
  backgrund-color: red;
}

.map-wrap .main-map {
  height: 500px;
}


.map-wrap.full-screen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.map-wrap.full-screen .main-map[style] {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
}


/*
.map-wrap svg {
  width: 100%;
  height: auto;

}


.map-wrap svg .st1{fill:#FFFFFF;stroke:#7db9e8;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;}	
.map-wrap svg .st2{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#7db9e8;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;}
.map-wrap svg .st3{display:none;}
.map-wrap svg .st4{display:inline;fill:#FFFFFF;stroke:#7db9e8;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;}
.map-wrap svg .st5{display:inline;fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#7db9e8;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;}


.map-wrap svg .st1,
.map-wrap svg .st2,
.map-wrap svg .st3,
.map-wrap svg .st4,
.map-wrap svg .st5 {

}

.map-wrap svg .st1.init,
.map-wrap svg .st2.init,
.map-wrap svg .st3.init,
.map-wrap svg .st4.init,
.map-wrap svg .st5.init {
  stroke-dasharray: 100;
  stroke: #7db9e8;
  animation: dash 5s linear;
}


.map-wrap svg {
  cursor: pointer;
}
*/


/*
.map-wrap .tooltip {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #FFFFFF;
  padding: 3px 5px;
  border: 1px solid rgba(30,87,153,1);
}

.map-wrap .tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #rgba(255,55,255,0);
  border-top-color: rgba(30,87,153,1);
  border-width: 10px;
  margin-left: -10px;
}

.map-wrap .controls {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: rgba(30,87,153,1);
  padding: 10px;
}

.map-wrap .controls div {
  color: #FFFFFF;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.map-wrap .controls div:hover {
  transform: scale(1.25);
}

.map-wrap .controls div a {
  color: #FFFFFF;
}

.map-wrap .controls div:last-child {
  margin-bottom: 0px;
}

.map-wrap .key-wrap {
  position: absolute;
  left: 15px;
  top: 165px;
  background-color: rgba(30,87,153,1);
  border-bottom: none;
}

.map-wrap .key-wrap .key-item {
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 25px;
}

.map-wrap .key-wrap .key-item {
 
}

.map-wrap .key-wrap .key-item.active {
  background-color: #FFFFFF;
  border: 1px solid rgba(30,87,153,1);
  color: rgba(30,87,153,1);
}

.map-wrap .key-wrap .key-item .label {
  font-family: Oswald;
  cursor: pointer;  
}

.map-wrap .key-wrap .key-item .label .service-search-link {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  position: relative; 
  top: 3px;
  background-image: url(img/magnifier-white.svg);
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.map-wrap .key-wrap .key-item.active .label .service-search-link {
  background-image: url(img/magnifier-blue.svg);
}


.map-wrap .key-wrap .key-item ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #FFFFFF;
  border: 1px solid rgba(30,87,153,1);
  border-top: none;
  color: rgba(30,87,153,1);
  padding: 5px;
  display: none;
}

.map-wrap .key-wrap .key-item.active ul {
  display: block;
}

.map-wrap .key-wrap .key-item ul li {
  font-size: 0.75em;
  line-height: 1.2em;
  margin-bottom: 5px;
  padding-left: 20px;
  list-style-type: none;
  position: relative;
  cursor: pointer;
}

.map-wrap .key-wrap .key-item ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #CCCCCC;
}

.map-wrap .key-wrap .key-item ul li.active:before {
  background-color: #7F0145;
}

.map-wrap .service-search {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 875px;
  background-color: #FFFFFF;
  padding: 20px 20px;
}

.map-wrap .service-search .sleeve {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.map-wrap .service-search .sleeve input,
.map-wrap .service-search .sleeve button,
.map-wrap .service-search .sleeve select {
  margin-right: 10px;
}

.map-wrap .service-search .sleeve button:last-child {
  margin-right: 0;
}




.map-wrap .service-detail {
  display: none;
}

.map-wrap .country-detail {
  position: absolute;
  height: 0;
  left: 15px;
  width: 50%;
  bottom: 15px;
  background-color: rgba(255,255,255,0.95);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  transition: height 1s ease-in-out;
  
}

.map-wrap .country-detail.show {
  height: calc(100% - 30px);
}

*/

.map-wrap gm-style-iw.gm-style-iw-c {
  border: 1px solid #7F0145;
}

.map-wrap .gm-style-iw-d {
  padding-bottom: 20px;
}

.map-wrap .gm-style-iw-d h3 {
  margin-bottom: 0;
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #7F0145;
}

.map-wrap .gm-style-iw-d h3 a {
  color: #7F0145;
}

.map-wrap .gm-style-iw-d ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.map-wrap .gm-style-iw-d ul:last-child {
  margin-bottom: 0;
}

.map-wrap .gm-style-iw-d ul li {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.4sem;
}

.map-wrap .gm-style-iw-d ul li span {
  color: #363636;
  font-weight: normal;
}

.map-wrap .gm-style-iw-d .country {
  margin-bottom: 10px;
}

.map-wrap .gm-style-iw-d .activities,
.map-wrap .gm-style-iw-d .areas {
  margin-bottom: 10px;
}

.map-wrap .gm-style-iw-d .activities .label,
.map-wrap .gm-style-iw-d .areas .label {
  color: #7F0145;
  font-size: 80%;
}

.map-wrap .country-detail .header {
  padding: 15px;
}

.map-wrap .country-detail .header .close {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;  
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.map-wrap .country-detail .content {
  padding: 15px;
  font-size: 0.8em;  
  line-height: 1.2em;
}

.map-wrap .country-detail .content h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.map-wrap .country-detail .content dl {
  overflow: hidden;  
  margin-bottom: 5px;
}

.map-wrap .country-detail .content dt {
  float: left;
  width: 100px;
  color: #7F0145;
}

.map-wrap .country-detail .content dd {
  margin-left: 110px;
}

.map-wrap .country-detail .content.loading {
  min-height: 300px;
  background-image: url(img/loading.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;  
  background-position: center center;
}

.map-wrap .country-detail .content .cases-rate-label {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 5px;
}


.map-wrap .key-wrap ul li.type-hiv-specific:before,
.map-wrap svg *[data-key-law-type=hiv-specific] * {
  fill: #7F0145;
  /*stroke: #7F0145;*/
  background-color: #7F0145;
}

.map-wrap .key-wrap ul li.type-hiv-specific-recent:before,
.map-wrap svg *[data-key-law-type=hiv-specific][data-key-law-recent=true] * {
  fill: #d53f90;
  /*stroke: #d53f90;*/
  background-color: #d53f90;
}

.map-wrap .key-wrap ul li.type-hiv-specific-proposed:before,
.map-wrap svg *[data-key-law-type=hiv-specific-proposed] * {
  fill: #966780;
  /*stroke: #966780;*/
  background-color: #966780;
}


.map-wrap .country-detail .content .cases-rate-label.low,
.map-wrap .key-wrap ul li.type-cases-rate-low:before,
.map-wrap svg *[data-key-cases-rate=low] * {
  fill: #fab716;
  /*stroke: #fab716;*/
  background-color: #fab716;
}

.map-wrap .country-detail .content .cases-rate-label.medium,
.map-wrap .key-wrap ul li.type-cases-rate-medium:before,
.map-wrap svg *[data-key-cases-rate=medium] * {
  fill: #f58220;
  /*stroke: #f58220;*/
  background-color: #f58220;
}

.map-wrap .country-detail .content .cases-rate-label.high,
.map-wrap .key-wrap ul li.type-cases-rate-high:before,
.map-wrap svg *[data-key-cases-rate=high] * {
  fill: #ec1d3b;
  /*stroke: #ec1d3b;*/
  background-color: #ec1d3b;
}

.service-detail-wrap {

}

.service-detail-wrap .service-detail-item {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.service-detail-wrap .service-detail-item:nth-child(odd) {
  background-color: #F1F1F1;
}

.service-detail-wrap .service-detail-item .label {
  width: 33.3%;
  color: #7F0145;
  font-size: 80%;
}

.service-detail-wrap .service-detail-item .detail {
  width: calc( 66.4% - 20px );
}

.service-detail-wrap .service-detail-item .detail a {
  word-break: break-all;
}

.service-map {
  height: 300px;
  border: 1px solid #7F0145;
  margin-bottom: 30px;
}

.service-detail-search input,
.service-detail-search select {
  width: 100%;
}

.search-filter {
  margin-bottom: 45px;
  background-color: #F1F1F1;
  padding: 20px 20px 10px 20px;
  position: relative;
}

.search-filter form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

  z-index: 1;
  position: relative;
}

.search-filter form select,
.search-filter form input {
  background-color: transparent;
}

.search-filter form .search-filter-date-wrap {
  margin-right: 10px;
}

.search-filter form select,
.search-filter form input,
.search-filter form button,
.search-filter form a.btn-default {
  margin-right: 10px;
  margin-bottom: 30px;
}

.search-filter form select:last-child,
.search-filter form input:last-child,
.search-filter form button:last-child {
  margin-right: 0;
}

.cases-search-filter form button {
  margin-left: auto;
}

.service-search-filter form input[type=text],
.service-search-filter form select {
  width: calc(25% - 10px);
}

.service-search-filter form .checkbox-wrap {
  margin-right: 10px;
  width: calc(25% - 10px);
  padding-top: 5px;
}

.service-search-filter form .checkbox-wrap label {
  position: relative;
  font-size: 90%;
  padding-left: 28px;
}

.service-search-filter form .checkbox-wrap label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #7F0145;
}

.service-search-filter form .checkbox-wrap input:checked ~ label:after {

  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7F0145;
}

.service-search-filter form input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin-bottom: 0;
  position: absolute;
  left: -9999px;
}

.cases-search-filter form input:not(.auto-width),
.cases-search-filter form select:not(.auto-width) {
  width: calc(33.3% - 10px);
}

.cases-search-filter form .search-filter-date-wrap {
  width: calc(66.6% + 10px); 
}


.news-search-filter form > input,
.news-search-filter form > select {
  width: calc(33.3%);
}

.news-search-filter form .search-filter-date-wrap {
  width: calc(66.6% + 10px); 
}

.news-search-filter form .search-filter-date-wrap select {
  width: calc(25% - (30px / 4));
  display: block;
  float: left;
  box-sizing: border-box;
}



.service-search-results-map {
  border: 1px solid #7F0145;
  height: 500px;
  margin-bottom: 30px;
  display: none;
  overflow: hidden;
}


.service-search-results-wrap {
  border-top: 1px solid #363636;
}

.service-search-results-wrap .service-search-results-item {
  padding: 30px;
  border-bottom: 1px solid #363636;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.service-search-results-wrap .service-search-results-item a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.service-search-results-wrap .service-search-results-item .image-wrap {
  width: 100px;
  margin-right: 30px;
  flex-shrink: 0;
}

.service-search-results-wrap .service-search-results-item img {
  border: 1px solid #F1F1F1;
}

.service-search-results-wrap .service-search-results-item:hover {
  background-color: #F1F1F1;
} 

.service-search-results-wrap .service-search-results-item a:hover {
  text-decoration: none;
}

.service-search-results-wrap .service-search-results-item h3 {
  margin-bottom: 10px;
  color: #7F0145;
}

.service-search-results-wrap .service-search-results-item .country {
  font-size: 80%;
  color: #363636;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.service-search-results-wrap .service-search-results-item .activities {
  margin-top: 10px;
}

.service-search-results-wrap .service-search-results-item .activities span {
  background-color: #7F0145;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
  padding: 3px 10px;
  color: #FFFFFF;
  font-size: 65%;
  line-height: 1.2em;
  transition: all 0.5s ease-in-out;
}

.service-search-results-wrap .service-search-results-item .activities span:hover {
  background-color: #363636;
}


.country-search-result-wrap {

}

.country-search-result-wrap .country-search-result-item {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F1F1F1;
}



.country-search-result-wrap .country-search-result-item h3 {
  margin-bottom: 10px;
  color: #7F0145;
}

.country-search-result-wrap .country-search-result-item ul {
  margin-left: 15px;
}



.search-result-wrap,
.case-archive-wrap,
.blog-archive-wrap,
.news-archive-wrap {
  border-top: 1px solid #363636;
}

.search-result-wrap .search-result-item,
.case-archive-wrap .case-archive-item,
.blog-archive-wrap .blog-archive-item,
.news-archive-wrap .news-archive-item {
  padding: 30px;
  border-bottom: 1px solid #363636;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.search-result-wrap .search-result-item:hover,
.case-archive-wrap .case-archive-item:hover,
.blog-archive-wrap .blog-archive-item:hover,
.news-archive-wrap .news-archive-item:hover {
  background-color: #F1F1F1;
} 

.search-result-wrap .search-result-item > a,
.case-archive-wrap .case-archive-item > a,
.blog-archive-wrap .blog-archive-item > a,
.news-archive-wrap .news-archive-item > a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.search-result-wrap .search-result-item > a:hover,
.case-archive-wrap .case-archive-item > a:hover,
.blog-archive-wrap .blog-archive-item > a:hover,
.news-archive-wrap .news-archive-item > a:hover {
  text-decoration: none;
}

.search-result-wrap .search-result-item .image-wrap,
.case-archive-wrap .case-archive-item .image-wrap,
.blog-archive-wrap .blog-archive-item .image-wrap,
.news-archive-wrap .news-archive-item .image-wrap {
  width: 200px;
  margin-bottom: 15px;
  margin-right: 30px;
  flex-shrink: 0;
}

.search-result-wrap .search-result-item .image-wrap img,
.case-archive-wrap .case-archive-item .image-wrap img,
.blog-archive-wrap .blog-archive-item .image-wrap img,
.news-archive-wrap .news-archive-item .image-wrap img {
  border: 1px solid #F1F1F1;
}

.search-result-wrap .search-result-item h3,
.case-archive-wrap .case-archive-item h3,
.blog-archive-wrap .blog-archive-item h3,
.news-archive-wrap .news-archive-item h3 {
  margin-bottom: 10px;
  color: #7F0145;
}

.news-archive-wrap .news-archive-item .slug {
  font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: 600;
}

.search-result-wrap .search-result-item .date,
.case-archive-wrap .case-archive-item .date,
.blog-archive-wrap .blog-archive-item .date,
.news-archive-wrap .news-archive-item .date {
  color: #363636;
  font-size: 80%;
  margin-bottom: 10px;
  font-weight: 600;
}

.search-result-wrap .search-result-item .teaser,
.case-archive-wrap .case-archive-item .teaser,
.blog-archive-wrap .blog-archive-item .teaser,
.news-archive-wrap .news-archive-item .teaser {
  color: #363636;
  font-size: 90%;
}

.search-result-wrap .search-result-item .teaser .link-more,
.case-archive-wrap .case-archive-item .teaser .link-more,
.blog-archive-wrap .blog-archive-item .teaser .link-more,
.news-archive-wrap .news-archive-item .teaser .link-more {
  margin-top: 5px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  color: #7F0145;
  font-size: 90%;
}

.search-result-wrap .search-result-item .teaser .link-more:after,
.case-archive-wrap .case-archive-item .teaser .link-more:after,
.blog-archive-wrap .blog-archive-item .teaser .link-more:after,
.news-archive-wrap .news-archive-item .teaser .link-more:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background-image: url(img/arrow-right.svg);
  background-size: 12px auto; 
  background-position: right center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.search-result-wrap .search-result-item:hover .teaser .link-more:after,
.case-archive-wrap .case-archive-item:hover .teaser .link-more:after,
.blog-archive-wrap .blog-archive-item:hover .teaser .link-more:after,
.news-archive-wrap .news-archive-item:hover .teaser .link-more:after {
  opacity: 1;
}

.case-archive-wrap .case-archive-item .tags,
.blog-archive-wrap .blog-archive-item .tags,
.news-archive-wrap .news-archive-item .tags {
  margin-top: 10px;
}

.case-archive-wrap .case-archive-item .tags span,
.blog-archive-wrap .blog-archive-item .tags span,
.news-archive-wrap .news-archive-item .tags span {
  background-color: #7F0145;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
  padding: 3px 10px;
  color: #FFFFFF;
  font-size: 65%;
  line-height: 1.2em;
  transition: all 0.5s ease-in-out;
}

/*
.case-archive-wrap .case-archive-item .tags span:hover,
.blog-archive-wrap .blog-archive-item .tags span:hover,
.news-archive-wrap .news-archive-item .tags span:hover {
  background-color: #363636;
}
*/

.blog-wrap .blog-item,
.case-wrap .case-item,
.news-wrap .news-item,
.service-wrap .service-item,
.aggregated-news-wrap .aggregated-news-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}

.blog-wrap .blog-item:last-child,
.case-wrap .case-item:last-child,
.news-wrap .news-item:last-child,
.service-wrap .service-item:last-child,
.aggregated-news-wrap .aggregated-news-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.blog-wrap .blog-item h4,
.case-wrap .case-item h4,
.news-wrap .news-item h4,
.service-wrap .service-item h4,
.aggregated-news-wrap .aggregated-news-item h4 {
  font-weight: 200;
  font-size: 90%;
}

.blog-wrap .blog-item .subtitle,
.case-wrap .case-item .subtitle,
.news-wrap .news-item .subtitle,
.service-wrap .service-item .subtitle,
.aggregated-news-wrap .aggregated-news-item .subtitle {
  font-size: 80%;
}

.twitter-wrap .twitter-item .date,
.blog-wrap .blog-item .date,
.case-wrap .case-item .date,
.news-wrap .news-item .date,
.service-wrap .service-item .date,
.aggregated-news-wrap .aggregated-news-item .date {
  font-size: 80%;
  font-weight: 600;
  color: #666666;
}

.news-wrap .news-item .source,
.aggregated-news-wrap .aggregated-news-item .source {
  font-size: 80%;
  font-weight: 600;
  color: #666666;
}

.twitter-wrap .twitter-item .screen-name,
.twitter-wrap .twitter-item .name {
  font-size: 80%;
  font-weight: 600;
  color: #666666;
}

.twitter-wrap {
  height: 600px;
}

.case-update-wrap {

}

.case-update-wrap .case-update-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1F1F1;
}

.case-update-wrap .case-update-item:last-child {
  border-bottom: 0;
}

.case-update-wrap .case-update-item .content {
  background-color: #F1F1F1;
  padding: 20px 20px;
}

.case-update-wrap .case-update-item .content .translation-information {
  margin-bottom: 15px;
  color: #7F0145;
  font-style: italic;
  font-size: 80%;
  font-weight: bold;
}

.case-update-wrap .case-update-item .date {
  margin-bottom: 10px;
  font-size: 80%;
}

.case-update-wrap .case-update-item .source {
  margin-bottom: 10px;
  font-size: 80%;
}

.case-update-wrap .case-update-item .comment {
  padding: 20px 20px;
  font-style: italic;
}

.case-update-wrap .case-update-item .comment h4 {
  margin-bottom: 10px;
}



.case-update-wrap .case-update-item .slug {
  background-color: #7F0145;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  font-family: Oswald;
  margin-bottom: 10px;
}


.video-list-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;
  border-bottom: 2px solid #363636;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.video-list-wrap .video-list-item {
  width: calc( 50% - (30px / 2) );
  margin-bottom: 30px;
}


.video-list-wrap .video-list-item a {
  display: block;
}

.video-list-wrap .video-list-item a:hover {
  text-decoration: none;
}

.video-list-wrap .video-list-item .image-wrap {
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 56.25%;
}

.video-list-wrap .video-list-item .image-wrap img {
  display: none;
}

.video-list-wrap .video-list-item a h3 {
  color: #363636;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.video-list-wrap .video-list-item a .teaser {
  color: #363636;
  margin-bottom: 10px;
  font-size: 90%;
}

.aggregated-news {

}

.default-sidebar {
  padding: 10px;
  background-color: #F1F1F1;
  border-top: 1px solid #7F0145;
  position: relative; 
  margin-bottom: 30px;
}

.default-sidebar .sidebar-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}


.default-sidebar .sidebar-item .image-wrap {
  width: 75px;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 3px;
}  

.default-sidebar .sidebar-item .content-wrap {
  
}

.default-sidebar form {
  position: relative;
  z-index: 1;
}

.default-sidebar select {
  width: 100%;
  box-sizing: border-box;
}

.default-sidebar h3 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 1.2em;
  line-height: 1.6em;
}


.sidebar-nav {

}

.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-nav ul li a {
  display: block;
  padding: 5px 10px;
  font-size: 80%;
  line-height: 1.2em;
}

.sidebar-nav ul li a:hover {
  background-color: #7F0145;
  color: #FFFFFF;
  text-decoration: none;
}


.more-link {
  margin-top: 10px;
}

.more-link a {
  font-size: 0.8em;
  color: #7F0145;
  border: 1px solid #7F0145;
  padding: 5px 10px;
  display: inline-block;
}

.more-link a:hover {
  text-decoration: none;
  background-color: #7F0145;
  color: #FFFFFF;
}


.more-link.news a { border-color: #7F0145; color: #7F0145; }
.more-link.news a:hover { background-color: #7F0145; }

.more-link.aggregated-news a { border-color: #00485A; color: #00485A; }
.more-link.aggregated-news a:hover { background-color: #00485A; }

.more-link.cases a { border-color: #7F0145; color: #7F0145; }
.more-link.cases a:hover { background-color: #7F0145; }

.more-link.twitter a { border-color: #00485A; color: #00485A; }
.more-link.twitter a:hover { background-color: #00485A; }




.paging {
  padding: 15px;
}

.paging .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Oswald;
  font-weight: 600;
  border-radius: 50%;
  border: 5px solid #FFFFFF;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}

.paging .page-numbers:hover {
  text-decoration: none;
}

.paging .page-numbers.current {
  border-color: #363636;
}

.paging .page-numbers:hover {
  border-color: #7F0145;
}

.sidebar-publications h3 {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  text-align: center;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item:last-child {
  border-bottom: 0;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item .image-wrap {
  width: 100%;
  text-align: center; 
  margin-bottom: 10px;
  
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item .image-wrap img {
  max-width: 125px;
  height: auto;
  margin: 0 auto;
  float: none;
  border: 1px solid #CCCCCC;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item .content-wrap {
  width: 100%;
  text-align: center;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item .content-wrap h4 {
  margin-bottom: 10px;
} 

.sidebar-publications .publication-wrap .publication-item.sidebar-item .date {
  font-size: 0.9em;
}

.sidebar-publications .publication-wrap .publication-item.sidebar-item .date span {
  display: block;
  font-weight: 600;
}


.people-wrap {
  border-top: 1px solid #7F0145;
  padding-top: 30px;
}

.people-wrap .people-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #7F0145;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.people-wrap .people-item .meta-wrap {
  width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
  flex-shrink: 0;
  text-align: right;
}

.people-wrap .people-item .meta-wrap .image-wrap {
  margin-bottom: 10px;
}

.people-wrap .people-item .meta-wrap h4 {
  margin-bottom: 10px;
}

.news-title, .news-wrap .news-item a, .news-wrap .news-item .date { color: #7F0145; }
.aggregated-news-title, .aggregated-news-wrap .aggregated-news-item a, .aggregated-news-wrap .aggregated-news-item .source, .aggregated-news-wrap .aggregated-news-item .date { color: #00485A; }
.case-title, .case-wrap .case-item a, .case-wrap .case-item .date { color: #7F0145; }
.twitter-title, .twitter-wrap .twitter-item a, .twitter-wrap .twitter-item .source, .twitter-wrap .twitter-item .name, .twitter-wrap .twitter-item .screen-name, .twitter-wrap .twitter-item .date { color: #00485A; }



.hjw-promo {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-top: 45px;
}

.hjw-promo h2 {
  font-family: bitter;
  font-size: 1.6em;
  margin-bottom: 30px; 
  font-style: italic;
}

.hjw-promo h2 span {
  font-family: Oswald;
  font-style: normal;
  font-size: 1.2em;
}

.hjw-promo p {
  font-weight: bold;
  margin-bottom: 15px;
}

.hjw-promo .languages ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.hjw-promo .languages li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
}

.hjw-promo .languages li a {
  color: inherit;
  font-weight: bold;
}


.home-standfirst {
  text-align: center;
  font-weight: 600;
  padding: 0 200px 45px 200px;
  border-bottom: 2px solid #363636;
  margin-bottom: 45px;
}

.home-hiv-weekly-promo {
  background-image: url(img/newsletter.png);
  background-repeat: no-repeat;
  background-size: auto 75px;
  background-position: 10px 0;
  min-height: 100px;
  padding: 0 10px 45px 350px;
  border-bottom: 2px solid #363636;
  margin-bottom: 45px;
}

.home-hiv-weekly-promo .call-to-action {
  text-align: right;
  margin-top: 10px;
}

.home-hiv-weekly-promo .call-to-action a {
  display: inline-block;
  border: 2px solid #7F0145;
  border-radius: 10px;
  padding: 5px 20px;
  background-color: #E8AECE;
  color: #000000; 
  font-weight: bold;
}

.home-hiv-weekly-promo .call-to-action a:hover {
  color: #FfFFFF;
  background-color: #7F0145;
  text-decoration: none;
}


.home-hiv-weekly-promo p {
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 15px;
}


.home-hiv-weekly-promo .teaser {
  font-weight: bold;
}

.home-shortcut a {
  display: block;
  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;
}

.home-shortcut a:hover {
  text-decoration: none;
}

.home-shortcut-1 {

  border-bottom: 2px solid #363636;
  margin-bottom: 45px;
}

.home-shortcut-1 .sleeve {
  display: -webkit-flex;
  display: flex;
}

.home-shortcut-1 .sleeve a {
  color: inherit;
}


.home-shortcut-1 .image-wrap {
  width: 50%;
  box-sizing: border-box;
}  

.home-shortcut-1 .content-wrap {
  width: 50%;
  padding: 30px;
  color: inherit;
  box-sizing: border-box;
}  

.home-shortcut-1 .content-wrap .slug {
  margin-bottom: 10px;
  font-weight: bold;
}

.home-shortcut-1 .content-wrap h3 {
  color: inherit;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 1.2em;
}


.shortcut-wrap-home {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 2px solid #363636;
  margin-bottom: 45px;
}

.shortcut-wrap-home .shortcut-item {
  width: calc(50% - 15px);
}

.shortcut-wrap-home-1 .shortcut-item {

}

.shortcut-wrap-home-2 .shortcut-item {

}

/*
.shortcut-wrap-home .shortcut-item:nth-child(1){ background-color: #F15086; }
.shortcut-wrap-home .shortcut-item:nth-child(2){ background-color: #00485A; }
.shortcut-wrap-home .shortcut-item:nth-child(3){ background-color: #1DBEC1; }
.shortcut-wrap-home .shortcut-item:nth-child(4){ background-color: #F7C233; }
.shortcut-wrap-home .shortcut-item:nth-child(5){ background-color: #7F0145; }
*/

.shortcut-wrap-home .shortcut-item .content-wrap {
  color: inherit;
  padding: 15px;
}

.shortcut-wrap-home .shortcut-item .content-wrap h3 {
  color: inherit;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.2em;
}

.shortcut-wrap-home .shortcut-item a {
  color: inherit;
}

.shortcut-wrap-home .shortcut-item a:hover {
  text-decoration: none;
}

.shortcut-wrap-home .shortcut-item .content-wrap .slug {
  font-size: 0.8em;
  font-weight: 600;
}

.shortcut-wrap-home .shortcut-item .content-wrap .teaser {
  font-size: 0.8em;
}







.home-section {
  padding-bottom: 45px;
  border-bottom: 2px solid #363636;
  margin-bottom: 45px;
}

.home-section h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.home-section .subtitle {
  margin: 0 auto 20px auto;
  max-width: 600px;
}

.home-section-updates {
  margin-bottom: 45px;
}

.home-section .shortcut-wrap {

}

.home-section-news .col {
  background-color: #F1F1F1;
  padding: 15px;
  box-sizing: border-box;
}

.home-section-news .col .update-wrap {
  height: 500px;
  overflow-y: scroll;
}

.home-section-updates .col {
  background-color: #F1F1F1;
  padding: 15px;
  box-sizing: border-box;
}

.home-section-updates .col .update-wrap {
  height: 500px;
  overflow-y: scroll;
}

.home-section-updates .col .update-wrap.twitter-wrap {
  height: 600px;
}

.scan-map-wrap {
  
  position: relative;
}

.scan-map-wrap .map-wrap {
  border: 1px solid #7F0145;
}

.scan-map-wrap h2 {
   text-align: center;
}

.scan-map-wrap .subtitle {
   text-align: center;
}


.scan-map-wrap .scan-map {
  height: 550px;
}




body.tax-country .meta-wrap {
  margin-bottom: 30px;
}

body.tax-country .meta-wrap .meta-item {
  margin-bottom: 5px;
  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;
}

body.tax-country .meta-wrap .meta-item .key {
  display: inline-block;
  margin-right: 30px;
  color: #7F0145;
  font-family: Oswald;
}

body.tax-country .meta-wrap .meta-item .value {
  flex: 1;
  font-family: Oswald;
}

body.tax-country .meta-wrap .meta-item .label {
  display: block;
  width: 100%;
  color: #363636;
  font-size: 0.8em;
}

body.tax-country .meta-wrap .meta-item .label a {
  color: #363636;
}

body.tax-country .country-intro {
  margin-bottom: 60px;
  overflow: hidden;
}

body.tax-country .country-intro.cropped {
  position: relative;
  cursor: pointer;
}

body.tax-country .country-intro.cropped:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background-image: url(img/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: center center;
}

body.tax-country .country-intro.cropped:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

body.tax-country .country-intro.cropped.visible {
  padding-bottom: 100px;
  cursor: initial;
}

body.tax-country .country-intro.cropped.visible:before  {
  transform: rotate(180deg); 
  transition: all 0.5s ease-in-out;
  transform-delay: 1s;
  transform-origin: center center;
  cursor: pointer;
}



body.tax-country .law-wrap {
  margin-bottom: 30px;
}

body.tax-country .law-wrap .law-item {
  margin-bottom: 10px;
}

body.tax-country .law-wrap .law-item .title {
  background-color: #7F0145;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 20px;
  cursor: pointer;
}

body.tax-country .law-wrap .law-item .title h3 {
  width: calc(60% - 10px);
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
  font-size: 1.0em;
  line-height: 1.4em;
}

body.tax-country .law-wrap .law-item .title .type {
  width: calc(40% - 10px);
  color: #FFFFFF;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: right;
}

body.tax-country .law-wrap .law-item .detail-wrap {
  padding: 10px 0;
}


body.tax-country .law-wrap .law-item .detail-wrap .detail-item.law-relevant-text {
  background-color: #F1F1F1;
  padding: 20px 20px;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.law-relevant-text .label {
  color: #7F0145;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1em;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.law-relevant-text .value {
  font-style: italic;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.law-relevant-text .value ~ .footer {
  margin-top: 15px;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.year-enacted {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.year-enacted .label {
  width: 20%;
  color: #7F0145;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.year-enacted .value {
  width: calc( 80% - 30px );
}


body.tax-country .law-wrap .law-item .detail-wrap .detail-item.status {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 20px;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.status .label {
  width: 20%;
  color: #7F0145;
}

body.tax-country .law-wrap .law-item .detail-wrap .detail-item.status .value {
  width: calc( 80% - 30px );
}



body.tax-country .resource-wrap {
  margin-bottom: 60px;
}

body.tax-country .resource-wrap .resource-item {
  margin-bottom: 15px;  
  padding-bottom: 15px;
  border-bottom: 1px solid #7F0145;
}

body.tax-country .resource-wrap .resource-item:last-child {
  margin-bottom: 0;  
  padding-bottom: 0;
  border-bottom: 0;
}

body.tax-country .resource-wrap .resource-item .link {
  font-weight: 400;
  margin-bottom: 10px;
}


body.tax-country .last-update {
  border-top: 1px solid #7F0145;
  padding-top: 10px;
}



body.tax-country .acknowledgement-wrap {
  margin-bottom: 60px;
}

body.tax-country .acknowledgement-wrap .acknowledgement-item {
  margin-bottom: 15px;  
  padding-bottom: 15px;
  border-bottom: 1px solid #7F0145;
}

body.tax-country .acknowledgement-wrap .acknowledgement-item:last-child {
  margin-bottom: 0;  
  padding-bottom: 0;
  border-bottom: 0;
}

body.tax-country .acknowledgement-wrap .acknowledgement-item .link {
  font-weight: 400;
  margin-bottom: 10px;
}

.update-wrap {

}

.update-wrap .update-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E8E8E8;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.update-wrap .update-item .content-wrap h3 {
  font-weight: 200;
  margin-bottom: 5px;
}

.update-wrap .update-item .image-wrap {
  width: 100px;
  flex-shrink: 0;
  margin-right: 15px;
}

.update-wrap .update-item .image-wrap img {
  border: 1px solid #F1F1F1;
}

.update-wrap .update-item .content-wrap {
  flex: 1;
}


.entry-meta {
  margin-bottom: 20px;
}

.entry-meta .byline {
  margin-top: 10px;
  font-weight: bold;
}

.entry-meta .tags {
  margin-top: 10px;
}

.entry-meta .tags a,
.entry-meta .tags span {
  background-color: #7F0145;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 2px;
  padding: 3px 10px;
  color: #FFFFFF;
  font-size: 65%;
  line-height: 1.2em;
  transition: all 0.5s ease-in-out;
}

.entry-meta .tags a:hover,
.entry-meta .tags span:hover {
  text-decoration: none;
  background-color: #111111;
} 

.admin-link {
  margin-bottom: 20px;
}

.share-wrap {
  margin-bottom: 20px;
}

ul.social-share {
  margin: 0 0 0 0;
  padding: 0;
  overflow: hidden;
}

ul.social-share li {
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 10px;
  list-style-type: none;
}

ul.social-share li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background-color: #000000;
  border-radius: 50%;
}

ul.social-share li a span {
  display: block;
  text-indent: -9999px;
}

ul.social-share li a:hover {
  background-color: #000000 !important;
}

ul.social-share li a:after {
  font-family: Socicon;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

ul.social-share li.twitter a:after {
  content: '\e08d';
}

ul.social-share li.twitter a {
  background-color: #00AEEF;
}

ul.social-share li.facebook a:after {
  content: '\e028';
}
ul.social-share li.facebook a {
  background-color: #3D5A97;
}


.advancing-hiv-justice-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;
}

.advancing-hiv-justice-wrap .advancing-hiv-justice-item {
  width: calc(33.333% - 20px);
  text-align: center;
  margin-bottom: 30px;
}

.advancing-hiv-justice-wrap .advancing-hiv-justice-item .image-wrap {
  border: 1px solid #F1F1F1;
}

.country-list-wrap {
  
}

.country-list-wrap .country-list-item {
  border-bottom: 1px solid #7F0145;
  padding-top: 10px;
  padding-bottom: 10px;
}

.country-list-wrap .country-list-item:last-child {
  border-bottom: 0;
}



.country-list-wrap .country-list-item a {
  display: block;
}



.country-list-wrap .country-list-item h3 {
  font-size: 1.0em;
  line-height: 1.6em;
  margin-bottom: 0;
}

.country-list-wrap .country-list-item .meta-wrap {
  margin-bottom: 0;
  font-size: 0.8em;
}

.country-list-wrap .country-list-item .meta-wrap .meta-item {

}



.country-grid-wrap {
  column-count: 4;
  column-gap: 30px;
  margin-top: 45px;
}

.country-grid-wrap .country-grid-item {
  margin-bottom: 5px;
  font-size: 0.8em;
}


.how-to-use-map {
  margin-bottom: 15px;
}

.how-to-use-map h3 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.6em;
  padding-right: 10px;
}

.how-to-use-map p {
  display: inline;
}


.map-actions {
  margin-bottom: 15px;

}

.translation-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.8);
  text-align: center;
  padding: 30px;
}

.translation-popup .sleeve {
  background-color: #FFFFFF;
  max-width: 500px;
  border: 1px solid #7F0145;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  margin: auto;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}

.translation-popup .sleeve p {
  margin-bottom: 15px;
}

.translation-popup .sleeve .close {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(img/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;  
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.translation-popup .sleeve .continue {
  background-color: #7F0145;
  padding: 10px 20px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  display: block;
}

.gcd-nav {
  float: right;
  background-image: url('img/database-background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15px 30px;
  font-family: Oswald;
  margin-bottom: 30px;
  margin-left: 30px;
}

.gcd-nav .title {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.gcd-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gcd-nav ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ffffff;
  font-size: 1.0em;
  line-height: 1.0em;
}

.gcd-nav ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}


.gcd-nav ul li a {
  color: #FFFFFF;
} 


.newsletter-form {
  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;
}

.newsletter-form > * {
  width: 100%;
}

.newsletter-form .field-wrap {
  width: calc(50% - 15px);
  margin-bottom: 25px;
}

.newsletter-form .field-wrap-captcha {
  width: 100%;
}


.newsletter-form .field-wrap label {
  display: none;
}

.newsletter-wrap {
  margin-bottom: 60px;
}

.newsletter-wrap .newsletter-item h3 {
  font-size: 1.0em;
  color: #363636;
}

.newsletter-wrap .newsletter-item h3 a {
  color: #363636;
}


.page-id-10599 .entry-content-intro {
  padding-right: 300px;
  background-image: url(img/newsletter.png);
  background-position: right top;
  background-size: 275px auto;
  background-repeat: no-repeat;
}


.add-your-organisation-form .field-wrap {
  margin-bottom: 30px;
}


.add-your-organisation-form .field-wrap >label {
  font-weight: bold;
  margin-bottom: 10px;
}


.add-your-organisation-form .field-wrap input[type=text],
.add-your-organisation-form .field-wrap textarea,
.add-your-organisation-form .field-wrap select {
  background-color: #F1F1F1;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  box-sizing: border-box;
}

.add-your-organisation-form .radio-wrap,
.add-your-organisation-form .checkbox-wrap {

}

.add-your-organisation-form .radio-wrap label,
.add-your-organisation-form .checkbox-wrap label {
  position: relative;
  font-size: 90%;
  padding-left: 28px;
}

.add-your-organisation-form .radio-wrap label:before,
.add-your-organisation-form .checkbox-wrap label:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #7F0145;
}

.add-your-organisation-form .radio-wrap input:checked ~ label:after,
.add-your-organisation-form .checkbox-wrap input:checked ~ label:after {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7F0145;
}



@media screen and (min-width: 768px) {

  .carousel-wrap {
    width: 482px;
    margin: 0 auto 60px auto;
  }

  .owl-stage-outer {
    width: 100%;
    /* padding: 30px 50% 30px 50%; */
    overflow: visible !important;
  }

  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
  }

  .owl-carousel .owl-dots button {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #363636;
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }

  .owl-carousel .owl-dots button:hover,
  .owl-carousel .owl-dots button.active {
    border: 5px solid #7F0145;
  }

  .carousel-wrap .owl-item {
    width: 482px;
    transform: scale(0.75);
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
  }

  .carousel-wrap .owl-item.active {
    transform: scale(1);
    opacity: 1;
  }

}


@media screen and (max-width: 767px) {

  .col-wrap .col-1-3,
  .col-wrap .col-2-3,
  .col-wrap .col-1-2 {
    width: 100%;
  }

  .page-sleeve {
    padding-left: 15px;
    padding-right: 15px;
  }

  #site-branding {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-form-wrap {
    display: none;
  }

  #header .social-links-wrap {
    display: none;
  }

  .case-archive-wrap .case-archive-item, .blog-archive-wrap .blog-archive-item, .news-archive-wrap .news-archive-item {
    padding: 15px 0;
  }

  .case-archive-wrap .case-archive-item > a, .blog-archive-wrap .blog-archive-item > a, .news-archive-wrap .news-archive-item > a {
    -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
  }

  .case-archive-wrap .case-archive-item > a .content-wrap, .blog-archive-wrap .blog-archive-item > a .content-wrap, .news-archive-wrap .news-archive-item > a .content-wrap {
    width: 100%;
  }

  .service-search-results-wrap .service-search-results-item {
    padding: 15px 0;
  }

  .service-search-filter form {
    -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
  }

  .service-search-filter form input,
  .service-search-filter form select {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .people-wrap .people-item {
    -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .people-wrap .people-item .meta-wrap {
    width: 100%;
    text-align: left;
  }

  .advancing-hiv-justice-wrap .advancing-hiv-justice-item {
    width: 100%;
  }

  #site-branding .site-title {
    width: 151.5px;
    height: 36.5px;
  }

  #site-branding .site-title a span {
    width: 151.5px;
    height: 36.5px;
  }

  #main-nav {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  #menu-wrap {
    display: none;
    background-color: #363636;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    margin: 0;
  }

  body.with-nav #menu-wrap {
    display: block;
  }

  #menu-wrap ul {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  #menu-main-navigation li a {
    display: inline-block;
  }

  #menu-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(img/menu-purple.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
  }

  body.with-nav #menu-toggle {
    background-image: url(img/menu-white.svg);
  }

  #menu-wrap li:first-child {
    background-color: initial;
  } 

  .home-standfirst {
    padding: 0 0 45px 0;
  }

  .home-shortcut-1 .image-wrap {
    width: 100%;
    order: -1;
  }

  .home-shortcut-1 .content-wrap {
    width: 100%;
  }

}