/***--------- Design By MindQ -https://www.mind-q.com/ --------***/

@font-face {
    font-family: bhpfont;
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bhpfont;
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: bhpfont;
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-weight: 400;
    font-kerning: auto;
    padding: 0;
    margin: 0;
    font-family: bhpfont;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

a,
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

:root {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
}

input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-align: left;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
}

img {
    height: auto;
    max-width: 100%;
}

.layout-container {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}

.search-info {
    display: none;
}

#sub-page #content {
    min-height: 28vh;
    margin: 45px 0;
}

.page-node-type-community-engagement #sub-page #content {
    min-height: 60vh;
}

.section {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
}

.container-fluid {
    margin-left: 150px !important;
    margin-right: 150px !important;
}

.views-view-grid {
    position: relative;
    display: flex;
}

#sub-page .views-view-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.path-board-of-members .views-view-grid,
.path-partners .views-view-grid,
.path-collaborators .views-view-grid,
.path-senior-management .views-view-grid {
    justify-content: center;
}

/** Topbar **/
#top-bar {
    position: relative;
    background-image: -moz-linear-gradient(30deg, rgb(78, 163, 207) 0%, rgb(112, 198, 240) 100%);
    background-image: -webkit-linear-gradient(30deg, rgb(78, 163, 207) 0%, rgb(112, 198, 240) 100%);
    background-image: -ms-linear-gradient(30deg, rgb(78, 163, 207) 0%, rgb(112, 198, 240) 100%);
    padding: 10px 0;
    display: block;
}

.hide-block {
    display: none !important;
}

#block-views-block-notifications-block-1 {
    position: relative;
    overflow: hidden;
}

#block-views-block-notifications-block-1::before {
    position: absolute;
    content: "N";
    color: #fff;
    background: #52a7d3 url(../images/bell.png) no-repeat center;
    background-size: 28px;
    z-index: 5;
    left: 0;
    padding: 5px 20px;
    border-right: 1px solid #ffffff;
    text-indent: 500%;
    overflow: hidden;
}

#block-views-block-notifications-block-1 .close-notifications {
    position: absolute;
    background: #6dc3ed url(../images/close-notifications.png) no-repeat center 7px;
    background-size: 15px;
    width: 80px;
    height: 50px;
    right: -35px;
    display: block;
    z-index: 10;
    cursor: pointer;
}

#block-views-block-notifications-block-1 .close-notifications:hover {
    background: #6dc3ed url(../images/close-notifications-hover.png) no-repeat center 7px;
    background-size: 15px;
}

#block-views-block-notifications-block-1 .block-content {
    position: relative;
}

#block-views-block-notifications-block-1 .item-list {
    width: 90vw;
    padding: 5px 0;
    color: #fff;
    overflow: hidden;
}

#block-views-block-notifications-block-1 .item-list ul {
    list-style: none;
    height: auto;
    width: 6000px;
    display: inline-block;
    animation: scrolling 50s linear infinite;
}


#block-views-block-notifications-block-1 .item-list ul li {
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
}

#block-views-block-notifications-block-1 .item-list ul li .views-field-title {
    margin: 0 10px 0 0;
    display: inline-block;
}


#block-views-block-notifications-block-1 .item-list ul li .views-field-title span a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 10px 0 0;
    padding: 0;
    width: 200%;
    font-size: 1rem;
}


#block-views-block-notifications-block-1 .item-list ul li:hover .views-field-title span a {
    text-decoration: underline;
}

#block-views-block-notifications-block-1 .views-field-field-link-to-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}


#block-views-block-notifications-block-1 .views-field-field-link-to-content a {
    color: transparent;
}

/** Header **/
#header {
    position: relative;
    display: block;
    box-sizing: border-box;
    transition: all 1s;
    background: #ffffff;
    padding-top: 5px;
    transition: all .05s ease-in-out;
}

.sticky-menu {
    top: 0;
    position: fixed !important;
    z-index: 1000 !important;
    transition: all .05s ease-in-out;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 10px 0 rgb(0 0 0 / 1%);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075), 0 10px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 10px 0 rgb(0 0 0 / 1%);
    border-top: 2px solid #70c6f0;
    padding-top: 0;
}

#block-botswana-harvard-partnership-branding {
    padding-left: 0;
    padding-top: 5px;
}

/** Main Navigation **/
#block-mainnavigation {
    position: relative;
    padding: 0;
    width: 80.333% !important;
}

#block-mainnavigation #superfish-main {
    position: relative;
    display: block;
    width: 100%;
    text-align: right !important;
    margin: 0;
    padding: 0;
}

#block-mainnavigation #superfish-main li.sf-depth-1 {
    display: inline-block;
    padding: 0 10px;
}

ul.sf-menu li {
    float: unset;
}

#block-mainnavigation #superfish-main li.sf-depth-1>span,
#block-mainnavigation #superfish-main li.sf-depth-1>a {
    padding: 54px 15px 40px 15px;
}

#block-mainnavigation #superfish-main li.sf-depth-1 span,
#block-mainnavigation #superfish-main li.sf-depth-1 a {
    cursor: pointer;
    color: #464646;
    font-size: 0.937rem;
}

#block-mainnavigation #superfish-main li.sf-depth-1 span.is-active,
#block-mainnavigation #superfish-main li.sf-depth-1 a.is-active {
    color: #40a3cf;
}

#block-mainnavigation #superfish-main li.menuparent .sf-sub-indicator {
    display: none;
}

#block-mainnavigation #superfish-main li.sf-depth-1 span:hover,
#block-mainnavigation #superfish-main li.sf-depth-1 a:hover {
    color: #70c6f0;
}

#block-mainnavigation #superfish-main li.sf-depth-1:last-child a {
    background: #b92125;
    padding: 10px 35px;
    border-radius: 50px;
    color: #ffffff;
}

#block-mainnavigation #superfish-main li.sf-depth-1:last-child a:hover {
    background: #931116;
}

/** Nested Menu **/
#superfish-main li.sfHover>ul {
    top: 108.5px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
    text-align: left;
    border-top: 3px solid #40a3cf;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
    padding: 0;
}

ul.sf-menu li.sfHover>ul li.sf-depth-2 a,
ul.sf-menu li.sfHover>ul li.sf-depth-2 span {
    padding: 10px;
    color: #555555 !important;
    font-size: 15px;
}

ul.sf-menu li.sfHover>ul li.sf-depth-2 a:hover,
#superfish-main li.sfHover>ul li.menuparent .sf-depth-2:hover {
    background: #40a3cf;
    color: #ffffff !important;
}

ul.sf-menu li.sfHover>ul li.sf-depth-2>ul {
    top: 0 !important;
    background: #40a3cf !important;
    padding: 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

ul.sf-menu li.sfHover>ul li.sf-depth-2>ul li a:hover {
    background: #ffffff !important;
    color: #40a3cf !important;
}

ul.sf-menu li.sfHover>ul li.sf-depth-2>ul li a {
    color: #ffffff !important;
}

span.sf-sub-indicator {
    display: none;
}

/** Responsive Menu **/

.mm-panel {
    background: #70c6f0;
}

.mm-menu a {
    /*   color: #ffffff; */
    background: #70c6f0;
}

.mm-menu a:hover {
    color: #70c6f0;
    background: #ffffff;
}

/** Search **/
#block-botswana-harvard-partnership-search {
    position: absolute;
    display: block;
    right: -10px;
    top: auto;
    bottom: 31px;
    width: 40px;
    height: 40px;
    padding: 0;
    /*   transform: translateY(-100%); */
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

#block-botswana-harvard-partnership-search .search-button {
    position: absolute;
    content: "";
    background: url(../images/magnifying-glass.png) no-repeat center;
    background-size: 17px;
    border: none;
    top: 4px;
    bottom: auto;
    width: 35px;
    z-index: 10 !important;
    height: 35px;
    cursor: pointer;
}

#block-botswana-harvard-partnership-search .search-button:hover {
    background: url(../images/search-hover.png) no-repeat center;
}

#block-botswana-harvard-partnership-search form {
    max-width: 900px;
}

.visible #block-botswana-harvard-partnership-search form {
    position: absolute;
    top: 30%;
    bottom: auto;
    left: 0;
    right: 0;
    height: 100px;
    margin: auto;
    display: block;
}

.visible #block-botswana-harvard-partnership-search {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 0;
    transform: translateY(0);
}

.visible #block-botswana-harvard-partnership-search::before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background: #f7f7f7;
    z-index: 10001;
}

#block-botswana-harvard-partnership-search .content {
    display: block;
    width: 0;
    height: 0;
    float: right;
    overflow: hidden;
}

#block-botswana-harvard-partnership-search .form-actions input {
    display: none;
}

.visible #block-botswana-harvard-partnership-search .form-actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.visible #block-botswana-harvard-partnership-search .form-actions input {
    position: absolute;
    display: inline-block !important;
    background: #fff url(../images/search.png) no-repeat center;
    color: transparent;
    z-index: 11 !important;
    padding: 10px 35px;
    outline: none;
    border: none;
    font-size: 1rem;
    right: -2px;
    top: 25px;
    cursor: pointer;
    background-size: 45px;
    width: 45px;
    height: 45px;
}

.visible #block-botswana-harvard-partnership-search .form-actions input:hover {
    background: #ffffff url(../images/search-hover.png) no-repeat center;
}

#block-botswana-harvard-partnership-search.visible .content {
    display: block !important;
    width: 100%;
    margin-top: 0;
    height: inherit;
    overflow: visible;
    transition: all 0.5s ease-out;
}

.visible #block-botswana-harvard-partnership-search .form-item input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid #70c6f0;
    padding: 16px 50px 20px 0;
    font-size: 45px;
    outline: none;
    color: #b2b2b2;
}

.visible .search-button {
    display: none !important;
}

.visible .close-button {
    position: absolute;
    display: inline-block;
    content: "";
    background: url(../images/search-close.png) no-repeat center;
    width: 30px;
    height: 30px;
    top: 80px;
    right: 145px;
    padding-left: 51px;
    cursor: pointer;
}

.user-logged-in.visible .close-button {
    top: 120px;
    right: 145px;
}

.visible .close-button:hover {
    background: url(../images/search-close-hover.png) no-repeat center;
}

.visible #block-botswana-harvard-partnership-branding {
    z-index: 3000;
    display: inline-block;
}

#block-botswana-harvard-partnership-search input::placeholder,
#block-botswana-harvard-partnership-search input::-webkit-input-placeholder {
    color: #b2b2b2;
}

/** Main Carousel **/
.path-frontpage #carousel::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/c-bg.png);
    bottom: -250px;
    top: auto;
    right: 0;
    left: 0;
    margin-left: 15%;
    width: 85%;
    height: 100%;
    z-index: -1;
}

.path-frontpage #carousel::after {
    content: "";
    position: absolute;
    display: block;
    background: #707070;
    height: 1px;
    width: 60%;
    bottom: -23px;
    top: auto;
    right: auto;
    left: 0;
    z-index: 1;
    margin-left: 15%;
}

#block-views-block-main-carousel-block-1 {
    position: relative;
    display: block;
}

/** Carousel bug fix **/
#block-views-block-main-carousel-block-1 .slick .media--ratio {
    padding-bottom: 41.72% !important;
}

#block-views-block-main-carousel-block-1 .slide__content .slide__media::before {
    content: "";
    position: absolute;
    height: 35%;
    background: linear-gradient(to top, #000000bf 15%, transparent 60%);
    bottom: 0 !important;
    left: 0;
    right: 0;
    z-index: 1;
}

#block-views-block-main-carousel-block-1 .slide__caption {
    position: absolute;
    display: block;
    bottom: 105px;
    top: auto;
    min-width: 100%;
    margin: auto;
    padding: 0;
    z-index: 5;
}

#block-views-block-main-carousel-block-1 .slide__caption .slide__description {
    max-width: 65%;
    margin-right: auto;
}

#block-views-block-main-carousel-block-1 .slide__description .views-field-title span {
    position: relative;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 3.125rem;
    font-weight: 900;
    color: #ffffff;
    background: rgba(112, 198, 240, 0.6);
    border-left: 15px solid rgba(112, 198, 240, 0.1);
    border-right: 15px solid rgba(112, 198, 240, 0.1);
}

#block-views-block-main-carousel-block-1 .slide__description .views-field-field-find-out-more-link {
    margin-top: 50px;
    margin-left: 25px;
}

/** Carousel link **/
#block-views-block-main-carousel-block-1 .slide__description .views-field-field-find-out-more-link div a {
    padding: 7px 25px;
    background: #70c6f0;
    border-radius: 50px;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}

#block-views-block-main-carousel-block-1 .slide__description .views-field-field-find-out-more-link div a:hover {
    border: 1px solid #70c6f0;
    color: #70c6f0;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

/** Carousel Arrows, Subpage arrows **/
#block-views-block-main-carousel-block-1 .slick__arrow {
    width: 100px;
    left: auto;
    right: 0;
    bottom: -45px !important;
    top: auto !important;
}

#block-views-block-main-carousel-block-1 .slick-prev::before,
#sub-page .slick-prev::before {
    content: "";
    background: url(../images/left-arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: 0.3s;
}

#block-views-block-main-carousel-block-1 .slick-next::before,
#sub-page .slick-next::before {
    content: "";
    background: url(../images/right-arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: 0.3s;
}

#block-views-block-main-carousel-block-1 .slick-prev:hover::before {
    background: url(../images/left-arrow-active.png) no-repeat center;
}

#block-views-block-main-carousel-block-1 .slick-next:hover::before {
    background: url(../images/right-arrow-active.png) no-repeat center;
}

#sub-page .slick-next::before {
    background: url(../images/right-arrow-active.png) no-repeat center;
}

#sub-page .slick-prev::before {
    background: url(../images/left-arrow-active.png) no-repeat center;
}

#sub-page .slick-prev {
    left: 10px !important;
}

#sub-page .slick-next {
    right: 10px !important;
}

/** Carsousel Dots **/
#front-page #carousel .main-dots {
    width: 100px;
    position: absolute;
    text-align: left;
    bottom: -59px;
    left: auto;
    right: 140px;
    height: 25px;
    box-sizing: border-box;
    display: block;
}

.user-logged-in #carousel .slick-dots {
    display: none !important;
    bottom: -35px;
    right: 100px;
}

#carousel .slick-dots {
    right: 0;
    bottom: 0;
    width: 100px;
}

#block-views-block-main-carousel-block-1 .slick-dots li button {
    font-size: 16px;
    color: #616161;
}

#block-views-block-main-carousel-block-1 .slick-dots li.slick-active button {
    font-size: 25px;
}

#block-views-block-main-carousel-block-1 .slick-dots li:nth-last-child(1)::before {
    content: "/";
    position: absolute;
    display: block;
    top: 0;
    left: -2px;
    font-size: 20px;
    width: 0;
    height: 20px;
    color: #616161;
}

.slick-dots li {
    width: auto;
    height: unset;
    top: 0;
}

.slick-dots li.slick-active {
    position: absolute;
    left: 20px;
    padding: 0 0 0 4px;
    margin: 0;
    bottom: 0;
    top: -5px;
}

.slick-dots li:nth-last-child(1) {
    position: absolute;
    right: 25px;
    padding-left: 3px;
}

.slick-dots li button::before {
    font-size: 0;
}

.slick-dots li:nth-last-child(1) button,
.slick-dots li.slick-active button {
    display: block;
    font-size: 15px;
    line-height: 1;
}

.slick-dots li button {
    display: none;
    font-weight: 700;
}

/** Section 1 **/
#section-1 {
    padding: 150px 0 0;
}

/** Element 1 **/
#block-views-block-homepage-element-block-1 {
    padding-left: 0;
}

#block-views-block-homepage-element-block-1 .views-field-title {
    margin-bottom: 20px;
}

#block-views-block-homepage-element-block-1 .views-field-body {
    margin-bottom: 40px;
}

#block-views-block-homepage-element-block-1 .views-field-body p {
    color: #555555;
}

#block-views-block-homepage-element-block-1 .views-field-title span {
    font-size: 4.0625rem;
    font-weight: 600;
    color: #555555;
    line-height: 0.9;
}

#block-views-block-homepage-element-block-1 .views-field-field-element-link a {
    padding: 7px 20px;
    color: #ffffff;
    border-radius: 50px;
    background: #70c6f0;
    border: 1px solid #70c6f0;
    transition: all 0.5s ease-in-out;
}

#block-views-block-homepage-element-block-1 .views-field-field-element-link a:hover {
    background: transparent;
    color: #70c6f0;
    transition: all 0.5s ease-in-out;
}

/** Element 2 **/
#block-views-block-homepage-element-block-2 .hpblock-2 {
    position: relative;
    margin-bottom: 30px;
}

#block-views-block-homepage-element-block-2 .column {
    position: relative;
    display: block;
    height: 100%;
}

#block-views-block-homepage-element-block-2 .views-field-title,
#block-views-block-homepage-element-block-2 .views-field-field-element-link {
    text-align: center;
}

#block-views-block-homepage-element-block-2 .views-field-field-element-link {
    position: relative;
    background: #edb72e;
    width: 200px;
    height: 200px;
    padding: 54px;
    border-radius: 50%;
    margin: auto;
    transition: all 0.5s ease-out;
}

#block-views-block-homepage-element-block-2 .views-field-field-element-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
}

#block-views-block-homepage-element-block-2 .views-field-field-element-link:hover {
    width: 250px;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    border-radius: 50%;
    top: -20px;
    transition: all 0.5s ease-out;
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(1) .views-field-field-element-link::before,
#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(2) .views-field-field-element-link::before,
#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(3) .views-field-field-element-link::before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    height: 130px;
    content: "";
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(1) .views-field-field-element-link::before {
    background: url(../images/key-research-areas.png) no-repeat center;
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(2) .views-field-field-element-link::before {
    background: url(../images/research.png) no-repeat center;
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(3) .views-field-field-element-link::before {
    background: url(../images/ongoing-studies.png) no-repeat center;
}

/** HoverStates **/
#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(1) .views-field-field-element-link:hover {
    background: url(../images/black-breastfeeding.png) no-repeat center;
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(2) .views-field-field-element-link:hover {
    background: url(../images/research-papers.png) no-repeat center;
}

#block-views-block-homepage-element-block-2 .hpblock-2:nth-child(3) .views-field-field-element-link:hover {
    background: url(../images/studies.png) no-repeat center;
}

#block-views-block-homepage-element-block-2 .hpblock-2 .views-field-field-element-link:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/hover-arrow.png) no-repeat center;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    animation: float 3s ease-in-out infinite;
}

#block-views-block-homepage-element-block-2 .views-field-title {
    margin-top: 15px;
}

#block-views-block-homepage-element-block-2 .views-field-title span {
    color: #555555;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px rgba(214, 214, 214, 0.4);
}

/** Section 2 **/
#section-2 {
    padding: 278px 0;
    background: url(../images/studies-bg.png) no-repeat center;
    background-size: cover;
}

#section-2 .container-fluid {
    padding-left: 0;
}

#block-views-block-studies-block-1 {
    position: relative;
    display: block;
    padding-left: 0;
}

#block-views-block-studies-block-1 header {
    position: relative;
    display: inline-block;
    bottom: auto;
    left: 0;
    color: #555555;
    border-right: 1px solid #555555;
    padding-right: 15px;
}

#block-views-block-studies-block-1 header h1 {
    font-size: 1.562rem;
    font-weight: 900;
}

.slick--view--studies {
    margin-top: 50px;
}

#block-views-block-studies-block-1 .slick--view--studies .slide__content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin-right: 25px;
    transition: all 0.5s ease-in-out;
}

#block-views-block-studies-block-1 .slick--view--studies .slide__content:hover {
    background: #40a3cf;
    transition: all 0.5s ease-in-out;
}

#block-views-block-studies-block-1 .slick--view--studies .slide__content:hover .views-field-title span a {
    color: #ffffff;
}

#block-views-block-studies-block-1 .slick--view--studies .slide__content .slide__caption {
    height: 320px;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-field-project-status p {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    color: #ffffff;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-field-project-status .Ongoing {
    background: #2b8457 !important;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-field-project-status .Completed {
    background: #b92125 !important;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-title {
    position: relative;
    margin-top: 50px;
    text-align: left;
    display: inline-block;
    padding: 10px;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-title span a {
    color: #5e5e5e;
    font-weight: 500;
    font-size: 16px;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-view-node-1 span a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-view-node {
    position: absolute;
    bottom: 45px;
    left: 20px;
}

#block-views-block-studies-block-1 .slick--view--studies .views-field-view-node span a {
    color: #ffffff;
    background: #70c6f0;
    border-radius: 50px;
    border: 1px solid #70c6f0;
    padding: 5px 20px;
}

/** Section-2 Slide **/
#block-views-block-studies-block-1 .slick--view--studies .slick__arrow {
    position: absolute;
    width: 100px;
    top: -60px;
    left: auto;
    right: 20px;
}

#block-views-block-studies-block-1 .slick-prev::before {
    content: "";
    background: url(../images/white-left-arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: 0.3s;
}

#block-views-block-studies-block-1 .slick-next::before {
    content: "";
    background: url(../images/white-right-arrow.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: 0.3s;
}

#block-views-block-studies-block-1 .slick-prev:hover::before {
    background: url(../images/white-left-arrow-hover.png) no-repeat center;
}

#block-views-block-studies-block-1 .slick-next:hover::before {
    background: url(../images/white-right-arrow-hover.png) no-repeat center;
}

#block-views-block-studies-block-1 .more-link {
    position: absolute;
    left: 130px;
    top: 5px;
}

#block-views-block-studies-block-1 .more-link a {
    color: #555555;
    font-size: 14px;
    font-weight: 900;
}

#block-views-block-studies-block-1 .more-link a:hover {
    color: #000000;
}

/** Media **/
#media {
    padding: 100px 0;
}

.path-media #content .block-views{
    position: relative;
    margin: 50px 0;
}

#block-views-block-news-block-1 {
    position: relative;
}
.path-media #content .block-views header{
    margin: 15px 0;
}

.path-media #content .block-views header h1{
    display: inline-block;
    font-size: 25px;
    font-weight: 900;
    padding-right: 20px;
    border-right: 1px solid #707070;
    color: #707070;
}

#block-views-block-news-block-1 header {
    position: absolute;
    top: -50px;
    left: 0;
    padding-right: 20px;
    border-right: 1px solid #707070;
    color: #707070;
}


#block-views-block-news-block-1 header h1 {
    font-size: 25px;
    font-weight: 900;
}

.path-media #content .block-views .more-link{
    display: inline-block;
    padding: 10px 0 10px 15px;
}

#block-views-block-news-block-1 .more-link {
    position: absolute;
    top: -45px;
    left: 110px;
}
.path-media #content .block-views .more-link a,
#block-views-block-news-block-1 .more-link a {
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 900;
}

.path-media #content .block-views .more-link a:hover,
#block-views-block-news-block-1 .more-link a:hover {
    color: #70c6f0;
}

#block-views-block-news-block-1 .media {
    padding-left: 0;
    margin-bottom: 20px;
}

#block-views-block-news-block-1 .media .column {
    position: relative;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#block-views-block-news-block-1 .media .column:hover .views-field-field-new-image {
    transform: scale(1.05);
    animation: zoom-in 4s;
    transition: all 1s;
}

#block-views-block-news-block-1 .views-field-field-new-image,
#block-views-block-news-block-1 .views-field-field-news-date,
#block-views-block-news-block-1 .views-field-title {
    position: relative;
    display: block;
}

#block-views-block-news-block-1 .media-wrapper {
    padding: 15px 0;
}

#block-views-block-news-block-1 .views-field-field-news-date,
#block-views-block-news-block-1 .views-field-field-newsletters-date,
#block-views-block-news-block-1 .views-field-field-press-release-date {
    padding: 0 14px;
    font-size: 14px;
    font-weight: 800;
    color: #c5c5c5;
}

#block-views-block-news-block-1 .views-field-title {
    padding: 10px 15px;
}

#block-views-block-news-block-1 .views-field-title span a {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    transition: all 0.5s ease-in-out;
}

#block-views-block-news-block-1 .views-field-title span a:hover {
    color: #70c6f0;
    transition: all 0.5s ease-in-out;
}

/** Footer **/
div.wrapper {
    padding-left: 150px;
}

#footer-top-wrapper-layer {
    padding: 30px 0 0 30px;
    background: #70c6f0;
}

#footer-top-wrapper-layer .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
}

#block-footerinfo {
    position: relative;
    display: block;
    padding-bottom: 90px;
    color: #ffffff;
}


#block-footerinfo a.footer-info-link {
    color: #ffffff;
    font-weight: 600;
    line-height: 2;
}

#block-footerinfo a.footer-info-link:hover {
    color: #40a3cf;
}

#block-footerinfo .socials {
    position: absolute;
    bottom: 0;
    top: auto;
    background: #40a3cf;
}

#block-footerinfo .socials li {
    display: inline;
}

#block-footerinfo .socials li a {
    display: inline-block;
    font-size: 1px;
    padding: 25px 35px;
}

#block-footerinfo .socials li:nth-child(1) a {
    background: #40a3cf url(../images/facebook.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(2) a {
    background: #40a3cf url(../images/twitter.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(3) a {
    background: #40a3cf url(../images/linkedIn-icon.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(4) a {
    background: #40a3cf url(../images/youtube.png) no-repeat center;
}

/** socials hover states **/
#block-footerinfo .socials li:nth-child(1) a:hover {
    background: #286681 url(../images/facebook.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(2) a:hover {
    background: #286681 url(../images/twitter.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(3) a:hover {
    background: #286681 url(../images/linkedIn-icon.png) no-repeat center;
}

#block-footerinfo .socials li:nth-child(4) a:hover {
    background: #286681 url(../images/youtube.png) no-repeat center;
}

#block-footermenu .footer-menu {
    margin-top: 50px;
}

#block-footermenu .footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

#block-footermenu .footer-menu li a {
    color: #ffffff;
    font-weight: 800;
}

#block-footermenu .footer-menu li a:hover {
    color: #40a3cf;
}

#mc_embed_signup {
    padding-top: 40px;
}

#mc_embed_signup label {
    padding-bottom: 15px !important;
    color: #ffffff;
    line-height: 1.5;
}

#mc_embed_signup form {
    text-align: left !important;
}

#mc_embed_signup input.email {
    border: 1px solid #ffffff !important;
    -webkit-border-radius: 20px 0 0 20px !important;
    -moz-border-radius: 20px 0 0 20px !important;
    border-radius: 20px 0 0 20px !important;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 40px !important;
    padding: 5px 10px !important;
    display: inline-block;
    margin: 0;
    width: 200px !important;
    vertical-align: top;
}

#mc_embed_signup .clear {
    display: inline-block;
    position: absolute;
}

#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 0 20px 20px 0 !important;
    -moz-border-radius: 0 20px 20px 0 !important;
    border-radius: 0 20px 20px 0 !important;
    letter-spacing: 0.03em;
    color: #fff;
    background: #40a3cf url(../images/send.png) no-repeat center right 15px !important;
    box-sizing: border-box;
    height: 40px !important;
    width: 105px;
    line-height: 32px;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
    transition: all 0.5s ease-in-out 0s !important;
    text-align: left;
}

#mc_embed_signup .button:hover {
    background: #286681 url(../images/send.png) no-repeat center right 10px !important;
}

/** Footer-bottom-layer **/
#footer-bottom-wrapper {
    background: #424d52;
    padding: 30px 0;
}

#footer-bottom-wrapper::before {
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 100%;
    top: -100px;
    background: #424d52;
    z-index: -2;
}

#footer-bottom-wrapper .row {
    border-top: 1px solid #687175;
    padding-top: 30px;
    margin: 0;
}

#footer-bottom-wrapper .footer-ruler {
    padding: 0 !important;
}

#block-rightsreserved,
#block-mindqtrademark {
    padding: 0;
}

#block-rightsreserved p,
#block-rightsreserved p a,
#block-mindqtrademark p a {
    color: #ffffff;
    font-size: 14px;
}

#block-rightsreserved p a:hover,
#block-mindqtrademark p a:hover {
    color: #70c6f0;
}

#block-mindqtrademark {
    text-align: right;
}

/** Subpage **/

#sub-page #carousel {
    position: relative;
    background: url(../images/subpage-banner.png) center;
    padding: 50px 0;
}

#sub-page #block-botswana-harvard-partnership-page-title,
.page-node-type-people #sub-page #block-views-block-position-view-block-1 {
    position: relative;
    display: block;
    bottom: auto;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

.page-node-type-people #block-views-block-position-view-block-1 .views-field-field-position p {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
}

.page-node-type-studies #sub-page #block-botswana-harvard-partnership-page-title {
    position: relative;
    display: block;
    top: unset !important;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
}

#sub-page #block-botswana-harvard-partnership-page-title h1 span,
#sub-page #block-botswana-harvard-partnership-page-title h1,
.path-node #sub-page #block-botswana-harvard-partnership-page-title h1 span,
.path-node #sub-page #block-botswana-harvard-partnership-page-title h1 {
    font-weight: 900;
    color: #ffffff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
    line-height: 1.4;
}

#sub-page #block-botswana-harvard-partnership-page-title h1 span,
#sub-page #block-botswana-harvard-partnership-page-title h1 {
    font-size: 30px;
}

.page-node-type-studies #block-botswana-harvard-partnership-page-title h1 span,
.page-node-type-studies #block-botswana-harvard-partnership-page-title h1 {
    font-size: 25px !important;
}

/** Display Tabs **/
#block-tabs {
    position: relative;
    display: block;
    margin: 15px 0 60px;
}

#block-tabs ul li {
    display: inline-block;
    list-style: none;
}

#block-tabs ul li a {
    background: #70c6f0;
    color: #ffffff;
    padding: 5px 20px;
}


#block-botswana-harvard-partnership-content {
    position: relative;
    display: block;
    color: #555555;
}


.page-node-type-people #block-botswana-harvard-partnership-content,
.page-node-type-investigators #block-botswana-harvard-partnership-content {
    margin-top: 80px;
}

#sub-page #block-botswana-harvard-partnership-content .field--name-field-news-date {
    padding: 10px 20px;
    color: #555555;
}

#sub-page #block-botswana-harvard-partnership-content .field--name-field-photo {
    margin-bottom: 20px;
}

#sub-page #block-botswana-harvard-partnership-content .field--name-body {
    background: #eee;
    padding: 20px;
    margin-bottom: 30px;
    /*   min-height: 500px; */
}

#sub-page #block-botswana-harvard-partnership-content .field--name-field-study-findings {
    padding: 0 20px;
}

#sub-page #block-botswana-harvard-partnership-content .field--name-field-news-video a {
    color: #40a3cf;
}

#sub-page #block-botswana-harvard-partnership-content .field--name-field-news-video a:hover {
    color: #0072bc;
}

#sub-page #block-botswana-harvard-partnership-content h1,
#sub-page #block-botswana-harvard-partnership-content h2,
#sub-page #block-botswana-harvard-partnership-content h3,
#sub-page #block-botswana-harvard-partnership-content h4 {
    color: #40a3cf;
    font-weight: 900 !important;
    padding: 10px 0;
}

#sub-page #block-botswana-harvard-partnership-content p strong {
    color: #40a3cf;
    font-weight: 600;
}


#sub-page #block-botswana-harvard-partnership-content p,
#sub-page #block-botswana-harvard-partnership-content ul li,
#sub-page #block-botswana-harvard-partnership-content ol li {
    color: #555555;
    padding: 5px 0;
}

#sub-page #block-botswana-harvard-partnership-content ul,
#sub-page #block-botswana-harvard-partnership-content ol {
    padding-left: 30px;
}

#sub-page #block-botswana-harvard-partnership-content p {
    padding: 10px 0;
    line-height: 1.5;
}

.path-research-theme #block-botswana-harvard-partnership-content p {
    word-break: break-word;
}

#sub-page #content .field--name-body a,
#sub-page #content .views-field-body p a {
    color: #40a3cf;
}


#sub-page #content .field--name-body a:hover {
    color: #0072bc;
}

#sub-page #media {
    background: #eee;
    margin-top: 100px;
}

#sub-page #footer {
    background: #eee;
    z-index: 0;
}

/** Media **/
.path-media #media,
.path-news #media,
.path-newsletter #media,
.path-press-releases #media,
.page-node-type-news #media {
    display: none;
}

.path-media #sub-page #footer,
.path-news #sub-page #footer,
.path-newsletter #sub-page #footer,
.path-press-releases #sub-page #footer,
.page-node-type-news #sub-page #footer {
    background: #ffffff;
}

.path-media #content .block-views .views-view-grid>div,
.path-media #content .press-releases,
.path-media #block-botswana-harvard-partnership-content .media,
.path-news #block-botswana-harvard-partnership-content .news,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter,
.path-annual-reports #block-botswana-harvard-partnership-content .annual-reports {
    padding-left: 0;
    margin-bottom: 25px;
}


.path-media #content .press-releases  .column,
.path-media #content .block-views  .column,
.path-media #block-botswana-harvard-partnership-content .media .column,
.path-news #block-botswana-harvard-partnership-content .news .column,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter .column,
.path-annual-reports #block-botswana-harvard-partnership-content .annual-reports .column {
    background: #ffffff;
    padding-bottom: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.path-media #content .press-releases  .column:hover .views-field-field-new-image,
.path-media #content .block-views .column:hover .views-field-field-new-image,
.path-media #block-botswana-harvard-partnership-content .media .column:hover .views-field-field-new-image,
.path-news #block-botswana-harvard-partnership-content .news .column:hover .views-field-field-new-image,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter .column:hover .views-field-field-new-image {
    /*   transform: scale(1.02); */
    animation: zoom-in 4s;
    transition: all 1s;

}

.path-media #content .press-releases  .column:hover .views-field-title span a,
.path-media #content .block-views  .column:hover .views-field-title span a,
.path-media #block-botswana-harvard-partnership-content .media .column:hover .views-field-title span a,
.path-news #block-botswana-harvard-partnership-content .news .column:hover .views-field-title span a,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter .column:hover .views-field-title span a,
.path-press-releases #block-botswana-harvard-partnership-content .press-releases .column:hover .views-field-title span a,
.path-annual-reports #block-botswana-harvard-partnership-content .annual-reports .column:hover .views-field-title span a {
    color: #70c6f0;

}

.path-media #content .block-views .views-field-field-press-release-date,
.path-media #content .block-views .views-field-field-newsletters-date,
.path-media #content .press-releases .views-field-field-press-release-date,
.path-media #block-views-block-news-block-2 .news .views-field-field-news-date,
.path-media #block-botswana-harvard-partnership-content .media .views-field-field-news-date,
.path-media #block-botswana-harvard-partnership-content .media .views-field-field-newsletters-date,
.path-media #block-botswana-harvard-partnership-content .media .views-field-field-press-release-date,
.path-media #block-botswana-harvard-partnership-content .media .views-field-field-publications-date,
.path-annual-reports #block-botswana-harvard-paetnership-content .annual-reports .views-field-field-annual-reports-date {
    position: relative;
    padding: 0 10px;
    color: #737373;
    font-size: 14px;
    font-weight: 800;
}

.path-media #block-botswana-harvard-partnership-content{
    display: none !important;
}

.path-media #block-views-block-news-block-2 .news .views-field-field-news-date,
#block-botswana-harvard-partnership-content .news .views-field-field-news-date,
#block-botswana-harvard-partnership-content .press-releases .views-field-field-news-date,
#block-botswana-harvard-partnership-content .newsletter .views-field-field-newsletters-date,
#block-botswana-harvard-partnership-content .annual-reports .views-field-field-newsletters-date {
    position: relative;
    padding: 0 10px;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 800;
}

.path-media #content .press-releases .views-field-title,
.path-media #block-botswana-harvard-partnership-content .media .views-field-title,
.path-media #content .block-views .views-field-title,
.path-news #block-botswana-harvard-partnership-content .news .views-field-title,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter .views-field-title,
.path-annual-reports #block-botswana-harvard-partnership-content .annual-reports .views-field-title {
    padding: 5px 10px;
}

.path-media #content .press-releases .views-field-title span a,
.path-media #content .block-views .views-field-title span a,
.path-media #block-botswana-harvard-partnership-content .media .views-field-title span a,
.path-news #block-botswana-harvard-partnership-content .news .views-field-title span a,
.path-newsletters #block-botswana-harvard-partnership-content .newsletter .views-field-title span a,
.path-annual-reports #block-botswana-harvard-partnership-content .annual-reports .views-field-title span a {
    color: #555555;
    font-size: 16px;
    font-weight: 900;
}

/**videos**/
.path-videos #block-botswana-harvard-partnership-content .videos {
    margin-bottom: 45px;
    padding-left: 0;
}

.path-videos #block-botswana-harvard-partnership-content .videos .column {
    background: #ffffff;
    padding-bottom: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

}

.path-videos #block-botswana-harvard-partnership-content .videos .views-field-title {
    margin: 10px 0;
    padding: 0 10px;
}

.path-videos #block-botswana-harvard-partnership-content .videos .views-field-title span {
    color: #40a3cf;
    font-weight: 700;
}

.path-media #block-views-block-videos-block-1 .field__item iframe.media-oembed-content,
.path-videos #block-botswana-harvard-partnership-content .field__item iframe.media-oembed-content {
    width: 100%;
    height: 300px;
}

/** News Node, Community Engagaement Activities Node  **/
.page-node-type-news #block-botswana-harvard-partnership-content .news-wrapper,
.page-node-type-news #block-botswana-harvard-partnership-content .news-slider-wrapper {
    position: relative;
    padding: 0;
}

.page-node-type-news #block-botswana-harvard-partnership-content .news-slider-wrapper {
    float: right;
    z-index: 10;

}

.page-node-type-community-engagement #block-botswana-harvard-partnership-content .slick {
    position: relative;
    margin-bottom: 30px;
}

/* .page-node-type-community-engagement .slide__caption {} */
.page-node-type-news #block-botswana-harvard-partnership-content .field--name-body {
    padding-right: 90px !important;
}

.page-node-type-news .slick--field {
    /*   position: absolute;
   left: -60px;
   right: 0;
   top: 75px; */
    display: inline-block;
    position: relative;
    margin: 70px 0 0 -70px;
}

.page-node-type-news .news-slider-wrapper .slide__caption,
.page-node-type-community-engagement .slide__caption {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 100%;
}

.page-node-type-community-engagement .slide__caption {
    min-height: unset;
    height: unset;
}

.page-node-type-news .news-slider-wrapper .slide__caption p.slide__description,
.page-node-type-community-engagement .slide__caption p.slide__description {
    color: #ffffff !important;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.838) 20%,
            rgba(0, 0, 0, 0.46) 80%,
            rgba(0, 0, 0, 0.199) 90%,
            rgba(0, 0, 0, 0) 100%);
    padding: 15px !important;
    font-weight: 500;
}

/** Studies **/
#block-views-block-main-carousel-block-3 {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1200px;
    padding: 0 15px;
    margin-top: 20px
}

/** Studies Index **/
.page-node-type-research-themes- .block-content .studies,
.path-studies #block-botswana-harvard-partnership-content .studies {
    padding-left: 0;
    margin-bottom: 40px;
}

.page-node-type-research-themes- .block-content .studies .column,
.path-studies #block-botswana-harvard-partnership-content .studies .column {
    background: #ffffff;
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 15px 80px 15px;
    border-radius: 10px;
}

.page-node-type-research-themes- .block-content .studies .column:hover,
.path-studies #block-botswana-harvard-partnership-content .studies .column:hover {
    background: #40a3cf;
}

.page-node-type-research-themes- .block-content .studies .column:hover .views-field-title span a,
.path-studies #block-botswana-harvard-partnership-content .studies .column:hover .views-field-title span a {
    color: #ffffff;
}

.page-node-type-research-themes- .block-content .studies .views-field-field-project-status p,
.path-studies #block-botswana-harvard-partnership-content .studies .views-field-field-project-status p {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px 10px !important;
    border-radius: 0 0 10px 10px;
    color: #ffffff !important;
}

.page-node-type-research-themes- .block-content .studies .views-field-title,
.path-studies #block-botswana-harvard-partnership-content .studies .views-field-title {
    position: relative;
    margin-top: 60px;
    text-align: left;
}

.page-node-type-research-themes- #block-views-block-studies-block-2 .studies .views-field-title span a,
.path-studies #block-botswana-harvard-partnership-content .studies .views-field-title span a {
    color: #555555;
}

.page-node-type-research-themes- .block-content .studies .views-field-view-node,
.path-studies #block-botswana-harvard-partnership-content .studies .views-field-view-node {
    position: absolute;
    top: auto;
    bottom: 20px;
}

.page-node-type-research-themes- .block-content .studies .views-field-view-node span a,
.path-studies #block-botswana-harvard-partnership-content .studies .views-field-view-node span a {
    background: #70c6f0;
    color: #ffffff;
    border: 1px solid #70c6f0;
    padding: 5px 10px;
    border-radius: 30px;
}

/** Studies Node **/
.page-node-type-studies .views-field-field-project-status p {
    color: #ffffff;
    padding: 10px 20px;
    width: fit-content;
}

.views-field-field-project-status .Ongoing {
    background: #2b8457 !important;
}

.views-field-field-project-status .Completed {
    background: #b92125 !important;
}

#sub-page .field--name-field-study-findings .field__label {
    background: url(../images/wave-graph.png) no-repeat center left;
    width: fit-content;
    padding: 20px 80px;
}

#sub-page .field--name-field-studies-link .field__label {
    background: url(../images/www.png) no-repeat center left -10px;
    background-size: 76px;
    width: fit-content;
    padding: 20px 80px;
}

#sub-page .field--name-field-study-findings .field__label,
#sub-page .field--name-field-studies-publications .field__label,
#sub-page .field--name-field-studies-link .field__label {
    font-size: 30px;
    font-weight: bolder;
    color: #555555;
}


#sub-page .field--name-field-studies-link .field__items {
    position: relative;
    padding: 15px;
}

#sub-page .field--name-field-studies-link .field__item {
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

#sub-page .field--name-field-studies-link .field__item a::before {
    position: absolute;
    content: "•";
    height: 16px;
    width: 16px;
    left: -20px;
    color: #555555;
    text-align: center;
}

#sub-page .field--name-field-studies-link .field__item a {
    padding: 10px 0;
    color: #555555;
    font-weight: 700;
}

#sub-page .field--name-field-studies-link .field__item a:hover {
    text-decoration: underline;
    color: #0072bc;
}

#sub-page .field--name-field-studies-publications .field__item {
    padding: 20px 10px;
    background: #0072bc;
    margin-top: 10px;
}

#sub-page .field--name-field-studies-publications .field__item span a {
    color: #ffffff;
    cursor: pointer;
}

/** Studies Taxpage**/
.path-taxonomy #content .views-row,
.path-ongoing-studies #content .views-row,
.path-completed-studies #content .views-row {
    background: #eee;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.path-taxonomy #content .views-row .node__content {
    position: relative;
}

.path-taxonomy #content .views-row .node--type-studies h2 span,
.path-ongoing-studies #content .views-row .views-field-title span,
.path-completed-studies #content .views-row .views-field-title span{
    font-weight: 600;
    color: #555555;
    font-size: 20px;
}

.path-ongoing-studies #content .views-row .views-field-field-publisher-type,
.path-completed-studies #content .views-row .views-field-field-publisher-type {
    color: #40a3cf;
    font-weight: 500;
    margin: 10px 0;
}

.path-taxonomy #content .views-row .field--name-body,
.path-ongoing-studies #content .views-row .views-field-body,
.path-completed-studies #content .views-row .views-field-body
{
    padding: 20px 0 !important;
}

.path-taxonomy #content .views-row .node__content ul.links {
    position: absolute;
    bottom: -20px;
    top: auto;
    list-style: none;
}

.path-taxonomy #content .views-row .node__content ul.links li a,
.path-ongoing-studies #content .views-row .views-field-view-node span a,
.path-completed-studies #content .views-row .views-field-view-node span a{
    background: #40a3cf;
    padding: 10px 20px;
    border-radius: 30px;
    color: #ffffff;
}

.path-taxonomy #content .views-row .node__content ul.links li a:hover,
.path-ongoing-studies #content .views-row .views-field-view-node span a:hover,
.path-completed-studies #content .views-row .views-field-view-node span a:hover {
    background: #0072bc;
}

.feed-icon {
    display: none;
}

/** Better exposed Filter **/
.views-exposed-form {
    display: block;
    position: relative;
    background: #eee;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 10px;
}

.views-exposed-form .js-form-item {
    position: relative;
    display: inline-block;
}

.views-exposed-form .js-form-item label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #40a3cf;
}

.views-exposed-form .js-form-item select {
    display: inline-block;
    width: 150px;
    height: 45px;
    border-radius: 30px;
    color: #40a3cf;
    margin-left: 15px;
    border: 0;
    outline: unset;
    padding: 0 25px;
}

.js-form-item-sort-by {
    display: none !important;
}

/** People **/
#content .views-view-grid .people:nth-child(1) {
    width: 100%;
}

#content .views-view-grid .p-investigators:nth-child(1) {
    width: 25%;
}

#content .views-view-grid .sm:nth-child(1) {
    width: 33.33333333%;
}

#content .views-view-grid .people:nth-child(1)>div {
    max-width: 360px;
    margin: 20px auto !important;
}


#content .views-view-grid .sm:nth-child(1)>div,
#content .views-view-grid .p-investigators:nth-child(1)>div {
    margin: 0 !important;
}

#content .views-view-grid .em>div {
    max-width: 360px;
    margin: 20px auto !important;
}

/* #content .views-view-grid .p-investigators:nth-child(1) > div,
 #content .views-view-grid .sm:nth-child(1) > div {
   max-width: unset;
   margin: 0 !important;
 } */

#content .views-view-grid .people>div {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    line-height: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#content .views-view-grid .people {
    margin-bottom: 40px;
}

#content .views-view-grid .people .views-field-fieldset {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: auto;
    bottom: 0;
    transition: height 0.6s;
    width: 100%;
    height: 30%;
    opacity: 1;
    background: rgba(25, 25, 25, 0.35);
}

#content .views-view-grid .people .views-field-fieldset>.field-content {
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
    width: 100%;
}

#content .views-view-grid .people>div:hover .views-field-fieldset {
    transition: height 0.6s;
    height: 100%;
}

#content .views-view-grid .people .views-field-fieldset .people-wrapper .views-field-title span a {
    color: #40a3cf;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}

#content .views-view-grid .people .views-field-fieldset .people-wrapper .views-field-field-position p,
#content .views-view-grid .people .views-field-fieldset .people-wrapper .views-field-field-investigators-position p {
    color: #ffffff !important;
    font-weight: 500;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}

#content .views-view-grid .people .views-field-view-node {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

#content .views-view-grid .people .views-field-view-node a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1%;
    text-indent: 100%;
    color: transparent;
}

/** Principal Investigators node, People node **/
.page-node-type-investigators #block-botswana-harvard-partnership-content .field--name-field-investigators-photo,
.page-node-type-people #block-botswana-harvard-partnership-content .field--name-field-people-images {
    position: relative;
    float: left;
    top: -40px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.page-node-type-people #block-botswana-harvard-partnership-content .field--name-field-position p {
    color: #40a3cf !important;
    font-weight: 500;
}

.page-node-type-people .field--name-field-people-publications a {
    background: #70c6f0;
    color: #ffffff;
    padding: 5px 10px;
}

.page-node-type-investigators div.pi-div {
    position: relative;
    padding: 0;
    display: block;
}

.page-node-type-investigators .field--name-field-pi-publications a,
.page-node-type-people .field--name-field-people-publications a {
    background: #70c6f0;
    color: #ffffff;
    padding: 5px 10px;
}

.page-node-type-investigators .field--name-field-pi-publications a:hover,
.page-node-type-people .field--name-field-people-publications a:hover {
    background: #40a3cf;
}

/** Press Releases, Publications, Community Engagement, Projects Index **/
.path-publications .publications,
.path-press-releases .press-releases,
.path-community-engagement-activities .c-engagement,
.path-projects .projects,
.path-research-theme .r-theme {
    padding-left: 0;
    margin-bottom: 30px;
}

.path-publications .publications .column,
.path-press-releases .press-releases .column,
.path-community-engagement-activities .c-engagement .column,
.path-projects .projects .column,
.path-research-theme .r-theme .column {
    position: relative;
    height: 100%;
    padding: 30px 20px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
}

.path-community-engagement-activities .c-engagement .column {
    padding: 0 !important;
    overflow: hidden;
}

.path-community-engagement-activities .c-engagement .column .views-field-fieldset {
    padding: 10px;
}

.path-community-engagement-activities .c-engagement .column .views-field-view-node {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
}

.path-community-engagement-activities .c-engagement .column .views-field-view-node a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 1%;
    text-indent: 100%;
    color: transparent;
}

.path-publications .publications .column {
    transition: all 0.5s ease-in;
}

/** Publiction, Projects Hover **/
.path-publications .publications .column:hover,
.path-projects .projects .column:hover,
.path-research-theme .column:hover {
    background: #40a3cf;
    transition: all 0.5s ease-in;
}

.path-publications .publications .column:hover .views-field-field-journal .field-content p,
.path-publications .publications .column:hover .views-field-field-publications-date,
.path-publications .publications .column:hover .views-field-title span a,
.path-publications .publications .column:hover .views-field-field-authors,
.path-publications .publications .column:hover .views-field-field-doi p,
.path-publications .publications .column:hover .views-field-field-pmcid p,
.path-publications .publications .column:hover .views-field-field-pmid p,
.path-projects .projects .column:hover .views-field-title span a,
.path-projects .projects .column:hover .views-field-body p,
.path-research-theme .r-theme .column:hover .views-field-title span a,
.path-research-theme .r-theme .column:hover .views-field-body p,
#sub-page #content .column:hover .views-field-body p a {
    color: #ffffff !important;
}

.path-publications .publications .views-field-title,
.path-press-releases .press-releases .views-field-title,
.path-publications .publications .views-field-field-publications-date,
.path-publications .publications .views-field-field-authors {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.path-publications .publications .views-field-field-publications-date,
.path-press-releases .press-releases .views-field-field-press-release-date {
    color: #5e5e5e;
    font-size: 12px;
    margin: 10px 0;
}

.path-publications .publications .views-field-title span a,
.path-projects .projects .views-field-title span a,
.path-research-theme .r-theme .views-field-title span a {
    color: #40a3cf;
    font-weight: 700;
    font-size: 1.2rem;
}

.path-press-releases .press-releases .views-field-title {
    margin-top: 10px;
}

.path-press-releases .press-releases .views-field-title span a {
    color: #555555;
    font-size: 16px;
    font-weight: 900;
}

.path-publications .publications .views-field-field-authors {
    font-weight: 500;
    color: #5e5e5e;
}

.path-publications .publications .views-field-field-doi p,
.path-publications .publications .views-field-field-pmcid p,
.path-publications .publications .views-field-field-pmid p {
    color: #5e5e5e;
    font-size: 14px;
}

/** Make whole tile link for Publications, News letter, Press Release, Project  **/
#content .link-to-file,
.path-publications .publications .views-field-view-node a,
.path-newsletters .newsletter .views-field-field-newsletters-file a,
.path-press-releases .press-releases .views-field-field-press-release-file a,
.path-media .media .views-field-field-newsletters-file a,
.path-media .media .views-field-field-press-release-file a,
.path-annual-reports .annual-reports .views-field-field-annual-report a,
#block-views-block-news-block-1 .media .views-field-field-newsletters-file a,
#block-views-block-news-block-1 .media .views-field-field-press-release-file a,
.path-projects .projects .views-field-view-node a,
.path-research-theme .r-theme .views-field-view-node a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

/** Partners Node **/
.page-node-type-projects .field--name-field-publications {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #70c6f0;
    padding: 15px;
}

.page-node-type-projects .field--name-field-publications .field__item {
    width: 33.3333%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.page-node-type-projects .field--name-field-publications .field__item span a {
    background: url(../images/pdf-icon.png) no-repeat center left;
    display: inline-grid;
    color: #ffffff;
    padding-left: 27px;
}

.page-node-type-projects .field--name-field-publications .field__item span a:hover {
    text-decoration: underline;
    font-weight: 600;
}

/** Collaborators, Partners, Sponsors **/
.path-collaborators .collaborators,
.path-partners .partners,
.path-sponsors .sponsors {
    padding-left: 0;
    margin-bottom: 30px;
}

.path-collaborators .collaborators .column,
.path-partners .partners .column,
.path-sponsors .sponsors .column {
    position: relative;
    height: 100%;
    padding: 30px 20px;
    text-align: center;
    border-radius: 6px
}

.path-collaborators .collaborators .column:hover,
.path-partners .partners .column:hover,
.path-sponsors .sponsors .column:hover {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.path-collaborators .collaborators .column:hover .views-field-title span,
.path-partners .partners .column:hover .views-field-title span,
.path-sponsors .sponsors .column:hover .views-field-title span {
    color: #40a3cf;
}

.path-collaborators .collaborators .column .views-field-title span,
.path-partners .partners .column .views-field-title span,
.path-sponsors .sponsors .column .views-field-title span {
    color: #5e5e5e;
    font-weight: 600;
}

.path-collaborators .collaborators .column .views-field-field-website-url a,
.path-partners .partners .column .views-field-field-website-url a,
.path-sponsors .sponsors .column .views-field-field-website-url {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

/** Publication node **/
.page-node-type-publications .field__label {
    font-weight: 600;
    color: #40a3cf;
}

.page-node-type-publications .field {
    padding: 10px 0;
}

.page-node-type-publications .field--name-field-external-url a,
.page-node-type-publications .field--name-field-document span a {
    color: #40a3cf;
}

.page-node-type-publications .field--name-field-external-url a:hover,
.page-node-type-publications .field--name-field-document span a:hover {
    color: #0072bc;
}


.page-node-type-publications .field--name-field-pmid,
.page-node-type-publications .field--name-field-pmcid,
.page-node-type-publications .field--name-field-doi,
.page-node-type-publications .field--name-field-journal {
    display: inline-block;
    margin-right: 15px;
}

.page-node-type-publications .field--name-field-pmid .field__label,
.page-node-type-publications .field--name-field-pmid .field__item,
.page-node-type-publications .field--name-field-pmcid .field__label,
.page-node-type-publications .field--name-field-pmcid .field__item,
.page-node-type-publications .field--name-field-doi .field__label,
.page-node-type-publications .field--name-field-doi .field__item,
.page-node-type-publications .field--name-field-journal .field__label,
.page-node-type-publications .field--name-field-journal .field__item {
    display: inline-block;
}

.page-node-type-publications .field--name-field-external-url {
    background: url(../images/pub-link.png) no-repeat center left;
    background-size: 24px;
}

.page-node-type-publications .field--name-field-external-url a {
    margin-left: 35px;
}

/** Donate **/
div.donate-wrapper {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 50px;
    float: none;
}

div.donate-wrapper>div {
    position: relative;
    display: inline-block;
    padding-right: 0;
    text-align: right;
    height: 100px;
    float: none;
    width: 45% !important;
    padding-left: 0;
    margin-bottom: 30px;
    margin-right: 20px;
}

.donate-wrapper div:nth-child(1) {
    position: relative;
    background: url(../images/pay.png) no-repeat;
    background-size: cover
}


.donate-wrapper div:nth-child(2) {
    position: relative;
    background: url(../images/int.png) no-repeat;
    background-size: cover;
}

.int-donation,
.loc-donation {
    position: relative;
    display: inline-block;
    padding: 41px 7px;
    z-index: 3;
    color: #ffffff !important;
    font-weight: 600;
    width: 50%;
}

.int-donation:hover,
.loc-donation:hover {
    color: #40a3cf !important;
}

/* .int-donation::before {
   content: "";
   position: absolute;
   background: url(../images/donation-sudo.png) no-repeat;
   width: 65%;
   height: 100%;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
 }
 
 .loc-donation::before {
   content: "";
   position: absolute;
   background: url(../images/loc-donation.png) no-repeat;
   width: 65%;
   height: 100%;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
 } */

/** Webform **/

.page-node-778 .contact-wrapper .col-md-6 {
   width: 100% !important; 
}

.contact-wrapper {
    background: #eee;
    position: relative;
    display: block;
}

.webform-submission-form {
    position: relative;
    display: block;
    background: #eee;
    padding: 20px;
}

.webform-submission-form .js-form-item {
    display: inline-block;
    width: 100%;
    margin: 0 5px 15px;
}

.webform-submission-form .js-form-item label {
   display: inline-block;
   padding: 10px;
}

.webform-submission-form .form-item input[type="text"],
.webform-submission-form .form-item input[type="email"],
.webform-submission-form .form-item #edit-message,
.webform-submission-form .form-item textarea {
    background: #ffffff;
    display: block;
    color: #555555;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: 16px;
}

.webform-submission-form .form-item select.form-select {
    background: #ffffff;
    display: block;
    color: #555555;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-size: 16px;
}

.webform-submission-form .form-item #edit-message,
.webform-submission-form .form-item textarea {
    height: 150px;
}

.webform-submission-form #edit-actions input[type="submit"] {
    background: #b92125;
    border: 0;
    color: #ffffff;
    padding: 10px;
    width: 250px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.webform-submission-form #edit-actions input[type="submit"]:hover {
    background: #931116;
}

/** Map **/
#block-views-block-office-location-block-1 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

/** Tenders **/
#content table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border: none !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#content table thead tr th {
    background: #40a3cf;
    color: #ffffff;
    padding: 10px;
}

#content table thead tr:last-child th:first-child {
    border-top-left-radius: 10px;
}

#content table thead tr:last-child th:last-child {
    border-top-right-radius: 10px;
}

#content table tbody {
    background: #ffffff;
}

#content table tbody tr td {
    background: #ffffff;
    color: #646464;
    padding: 15px 10px;
    border-right: 1px solid #40a4cf40;
}

#content table tbody tr td:last-child {
    border-right: none;
}

#content table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

#content table tbody tr td a {
    color: #40a3cf;
}

#content table tbody tr td a:hover {
    color: #0072bc;
}

#content table tbody tr td * {
    word-break: break-all;
}

/** Search page **/
.path-search #content ol li h3 a {
    color: #40a3cf;
}

.path-search #content #search-form .form-wrapper {
    padding: 15px 0;
}

.path-search #content #search-form .form-item label {
    color: #40a3cf;
}

.path-search #content #search-form .form-item input {
    height: 30px;
    width: 300px;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #40a3cf;
}

.path-search #content #search-form .form-item #edit-submit {
    height: 50px;
    background: #40a3cf;
    color: #ffffff;
}

/** Pagination **/
.pager ul.js-pager__items {
    position: relative;
    display: block;
    text-align: center;
}

.pager ul li.pager__item {
    display: inline-block;
    list-style: none;
}

.pager ul li.pager__item a {
    padding: 0 15px;
    color: #40a3cf;
}

.pager ul li.is-active a {
    color: #0072bc;
}

/** Login Page **/
.path-user #user-login-form {
    position: relative;
    display: block;
}

.path-user #user-login-form .js-form-item {
    position: relative;
    padding: 10px 0;
}

.path-user #user-login-form .js-form-item #edit-name,
.path-user #user-login-form .js-form-item #edit-pass {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #40a3cf;
}

.path-user #user-login-form #edit-actions #edit-submit {
    padding: 5px 30px;
    border: none;
    background: #40a3cf;
    color: #ffffff;
    border-radius: 6px;
}



/** Download button **/
#pdf-btn {
    display: none;

}


.page-node-type-studies #pdf-btn {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
}

#pdf-btn #download-pdf {
    background: #b92125 url(../images/pdf-icon.png) no-repeat center left 10px;
    color: #ffffff;
    border: 0;
    padding: 13px 20px 13px 40px;
    cursor: pointer;
}


#pdf-btn #download-pdf:hover {
    background: #931116 url(../images/pdf-icon.png) no-repeat center left 10px;
}


/** Captcha **/
.user-login-form img,
#webform-submission-contact-us-node-235-add-form img {
    float: left;
    margin-right: 1000px;
}

.reload-captcha-wrapper {
    margin-bottom: 20px;
}

/** Animations  **/
#section-1 .region-section-1,
#media .region-media {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s all ease-in-out;
}

#section-1 .views-row-fade-in,
#media .views-row-fade-in {
    opacity: 1;
    transform: translateY(0px);
}

@keyframes scrolling {
    0% {
        transform: translate(85vw);
    }

    100% {
        transform: translate(-85vw);
    }
}

@keyframes zoom-in {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.02);
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    to {
        transform: translateY(0);
    }
}

/** Media Queries **/
@media screen and (max-width: 1600px) {
    .container-fluid {
        margin-right: 100px !important;
        margin-left: 100px !important;
    }

    div.wrapper {
        padding-left: 100px;
    }

    #block-views-block-main-carousel-block-1 .slide__description .views-field-title span {
        font-size: 2.333rem;
    }
}

@media screen and (max-width: 1477px) {
    .container-fluid {
        margin-right: 70px !important;
        margin-left: 70px !important;
    }

    div.wrapper {
        padding-left: 70px;
    }

    #block-mainnavigation #superfish-main li.sf-depth-1 {
        padding: 0 8px;
    }

    #block-botswana-harvard-partnership-branding {
        padding-top: 22px;
    }

    #block-views-block-homepage-element-block-2 .views-field-field-element-link:hover {
        width: 210px;
        height: 210px;
    }

}


@media screen and (max-width: 1377px) {
    #block-mainnavigation #superfish-main li.sf-depth-1 {
        padding: 0;
    }

    #block-views-block-main-carousel-block-1 img {
        height: calc(80vh - 75px) !important;
        object-fit: cover;
    }

    #block-views-block-main-carousel-block-1 .slide__media,
    #block-views-block-main-carousel-block-1 .media.media--ratio {
        overflow: unset !important;
        min-height: 70vh;
    }

}

@media screen and (max-width: 1219px) {
    #block-botswana-harvard-partnership-search {
        bottom: 50px;
    }
}

@media screen and (max-width: 1218px) {

    #block-mainnavigation #superfish-main li.sf-depth-1>span,
    #block-mainnavigation #superfish-main li.sf-depth-1>a {
        padding: 55px 10px 60px 10px;
    }

    #footer-top-wrapper-layer {
        padding: 30px 70px 0px 10px;
    }

    #footer-top-wrapper-layer .signup-block,
    #footer-top-wrapper-layer .footer-menu {
        padding: 0;
    }
}


@media screen and (max-width: 1300px) {
    #block-views-block-homepage-element-block-2 .views-field-field-element-link {
        width: 160px;
        height: 160px;
    }

    #block-views-block-homepage-element-block-2 .views-field-field-element-link:hover {
        width: 190px;
        height: 190px;
    }

    #block-views-block-homepage-element-block-2 .hpblock-2 .views-field-field-element-link:hover::before {
        top: 46px;
    }

    #block-views-block-homepage-element-block-2 .hpblock-2:nth-child(1) .views-field-field-element-link::before,
    #block-views-block-homepage-element-block-2 .hpblock-2:nth-child(2) .views-field-field-element-link::before,
    #block-views-block-homepage-element-block-2 .hpblock-2:nth-child(3) .views-field-field-element-link::before {
        background-size: 75px;
    }
}


@media screen and (max-width: 1160px) {
    #block-views-block-studies-block-1 .slick--view--studies .slide__content .slide__caption {
        height: 340px;
    }
}

@media screen and (max-width: 1128px) {
    .path-frontpage #carousel::after {
        display: none;
    }
}

@media screen and (max-width: 1013px) {
    #block-botswana-harvard-partnership-branding img {
        width: 200px;
    }

    #block-mainnavigation {
        display: none;
    }

    .responsive-menu-toggle-wrapper.responsive-menu-toggle {
        background: transparent;
        position: absolute;
        display: block;
        top: auto;
        bottom: 20px;
        right: 50px;
    }

    .responsive-menu-toggle-icon::before,
    .responsive-menu-toggle-icon::after,
    .responsive-menu-toggle-icon span.icon {
        background: #70c6f0;
    }

    .responsive-menu-toggle-icon span.label {
        display: none;
    }

    #block-botswana-harvard-partnership-search {
        bottom: 20px;
    }



}

@media screen and (max-width: 991px) {
    .visible #block-botswana-harvard-partnership-search form {
        margin: auto 100px;
    }

    #block-views-block-homepage-element-block-1 {
        margin-bottom: 100px;
    }

    div.wrapper {
        padding-left: 0;
    }

    .visible .close-button {
        top: 95px;
        right: 110px;
    }

    #content .views-view-grid .p-investigators:nth-child(1) {
        width: 50%;
    }

    #footer-top-wrapper-layer .signup-block {
        padding: 0 15px;
    }

    .page-node-type-news .slick--field {
        position: relative !important;
        text-align: center;
        left: unset;
        top: unset;
        right: unset;
        margin: 0;
    }

    #sub-page #block-botswana-harvard-partnership-page-title,
    .page-node-type-people #sub-page #block-views-block-position-view-block-1 {
        padding: 0 70px;
    }

    .page-node-type-news #block-botswana-harvard-partnership-content .field--name-body {
        padding-right: 20px !important;
    }

    #content .views-view-grid .sm:nth-child(1) {
        width: 50%;
    }

    div.donate-wrapper>div {
        display: block;
        width: 100% !important;
    }

}

@media screen and (max-width: 768px) {
    #mc_embed_signup .clear {
        display: inline-block !important;
        width: 25% !important;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid {
        margin-right: 25px !important;
        margin-left: 25px !important;
    }

    #header .container-fluid,
    #top-bar .container-fluid,
    #carousel .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #block-views-block-notifications-block-1::before {
        background-size: 20px;
    }

    #block-botswana-harvard-partnership-branding img {
        width: 150px;
    }

    .visible #block-botswana-harvard-partnership-search .form-item input {
        font-size: 35px;
    }

    .visible #block-botswana-harvard-partnership-search .form-actions input {
        background-size: 30px;
    }

    .visible .close-button {
        right: 9px;
    }

    #block-views-block-main-carousel-block-1 .slide__description .views-field-field-find-out-more-link {
        margin-left: 5px;
    }

    #front-page #carousel .main-dots {
        bottom: -25px;
        right: 0;
    }

    #block-views-block-main-carousel-block-1 .slick__arrow {
        display: none;
    }

    #block-views-block-homepage-element-block-1 .views-field-title span {
        font-size: 3.0625rem;

    }

    #sub-page #block-botswana-harvard-partnership-page-title,
    .page-node-type-people #sub-page #block-views-block-position-view-block-1 {
        padding: 0 25px;
    }

    #block-views-block-studies-block-1 {
        padding-left: 15px;
    }

    /* #content .views-view-grid .p-investigators:nth-child(1) {
     width: 100%;
 } */

    #block-views-block-studies-block-1 header h1 {
        font-size: 1.362rem;
    }

    #block-views-block-studies-block-1 .slick--view--studies .slide__content {
        margin-right: 0;
    }

    #block-views-block-news-block-1 .media .views-field-field-new-image img {
        width: 615px !Important;
    }

    #block-botswana-harvard-partnership-content {
        padding: 0 10px;
    }

    #footer-top-wrapper-layer {
        padding: 30px 0px;
    }

    #block-mindqtrademark {
        text-align: left;
    }

    #block-rightsreserved,
    #block-mindqtrademark {
        margin-bottom: 10px;
    }

    #content .views-view-grid .people>div {
        max-width: 360px;
        margin: 20px auto !important;
    }

    #content .views-view-grid .sm:nth-child(1) {
        width: 100%;
    }

    .page-node-type-studies #pdf-btn {
        padding-right: 10px;
    }

    .path-media #content .block-views .views-view-grid > div{
        max-width: 350px;
        margin: 25px auto;
      }
      .path-media #content .block-views header {
        margin: 15px auto;
        max-width: 350px;
      }
}

@media screen and (max-width: 700px) {
    #block-views-block-main-carousel-block-1 .slide__caption .slide__description {
        max-width: 100%;
    }

    #block-views-block-main-carousel-block-1 .slide__description .views-field-title span {
        font-size: 30px;
    }
}

@media screen and (max-width: 671px) {
    .visible #block-botswana-harvard-partnership-search .form-item input {
        font-size: 20px;
    }

    .visible #block-botswana-harvard-partnership-search form {
        margin: auto 50px;
    }

    /* div.donate-wrapper > div {
   text-align: center;
 } */

    .int-donation::before,
    .loc-donation::before {
        display: none;
    }

}

@media screen and (max-width: 600px) {

    #sub-page #block-botswana-harvard-partnership-page-title h1 span,
    #sub-page #block-botswana-harvard-partnership-page-title h1 {
        font-size: 25px;
    }

    #block-views-block-main-carousel-block-1 .slide__description .views-field-title span {
        font-size: 25px;

    }

    .visible #block-botswana-harvard-partnership-search form {
        margin: auto 15px;
    }
}