html { font-size:62.5% } /* Sets the base font size of the page to 10px */

body { 
	font-family:'Open Sans', 'Helvetica Neue', EmojiSymbols, arial, helvetica, helve, sans-serif; 
	line-height:1.4; 
	background-image: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/nz/bgNZ.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	padding:0; 
	margin:3rem 2rem; 
}

:hover { cursor:pointer; }


@media only screen and (max-width: 1200px)  {
	
	body { margin:2rem; }

}

@font-face {
	font-family:"EmojiSymbols";
	src:url('../fonts/EmojiSymbols-Regular.woff') format('woff');
	text-decoration:none;
	font-style:normal;
}

@font-face {
	font-family:"Newzald";
	src:url('../fonts/NewzaldWeb-BlackItalic.woff') format('woff');
	text-decoration:none;
	font-style:normal;
}

/* ==================================================================================== */
/* == HOME PAGE 2020 ================================================================== */
/* ==================================================================================== */

body.home.au { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgAU.jpg); }
body.home.fj { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgFJ.jpg); }
body.home.nz { background-image: radial-gradient(ellipse at center,rgba(0,0,0,0.25) 0%,rgba(0,0,0,1) 100%),url(../images/2020/bgNZ.jpg); }


.home .fullSize-hero { 
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	position:relative;
	color:#fff;
	background-size:cover;
	background-position:50% 50%;
	background:none;
	padding:0 3rem 1rem;
	margin:0 auto;
	max-width:calc(120rem - 4rem);
	box-sizing:border-box;
}


.home .fullSize-hero .hero-wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.home .location-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-end;
	width:100%;
	z-index:1;
}

.home .fullSize-hero .location-wrap img { 
	width: auto;
    height: 9rem;
}

.home .location-wrap h1 {
	font-size:4.2rem;
	font-family: Newzald;
	line-height:1.2;
	font-weight:800;
	letter-spacing: -0.06rem;
	text-align:center;
	margin: 0;
}

.home .location-wrap h1 span {
	display:block;
	font-size:1.6rem;
	font-family:'Open Sans';
	line-height:1.4;
	font-weight:600;
	letter-spacing: -0.06rem;
	margin: .5rem auto 0;
	width:75%;
}

.home .location-wrap ul {
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:1.6rem;
	line-height:1;
	font-weight:800;
	padding:0;
	margin:1rem 0 2rem;
	width:100%;
}

.home .location-wrap li {
	display:flex;
	display:none;
	justify-content: center;
	align-items: center;
	color:#fff;
	border-radius:1.9rem;
	margin:0 .5rem;
	width:18rem;
	height:3.4rem;
	box-shadow:inset 0 0 0 .2rem #fff;
}

.home .location-wrap li.selected {
	background:#fff;
	box-shadow:none;
}

.home .location-wrap li a {
	color:#fff;
	text-decoration:none;
}

.home .location-wrap li.selected a { color:#008392; }

.home .search-wrap { 
	position:relative;
	margin: 2.5rem auto 0;
	width:100%; 
	max-width:60rem;
}

.home .search-wrap i {
	position:absolute;
	top:1.25rem;
	left:2rem;
	font-size:3rem;
    color: #aaa;
}

.home .search-wrap input {
	font-size: 1.5rem;
    border: none;
    border-radius: 3rem;
    padding: 0 6rem;
    width: 100%;
    height: 5.5rem;
    box-shadow: 0 19px 38px rgba(0,0,0,0.12), 0 15px 12px rgba(0,0,0,0.08);
    box-sizing: border-box;
}

.home .search-wrap input:focus {
  outline: none;
}
.home .search-wrap input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.home .search-wrap input:focus::-moz-placeholder{
    color: transparent!important;
}
.home .search-wrap input:focus:-moz-placeholder{
    color: transparent!important;
}

.home .search-wrap .resultList {
    display: none;
    position: absolute;
    top: 5.5rem;
    left: 3rem;
    right: 3rem;
    background-color: #fff;
    padding: 1rem 1.5rem 1.5rem 2rem;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    z-index:5;
    max-height:30rem;
    overflow:auto;
}

.home .search-wrap .resultList ul  {
    display: block;
    position: relative;
    font-size:1.4rem;
    font-weight: 700;
    color: #536baa;
    list-style-type:none;
    padding: .5rem 0 0.6rem 1rem;
    margin:0;
}

.home .search-wrap .resultList li a {
    display:block;
    color: #536baa;
    text-decoration:none;
    margin:1rem 0;
}

.home h2 {
	font-size:1.8rem;
	font-weight:600;
	color:#fff;
	text-align:center;
	letter-spacing: -0.03rem;
	margin:3rem auto 2rem;
}

.home .regions-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:0;
	margin:0 auto;
	max-width:99.2rem;
}

.home .regionCard {
	display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    padding: 2rem 1rem 3rem;
    margin: .75rem;
    width: calc(50% - 1.5rem);
    max-width: 30rem;
    height: 34rem;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.home .regionCard:hover {
	cursor: pointer;
    transform: scale(1.03);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.home .regionCard a {
	color:#fff;
	text-decoration:none;
}

.home .regionCard h3 {
	font-size:2.2rem;
	font-weight:800;
	margin-bottom:1rem;
}

.home .regionCard h3.QTplusMS { margin-bottom:1.8rem; }


.home .regionCard p { margin:0; }

.home .regionCard img {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100%;
}

.home .copyright {
    display: flex;
    justify-content: center;
    color:#fff;
    margin: 4rem auto;
}

@media only screen and (max-width: 992px)  {
	
	.home .search-wrap { max-width: 60rem; }
	
	.home .regionCard.cardNine {display:none}
}

@media only screen and (max-width: 768px)  {
	
	body { margin:1.5rem 1rem 5rem; }
	
	.home .fullSize-hero { 
		padding:0;
	  	margin-bottom: 2rem; 
	}
	
	.home .fullSize-hero .location-wrap img { height: 8rem;	}
		
	.home .location-wrap h1 {
		font-size:3.6rem;
	}
	
	.home .location-wrap h1 span {
		font-size:1.6rem;
	}
	.home .location-wrap ul {
		font-size:1.4rem;
	}
	
	.home .location-wrap li {
		width:16rem;
		height:3.2rem;
	}
	
	.home .search-wrap {
	    margin: 0 auto;
    	max-width: 50rem;
	}
	
	.home .regionCard {
	    max-width: auto;
	    height: 28rem;
	}
	
}

@media only screen and (max-width: 480px)  {
	
	.home .fullSize-hero .location-wrap img { height: 6.5rem; }
	
	.home .location-wrap h1 { font-size: 2.5rem; }
	
	.home .location-wrap h1 span { font-size: 1.4rem; width:100%; }
	
	.home .location-wrap ul { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 2rem; }
	
	.home .location-wrap li { height: 2.8rem; }
	
	.home .search-wrap input { font-size: 1.5rem; }
	
	.home h2 { font-size: 1.5rem; margin-top: 3rem; }
	
	.home .regions-wrap { margin: 0 -0.25rem; }
	
	.home .regionCard { 
		font-size:1.3rem; 
		margin: .25rem; 
		width:calc(50% - .5rem); 
		height: 20rem; 
	}
	
	.home .regionCard h3 { font-size: 1.8rem; }
	
	.home .regionCard h3.QTplusMS { margin-bottom:1.9rem; }
	

}

@media only screen and (max-width: 374px)  {
	
	.home .location-wrap ul { font-size: 1.2rem; }

}




