.scholarship-banner {
    height: 400px;
    position: relative;
}

.scholarship-banner img {
    position: absolute;
    z-index: -1;
    height: 400px;
}

.scholarship-banner::before {
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    z-index: 0;
}
.banner-text {
    position: absolute;
    top: 30%;
}

div.scholarship-type-box a p.h4,
div.scholarship-type-box a:hover p.h4 {
    color: #000 !important;
}
div.scholarship-type-box a:hover {
    text-decoration: none !important;
}

.bg-gold {
    background-color:#be830e !important;
    color: #fff !important;
}
.br-c {
    border-radius:10px 10px 0 0;
}

.img-container img {
	object-fit:contain;
	margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
.img-container img {
	max-width:50%;
	float:right;    
	margin-left: 10px;
}
}

    #scholarship-banner {
        height: 400px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(https://imagedepot.anu.edu.au/isfs/microsite/scholarships/scholar-default1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .unavailable {
filter: grayscale(100%);
    }
    .bdr-uni-grey {
    	border: 1px solid #e6e6e6;
    }

    .anu-tab-pane {
        display: none;
    }

    .anu-tab-pane.active {
        display: block;
    }

    .horizontal-tabs h3 a {
        padding-bottom: 20px;
        color: #666;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .horizontal-tabs h3 a::after {
        content: none;
    }

    .horizontal-tabs h3 a:hover {
        color: #000;
        text-decoration: none !important;
    }

    .horizontal-tabs h3 a.active {
        border-bottom: 2px solid #be830e !important;
        color: #000 !important;
    }

    .horizontal-tabs .anu-tab-selects {
        list-style: none;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .horizontal-tabs .anu-tab-selects::-webkit-scrollbar {
        display: none;
    }

    .horizontal-tabs .anu-tab-pane {
        padding: 20px 0;
        border-bottom: 1px solid #be830e;
    }

    @media screen and (max-width: 992px) {
        .anu-tab-selects-mask {
            position: relative;
            pointer-events: none;
            height: 3em;
            margin-top: -5em;
        }

        .anu-tab-selects-mask::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 20%;
            height: 100%;
            background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255));
        }
    }

    @media screen and (min-width: 992px) {
        .p-relative {
            position: relative;
        }

        .z-index-1 {
            z-index: 1;
        }

        .p-absolute-right {
            margin-top: 80px !important;
            z-index:-1;
            margin-left:-17%;
        }

        .horizontal-tabs .anu-tab-pane {
            border-top: 1px solid #be830e;
        }

        .mb-n-2-lg {
            margin-bottom: -20px !important;
        }
    }

    .bg-light-grey {
        background-color: #f2f2f2;
    }

    .overview-img-wrap>img {
        float: right;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .overview p {
        text-align: justify;
    }
    
    /*share position, inherit from accommodation share, but the display postion need to be overwritten*/
    .ac-share-icons {
    top: 15px;
    left: unset;
    right: 0;
}
 @media screen and (max-width: 992px) {
 	 .ac-share-icons {
 	 	position: absolute;
 	 	
 	 }
 }
  @media screen and (max-width: 576px) {
 	 .ac-share-icons {
 	 	min-width: 280px;
 	 }
 }