.top-header .top-menu li .sub-menu,
.site-header .main-menu li .sub-menu,
.fixed-header {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 15px 0 rgb(0 0 0 / 19%);
}
.document-grid a.document-block:hover {
	background: #d65016;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 15px 0 rgb(0 0 0 / 19%);
}
.document-grid a.document-block:hover p {color: #fff;}
.page-future-students .content-body .image-button {
	width: 50% !important;
}
.page-future-students .content-body .image-button a {
	background-size: cover !important;
}
.page-future-students .study_ausy_video .ytp-cued-thumbnail-overlay-image {
 background-image: url(/wp-content/uploads/2021/10/study_ausy.jpg);
}

.page-template-page-grid_menu .content-body .image-button {
    width: 33.33%;
    height: 250px;
    float: left;
    cursor: pointer;
    padding: 0 12px;
    margin-bottom: 20px;
}
.page-template-page-grid_menu .content-body .image-button a {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
	background-size: cover !important;
}
.page-template-page-grid_menu .content-body .image-button a .link-tag {
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    padding: 10px 10px 8px;
    background: #0000009e;
}