html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 20px;
	font-size: 14px;
	color: #333;
	font-weight:500;
}
body, body * {
   /* font-family: 'Montserrat', sans-serif;*/
   font-family: andes-regular;
    box-sizing: border-box;
    font-weight: 500;
}
b,strong {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6,p{
  margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
button:focus,
a:focus,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
  outline: 0;
  box-shadow: none;
  font-weight: 500;
}
.nav > li > a:focus, .nav > li > a:hover{
  outline: 0;
}
.main-container-wrapper,
.front .content-block,
.front .map-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+53,ffffff+90,f2f2f2+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 53%, #ffffff 90%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 53%,#ffffff 90%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 53%,#ffffff 90%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
/*Style for page-header title start*/
body .page-header {
	text-align: center;
	margin-top: 72px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 58px;
	position: relative;
	
}



@media screen and (min-width: 992px){
	.Privacy .main-container .content-wrapper > .page,
	.Legal .main-container .content-wrapper > .page {	
		padding-left: 40px;
	}
}

body .page-header span,
body .page-header .page-title {
	font-size: 40px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	display: block;
}
body .page-header span:after,
body .page-header .page-title:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	background: #333;
	width: 65px;
	height: 3px;
	border-radius: 10px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #e6e6e6!important;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	background-color: #b3b3b3!important;
}
.country_copy {
	display: none;
}
/*Style for page-header title end*/


/*Floating labels*/
.showLabel,
.country-list .views-widget-filter-title label {
    float: left;
    font-family: andes-regular ;/*arial;*/
    font-size: 14px;
    font-weight: normal;
    color: #000;
    display: block;
    left: 0px;
    position: absolute;
    text-align: left;
    top: 12px;
    width: auto;
    transition: all 0.4s ease 0s;
    padding: 0;
	z-index: 9;
}
.showLabel{
	top: 0;
}
.floatingLabelblock .notEmpty label, 
.floatingLabelblock .focused label {
    font-size: 12px !important;
    left: 0 !important;
    top: -18px !important;
    transition: all 0.4s ease 0s;
}
.floatingLabel,
.floatingLabelblock{
	position: relative;
}

/*Fixed tab*/

.fixed-tab ul.nav-tabs.fixed{
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
	margin-top: 0 !important;
}
.fixed-tab ul.nav-tabs.fixed a{
	background: none !important;
    padding-top: 15px !important;
}
.fixed-tab ul.nav-tabs li a,
.pillar-tabs ul.nav-tabs li a{
	position: relative;
}
.fixed-tab ul.nav-tabs li.active a:after,
.pillar-tabs ul.nav-tabs li.active a:after {
	bottom: -21px;
	top: auto !important;
}
.fixed-tab .tab-content.fixed,
.pillar-tab-content.fixed{
	padding-top: 250px;
}
.chart-source {
	font-family: andes-regular ;/*Arial;*/
}

.node-type-webpage .main-container .content-wrapper > .page {
     padding: 0 45px !important; 
}
.field-name-body ul{
	padding-left: 40px;
	list-style: disc;
	margin-bottom: 15px;
}
.field-name-body h1 {
	font-size: 30px;
}
.field-name-body h2 {
	font-size: 26px;
}
.field-name-body h3 {
	font-size: 24px;
}
.field-name-body h4 {
	font-size: 18px;
}
.field-name-body h5 {
	font-size: 16px;
}
.field-name-body h6 {
	font-size: 14px;
}
h2, h3, h4, h5, h6{
	padding-top: 15px;
}
/***Task #238153 - print mail issue - 24/01/2019***/
form#print-mail-form textarea#edit-txt-to-addrs {
  width: 100%;
}
.page-printmail #edit-actions .btn {
  margin-right: 5px;
}

/* new changes on 26-06-21 */
.ast-photo-credit {
	position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    color: #fff;
    z-index: 9;
	display: flex;
    align-items: center;
}
.logged-in .ast-photo-credit {
	bottom: 34px;
}
.banner-wrapper .home-banner .banner-image::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.3;
    /* z-index: 999999; */
}
.ast-photo-credit > .views-label-field-photo-credit {
	margin-right: 4px;
}
.banner-image{
	position: relative;
}


#block-views-block-bottom-logos-block img[alt="THE WORLD BANK"] {
	width: 184px !important;
	height: 37px !important;
}
