il-header[view="full"] .il-links {
	margin-top: -50px;
}
.homepage il-header[view="full"] .il-links {
	margin-top: 0px;
}





/************************/

.blue-tint {
padding: 1rem 4rem 1rem; 
margin: 3rem auto 25rem; 
background: rgba(5, 0, 19, 0.8); 
color: rgb(236, 236, 236); 
font-size: 1.5rem;
}
.blue-tint h2 {
	color: #FF5F0F;
	margin-top: 0;
}
.light-theme, .dark-theme {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.light-theme .container, .dark-theme .container {
	max-width: 800px;
	margin: 0 auto;
}
#hero .text-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5rem;
	font-weight: 700;
}
#hero h1 {
	color: #FF5F0F;
}
.dark-theme {
	color: #fff; 
	background-color: #050013;
}
.dark-theme h2 {
	color: #FF5F0F;
}
.dark-theme a, .blue-tint a {
	color: #FFF;
}
.dark-theme a:hover, .dark-theme a:focus,
 .blue-tint a:hover,  .blue-tint a:focus {
	text-decoration: none;
}
.light-theme {
	color: #111; 
	background-color: #ececec;
}





  :root {
    --u-of-i-blue: #13294b;
    --u-of-i-orange: #f4731f;
    --light-gray: #f8f9fa;
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* section wrappers */
  #vpedi-hero-container {
    background-color: var(--u-of-i-blue);
    width: 100%;
    padding: 4rem 0;
  }

  .hero-title {
    color: #ffffff !important;
    font-weight: 700;
    font-style: italic;
  }

  .mission-vision-section {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }

  /* partners*/
  .partner-card {
    border: 1px solid #e9ecef;
    height: 100%;
    transition: transform 0.2s;
  }

  .partner-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .region-label {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 700;
  }

  .country-name {
    color: var(--u-of-i-blue);
    font-weight: 800;
  }

  .cta-box {
    background-color: #f8f9fa;
    color: var(--u-of-i-blue);
    border-radius: 4px;
  }
  .cta-box h2 {
    color: var(--u-of-i-blue) !important;
  }
  
.download-light a {
  padding-left: 22px;
  background: url(/userfiles/servers/server_1240/image/img/download-light.png) left center no-repeat;
  color: #fff;
  font-size: .9rem; 
text-decoration: none;}
.download-light a:hover {
  color: #fff;
  font-size: 0.9rem;}
.download-dark a {
  padding-left: 22px;
  background: url(/userfiles/servers/server_1240/image/img/download.png) left center no-repeat;
  color: #0E608D;
  font-size: .9rem;
text-decoration: none; }
.download-dark a:hover {
  font-size: 0.9rem;}
.download-light a:hover, .download-dark a:hover {
  text-decoration: underline; }
  
  #stats-section {
    border: none;
    color: #fff;
    margin: 0;
    width: 100%;
  }
