	p:last-child {
    margin-block-end: 0;
  }
  ul, ol {
    padding-inline-start: 1.5em;
  }
  
	.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;
	}

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

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

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

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

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

    .vertical-tabs .anu-tab-pane {
		margin: 0 0 50px 0;
	}

    .vertical-tabs {
        flex-direction: column !important;
    }

    .anu-tab-selects-mask {
        display: none;
    }

	@media screen and (max-width: 991px) {
        .anu-tab-select-container {
            padding-right: 30px !important;
        }

		.anu-tab-selects-mask {
			position: relative;
			pointer-events: none;
			height: 3em;
			margin-top: -3em;
		}

		.anu-tab-select-container.has-scroll .anu-tab-selects-mask {
			display: block;
		}

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

		.anu-tab-selects-mask-arrow::before {
      content: "➔";
			position: absolute;
			top: 4px;
			right: -20px;
			font-size: 22.4px;
			color: #be830e;
		}
	}

	@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%;
		}

		.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: 991px) {
		.ac-share-icons {
			position: absolute;

		}
	}
	@media screen and (max-width: 576px) {
		.ac-share-icons {
			min-width: 280px;
		}
	}