body{
	color: #000;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Brandon Text";
	text-wrap: pretty;
}
a{
	color: inherit;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
button:focus {
    outline: none;
	background-color: #17A3AB;
	border: 1px solid #17A3AB;
}
div.cky-btn-revisit-wrapper{
	display: none;
}
/*Backto top */
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(0,0,0,0.8) url(images/up-arrow.png) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#ccc;
	opacity:1;
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}
/*end back to top*/

.btn{
	background-color: transparent;
	padding: 0;
	color: #178CCC;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	border:none;
}
.btn:hover{
	background-color: transparent;
	border-width: 0;
	color: #178dcc98;
}
.btn:focus {
    box-shadow: none;
    color: #178dcc98;
}
.margtop {
    clear: both;
}

.wp-custom-logo .title-area img {
    width: 175px;
}

.wp-custom-logo .site-container .title-area{
	padding: 15px 20px 15px 0;
	max-width: 210px;
}
.genesis-nav-menu{
	margin-bottom: 0;
    display: flex;
	padding: 0 0 10px;
	flex-wrap: wrap;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0  5px;
    width: 11%;
	min-width: 140px;
}
#menu-item-15 {
    min-width: 170px;
}
.genesis-nav-menu .sub-menu .menu-item {
    padding: 0;
    width: 100%;
}
.nav-primary .genesis-nav-menu a {
    padding: 20px 0 15px;
    color: #031F33;
    font-weight: bold;
    display: block;
    font-size: 16px;
    border-bottom: 3px solid #17A3AB;
}
.genesis-nav-menu .menu-item:last-child{
	margin-right: 0;
	padding-right: 0;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover,  .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color: #000;
}
.dashicons-arrow-down-alt2:before{
	font-size: 15px;
	width: auto;
    height: auto;
}
.genesis-nav-menu .sub-menu {
	top: 0;
	/* display: block!important; */
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
	left: 0;
	padding-bottom: 10px;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu{
	width: auto;
	background-color: #fff;
	display: block;
	left: 0;
}
.genesis-nav-menu .sub-menu a {
    color: #000;
    border-color: transparent;
    padding: 10px 0 0;
    display: block;
    width: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.genesis-nav-menu .sub-menu a:hover{
	color: #17A3AB;
}
/* //hide the dropdwon arrow on Safaris */
@media not all and (min-resolution:.001dpcm) { 
	@supports (-webkit-appearance:none) {
		.sub-menu-toggle{
			display: none;
    		visibility: hidden;
		}
	}
	@supports (-webkit-touch-callout: none) {
		.sub-menu-toggle{
			display: inline-block;
			visibility: visible;
		} 
	}
}
.sub-menu-toggle:hover, .sub-menu-toggle:focus{
	outline: none;
}
.sub-menu .sub-menu-toggle {
    padding: 8px 20px;
    top: 10px;
	position: absolute;
}
.sub-menu .dashicons-arrow-down-alt2:before{
	content: "\f345";
}
.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover{
	color: transparent;
}
.site-header:has(.menu-toggle.activated){
	background-color: #fff;
}
.nav-primary {
    padding: 0;
    margin-left: 30px;
	display: none;
}
.menu .menu-item.sfHover ul.sub-menu ul {
    left: 300px;
    top: 0;
	margin: auto;
}
.site-header .menu-toggle::before {
    font-size: 60px;
    width: 100%;
    height: 35px;
    color: #17A3AB;
    top: 0;
}
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}
.menu-toggle {
    display: block;
    visibility: visible;
    height: 65px;
	width: 55px;
    overflow: hidden;
    margin: 15px 0 0;
    padding: 0;
	color: transparent;
}
.menu-toggle.activated{
	z-index: -1;
}
.genesis-responsive-menu {
    display: none;
    position: absolute;
    top: 110px;
    background-color: #fff;
    right: 0;
    width: 100%;
    z-index: 2147483647;
    box-shadow: 15px 15px 20px 0px #33333321;
}
@media(max-width:1270px){
	.genesis-nav-menu .menu-item {
		margin-right: 30px;
		width: 20%;
	}
	.genesis-nav-menu .menu-item:last-child {
		margin-right: 30px;
		padding-right: 5px;
	}
}
@media(max-width:991px){
	.genesis-nav-menu .menu-item {
		width: 29%;
	}
}
@media(max-width:767px){
	.genesis-nav-menu .menu-item {
		width: 100%;
	}
}
@media(max-width:571px){
	.genesis-responsive-menu {
		top: 133px;
	}
}
.site-header .wrap{
	padding-right: 30px;
	padding-left: 30px;
	max-width: none;
	margin: auto;
	position: relative;
}
.site-header.bgcolor{
	background-color: #fff;
}
.wrap .wrap{
	margin: 0 15px 0 0;
    padding-left: 0;
}
@media only screen and (max-width: 500px){
	.wp-custom-logo .title-area img{
		max-width: 130px;
	}
}
.site-header{
	padding: 0;
	border-bottom:1px solid #B2B8BF;
	position: fixed;
	background-color: #ffffff;
	width: 100%;
	z-index: 99;
}
@media(max-width:767px){
	.site-header{
		position: relative;
	}
}
.banner-box {
    margin-top: 110px;
    margin-bottom: 20px;
    position: relative;
}
.big-slider .banner-caption, .tax-focus_area .site-inner {
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 0;
}
.big-slider .banner-caption{
    background: #2c3333cc;
}
.big-slider .banner-caption-inner, .tax-focus_area .content-sidebar-wrap {
    padding: 30px;
}
.banner-caption-inner a{
	font-style: italic;
	text-decoration: none;
}
.big-slider .sp-buttons{
	position: absolute;
	bottom: 0;
}
.banner-caption h2{
	color: inherit;
	font-size: 30px;
}
@media(max-width:1270px){
	.banner-box {
		margin-top:110px;
	}
}
@media(max-width:991px){
	.big-slider .banner-caption, .tax-focus_area .site-inner{
		background-color: #127582;
		background-image: none;
		width: 100%;
		height: auto;
		position: relative;
		padding: 30px;
	}
	.pageimages .feat-img{
		display: none;
	}
	.big-slider .banner-caption-inner, .tax-focus_area .content-sidebar-wrap{
		max-width: none;
	}
}
@media(max-width:767px){
	.banner-box {
		margin-top:0;
	}
}
.carousel-indicators [data-bs-target] {
    background-color: #fff;
    border: 1px solid #17A3AB;
    border-radius: 10px;
    height: 5px;
    width: 50px;
    opacity: 1;
}
.carousel-indicators .active {
	background-color: #17A3AB;
	border-color: #17A3AB;
}
h2,  h1{
	color:inherit;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	font-family: inherit;
	margin-bottom: 30px;
}
@media(max-width:991px){
	h2, h1{
		font-size: 30px;
	}
}
@media(max-width:991px){
	.intro .feat-img{
		margin-top: 40px;
	}
}
.fancy-slider{
	margin-bottom: 40px;
}
.fancy-slider .carousel-inner{
	padding-bottom: 60px;
}
/* .fancy-slider .carousel-indicators [data-bs-target] {
    background-color: #cbcbcb;
    border-color: transparent;
} */
.fancy-slider .carousel-indicators .active {
    background-color: #17A3AB;
}
.fancy-slider a{
	font-weight: bold;
	font-style: normal;
	color: #178CCC;
	text-decoration: none;
	font-size: 14px;
}
.fancy-img{
	width: 45%;
	min-width: 500px;
	z-index: 9;
    position: relative;
}
.fancy-content {
    width: 50%;
    min-width: 500px;
    background-color: #178CCC2E;
	border-radius: 6px;
	padding-bottom: 40px;
    padding-left: 140px;
	padding-right: 30px;
	padding-top: 40px;
    margin-left: -100px;
	margin-top: 40px;
}
.fancy-content{
	font-size: 16px;
	font-weight: lighter;
	font-style: italic;
}
.fancy-content h3{
	font-size: 30px;
	font-style: normal;
}
.fancy-img-inner{
	margin-bottom: 40px;
}
.fancy-img-inner img{
	border-radius: 6px;
	box-shadow: 20px 20px 0px 0px rgba(23,163,171,0.75);
}
@media(max-width:991px){
	.fancy-content {
		width: 100%;
		min-width: 1px;
		padding-top: 40px;
		padding-left: 30px;
		margin-left: auto;
		margin-right: 30px;
		margin-top: -45px;
	}
	.fancy-content h3 {
		font-size: 22px;
	}
	.fancy-img {
		width: 100%;
		max-width: 450px;
		min-width: 1px;
	}
	.fancy-img-inner {
		padding: 0 20px;
	}
}
.stats-columns{
	margin-top: 30px;
	font-size: 20px;
}
.stats-col{
	margin-bottom: 60px;
	border-top: 4px solid;
	padding-top: 30px;
}
.stat-number{
	font-size: 45px;
}
.num-0, .num-4{
	color: #178CCC;
}
.num-1, .num-5{
	color: #127582;
}
.num-2, .num-6{
	color: #17A3AB;
}
@media(max-width:500px){
	.stats-columns{
		font-size: inherit;
	}
	.stat-number {
		font-size: 30px;
	}
	.stats-col {
		margin-bottom: 30px;
	}
}

.med-cat{
	font-size: 12px;
	color: #74767A;
	text-transform: uppercase;
	margin: 20px 0 15px;
	font-weight: bold;
	font-style: normal;
}
.med-cat span {
    color: #031F33;
    border-left: 30px solid #031F33;
    display: inline-block;
    padding-left: 10px;
    line-height: 1;
}
.med-cat span.climate-change-and-global-health{
	border-color: #17a2aa;
	color: #17a2aa;
}
.med-cat span.infectious-diseases{
	border-color: #17a2aa;
}
.med-cat span.infectious-diseases{
	border-color: #0f6699;
	color: #0f6699;
}
.med-cat span.sexual-and-reproductive-health{
	border-color: #b2b8bf;
	color: #b2b8bf;
}
.med-cat span.vaccine-preventable-diseases{
	border-color: #143840;
	color: #143840;
}
.med-side p{
	margin-top: 15px;
}
.onepost{
	margin-bottom: 30px;
}
.latest-posts .side-posts .onepost:first-child{
	display: none;
}
.feat-post{
	border-top: 1px solid #00000017;
	margin-right: 40px;
	padding-top: 20px;
	font-size: 15px;
	color: #67696b;
}
.feat-post h2{
	font-size: 35px;
	color: #031F33;
}
.feat-post time{
	margin-bottom: 20px;
	color: #031F33;
	font-weight: bold;
	display: block;
}
@media(max-width:991px){
	.feat-post h2{
		font-size: 25px;
	}
}
.side-posts .onepost{
	display: flex;
}
.side-posts .med-cat {
    font-size: 10px;
    margin: 3px 0 0;
    min-width: 175px;
	text-align: left;
}
.med-content{
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #00000017;
}
.side-posts .med-content{
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
}
.latest-projects.latest-posts .side-posts .med-content {
    border-left: 1px solid #00000017;
}
.side-posts .med-content h3{
	font-size: 12px;
}
.side-posts time{
	font-weight: normal;
}
.side-posts .btn{
	font-size: 10px;
}
.onepost:has(.implementation-science) .med-content h3{
	color: #17A3AB;
}
.onepost:has(.climate-health) .med-content h3{
	color: #008800;
}
.onepost:has(.clinical-trials) .med-content h3{
	color: #127582;
}
.onepost:has(.maternal-and-parent-child) .med-content h3{
	color: #178CCC;
}
@media(max-width:991px){
	.med-content {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		margin-top: 15px;
	}
	.latest-projects.latest-posts .side-posts .med-content {
		border-left: none;
		padding-left: 0;
	}
	.latest-posts .side-posts .onepost {
		margin-bottom: 20px;
	}
}
.news-scrolly-inn{
	border-top: 1px solid #000;
	margin-top: 20px;
}
.news-scrolly-inn .onepost {
    border-right: 1px solid #B2B8BF;
    padding: 20px;
    height: 100%;
}
.news-scrolly-inn div div:last-child .onepost{
	border-right: none;
}
.news-scrolly h3{
	font-size: 15px;
}
.news-scrolly .med-content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.onepost span.news {
    color: #707070;
    border-color: #707070;
}
.onepost:has(span.news) .med-cat a{
	text-transform: none;
	text-decoration: none;
	color: #707070;
}
@media(max-width:991px){
	.news-scrolly-inn {
		padding-top: 20px;
	}
	.news-scrolly h3 {
		font-size: 18px;
	}
	.news-scrolly-inn .onepost {
		border-right: none;
		border-bottom: 1px solid #B2B8BF;
		padding: 0 0 20px;
		margin-bottom: 20px;
		height: auto;
	}
}
.bg-image{
	border-radius: 6px;
}
.textbox{
	background-color: #fff;
	max-width:450px ;
	border-radius: 6px;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 30px;
}
.text-header{
	display: flex;
}
.text-title p{
	margin-bottom: 0;
}
.text-title{
	padding-left: 20px;
}
.text-content{
	margin-top: 20px;
}
.text-content p{
	margin-bottom: 0;
}
@media(max-width:1200px){
	.textbox{
		max-width: 750px;
	}
}
@media(max-width:991px){
	.textbox {
		position: relative;
		box-shadow: 10px 10px 20px 0 #00000026;
		border-radius: 5px;
		max-width: none;
		margin-right: 25px;
		top: 0;
		left: 0;
	}
	.bg-image{
		display: none;
	}
}
.logowrap{
	margin-top: 40px;
}
.logo{
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #2c2c3440;
	padding: 10px;
	text-align: center;
}
.form{
	padding: 40px 0;
	background-color: #178CCC;
	color: #fff;
}
.form .text-in{
	font-size: 22px;
	max-width: 600px;
	margin-right: 30px;
	margin-left: auto;
}
.form-in label{
	display: inline-block;
	margin-left: 20px;
}
.form-in br{
	display: none;
}
.form-in .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 20px;
}
input, select, textarea{
	border-color: #979797;
	border-radius: 5px;
	padding: 10px;
	color: #A4A1A0;
	font-size: 14px;
	line-height: 16px;
	max-width: 230px;
	height: 41px;
}
	
textarea{
	height: 100px;
}
input[type="submit"]{
	padding: 8px 15px;
}
.form-in input[type="submit"] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
	color: #fff;
    padding: 10px;
    width: 100%;
    max-width: 230px;
    margin-left: 20px;
}
@media(max-width:767px){
	.form .text-in{
		margin-right: auto;
		margin-left: 20px;
	}
}
.footer-widgets {
    background-color: #031F33;
    border-top: none;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    margin-top: 30px;
	padding-bottom: 0;
}
.footer-widgets .wrap{
	max-width: 1366px;
}
.footer-widgets p{
	margin-bottom: 5px;
}
.widget-area.footer-widgets-1{
	width: 30%;
	min-width: 250px;
}
.widget-area.footer-widgets-1 img{
	margin-bottom: 20px;
}
.widget-area.footer-widgets-2{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer-widgets-2 section {
    min-width: 150px;
    padding-right: 30px;
}
.footer-widgets a{
	text-decoration: none;
}
.footer-widgets a:hover{
	color: inherit;
}

.widget-title{
	color: inherit;
	margin-bottom: 10px;
}
.footer-widget-area:last-child, .footer-widgets .widget:last-child {
    margin-bottom: 40px;
}
.widget_text i {
    width: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #031F33;
    background-color: #fff;
    font-size: 20px;
    margin-right: 7px;
}
.wits-logo{
	margin-left: 17px;
}
.wp-image-239{
	max-width: 120px;
}
@media(max-width:1200px){
	.footer-widgets .wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	.widget-area.footer-widgets-1{
		width: 100%;
	}
	.widget-area.footer-widgets-2{
		width: 100%;
	}
}
@media(max-width:767px){
	.footer-widgets-2 section {
		min-width: 250px;
	}
}
@media(max-width:560px){
	.widget-area.footer-widgets-2{
		justify-content: flex-start;
	}
}
.site-footer {
	background-color: #031F33;
    border-top: none;
	padding: 15px 0;
	color: #fff;
	font-weight: 300;
	font-size: 12px;

}
h3{
	color: #031F33;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}

.fancy-slider-2 .fancy-content {
    background-color: #fff;
    font-style: normal;
	font-weight: 300;
    box-shadow: 10px 10px 20px 0 #00000026;
	padding-left: 40px;
    margin-left: -45px;
    margin-top: 50px;
}
.fancy-slider-2 .fancy-content h3 {
    font-size: 25px;
    font-weight: 400;
}
.fancy-slider-2 .fancy-img{
	z-index: -1;
}
.fancy-slider-2 .fancy-img-inner {
    margin-bottom: 50px;
}
.fancy-slider-2 .fancy-img-inner img {
    box-shadow: none;
}
@media(max-width:991px){
	.fancy-slider-2 .fancy-content {
		margin-left: 15px;
		width: 90%;
		margin-top: 0;
		padding: 0 20px 20px;
	}
	.fancy-slider-2 .fancy-img-inner {
		margin-bottom: 0;
	}
}
.archive-title {
    font-size: 40px;
    padding-top: 40px;
    font-weight: normal;
	margin-bottom: 20px;
}
.site-inner{
	max-width: 1400px;
}
.content{
	width: 100%;
	padding: 0 30px;
}
.filter{
	margin-bottom: 40px;
}
.filter .form-input{
	margin-bottom: 10px;
}
.filter .btn-primary{
	margin-right: 5px;
}
.filter #datepicker {
	-moz-appearance: textfield;
	appearance: textfield;
 }
 
 .filter #datepicker::-webkit-outer-spin-button,
 .filter #datepicker::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
 }
@media(max-width:767px){
	.wrap404 {
		padding-top: 40px;
	}
}
.wpcf7-not-valid-tip {
    position: absolute;
}
.cont-form{
	font-size: 18px;
	line-height: 26px;
	padding: 20px;
	max-width: 460px;
}
.cont-form .cont-pg-txt strong{
	color: #333;
}
ul, ol{
	padding-left: 0;
}
ul ul > li {
    list-style-type: disc;
}
ol ol, ul ul {
    margin-left: 20px;
}
.single-content{
	margin-top: 40px;
}
.single-content h3{
	margin-top: 30px;
	margin-bottom: 15px;
}
.single-content .onepost{
	margin: 0;
}
.single-content .med-cat{
	margin: 0;
}
.downloads{
	margin-top: 30px;
}
.downloads i{
	font-size: 18px;
	color: #17A3AB;
	margin-right: 5px;
}
.downloads a{
	text-decoration: none;
}
.downloads a:hover{
	text-decoration: underline;
}
.pageimages{
	position: relative;
}
.pageimages .site-inner{
	 margin-top: 0!important; /*using important because "margin-top" seems to be determined by the "sticky header" */
}
.pad-right{
	padding-right: 40px;
}
.feat-post .med-content {
    margin-left: 0;
    padding-left: 0;
    border: none;
}
.main-latest.feat-post {
    border-top: none;
	padding-top: 0;
	max-width: 700px;
}
@media(max-width:991px){
	.main-latest.feat-post{
		margin-right: 0;
	}
}

.tax-focus_area .archive-title{
	margin-bottom: 40px;
}
.latest-posts .onepost h3 a{
	color: inherit;
	text-decoration: none;
}
figure {
    margin: 0;
}
.main-latest.feat-post .med-content{
	background: #17A3AB;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	color: #fff;
	margin-top: 0;
}
.main-latest.feat-post h3{
	font-weight: normal;
}
.main-latest.feat-post time{
	margin-bottom: 10px;
	color: inherit;
}
.latest-posts .side-posts .med-content{
	margin-left: 0;
	border: none;
}
.latest-posts .side-posts .med-content h3 {
    font-size: 18px;
}
.latest-posts .side-posts figure {
    height: 140px;
    overflow: hidden;
}
.latest-posts .side-posts time {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.latest-posts .side-posts .onepost {
    margin-bottom: 40px;
}
@media(max-width:767px){
	.latest-posts .side-posts figure {
		margin-bottom: 10px;
	}	
}
@media(max-width:667px){
	.side-posts .onepost {
		flex-direction: column;
	}
	.side-posts .med-cat{
		margin-bottom: 10px;
	}
	.side-posts .med-content{
		padding-left: 0;
	}
	.latest-posts .side-posts .onepost {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.multiple-carousel .carousel-inner .carousel-item > div {
		display: none;
	}
	.multiple-carousel .carousel-inner .carousel-item > div:first-child {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0;
	}
	.multiple-carousel .carousel-control-prev {
		left: -15px;
	}
	.multiple-carousel .carousel-control-next {
		right: -15px;
	}
}

.multiple-carousel .carousel-inner .carousel-item.active,
.multiple-carousel .carousel-inner .carousel-item-next,
.multiple-carousel .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
	
	.multiple-carousel .carousel-inner .carousel-item-end.active,
	.multiple-carousel .carousel-inner .carousel-item-next {
	transform: translateX(23.85%);
	}
	
	.multiple-carousel .carousel-inner .carousel-item-start.active, 
	.multiple-carousel .carousel-inner .carousel-item-prev {
	transform: translateX(-23.85%);
	}
}

.multiple-carousel .carousel-inner .carousel-item-end,
.multiple-carousel .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}
.carousel-ctrl {
    color: #178CCC;
    top: 0;
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    width: 35px;
    position: relative;
}
.carousel-ctrl i {
	background-color: #fff;
	padding: 5px 18px;
	font-size: 40px;
	border-radius: 50%;
}
.carousel-control-next {
    margin-left: 10px;
}
.carousel-control-prev {
    margin-left: 20px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	color: #178CCC;
}
@media(max-width:991px){
	.carousel-ctrl i {
		padding: 0 10px;
		font-size: 30px;
	}
}

.timeline-slider .item-wrap:first-child {
    margin-left: 0;
}
.timeline-slider .item-wrap {
    padding-bottom: 30px;
    border-bottom: 3px solid #178CCC;
    height: 300px;
    min-width: 320px;
    margin-left: -80px;
}
.timeline-item {
    background-color: #17A3AB;
	border-radius: 10px;
    color: #fff;
    padding: 20px;
    margin: 0 20px 20px;
	position: relative;
	height: 100%;
}
.timeline-slider .item-wrap:nth-child(even){
	margin-top: 297px;
	padding-top: 30px;
	padding-bottom: 0;
	border-top: 3px solid #178CCC;
	border-bottom: none;
}
.timeline-slider .timeline-item::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 100px;
    width: 0;
    height: 0;
    border-style: solid;
	border-width: 15px 15px 0 0;
    border-color: #17A3AB transparent transparent transparent;
}
.timeline-slider .item-wrap:nth-child(even) .timeline-item::before {
    top: -15px;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #17A3AB;
}
.timeline-slider .timeline-item::after {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 90px;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #B2B8BF;
    border-radius: 50%;
}
.timeline-slider .item-wrap:nth-child(even) .timeline-item::after {
	bottom: auto;
    top: -41px;
}
.timeline-item h3{
	color: inherit;
}
.block-wrap {
    flex-wrap: nowrap;
    overflow-y: scroll;
	padding-bottom: 30px;
}
.block-wrap::-webkit-scrollbar {
	width: 1em;
  }
  
  .block-wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(48, 48, 48, 0.3)
  }
  
  .block-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #127582;
	outline: 1px solid rgb(121, 121, 121);
  }
  
  .block-wrap::-webkit-scrollbar:vertical {
	display: none;
  }
  .zig-zag{
	margin-bottom: 60px;
}
.txt-in{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.txt-in h2{
	font-weight: normal;
	font-size: 25px;
}
.zig-block{
	margin-top: 60px;
}
.zig-block:nth-child(even){
	flex-direction: row-reverse;
}
.zig-block .txt-in {
    padding: 40px;
    margin-left: auto;
    margin-right: 0;
    background: #FAFAFA;
	justify-content: flex-start;
}
.zig-block:nth-child(even) .txt-in{
	padding: 20px 20px 20px 40px;
	margin-left: 0;
	margin-right: auto;
}
.zig-block .feat-img{
	text-align: center;
}
/* .zig-block:nth-child(even) .feat-img{
	text-align: left;
} */
@media(max-width:991px){
	.zig-block .txt-in{
		padding-right: 0;
		max-width: none;
	}
	.zig-block:nth-child(even) .txt-in{
		padding-left: 0;
	}
	.txt-in h2 {
		font-size: 18px;
	}
	.zig-block .feat-img{
		text-align: left;
	}
}

.leaders-slide .lead-box {
    margin: 0 20px 10px 0;
    border-radius: 5px;
    overflow: hidden;
}
.leaders-slide  h3{
	margin: 30px 0 20px;
}
.leaders-slide .lead-text{
	background-color: #127582;
	color: #fff;
	padding: 10px;
	max-width: 300px;
}
.lead-text a{
	text-decoration: none;
}
.leaders-slide{
	margin-bottom: 60px;
}
.prof-links div{
	margin-right: 20px;
	margin-bottom: 15px;
}
.prof-links i{
	font-size: 25px;
	margin: 5px;
}
.fa-google-scholar{
	color: #4285f4;
}
.fa-linkedin {
	color: #0077b7;
}
.leder-head{
	margin-bottom: 40px;
	border: 1px solid #17A3AB;
	padding: 30px;
}
.leder-head .feat-img img{
	border-radius: 50%;
}
@media (max-width:600px) {
	.leaders-slide  h3 .control-wrap{
		display: block;
		margin-top: 20px;
	}
	.carousel-control-prev {
		margin-left: 10px;
	}
}
div.no-banner{
	margin-top: 150px;
}
.no-banner .archive-title{
	padding-top: 0;
    margin-bottom: 30px;
}
@media(max-width:767px){
	div.no-banner{
		margin-top: 40px;
	}
}
.onepost:has(.career) .med-content h3{
	color: #1C315E;
}
.med-cat .career {
    color: #1C315E;
    border-color: #1C315E;
}
.section-wrap h3{
	margin-bottom: 20px;
}
.off-block {
    padding-right: 60px;
    margin-bottom: 40px;
}
.off-block h3{
	margin-bottom: 20px;
}
.map{
	height: 100%;
}
.map iframe{
	height: 100%;
	width: 100%;
}
.prov-names{
	padding-right: 30px;
	flex-direction: column;
}
.nav-pills .nav-link {
    background-color: transparent;
	border: 1px solid #17A3AB;
    color: #17A3AB;
    width: 180px;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
}
.nav-pills .nav-link.active{
	background-color: #17A3AB;
    color: #fff;
}
.tab-content{
	width: calc(100% - 210px);
}
.tab-content>.active {
    display: flex;
    flex-wrap: wrap;
}
@media(max-width:767px){
	.provincial {
		flex-direction: column;
	}
	.tab-content{
		width: 100%;
	}
	.nav-pills .nav-link {
		width: 120px;
		height: 30px;
		margin: 8px;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
	}
	.prov-names{
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}
.office-item{
	margin-bottom: var(--bs-gutter-x);
}
.one-office{
	padding: 20px;
	border: 1px solid #17a3ab82;
	border-radius: 5px;
	height: 100%;
}
.latest-events .feat-post figure{
	border: 1px solid rgba(155, 155, 155, 0.603);
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.med-cat .events {
    color: #3AA6B9;
    border-color: #3AA6B9;
}
.onepost:has(.events) .med-content h3{
	color: #3AA6B9;
}
.onesite a{
	text-decoration: none;
}
.btn-primary, #loadMore, input[type="submit"], .btn-primary:hover{
    border: #17A3AB 1px solid;
	background: transparent;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #17A3AB;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
	min-width: 100px;
}
.btn-secondary {
	background-color: #17A3AB;
	border: 1px solid #17A3AB;
	border-radius: 5px;
	padding: 15px 20px;
	display: inline-block;
    color: #fff;
    min-width: 180px;
    font-size: 16px;
    font-weight: 500;
	text-decoration: none;
	text-align: center;
}
.btn-secondary:hover{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-secondary-transparent{
	background-color: transparent;
	color: #17A3AB;
}
div.btn-wrap .btn{
	margin: 0 10px;
}
.onesite .btn-primary {
    margin: 10px 0 30px;
    display: block;
    max-width: 400px;
}
.annual-reviews .onepost {
    box-shadow: 1px 9px 20px 4px rgb(0 0 0 / 13%);
}
.all-posts #loadMore{
	margin-top: 40px;
}
.team-box{
	margin-bottom: 30px;
}
.team-box .feat-img{
	padding-right: 15px;
}
.team-box .feat-img img{
	border-radius: 50%;
}
.page-template-cont .site-inner{
	display: none;
}
.wits-stories .onepost {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #178CCC;
    border-radius: 5px;
    padding: 10px;
}
.wits-stories .onepost .title{
	margin-top: 15px;
	min-height: 48px;
}
.wits-stories .onepost time{
	margin-top: 15px;
	color: #17A3AB;
	font-size: 12px;
	font-weight: bold;
}
.wits-stories .onepost .desc{
	flex-grow: 1;
	margin-top: 15px;
	margin-bottom: -10px;
}
.wits-stories .onepost a{
	text-decoration: none;
}
.home-leaders .leder-head {
    height: 100%;
    padding: 10px;
    display: flex;
	margin-bottom: 0;
}
.padbtm{
	margin-bottom: 20px;
}
.margbtm{
	margin-bottom: 40px;
}
.home-leaders .lead-img {
    max-width: 100px;
	margin-right: 20px;
}
.home-leaders .position{
	margin-bottom: 5px;
}
.home-leaders .links {
    font-size: 14px;
    font-weight: 500;
}
.links a{
	color: #178CCC;
	text-decoration: none;
}
.story-cat h2{
	margin-bottom: 20px;
}
.heateor_sss_sharing_container{
	margin-top:40px ;
}
.the-director .title{
	font-size: 25px;
}
.home-leaders .the-director .leder-head{
	border: none;
	padding: 10px 0;
}
.home-leaders .researchers  .leder-head{
	margin-bottom: 0;
	padding-bottom: 10px;
}
.single-reseacher .leder-head .feat-img{
	max-width: 200px;
}
div.search-form {
    float: right;
    display: flex;
    margin-top: 30px;
    margin-right: 20px;
    width: 230px;
}
form.search-form {
    border: #979797 1px solid;
}
@media(min-width:572px){
	form.search-form {
		width: 100%;
	}
}
.search-form-input {
	color: #262626;
    max-width: 170px;
    padding: 13px 10px;
    font-size: 14px;
    border-radius: 0;
    border: none;
}
.search-form-input:focus {
    border-right: none;
    border: none;
}
.search-form input[type="submit"] {
    border-radius: 0;
    padding: 10px 10px 10px 0;
    color: inherit;
    min-width: 55px;
    border: none;
    margin-top: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
	background-color: transparent;
}
@media(max-width:571px){
	div.search-form {
		float: right;
		display: flex;
		margin-top: -20px;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		justify-content: flex-end;
	}
}
@media(max-width:500px){
	div.search-form {
		margin-top: 0;
	}
}
img.alignleft, .wp-caption.alignleft {
    margin: 0 30px 30px 0;
}
img.alignright, .wp-caption.alignright {
    margin: 0 0 30px 30px;
}
@media(max-width:767px){
	img.alignright, img.alignleft{
		float: none;
		margin: 0 30px 30px 0;
	}
}
/* Submissions form */
#wpcf7-f6137-o1{
	max-width: 600px;
	margin: auto;
	border: 1px solid #00000017;
	border-radius: 20px;
	padding: 30px;
}
#wpcf7-f6137-o1 input, #wpcf7-f6137-o1 textarea{
	max-width: none;
	width: 100%;
}
#wpcf7-f6137-o1 label{
	display: block;
}
#wpcf7-f6137-o1 input[type="checkbox"] {
    display: inline-block;
    max-width: 30px;
    height: 20px;
    position: relative;
    top: 5px;
}
#wpcf7-f6137-o1 .wpcf7-list-item{
	margin: 0;
	position: relative;
}
#the-count {
	padding: 0.1rem 0 0 0;
	font-size: 0.875rem;
	margin: -20px 0 10px;
	text-align: right;
}
@media (max-width: 767px) {
    .multipleitems .carousel-inner .carousel-item > div {
        display: none;
    }
    .multipleitems .carousel-inner .carousel-item > div:first-child {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .multipleitems .carousel-control-prev {
        left: -15px;
    }
    .multipleitems .carousel-control-next {
        right: -15px;
    }
}

.multipleitems .carousel-inner .carousel-item.active,
.multipleitems .carousel-inner .carousel-item-next,
.multipleitems .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .multipleitems .carousel-inner .carousel-item-end.active,
    .multipleitems .carousel-inner .carousel-item-next {
    transform: translateX(33%);
    }
    
    .multipleitems .carousel-inner .carousel-item-start.active, 
    .multipleitems .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
    }
}

.multipleitems .carousel-inner .carousel-item-end,
.multipleitems .carousel-inner .carousel-item-start { 
transform: translateX(0);
}
.multipleitems .carousel-inner {
    margin: auto;
}
.multipleitems .carousel-ctrl {
    color: #3AA6B9;
    width: auto;
    bottom: auto;
    position: relative;
    display: inline-block;
    opacity: 1;
}
.multipleitems .carousel-control-prev {
    margin-right: 30px;
}
.multipleitems .carousel-ctrl i {
    background-color: #2E2F33;
    padding: 5px 15px;
    font-size: 40px;
    border-radius: 50%;
}
.multipleitems .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #3AA6B9;
}
@media(max-width:991px){
    .multipleitems .carousel-ctrl i {
        padding: 5px 10px;
        font-size: 30px;
    }
}

  @media (min-width: 768px) {
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-end.active,
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-next {
        transform: translateX(41.5%);
    }
    
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-start.active, 
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-prev {
        transform: translateX(-41.5%);
    }
}
@media (max-width: 991px) {
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-end.active,
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }
    
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-start.active, 
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-end.active,
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-next {
        transform: translateX(100%);
    }
    
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-start.active, 
    .timeline-absolute .multipleitems .carousel-inner .carousel-item-prev {
        transform: translateX(-100%);
    }
}
.timeline-absolute .multipleitems .carousel-inner .carousel-item-end,
.timeline-absolute .multipleitems .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
.timeline-absolute{
    margin: 0 0 0 200px;
}
.timeline-absolute .multipleitems .carousel-ctrl {
    color: #1A4276;
}
.timeline-absolute .multipleitems .carousel-ctrl i {
    background-color: #17A3AB;
    color: #fff;
    font-size: 23px;
    padding: 5px 10px;
}
.time-entry:nth-last-child(3) .item-1, .time-entry:nth-last-child(2) .item-1,  .time-entry:nth-last-child(2) .item-2,  .time-entry:last-child .item-1,  .time-entry:last-child .item-2, .time-entry:last-child .item-3{
    display: none;
 }
 .timeline-item .feat-img{
    padding-right: 20px;
 }
 
@media (max-width: 767px) {
    .timeline-absolute {
        margin: 0;
    }
    .timeline-absolute .car-cntrl-wrap {
        text-align: center;
    }
    .timeline-section {
        background-image: none;
    }
    .timeline-section .test-title{
        width: auto;
    }
}
.indicator{
    margin: 30px 0;
    position: relative;
}
.indicator .orangeline{
    display: block;
    height: 4px;
    background-color: #3AA6B9;
}
.indicator .pager {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: #3AA6B9;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    text-align: center;
    padding-top: 3px;
    left: 0;
}
.indicator .pager span {
    display: inline-block;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: #fff 2px solid;
    border-radius: 50%;
}
.active .time-item:first-child .indicator .pager span{
    background-color: #3AA6B9;
}
.car-cntrl-wrap{
    margin-bottom: 20px;
}
.timeline-absolute .description h3{
    font-size: 25px;
    margin-bottom: 20px;
}
#timelineBlocks .timeline-item{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.description {
    max-width: 600px;
    padding-right: 20px;
	color: #000;
}
@media (max-width: 420px) {
	#timelineBlocks .timeline-item {
        padding: 0 20px;
    }
}
.selfie{
	position: relative;
}
.selfie .bio {
    opacity: 0;
    position: absolute;
    background: #271d1dcc;
    color: #fff;
	font-size: 12px;
    padding: 30px;
    height: 100%;
	width: 100%;
    top: 0;
	transition: opacity 0.5s ease-in-out;
}
.selfie:hover .bio{
	opacity: 1;
}
.selfie h3{
	color: inherit;
	font-size: 20px;
}
.selfie img{
	transition: opacity 0.5s ease-in-out;
}
.selfie:hover img{
	filter: blur(15px);
}
.to-top.top-fade-out {
    z-index: 9;
}
.study-banner{
	box-shadow: 0px 12px 20px #0000001A;
	border-radius: 6px;
	padding: 20px 30px;
	margin-bottom: 40px;
}
.study-banner .feat-img{
	text-align: right;
}
.study-banner .onepost{
	max-width: 600px;
}
.study-banner .title{
	font-size: 30px;
}
.study-banner .btn-wrap{
	margin-top: 30px;
}
@media(max-width: 767px) {
	.study-banner {
		max-width: 550px;
		margin: 0 auto 50px;
	}
	.study-banner .feat-img {
		text-align: left;
		margin-bottom: 20px;
	}
	.mobile-reverse {
        flex-direction: column-reverse
    }
	.study-banner-wrap{
		display: none;
	}
}
.featured-studies{
	color: #031F33;
}
.download-pdf{
	margin-left: 20px;
	display: inline-block;
	color: #031F33;
	font-weight: 600;
	text-decoration: none;
}
.download-pdf i{
	color: #FF0000;
	margin-left: 3px;
}
.study-tags{
	text-align: center;
}
.study-tags .study-tag{
	color: #17A3AB;
	font-weight: 500;
	display: inline-block;
	border: 1px solid #17A3AB;
	padding: 2px 8px;
	border-radius: 15px;
	margin: 0 10px;
	min-width: 100px;
	cursor: pointer;
	transition: all 1.2s;
}
.study-tags .study-tag.active, .study-tags .study-tag:hover{
	background-color: #17A3AB;
	color: #fff;
}
@media(max-width: 767px) {
	.study-tags .study-tag{
		text-align: center;
		margin: 0 5px 10px;
	}
	.study-tags{
		text-align: left;
	}
}
.study-cols{
	min-height: 550px;
}
.study-cols img{
	border: 1px solid #BCBDC0;
	margin-bottom: 10px;
	border-radius: 6px;
}
.study-cols .title{
	color: #178CCC;
	margin-bottom: 10px;
	font-size: 20px;
}
.study-cols .btn-secondary{
	padding: 10px 10px;
    min-width: 140px;
}
.study-cols .onepost {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 12px 20px #0000001A;
    padding: 20px;
    max-width: 400px;
}
.study-cols .desc{
	flex-grow: 1;
}
.study-cols .btn-wrap{
	margin-top: 10px;
}
@media(max-width: 767px) {
	.study-cols .btn-secondary{
		min-width: 120px;
	}
	.margtop.study-cols{
		margin-top: 20px;
	}
}
.modal-header {
    display: block;
    border: none;
    padding: 20px 30px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    border-bottom: 1px solid #00000040;
}
.modal-header .modal-title{
	display: inline-block;
	width: calc(100% - 65px);
	font-size: 30px;
}
.modal-header .close {
    display: inline-block;
    background-color: transparent;
    color: inherit;
    font-size: 23px;
    padding: 2px 12px 9px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 1;
    margin-left: 20px;
}
.modal-dialog {
    max-width: 1000px;
    width: 100%;
}
.modal-body {
    padding: 30px;
}
@media(max-width: 767px) {
	.modal-dialog{
		width: 94%;
    	margin: 40px auto;
	}
	.modal-header .modal-title{
		font-size: 22px;
	}
}
.single-study-banner{
	margin-bottom: 30px;
}
.study-content{
	margin-bottom: 30px;
}
.download-brochure{
	padding-left: 20px;
}
.download-brochure a{
	text-decoration: none;
}
.download-brochure i{
	color: #FF0000;
	margin-right: 5px;
}
.download-brochure img{
	display: block;
	margin-top: 10px;
	max-width: 150px;
}
@media(max-width: 991px) {
	.download-brochure{
		padding-left: 0;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
.cont-dits{
	margin-bottom: 15px;
}
.cont-dits a{
	text-decoration: none;
}
.cont-dits i{
	font-size: 23px;
	width: 30px;
	text-align: left;
	vertical-align: top;
	margin-top: 2px;
}
.cont-dits span{
	display: inline-block;
	width: calc(100% - 35px);
}
.accordion-study{
	margin-top: 20px;
}
.acc-link {
    background-color: transparent;
    text-align: left;
    color: inherit;
    padding: 5px 0;
	width: 100%;
}

.acc-link:hover,.acc-link:focus {
    background-color: transparent;
	border: none;
	color: #031F33;
}

.accordion-header {
    margin-bottom: 0;
    border: none;
    background: transparent
}

.accordion-item:first-of-type {
    border-radius: 3px
}

.clicker {
    color: #3B3C3D;
    position: absolute;
    top: 18px;
    right: 20px;
}

.acc-item {
    border: 1px solid #3B3C3D;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #3B3C3D;
}

.accordion-item:last-of-type {
    border-radius: 3px
}

.card-body {
    padding: 10px 20px;
}

@media(max-width: 767px) {
    .acc-link {
        padding: 10px
    }

    .clicker {
        top: 25px;
    }
}