html {
	color: #333333;
    font-size: 19px;
}

a {
	color: #3B6788;
}

a:hover {
	color: #4D607A;
}

.btn-info, .btn-primary, .uk-button-primary {
	background: #3B6788;
	border-radius: 0;
	box-shadow: none;
}

.btn-info:hover, .btn-primary:hover, .uk-button-primary:hover, .uk-button-large:hover {
	background: #4D607A;
	box-shadow: none;
	color: #FFFFFF;
}

.btn, .uk-button-default {
  	background: #3B6788;
	box-shadow: 0 2px 8px rgba(0,0,0,.08);
	color: #FFFFFF;
	border-radius: 0;
}


/* HEADER AND NAVBAR CUSTOM CSS STARTS */

.uk-logo img {
    width: 225px;
}

.donate-cta-container {
    display: none;
}

.tm-page-container .tm-page {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.tm-header :not(.uk-sticky-below)>.uk-navbar-container {
	padding-top: 15px;
	padding-bottom: 15px;
}

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: center;
    width: 100%;
}

.uk-navbar .uk-navbar-left {
	display: flex;
    align-items: center;
}

.uk-navbar .uk-navbar-left:only-child {
	margin-left: auto;
    margin-right: auto;
    position: relative;
}

.uk-navbar-nav li a, .uk-navbar-toggle {
	color: #525252;
}

.uk-navbar-nav>li.uk-active>a {
    font-weight: bold;
    color: #3B6788;
}

.uk-navbar-container {
	background-color: #F7F7F7!important;
	color: #525252!important;
}

.tm-headerbar-top .uk-container .uk-logo {
	flex-grow: 1;
}

.tm-headerbar-top .uk-container .uk-margin-auto-left {
	flex-grow: 10;
	margin-left: 0!important;
}

.tm-headerbar-top .uk-container .uk-grid-medium div.uk-first-column {
	width: calc(100% - 240px);
}

.uk-search-default {
	width: 360px;
}

#search-tm-1 {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.uk-logo img {
		width: 200px;
   		height: 94px; 
}
  
  div#our-values{
    width: 100% !important;
  }
  
  div.strategy-numbers{
    width: 40%;
  
  }
    
  li.el-item{
      margin-left: 20px;
  }
  
  div.background-gray{
    background-color: initial;
    padding-top: 80px;
  }
 
  
}

@media screen and (min-width: 961px) {
.uk-logo {
    max-width: 225px;
	top: 52px;
	position: relative;
	background: #FFFFFF;
}

.uk-logo img {
    width: 225px;
	padding: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

.tm-headerbar-top {
    padding-top: 0;
    margin-top: -15px;
}

.donate-cta-container {
    display: block;
    float: right;
    margin-top: 35px;
}

}


.hero-image div[uk-img]{
  height: 600px;
}

/* HEADER AND NAVBAR CUSTOM CSS ENDS */

/*HERO IMAGE CUSTOM CSS STARTS*/
.heroImage{
  position: relative;
}

.heroImage__text{
  position: absolute;
  bottom: 0;
  width: 100%;
}

.heroImage__text--white{
  color: #ffffff;
}

.heroImage__text--shadow{
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.4) 77%);;
}

.heroImage__block--centre{
  margin-left: auto;
  margin-right: auto;
}
/*HERO IMAGE CUSTOM CSS ENDS*/

/*UTILITY CLASSES CUSTOM CSS STARTS*/
.panel__border--top{
  border-top: 15px solid #FFF4E5;

}

.panel__border--full{
  border: 10px solid #FFF4E5;

}

.row__panel--margin{
  margin-top: -120px;
}

.panel__background--white{
  background-color: #ffffff;
}

.banner__background--yellow{
  background-color: #FFF4E5 !important;
}

.panel__icon--background:hover{
  background-color: #FFF4E5;
}

.imagePanel__padding--small{
  padding: 2%;
}

.banner__font--medium{
  font-size: 22px;
}

.panel__font--large{
  font-size: 24px;
}

.panel__button--styling{
  border: 1px solid #525252;
  color: #525252;
  padding: 5px 5px;
  background-color: #fff;
  font-size: 25px;
  padding: 15px 40px;
}

.panel__button--styling:hover{
  color: #525252;
  background-color: #FFF4E5;
  text-decoration: none;
}

.quote__text--styling{
  line-height: 1;
  padding-left: 20%;
}

a.panel__anchor--underline:hover{
  text-decoration: none;   
}

.margin__negative--small{
  margin-top: -70px;
}

.margin__negative--large{
  margin-top: -90px;
}

select, input{
  max-width: 240px !important;
  min-width: 90px !important;
}

.button__secondary{
  border: 2px solid #335C7C;
  background-color: #fff;
  border-radius: 0 !important;
  color: #000 !important;
}

.button__secondary:hover{
  background-color: #335C7C;
  color: #fff !important;
}

textarea{
  max-width: 300px;
  max-height: 300px;
}

.el-slidenav{
  background-color: #335C7C;
  color: #fff;
}

.input__margin--negaitve{
  margin-left: -40px !important;
}

.input__margin--positive{
  margin-left: 40px !important;
}

.heading__large{
  font-size: 32px;
}

.donate__checkbox{
  min-width: 40px !important;
}

.text__small{
  font-size: 16px;
}
/*UTILITY CLASSESS CUSTOM CSS ENDS*/

/*DONATION PAGE CUSTOM CSS STARTS*/
.donation__grid--background{
  background-size: cover;
  height: 655px;
  width: 400px;
  height: 100%;
  width: 100%;
  position: relative;
}

.donations__image--womensHealthKit{
  background-image: url("/images/donate-content/womens-health-check-kit.jpg");
  height: 200px;
}

.donations__image--followUpAppointment{
  background-image: url("/images/donate-content/follow-up-appointment.jpg");
  height: 200px;
}

.donations__image--groupMusicTuition{
  background-image: url("/images/donate-content/group-music-tuition-session.jpg");
  height: 200px;
}

.donations__image--microsurgeryTrainingKit{
  background-image: url("/images/donate-content/microsurgery-training-kit.jpg");
  height: 200px;
}

.donate__container{
  min-height: 700px;
}

.donate__input{
    padding: 8px 10px 7px 10px !important;
    border-radius: 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none !important;
    width: auto !important;
}

.donate__input--dark{
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  height: 60px !important;
  width: 120px !important;
  font-size: 25px !important;
}
/*DONATION PAGE CUSTOM CSS ENDS*/

/*IMPACT STORIES CUSTOM CSS STARTS*/
.grid__text--small{
  line-height: 1.1;
  font-size: 16px;
}
/*IMPACT STORIES CUSTOM CSS ENDS*/

/*FOOTER STARTS*/

@media screen and (max-width: 960px) {
  .copyright__college {
    text-align: center;
  }
}

/*FOOTER ENDS*/

/*RESPONSIVE CUSTOM CSS STARTS*/
@media only screen and (max-width: 960px){
  .panel__icon--background{
    margin-bottom: 120px !important;
  }
  .donation__grid--background{
    height: 250px !important;
    width: 400px !important;
  }
}

@media only screen and (max-width: 1200px){
  .panel__margin--responsive{
    left: 200px !important;
  }
}

@media only screen and (max-width: 1000px){
    .panel__margin--responsive{
    left: 0px !important;
  }
}

@media only screen and (max-width: 770px){
  .panel__background--responsive div[class~="uk-section-xlarge"] {
    background-size: 2000px !important;
  }
}

@media only screen and (max-width: 850px){
    .donation__grid--background{
    height: 250px !important;
    width: 300px !important;
  }
}

@media only screen and (max-width: 1200px){
  .input__margin--negaitve{
    margin-left: 0px !important;
  }
  .input__margin--positive{
    margin-left: 0px !important;
  }
}


/*RESPONSIVE CUSTOM CSS ENDS*/