:root {
	--terms-toolbar-background-colour: #EDF2F4  ;
	--terms-toolbar-text-colour: black;
	--theme-navmenu-bg-color: #CCCCCC;
	--theme-navmenu-fg-color: black;
	--theme-footer-bg-color: #EDF2F4;
	--theme-footer-fg-color: black;
	--theme-button-primary-background-color: #C02424 ;
	--theme-button-primary-background-color-hover: #CCCCCC;
	--theme-button-primary-background-color-focus: #474747;
	--theme-button-primary-text-color-focus: #CCCCCC;
	--theme-button-secondary-background-color: #474747;
	--theme-button-secondary-text-color-focus: white;
	--theme-button-primary-text-color-hover: #474747;
	--theme-button-secondary-text-color-hover: #474747;
	--theme-button-primary-text-color: white;
	--theme-button-primary-border-color-disabled: #C02424 ;
	--theme-button-primary-background-color-disabled: #C02424 ;
	--logo-url: url("assets/image/logo/GriffithUni_TopLeft.png");
	
	--theme-grid-header-bg-colour: rgb(21, 34, 122);
	--theme-grid-row-alt-bg-colour: #e4e5eb;
}

a {
  color: #474747  ;
}

.footer-parent {
	width: 100%;
}

.common-footer-top {
	display: flex;
	width: 100%;
	position: absolute;
    left: 0;
	padding-top: 1em;
	justify-content: space-around;
}

.common-footer-bottom {
	display: flex;	
	position: center;    
	justify-content: center;	
	padding-top: 1em;
	border-top: 1px solid white;
}

.common-footer-bottom-noborder {
	display: flex;	
	position: left;    
	justify-content: center;	
}

.footer-point {
	padding: 0.5em 1em 0.5em 1em;	
	border-left: 1px solid white;	
}

.footer-point-noborder {
	padding: 0.5em 1em 0.5em 1em;	
}

.footer-point-empty {
	padding: hidden;
}


.footer-point:first-child {
	border-left: 0;
}

.footer-nav {
	display: flex;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-top: 1em;
	justify-content: space-around;	
}

.footer-nav-vborder {
	display: flex;	
	width:50%;
	position: center;    
	justify-content: center;	
	border-top: 1px solid white;
	padding-top: 1em;
}


.socialmedia,
.container {
	display: flex;
}

.social-list,
.social-list li,
.footer-list li {
	list-style-type: none;
	display: inline-block;
}

.socialmedia a,
.footer-list li a {
	color: #474747;
}

.socialmedia a {
	text-decoration: underline;
}

.social-list {
	/* border-right: 2px solid #0066b9; */
	margin-right: 1rem;
	padding-right: 1rem;
}

.social-list li a :hover {
	transform: scale(1.1, 1.1);
}
.social-list li a {
	display: block;
	height: 1.6rem;
	width: 1.5rem;
	margin-left: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.lower-container {
	width: calc(100% + 2em);
}

.facebook a {
	background-image: url("../image/facebook.svg");
}

.instagram a {
	background-image: url("../image/instagram.svg");
}
.youtube a {
	background-image: url("../image/youtube.svg");
}
.twitter a {
	background-image: url("../image/twitter.svg");
}
.linkedin a {
	background-image: url("../image/linkedin.svg");
}

.aboriginal a {
	background-image: url("../image/aboriginal.png");
}

.torres-strait-islander a {
	background-image: url("../image/torres-strait-islander.png");
}


.push {
	margin-left: 6rem;
}

@media (max-width: 1023px) {
	.footer-nav {
		flex-direction: column;
		align-items: center;
	}

	.footer-point-empty{
		display: none;
	}

	.copyright {
		position: relative !important;
	}
}
