@charset "UTF-8";

/* FONTS

font-family: 'Galada', cursive;
font-family: 'Roboto', sans-serif;

*/

/* GENERAL STYLES */

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #535353;
}

p a,
p a:visited,
p a:hover {
	color: #15397F;
}

/* SKIP TO MAIN CONTENT */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* HEADER STYLES */

.header-wrapper {
	width: 100%;
	background-color: #15397F;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 65px;
	position: relative;
}
.header-logo-austgov {
	width: 220px;
	position: absolute;
	left: 20px;
	top: 5px;
}
.header-logo-austgov img {
	width: 100%;
	height: auto;
	display: block;
}
.header-logo-nswgov {
	width: 45px;
	margin: 0 20px 0 0;
	position: absolute;
	right: 55px;
	top: 5px;
}
.header-logo-nswgov img {
	width: 100%;
	height: auto;
	display: block;
}
#menu-open {
    position: absolute;
    right: 10px;
    top: 15px;
}


/* NAV STYLES */

.nav-main {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	background-color: #00164E;
	display: none;
	color: #fff;
}
.nav-main-content {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav-col {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 20%;
	        flex: 1 1 20%;
}
.nav-main-sitemap {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-main-sitemap li {
	margin: 0 0 10px 0;
}
.nav-main-sitemap li a {
	color: #fff;
	text-decoration: none;
}
.nav-main-sitemap li a:hover {
	color: #fff;
	text-decoration: underline;
}
.nav-main-download {
	width: 140px;
	height: auto;
	display: block;
	margin-top: 20px;
}
.nav-title {
	font-family: 'Galada', cursive;
	margin: 0 0 10px 0;
	font-size: 25px;
	line-height: 35px;
	color: #fff;
}
.nav-main-sections {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-main-sections p {
	margin: 0 0 10px 0;
}
.nav-main-sections p:first-child {
	font-size: 13px;
	margin: 0;
	font-weight: 400;
}
.nav-main-sections p:last-child {
	border-bottom: 1px solid #15397F;
	padding: 0 0 10px 0;
}
.nav-main-sections a {
	color: #fff;
	text-decoration: none;
}
.nav-main-sections a:hover {
	color: #fff;
	text-decoration: underline;
}
.nav-main-credits {
	margin: 6px;
	padding: 6px;
}
.nav-main-credits li {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 17px;
}
.text-14px {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 18px;
}
.nav-contact-link {
	color: #fff;
	text-decoration: none;
}
.nav-contact-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* FOOTER STYLES */

.footer-wrapper {
	width: 100%;
	padding: 40px 0;
	background-color: #0B0B0B;
	display: block;
}
.footer-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.footer-logo {
	width: 90%;
	max-width: 320px;
	display: block;
	margin: 0 auto 30px auto;
}
ul.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.footer-nav li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	margin: 0 15px;
}
ul.footer-nav li a {
	color: #fff;
	text-decoration: none;
}
ul.footer-nav li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-content p {
	font-size: 14px;
	line-height: 18px;
	margin: 25px 0;
}
p.footer-designedby,
p.footer-designedby a {
	font-size: 12px;
	color: #797979;
}

/* HOMEPAGE STYLES */

.home-wrapper {
	width: 100%;
	height: 100vh;
	background-image: url("../images/Old-Hume-Highway.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-footer {
	width: 100%;
	background-color: #00164E;
	text-align: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 0 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
}
.home-footer p {
	font-family: 'Galada', cursive;
	font-size: 25px;
	margin: 0;
	color: #fff;
}
.home-wrapper {
	width: 100%;	
}
.home-banner {
	width: 100%;
	text-align: center;
	padding: 30px 0;
	background-color: rgba(0,22,78,.8);
}
.home-banner-content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.home-banner-content h1 {
	font-size: 80px;
	line-height: 82px;
	margin: 0 0 30px 0;
	color: #fff;
}
.home-banner-content p {
	font-family: 'Galada', cursive;
	color: #fff;
	margin: 0;
	font-size: 40px;
}
.btn-home-start {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: 'Galada', cursive;
	margin: 150px auto 0 auto;
	background-color: rgba(0,22,78,.8);
	display: block;
	font-size: 40px;
	padding: 66px 0 0 34px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right -25px;
	border: 2px solid rgba(255,255,255,0);
}
.btn-home-start:hover {
	border: 2px solid rgba(255,255,255,1);
	padding: 66px 0 0 20px;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right 15px;
}

/* CONTENTS STYLES */

.contents-wrapper {
	width: 100%;
	height: 100vh;
	background-image: url("../images/Old-Hume-Highway-dark.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.contents-content {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.content-left {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	text-align: right;
}
.content-left h1 {
	font-size: 60px;
	line-height: 62px;
	margin: 0 0 15px 0;
	color: #fff;
}
.content-left p {
	font-family: 'Galada', cursive;
	color: #fff;
	margin: 0;
	font-size: 30px;
}
.content-left-intro-wrapper {
	margin: 40px 0 0 0;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px;
	border-radius: 15px;
	background-image: url("../images/bg-intro.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.content-left-intro {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	box-sizing: border-box;
	display: inline-block;
	padding: 20px 25px;
	text-align: left;
	border: 3px solid #fff;
	border-radius: 10px;
}
.content-left-intro p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 10px 0;
}
.content-right {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	position: relative;
}
.sign-post {
	width: 16px;
	height: 100%;
	background-color: #CBCBCB;
	position: absolute;
	left: 23px;
	top: 0;
}
.roadsign-wrapper {
	
}
ul.roadsign {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 200;
	position: relative;
}
ul.roadsign li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	background-image: url("../images/bg-sign.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	width: 370px;
	height: 60px;
	margin: 0 0 5px 0;
	font-size: 23px;
	text-decoration: none;
	color: #00164E;
	font-weight: 700;
	padding: 18px 0 0 30px;
}
ul.roadsign li a:hover {
	text-decoration: underline;
	color: #0a7cb9;
}

/* CONTENT PAGE STYLES */

.content-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.history-banner-wrapper {
	width: 100%;
	margin: 0;
	background-image: url("../images/img-history-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 500px;
	z-index: -1;
}
.events-banner-wrapper {
	width: 100%;
	margin: 0;
	background-image: url("../images/img-chronology-of-events.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 500px;
	z-index: -1;
}
.history-banner,
.events-banner {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	height: 100%
}
.history-banner h1,
.events-banner h1 {
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
}
.page-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0 0 0;
}
.image-caption {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 10px;
	background-color: #00164E;
	color: #fff;
	font-family: 'Galada', cursive;
	margin: 0 0 30px 0;
}
ul.events {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.events li {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #C2C2C2;
	padding: 0 0 20px 0;
}
ul.along-the-way {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
	width: 100%;
	background-color: #efefef;
	border-radius: 5px;
	margin: 0;
	list-style: none;
}
ul.along-the-way a {
	text-decoration: none;
	color: #00164E;
	font-weight: 600;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 10px 5px 12px;
	background-image: url("../images/arrow-right-blue.png");
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: left center;
}
ul.along-the-way a:hover {
	text-decoration: underline;
}

/* ABOUT STYLES */

.about-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	background-image: url("../images/bg-about.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.about-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px 0;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

/* CONTENT BACKGROUNDS */

.foreword-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	background-image: url("../images/bg-foreword.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.chronology-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	background-image: url("../images/bg-chronology.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
}

/* OVERVIEW STYLES */

.contents-wrapper {
	width: 100%;
}
.overview-map-wrapper {
	position: relative;
	width: 100%;
}
.overview-map {
	width: 100%;
	position: relative;
}
.map-link {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	background-color: rgba(0,0,0,0);
	transition: all .4s;
}
.map-link:hover {
	background-color: rgba(0,0,0,.1);
}
.map-link span {
	display: none;
}
.link-10 {
	position: absolute;
	width: 8.1%;
	height: 18%;
	top: 77.5%;
	left: 3.5%;
}
.link-9 {
	position: absolute;
	width: 10.3%;
	height: 22.4%;
	top: 58.5%;
	left: 11.9%;
}
.link-8 {
	position: absolute;
	width: 8.8%;
	height: 19.4%;
	top: 44.5%;
	left: 22.5%;
}
.link-7 {
	position: absolute;
	width: 10%;
	height: 21.6%;
	top: 36.5%;
	left: 31.5%;
}
.link-6 {
	position: absolute;
	width: 10.3%;
	height: 22.3%;
	top: 34%;
	left: 41.7%;
}
.link-5 {
	position: absolute;
	width: 10.3%;
	height: 22.3%;
	top: 34%;
	left: 52.2%;
}
.link-4 {
	position: absolute;
	width: 10.3%;
	height: 22.3%;
	top: 31%;
	left: 62.7%;
}
.link-3 {
	position: absolute;
	width: 6.7%;
	height: 14.8%;
	top: 27.1%;
	left: 73.3%;
}
.link-2 {
	position: absolute;
	width: 6.8%;
	height: 14.8%;
	top: 13.9%;
	left: 80.2%;
}
.link-1 {
	position: absolute;
	width: 6.8%;
	height: 14.9%;
	top: 4.4%;
	left: 87.2%;
}
.overview-map img {
	width: 100%;
	height: auto;
	display: block;
}
.overview-map-title {
	position: absolute;
	top: 50px;
	left: 50px;
}
.directions-link {
	display: none;
}

@media (orientation: landscape) {
  .directions-link {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		height: 40px;
		padding: 7px 20px 0 20px;
		border-radius: 20px;
		border: 2px solid #00164E;
		color: #00164E;
		text-decoration: none;
		display: inline-block;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
}
	.directions-link:hover {
		background-color: #00164E;
		color: #fff;
	}
}

/* Tab styles */

.responsive-tabs__heading { 
	display: none;
}
.responsive-tabs__list__item {
	display: inline;
	cursor:pointer;
}
.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { 
	outline: 1px solid #15397F;  
}
.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { 
	outline: none !important;
}
.responsive-tabs__list {
	font-family: 'Galada', cursive;
	font-size: 40px;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.responsive-tabs__list__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background: #CBCBCB;
	padding: 35px 20px; 
	margin: 0; 
}
.responsive-tabs__list__item:last-child {
		margin: 0; 
	}
.responsive-tabs__list__item:hover {
	background: #00164E;
	color: #fff;
}
.responsive-tabs__list__item:last-child:hover {
	background: #69b32d;
	color: #fff;
}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover { 
	background-color: #00164E;
	color: #fff;
}
.responsive-tabs__list__item--active:last-child, 
.responsive-tabs__list__item--active:last-child:hover { 
	background-color: #69b32d;
	color: #fff;
}
.responsive-tabs__panel {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	background-color: #00164E;
	color: #fff;
}
.responsive-tabs__panel:last-child {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	background-color: #69b32d;
	color: #fff;
}
.carousel-content {
	
}
.overview-sections-south,
.overview-sections-north {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 1400px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.overview-sections-south li,
.overview-sections-north li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 250px;
	        flex: 0 1 250px;
	padding: 0;
	border: 1px solid #fff;
	margin: 10px;
	border-radius: 3px;
}
.overview-sections-south li a,
.overview-sections-north li a {
	text-decoration: none;
}
.overview-sections-south li:hover {
 background-color: #0072BC;
}
.overview-sections-north li:hover {
 background-color: #15397F;
}
.overview-sections-south .tab-block-top,
.overview-sections-north .tab-block-top {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
}
.overview-sections-south .tab-block-top img,
.overview-sections-north .tab-block-top img {
	width: 100%;
	height: auto;
	display: block;
}
.tab-block-middle {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 25px 10px;
	background-color: #fff;
	color: #0072BC;
	font-family: 'Galada', cursive;
	font-size: 25px;
	text-align: center;
}
.overview-sections-south .tab-block-bottom {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 10px;
	background-color: #0072BC;
	color: #fff;
	font-family: 'Galada', cursive;
	font-size: 20px;
	text-align: center;
}
.overview-sections-north .tab-block-bottom {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 10px;
	background-color: #15397F;
	color: #fff;
	font-family: 'Galada', cursive;
	font-size: 20px;
	text-align: center;
}

/* SECTION PAGE STYLES */

.section-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 40px;
}
.addHume {
	background-image: url(../images/hume.png);
	background-repeat: no-repeat;
	background-position: left 60px top 20px;
	background-attachment: fixed;
	background-size: contain;
}
.section-header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 0 40px 0;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.section-header-title {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	padding: 0 20px 0 0;
}
.section-header-nav-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.section-header-nav-left {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}
.section-header-nav-right {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}
.section-header-title h1 {
	margin: 0;
}
.section-header-title h2 {
	margin: 0;
}
.switch-north {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	padding: 20px 15px 13px 50px;
	background-color: #00A651;
	border-radius: 5px;
	position: relative;
	font-family: 'Galada', cursive;
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 2px 0 0 0;
}
.switch-north:hover {
	background-color: #008c44;
}
.switch-north:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 5px;
	margin-top: -18px;
	background-image: url("../images/icon-compass.png");
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: center center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.switch-north:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}
.switch-south {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	padding: 20px 15px 13px 50px;
	background-color: #00164E;
	border-radius: 5px;
	position: relative;
	font-family: 'Galada', cursive;
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	margin: 2px 0 0 0;
}
.switch-south:hover {
	background-color: #0072BC;
}
.switch-south:before {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 5px;
	margin-top: -18px;
	background-image: url("../images/icon-compass.png");
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: center center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.switch-south:hover:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}
ul.section-header-nav {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.section-header-nav li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	margin: 2px;
	background-color: #00164E;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
ul.section-header-nav li:hover {
	background-color: #15397F;
}
ul.section-header-nav li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 20px 15px 13px 15px;
	color: #fff;
	text-decoration: none;
	font-family: 'Galada', cursive;
	font-size: 25px;
}
ul.section-header-nav li.nav-left {
	border-radius: 5px 0 0 5px;
	text-align: left;
	background-image: url("../images/arrow-left.png");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left 10px center;
	padding-left: 20px;
}
ul.section-header-nav li.nav-left-blank {
	border-radius: 5px 0 0 5px;
	text-align: left;
	padding-left: 20px;
	background-color: #efefef;
}
ul.section-header-nav li.nav-right {
	border-radius: 0 5px 5px 0;
	text-align: right;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right 10px center;
	padding-right: 20px;
}
ul.section-header-nav li.nav-right-blank {
	border-radius: 0 5px 5px 0;
	text-align: right;
	padding-right: 20px;
	background-color: #efefef;
}
.section-main-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-main-map-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
	padding: 0 20px 0 0;
}
.section-main-map {
	position: relative;
	width: 100%;
}
.section-main-map img {
	width: 100%;
	height: auto;
	display: block;
}
.section-main-content {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 50%;
	        flex: 1 1 50%;
}
.poi-link {
	position: absolute;
	box-sizing: border-box;
	height: 1.4%;
	width: 1.6%;
}
.poi-link span {
	display: none;
}
.poi-popup {
	position: absolute;
	width: 200px;
	left: -90px;
	box-sizing: border-box;
	padding: 10px;
	background-image: url("../images/background-grunge-blue-sml.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	z-index: 200;
	display: none;
	border: 3px solid #15397F;
	border-radius: 5px;
	font-family: 'Galada', cursive;
	color: #15397F;
	font-size: 18px;
	line-height: 20px;
}
.poi-link:hover .poi-popup {
	display: block;
}
.poi-a {
	left: 49.6%;
	top: 35.2%;
}
.poi-a .poi-popup {
	top: -90px;
}
.poi-b {
	left: 47.3%;
	top: 33.5%;
}
.poi-b .poi-popup {
	top: -47px;
}
.poi-c {
	left: 44.8%;
	top: 33.2%;
}
.poi-c .poi-popup {
	top: -47px;
}
.poi-d {
	left: 49.6%;
	top: 73.2%;
}
.poi-d .poi-popup {
	top: -90px;
}
.poi-e {
	left: 35.5%;
	top: 75.3%;
}
.poi-e .poi-popup {
	top: -68px;
}
.poi-f {
	left: 35.1%;
	top: 49.2%;
}
.poi-f .poi-popup {
	top: -68px;
}
.poi-g {
	left: 33%;
	top: 49.9%;
}
.poi-g .poi-popup {
	top: -47px;
}
.poi-h {
	left: 70.7%;
	top: 68.7%;
}
.poi-h .poi-popup {
	top: -90px;
}
.poi-i {
	left: 11.3%;
	top: 71.8%;
}
.poi-i .poi-popup {
	top: -90px;
}
.poi-j {
	left: 7.8%;
	top: 89.8%;
}
.poi-j .poi-popup {
	top: -47px;
}
.poi-k {
	left: 29.2%;
	top: 46.8%;
}
.poi-k .poi-popup {
	top: -47px;
}
.poi-l {
	left: 11.8%;
	top: 65.8%;
}
.poi-l .poi-popup {
	top: -68px;
}
.poi-l2 {
	left: 94.8%;
	top: 28%;
}
.poi-l2 .poi-popup {
	top: -68px;
	left: -160px
}
.poi-m {
	left: 35.7%;
	top: 46.2%;
}
.poi-m .poi-popup {
	top: -47px;
}
.poi-n {
	left: 34.5%;
	top: 48%;
}
.poi-n .poi-popup {
	top: -68px;
}
.poi-o {
	left: 4.5%;
	top: 90.5%;
}
.poi-o .poi-popup {
	top: -68px;
	left: -30px;
}
.poi-p {
	left: 18.7%;
	top: 25.3%;
}
.poi-p .poi-popup {
	top: -68px;
}
.poi-q {
	left: 31.5%;
	top: 38.6%;
}
.poi-q .poi-popup {
	top: -47px;
}
.poi-r {
	left: 22.4%;
	top: 35.8%;
}
.poi-r .poi-popup {
	top: -47px;
}
.poi-s {
	left: 60.9%;
	top: 62.2%;
}
.poi-s .poi-popup {
	top: -47px;
}
.poi-t {
	left: 79.2%;
	top: 27.6%;
}
.poi-t .poi-popup {
	top: -47px;
}
.poi-u {
	left: 55.7%;
	top: 16.9%;
}
.poi-u .poi-popup {
	top: -47px;
}
.poi-v {
	left: 59.5%;
	top: 24.2%
}
.poi-v .poi-popup {
	top: -47px;
}
.poi-w {
	left: 45.5%;
	top: 53.3%;
}
.poi-w .poi-popup {
	top: -68px;
}
.poi-x {
	left: 35%;
	top: 57.7%;
}
.poi-x .poi-popup {
	top: -68px;
}
.poi-y {
	left: 11.1%;
	top: 87.6%;
}
.poi-y .poi-popup {
	top: -47px;
}
.poi-z {
	left: 9.5%;
	top: 27.9%;
}
.poi-z .poi-popup {
	top: -68px;
	left: -40px;
}

/* Tab styles */

.section-responsive-tabs__heading { 
	display: none;
}
.section-responsive-tabs__list__item {
	display: inline;
	cursor:pointer;
}
.section-responsive-tabs__heading:focus,
.section-responsive-tabs__list__item:focus { 
	outline: 1px solid #15397F;  
}
.section-responsive-tabs__heading--active:focus,
.section-responsive-tabs__list__item--active:focus { 
	outline: none !important;
}
.section-responsive-tabs__list {
	font-family: 'Galada', cursive;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}
.section-responsive-tabs__list__item {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background: #CBCBCB;
	padding: 15px 10px 10px 10px; 
	margin: 0 3px 0 0; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
}
.section-responsive-tabs__list__item:hover {
	background: #00164E;
	color: #fff;
}
.section-responsive-tabs__list__item--active, 
.section-responsive-tabs__list__item--active:hover { 
	background-color: #00164E;
	color: #fff;
}
.section-responsive-tabs__panel {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px 10px;
	background-color: #fff;
}


/* TEXT STYLES */

h1 {
	font-family: 'Galada', cursive;
	font-size: 70px;
	line-height: 72px;
	margin: 0 0 20px 0;
	color: #00164E;
}

h2 {
	font-size: 30px;
	line-height: normal;
	color: #00164E;
}

h3 {
	font-family: 'Galada', cursive;
	font-size: 35px;
	line-height: normal;
	color: #00164E;
	margin: 20px 0;
}

h4 {
	
}

h5 {
	
}
.chron-title {
	font-family: 'Galada', cursive;
	font-size: 45px;
	line-height: 48px;
	margin: 0 0 40px 0;
	color: #00164E;
}
.map-marker {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	background-color: #ED1C24;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding: 3px 0 0 0;
	border: 1px solid #000;
}
.poi-marker {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	background-color: #15397F;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 5px 0 0 0;
}
.nav-link {
	font-family: 'Galada', cursive;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	padding: 15px 30px 12px 20px;
	background-color: #0072BC;
	border-radius: 5px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 10px center;
	margin: 20px 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.nav-link:visited, a.nav-link:hover  {color:#fff;}



.pullout {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 30px;
	border-radius: 8px;
	background-color: #FDB913;
	margin: 40px 0;
	-webkit-box-shadow: 0 3px 5px #404040;
	        box-shadow: 0 3px 5px #404040;
}
.pullout p {
	color: #171717;
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
}
.poi-wrapper {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 6px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 3px #404040;
	        box-shadow: 0 2px 3px #404040;
	background-image: url("../images/background-grunge-blue.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 25px 0;
}
.poi-block {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 20px;
	border-radius: 10px;
	border: 5px solid #00164E;
}
.poi-block h4 {
	font-family: 'Galada', cursive;
	font-size: 30px;
	line-height: normal;
	color: #00164E;
	margin: 0 0 15px 0;
}
.poi-block p:first-child {
	dispaly: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 5px 20px;
	background-color: #00164E;
	color: #fff;
	margin: -20px -20px 20px -20px;
	font-family: 'Galada', cursive;
	font-size: 20px;
	line-height: normal;
}
.poi-block img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
}
.approx-distanc-wrapper {
	margin: 40px auto;
	text-align: center;
}
.approx-distance {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: inline-block;
	height: 36px;
	padding: 9px 20px 0 20px;
	border-radius: 18px;
	background-color: pink;
	background-color: #FDB913;
	margin: 0;
	font-family: 'Galada', cursive;
	color: #00164E;
	font-size: 20px;
	text-align: center;
}
#back2top {
	display: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	height: 28px;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 500;
}
#back2top a {
	text-decoration: none;
	display: inline-block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 8px;
	background-color: #69b32d;
	width: 150px;
	border-radius: 0 0 10px 10px;
	font-size: 12px;
	color: #fff;
	background-image: url(../images/arrow-back2top.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: 300;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
#back2top a:link, #back2top a:visited, #back2top a:hover, #back2top a:active {
	background-color: #69b32d !important;
	color: #fff !important;
}

/* ROUTE MAPS PAGE  STYLES */

.route-maps-wrapper {
	width: 100%;
}
.route-maps-wrapper h1,
.route-maps-wrapper h2 {
	color: #fff;
	padding: 0 20px
}
.route-maps-south {
	width: 100%;
	padding: 40px 0;
	background-color: #00164E;
	color: #fff;
	display: block;
}
.route-maps-north {
	width: 100%;
	padding: 40px 0;
	background-color: #00A651;
	color: #fff;
	display: block;
}
.route-maps-content {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
ul.route-maps {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; 
}
ul.route-maps li {
	-webkit-box-flex: 1;
	    -ms-flex: 0 1 20%;
	        flex: 0 1 20%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 15px;
}
ul.route-maps li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.route-maps li a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 10px 0 0 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.route-maps-south ul.route-maps li a:hover {
	background-color: #0072BC;
	border: 1px solid #0072BC;
}
.route-maps-north ul.route-maps li a:hover {
	background-color: #15397F;
	border: 1px solid #15397F;
}
ul.route-maps li h3 {
	color: #fff;
	font-size: 25px;
	line-height: 27px;
	margin: 0 0 2px 0;
}
ul.route-maps li p {
	color: #fff;
	margin: 0 0 10px 0;
}

/* TABLE STYLES */

table.tbl-sections {
	border-collapse: collapse;
	width: 100%;
}
table.tbl-sections, table.tbl-sections th, table.tbl-sections td {
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
	text-align: left;	
}
table.tbl-sections th {
	font-family: 'Galada', cursive;
	font-size: 15px;
	line-height: 16px;
	color: #ADADAD;
}
table.tbl-sections td:nth-child(3) {
	text-align: right;
}
table.tbl-sections td:nth-child(1) {
	text-align: center;
}
table.tbl-sections a,
table.tbl-sections a:visited,
table.tbl-sections a:hover {
	color: #15397F;
}

/* SMH ARTICLE */

.smh-article {
	background-image: url("../images/bg-article.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: none;
	font-family: "Times New Roman", "serif";
	color: #5b4e3c;
	box-sizing: border-box;
	padding: 30px;
}
.nav-col a,
.nav-col a:visited,
.nav-col a:hover {
	color: #fff;
	text-decoration: underline;
}
p.smh-article-l1 {
	font-weight: bold;
	display: inline-block;
	padding: 5px 40px;
	border-bottom: 1px solid #5b4e3c;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: normal;
	margin: 0 0 15px 0;
}
h3.smh-article-title {
	font-family: "Times New Roman", "serif";
	font-size: 80px;
	line-height: 85px;
	font-weight: normal;
	color: #5b4e3c;
	margin: 0 0 40px 0;
}
.smh-article-image {
	width: 100%;
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}
.smh-article-heading {
	text-align: center;
}
.smh-article-content {
	column-count: 4;
	column-gap: 20px;
}





/* -------------------- IPAD STYLE ADJUSTMENTS -------------------- */

@media screen and (max-width:1440px) {
	h1 {font-size: 60px; line-height: 62px;}
	.switch-south, .switch-north {font-size: 20px;}
	.section-responsive-tabs__list {font-size: 22px; line-height: 28px;}
	ul.section-header-nav li a {font-size: 20px;}
}

@media screen and (max-width:1200px) {
	.section-header-nav-wrapper {-webkit-box-sizing: border-box;box-sizing: border-box; display: block; width: 100%;}
	.section-header-nav-left {-webkit-box-flex: 0;-ms-flex: none;flex: none; display: block; width: 100%;}
	.section-header-nav-right {-webkit-box-flex: 0;-ms-flex: none;flex: none; display: block; width: 100%}
	.switch-south, .switch-north {display: block; width: 100%;}
}

@media screen and (max-width:1100px) {
	.route-maps-wrapper h1, .route-maps-wrapper h2 {padding: 0 10px}
	ul.route-maps li {padding: 10px;}
}

@media screen and (max-width:1080px) {
	.nav-main-content {-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.nav-col {-webkit-box-flex: 1;-ms-flex: 1 1 33%;flex: 1 1 33%;}
}

@media screen and (max-width:1024px) {
	h1 {font-size: 50px; line-height: 52px;}
	.overview-sections-north li,
	.overview-sections-south li {-webkit-box-flex: 1;-ms-flex: 1 1 45%;flex: 1 1 45%; margin: 10px;}
	ul.footer-nav {display: block;}
	ul.footer-nav li {display: block; margin: 15px 0;}
	.history-banner h1 {font-size: 60px; line-height: 55px;}
	.about-wrapper, .foreword-wrapper, .chronology-wrapper {background-image: none; background-color: #fff;}
}

@media screen and (max-width:1000px) {
	.section-header-wrapper {display: block; margin: 0;}
	.section-header-title {-webkit-box-flex: 0;-ms-flex: none;flex: none; margin: 0 0 20px 0;}
	.section-header-nav-wrapper {display: block; width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; margin: 0 0 20px 0;}
	.section-header-nav-left, .section-header-nav-right {-webkit-box-flex: 0;-ms-flex: none;flex: none;}
	ul.section-header-nav {-webkit-box-sizing: border-box;box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; padding: 0; list-style: none;}
	.section-main-wrapper {display: block;}
	.section-main-map {-webkit-box-flex: 0;-ms-flex: none;flex: none; padding: 0; margin: 0 0 20px 0;}
	.section-main-map img {width: 100%; height: auto; display: block;}
	.section-main-content {-webkit-box-flex: 0;-ms-flex: none;flex: none;}
	.switch-south, .switch-north {font-size: 30px;}
	.section-responsive-tabs__list {font-size: 28px; line-height: 33px;}
	ul.route-maps li {-webkit-box-flex: 1;-ms-flex: 1 1 50%;flex: 1 1 50%;}
	.addHume {background-image: none;}
	.content-left-intro {padding: 10px 12px;}
	.contents-wrapper {height: inherit; min-height: 100vh; padding-bottom: 50px}
}

@media screen and (max-width:768px) {
	h1 {font-size: 40px; line-height: 42px;}
	.overview-map-title {top: 20px; left: 20px;}
	.history-banner h1 {font-size: 60px; line-height: 55px;}
	.history-banner-wrapper, .events-banner-wrapper {height: 300px;}
	.history-banner, .events-banner {height: 300px;}
	.section-wrapper {padding: 30px;}
	.contents-wrapper {min-height: auto; display: block;}
	.contents-content {padding: 30px 0 0 0; display: block;}
	.content-left {padding: 0; -webkit-box-flex: 0; -ms-flex: none; flex: none; text-align: left; margin: 0 0 20px 0;}
	.content-left h1 {font-size: 40px; line-height: 42px; margin: 0 0 10px 0;}
	.content-right {-webkit-box-flex: 0;-ms-flex: none;flex: none; padding: 0 0 70px 0; margin: 0;}
	.content-left-intro-wrapper {margin: 30px 0 10px 0;}
	.sign-post {left: 3px; top: 0; width: 13px}
	ul.roadsign li a {width: 320px; height: 50px; margin: 0 0 5px 0; font-size: 20px; text-decoration: none; padding: 14px 0 0 25px;}
	.smh-article-content {column-count: 3; column-gap: 20px;}
}

@media screen and (max-width:600px) {
	.nav-main-content {display: block; -webkit-box-flex: 0; -ms-flex: none; flex: none; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
	.nav-col {display: block; -webkit-box-flex: 0; -ms-flex: none; flex: none; padding: 0 0 10px 0;}
	.header-logo-austgov {width: 180px; left: 10px; top: 9px;}
	.header-logo-nswgov {right: 40px; top: 5px;}
	.home-banner-content h1 {font-size: 50px; line-height: 52px; margin: 0 0 30px 0;}
	.home-banner-content p {font-size: 25px;}
	.home-footer p {font-size: 16px;}
	.btn-home-start, .btn-home-start:hover {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		font-family: 'Galada', cursive;
		margin: 60px auto 0 auto;
		background-color: rgba(0,22,78,.8);
		display: block;
		font-size: 40px;
		padding: 66px 0 0 34px;
		border: 0 solid rgba(255,255,255,0);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		background-image: url("../images/arrow-right.png");
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: center right -25px;
	}
	h1 {font-size: 35px; line-height: 37px; margin: 0 0 5px 0;}
	.overview-sections-south li,
	.overview-sections-north li {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%; margin: 10px 0;}
	.section-wrapper {padding: 15px;}
	.smh-article-content {column-count: 1; column-gap: 30px;}
}

@media screen and (max-width:430px) {
	ul.route-maps li {-webkit-box-flex: 1;-ms-flex: 1 1 100%;flex: 1 1 100%; margin: 0 0 15px 0;}
}


/* RESPONSIVE STYLES FOR TABS */

@media (max-width: 700px) {
	.responsive-tabs__list {display: none;}
	.responsive-tabs__heading {display: block; cursor: pointer; font-family: 'Galada', cursive; font-size: 30px; font-weight: normal; margin: 0 0 2px 0; padding: 30px 20px 25px 20px; color: #fff; background-color:#00164E;}
	.green {background-color: #00A651 !important;}
	.responsive-tabs__panel--closed-accordion-only {display: none;}
	.responsive-tabs__panel {margin-bottom: 2px;}
	.section-responsive-tabs__list {display: none;}
	.section-responsive-tabs__heading {display: block; cursor: pointer; font-family: 'Galada', cursive; font-size: 30px; font-weight: normal; margin: 0 0 2px 0; padding: 15px 15px 10px 15px; color: #fff; background-color:#00164E;}
	.green {background-color: #00164E !important;}
	.section-responsive-tabs__panel--closed-accordion-only {display: none;}
	.section-responsive-tabs__panel {margin-bottom: 2px;}
}

@media (min-width: 701px) {
	.section-responsive-tabs__panel--closed-accordion-only {display: block !important;}
}




