html {
  font-family: "Gotham Narrow A", sans-serif;
}
body {
  font-family: "Gotham Narrow A","Helvetica Neue",Helvetica,Segoe UI,sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.container {background: #fff;}

@media (min-width: 1200px) {
.container {
    width: 960px;
	margin: 0 auto;
	}
.container-1170 { width: 1170px !important; }
}
@media (max-width: 480px) {
body {
    padding: 0 15px;
	}
}

input.button {
    background: #903;
    color: #fff;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
}

input.button:hover, .header-main .search-catalogue form .search-catalogue_btn:hover {background-color: #ed0033;}

.login-container {
	margin: 0 auto;
	width: fit-content;
}


/* header styles */
header {margin: 20px auto 0px; background: #fff; display: flex; flex-flow: wrap;}

.logo {display: flex; align-items:center; flex: 40%;}
.logo-wsu {
	background: url(https://library.westernsydney.edu.au/__data/assets/file/0010/1932661/WSU-main-logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 30px;
	border-right: 2px solid #b6b4b5;
	display: inline-block;
	width: 260px;
	height: 44px;
	}
.logo-lib {
	background: url(https://library.westernsydney.edu.au/__data/assets/file/0007/1934863/WSU-library-logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 30px;
	display: inline-block;
	width: 78px;
	height: 22px;
	}

.logo-wsu a, .logo-lib a {
	display: block;
	height: 100%;
	width: 100%;
}

/* search styles */
.search {display: flex; flex:50%;}
input {
	font-family: "Gotham Narrow A", sans-serif;
	font-size: inherit;
	line-height: inherit;
	padding: 5px;
}

input:focus{
    outline: 1px solid #ccc;
}

.search-wrapper {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding: 10px;
    }

.search-catalogue_btn {
	padding: 17px 49px 19px 20px;
	cursor: pointer;
	background: url(https://library.westernsydney.edu.au/__data/assets/git_bridge/0004/1932070/dist/mysource_files/white-arrow-right..svg) no-repeat #903;
	background-position: 90px;
	border: none;
	color: #fff;
    font-family: "Gotham Narrow A", sans-serif;
	font-size: 1.1rem;
	font-weight:500;
	}
	
	.search-catalogue_btn:hover {background-color: #ed0033;}

.search-form {
    display: block;
    background-color: #f2f2f2;
    padding: 10px;
	}

.search-input {display:flex; flex:1;}/* margin-right: 8px;*/

.search-options {
    display: flex;
    font-size: 0.82rem;
    flex: 1;
    margin-right: 8px;
    padding: 10px 0 0;
    }

.search-input input[type=text] {
    border: 1px solid #f2f2f2;
    padding: 20px;
    min-width: 220px;
    max-width: 280px;
    margin-right: 5px;
	}

/* radio button styles */

.search-toggle {
    display: none;
    }
 /* Hide the default radio button */
input[type="radio"] {
    display: none;
    }

/* Style the custom radio button */
input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #903;
    border-radius: 50%;
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    }

/* Style the custom radio button when selected */
input[type="radio"]:checked + label:before {
    background-color: #903;
    box-shadow: inset 0 0 0 2px #fff; /* Add inset effect */
    }

/* Style the label text */
label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 10px 0 4px;
    }

/* nav styles */
.nav {width:100%; margin-top: 15px;}

ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-inline-start: 0;
	}

.nav li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
}
.nav li::after {
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #c4c4c4;
    height: 15px;
    top: 3px;
}
.nav li:last-child::after {
    border-right: none;
}

li a {font-size: 1rem; font-weight:500; text-decoration: none; color: #000; margin: 0 10px;}
	li a:visited {color: #000;}
	li a:hover {color: #903;}


@media (max-width: 1024px) {

header {padding: 0 10px;}

 .logo {flex: 30%;}

}
@media (max-width: 768px) {
	.logo {width: 40%;}
	.logo-wsu {
		background-size: contain;
		padding-right: 0px;
		}
	li a {font-size: 0.9rem;}

    .search-input input[type=text] {width:220px;}

}

@media (min-width: 768px) and (max-width:991px) {
    .search-input input[type=text] {width:220px;}
    .logo {flex:30%;}
	.logo-wsu {
		background-size: contain;
		width: 220px;
		}
    }

@media (max-width: 699px) {
    .logo {justify-content: center;}
	.search {display:none;}
}

@media (max-width: 480px) {
	header {padding: 0;}
	.search {display:none;}
}

/*header styles
.header {
	margin: 0 auto;
	}
.header-main {
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-main__logos {
	display: flex;
	align-items: center;
}
.header-main__main-logo-link {
	display: inline-block;
	padding-right: 17px;
	border-right: 2px solid #b6b4b5;
}
.header-main__library-logo-link {
	display: inline-block;
	padding-left: 17px;
}
.header-main__library-logo-link img {
	width: 43px;
}
.header-main .search-catalogue__form {
	display: none;
}

.search-catalogue {}

button.search-catalogue__btn {display: none;}
@media screen and (min-width: 1300px) {
	.header .header-main {
		padding: 20px 0px;
	}
	.header-main {
		flex-wrap: wrap;
	}
	.header-main__main-logo-link {
		padding-right: 32px;
	}
	.header-main__library-logo-link {
		padding-left: 32px;
	}
	.header-main__library-logo-link img {
		width: 78px;
		}
	.header-main .search-catalogue__btn {
		display: none;
		}
	.header-main .search-catalogue form {
		display: block;
		background-color: #f2f2f2;
		padding: 10px;
		}
	.header-main .search-catalogue form .search-catalogue__input {
		display: inline;
		}
	.header-main .search-catalogue form 
	.header-main .search-catalogue form input[type=text] {
		border: 1px solid #f2f2f2;
		margin-right: 8px;
		padding: 20px 25px;
		width: 300px;
		}
	}
@media (max-device-width: 480px) and (orientation: landscape) {
  header.header {width: 480px !important;}
  }*/
 
 /*footer styles*/
.footer {
	background-color: #262223;
	color: #fff;
	padding: 54px 30px;
}
.footer__secondary-links ul li:first-child {
	border: none;
	}
.footer__primary-links ul li a, .footer__primary-links ul li a:visited {
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	/* font-size: 1rem; */
	font-weight: 400;
	text-decoration: none;
	}
.footer__secondary-links a, .footer__secondary-links a:visited {
	font-size: 0.875rem;
	font-weight: lighter;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	}
.footer a:hover, .footer__primary-links ul li a:hover, .footer__secondary-links a:hover {color:#ff5c5e;}
@media screen and (min-width: 1300px) {
.footer__wrapper {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.footer__primary-links {
	width: 100%;
	border-top: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	margin-top: 20px;
	}
.footer__primary-links ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	}
.footer__primary-links ul li {
	display: inline-block;
	margin-top: 7px;
	margin-bottom: 7px;
	}
.footer__secondary-links {
	width: 100%;
	margin-top: 30px;
	font-size: 0.875rem;
	font-weight: lighter;
	}
.footer__secondary-links ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	}
.footer__secondary-links ul li {
	display: inline-block;
	padding: 0 29px;
	margin-bottom: 14px;
	border-left: 0.5px solid #fff;
	}
.footer__secondary-links ul li a {
	margin-bottom: 0;
	font-weight: 400;
	}
.footer__secondary-links p {
	display: flex;
	justify-content: center;
	font-size: 0.875em;
	}
}


@media (max-width: 768px) {
	.footer {
		padding: 10px 30px;
	}
	.footer ul {
		display: inline-block !important;
		list-style-type: disc !important;
		}

	.footer__primary-links ul li a {
		font-size: 0.8em;
		}
	.footer__secondary-links ul li a {
		font-size: 0.7em;
		}
	.footer__secondary-links p {
		font-size: 0.7em;
		}
}