.image .pad
{
padding: 0px !important;
}
.dropbtn {
	background-color: transparent !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    border: none;
}
.country-selected {
    display: inline-block;
    padding-left: 0px !important;
    color: #FFFFFF !important;
    padding-top: 7px;
}
/*Top header section*/
.border-dark {
    border: .0625rem solid #006FCF !important;
    }
    .top-country-sticky{
        position: fixed !important;
       width: 100%;
        z-index: 1;
    }
.homepage-top-header {
    position: fixed !important;
    width: 100%;
    z-index: 1;
}
.homepage-top-header .container {
    padding-top:10px !important;
}
.homepage-top-header .container .row .col-md-6 .richtext :first-of-type {
    padding-top:3px !important;
}
.grid-category-header.container {
    padding: 0px!important;
}
.grid-highlight {
    border: 1px solid #006fcf!important;
    margin-left: 70px;
    margin-right: 70px;
}
a:focus, a:active {
    outline: none;
}

a:hover {
    text-decoration: none !important;
	}
a:focus {
    outline: none !important;
}
.img-border >img {
    border: 1px solid #006FCF !important;
}
.grid-recommended-article1, .grid-recommended-article2 {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

@media (min-width: 1280px) {
    .img-border >img {
        width: 387px !important;
        height: 352px !important;
    }
}

@media (max-width: 425px) {
    .programme-admin-instructions-header {
        top: 55px!important;
    }
    .step-1-header {
        top: 23px!important;
    }
    .step-1-content {
        top: 22px!important;
    }
    /* .grid-recommended-article1 {
        bottom: 35px;
    }
    .grid-recommended-article2 {
        bottom: 15px;
    } */
}