

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');


*, a, div, ul, li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	
}
h1, h2, h3, h4, h5, h6 {

    font-weight: 600;
}
body {

    font-size: 17px;
    color: #222222;
font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}


.std-navbar {
font-family: 'Source Sans Pro', sans-serif;
	    color: #205493;
	font-weight: bold;
}
h6, .h6 {
    font-size: 15px;
	font-weight: normal;
}

p {
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 1rem;

}


h1, .h1 {
    font-size: 36px;
font-family: 'Source Sans Pro', sans-serif;
    color: #002f6c;
}




h1, h2,  h4, h5, h6 {

    font-family: 'Source Sans Pro', sans-serif;
        color: #002f6c;
	    letter-spacing: 1px;

}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Source Sans Pro', sans-serif;
    color: #666666;
letter-spacing: 1px;
}
h3, .h3 {

    font-size: 18px;

}



h4 {

    font-size: 17px;
    padding-top: 12px;

}
.zoom {
	
	position: relative;
	overflow: hidden;
}

.zoom:hover img{
	transform: scale(1.1);
		-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.zoom img{
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}





/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}

   

.nav-tabs {

    border-bottom: none;
  
}

@media (min-width: 992px) { 	
	.std-navbar {
	float: left;
    padding-top: 23px;
}

.heighter {
	
	min-height: 398px;
	
}
	.sandton {
	background-image: url("/sites/usaid/image/jpeg/kids.jpeg");
    background-size: cover;
	    background-position: center;
	    height: 558px;
	
}

}
@media (max-width: 991px) { 	
	
	.sandton {
	background-image: url("/sites/usaid/image/jpeg/kids.jpeg");
    background-size: cover;
	    background-position: center top;
	    height: 118px;
		 
	
}

}



.listing-no-adverts .no-ads-alert-wrapper {
    background: none;
    padding: 2rem;
    border-left: none;
}



a:hover {
    color: #205493;
    text-decoration: underline;
}

a {
     color: #205493;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

h2 {
       font-size: 30px;
    color: #002f6c;
}



.logoclass {
    padding-top: 12px;
}

.row.empty-message {
    margin-left: 1px;
}