html {
    height: 100%;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 99%;
    height: 99%;
    font-family: sans-serif;
    color: #000;
    background-color: #FFFFFF;
    overflow: auto
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: url('../image/loading.png');
    background-image: url('../image/loading.svg') , none;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;
    pointer-events: none;
    transition: opacity .5s ease-out 0s , margin-top 0s linear .6s;
    opacity: 1
}

#loading.complete, #loading.resolve {
    position: absolute;
    margin-top: -200vh;
    opacity: 0
}

#noscript {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
    width: 170px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
    color: #282828;
    background-color: #FFA500;
    background: -webkit-linear-gradient(#FFC864, #FFA500);
    background: -o-linear-gradient(#FFC864, #FFA500);
    background: -moz-linear-gradient(#FFC864, #FFA500);
    background: linear-gradient(#FFC864, #FFA500);
    text-align: center;
    text-shadow: 1px 1px 0 #FDC051;
    box-shadow: inset 0 10px 10px #FFD68A, inset 0 -10px 10px #D68B00, 0px 0 5px #000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 20px;
    display: block;
    overflow: hidden;
    z-index: 9998
}

#noscript:after {
    content: "Please enable JavaScript."
}

#noscript.enabled {
    display: none
}

#header {
    margin: 0;
    padding: 0
}

#header #logo {

    margin: 10px auto;
    padding: 0;
    width: 70vw;
    height: 100px;
    max-width: 300px;
    max-height: 100px;
    text-indent: -10000px;
    background-image: url('../image/tradelocal_light_logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    transition: max-width .3s ease-in-out .1s , max-height .3s ease-in-out .1s;
    outline-style: none;
    z-index: 10000
}

#header #logo.slim {
	max-height: 50px;
}

#header #logo h1 {
    margin: 0;
    padding: 0
}
@media(max-width:590px) {
#header #logo {
    margin: 10px auto 0px auto;
    height: 50px;
}
}


#membership_menu {
	position: absolute;
	top: 14px;
	right: 10px;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	width: 101px;
	min-width: 30px;
	height: 30px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	text-indent: -100000px;
	background-color: #003161;
    background-image: url('../image/tradelocal_membership_menu_banner.svg');
    background-repeat: no-repeat;
	background-position: 5px center;
    background-size: contain;
	border-radius: 30px;
	vertical-align: middle;
	transition: all .3s ease-in-out .3s, background-color .3s ease-in-out .0s, box-shadow .3s ease-in-out .0s;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3), 0px 0px 0px 3px rgba(255,255,255,1);
	display: inline-block;
	
}
#membership_menu:hover {
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3), 0px 0px 0px 3px #FF3E00;
}
#membership_menu.online {
	width: 125px;
	transition: all .3s ease-in-out .0s;
}
#membership_menu::after {
	position: absolute;
	top: 5px;
	right: 6px;
	width: 20px;
	height: 20px;
	background-color: #FFFFFF;
    background-image: url('../image/tradelocal_membership_menu_online.svg');
    background-repeat: no-repeat;
	background-position: center center;
    background-size: contain;
	border-radius: 20px;
	content: '';
	transition: all .2s ease-in-out .0s;
	transform: scale(0,0);
	opacity: 0;
	display: block;
}
#membership_menu.online::after {
	transition: all .2s ease-in-out .3s;
	transform: scale(1,1);
	opacity: 1;
}

@media(max-width:450px) {
#membership_menu {
	width: 80px;
	background-position: center center;
    background-size: 70px 30px;
}
#membership_menu.online {
	width: 30px;
	background-position: -90px center;
}
#membership_menu::after {
	right: 5px;
}
}
@media(max-width:360px) {
#membership_menu {
	width: 30px;
	background-image: url('../image/tradelocal_membership_menu_banner_small.svg');
	background-position: center center;
    background-size: 30px 30px;
}
}

#membership_menu::before {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 70vw;
	max-width: 200px;
	height: 70vw;
	max-height: 200px;
	background-color: transparent;
    background-image: url('../image/tradelocal_membership_menu_alert.svg');
    background-repeat: no-repeat;
	background-position: top center;
    background-size: contain;
	border-radius: 0px;
	content: '';
	transition: all .2s ease-in-out .0s;
	transform: scale(0,0);
	transform-origin: top left;
	opacity: 0;
	display: block;
	pointer-events: none;
	z-index: 8997;
}
@keyframes min_in_out {
	0% { transform: scale(0,0); opacity: 0; transform-origin: top center; }
	3% { transform: scale(1.1,1.1); opacity: 1; transform-origin: top center; }
	5% { transform: scale(1,1); opacity: 1; transform-origin: top center; }
	95% { transform: scale(1,1); opacity: 1; transform-origin: top right; }
	98% { transform: scale(1.2,1.2); opacity: 1; transform-origin: top right; }
	100% { transform: scale(0,0); opacity: 0; transform-origin: top right; }
}
#membership_menu.alert::before {
	transition: all .2s ease-in-out .0s;
	transform-origin: top right;
	transform: scale(0,0);
	opacity: 0;
	animation-name: min_in_out;
	animation-duration: 7s;
	animation-delay: .7s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@media(max-width:900px) {
#membership_menu::before {
	top: -20px;
	right: 107px;
	background-image: url('../image/tradelocal_membership_menu_alert_left.svg');
	background-position: top right;
}
}
@media(max-width:450px) {
#membership_menu::before {
	right: 85px;
}
}
@media(max-width:370px) {
#membership_menu::before {
	right: 15vw;
}
}

#nav {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    transition: height .3s ease-in-out .1s;
    z-index: 9995
}

#nav #menu {
    position: absolute;
    top: -100%;
    right: 25px;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: opacity .1s ease-in 0s , top 0s linear 1.5s;
    opacity: 0;
    outline-style: none;
    z-index: 9996;
    cursor: pointer
}

#nav ul {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: -10000px 0 0 0;
    padding: 10000px 0 20px 0;
    list-style-type: none;
    transition: opacity .3s ease-in .7s;
    opacity: 1
}

#nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block
}

#nav ul li a {
    margin: 0 5px;
    padding: 5px 5px 5px 5px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: inline-block;
    outline-style: none;
    transition: color .2s ease-in 0s 
}

#nav ul li a:hover, #nav ul li a:focus {
    color: #F9272D
}

n#av ul li a:active {
    color: #000
}

#nav ul li a.current {
    color: #F9272D
}

#nav ul li a.current:hover, #nav ul li a.current:focus {
    color: #F9272D
}

@media(max-width:1100px ) {
    #header #logo {

    }



    #nav #menu {
        top: 14px;
        transition: opacity .3s ease-out .7s , top 0s linear 0s;
        opacity: 1
    }

    #nav ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -100vh;
        padding: 85px 0 20px 0;
			background-color: #FFF;
			background-color: rgba(255, 255, 255, 1);
			box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
        transition: margin-top .2s ease-in .1s , opacity 0s linear 1s, box-shadow 0.1s ease-in-out 0s;
        opacity: 0
    }

    #nav.active ul {
        margin-top: 0;
        box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);
        transition: margin-top .3s ease-out 0s , opacity 0s linear 0s, box-shadow 0.2s ease-in-out 0.3s;
        opacity: 1
    }

    #nav ul li {
        margin: 0 25px 0 25px;
        padding: 10px 0;
        border-top-width: 0px;
        border-top-style: solid;
        border-top-color: #FFF;
        transition: opacity .1s ease-out 0s;
        display: block;
        opacity: 0
    }

    #nav.active ul li {
        transition: opacity .3s ease-in-out .3s;
        opacity: 1
    }

    #nav ul li a {
        margin: 0;
        padding: 10px 0 10px 0;
        font-size: 22px;
        font-weight: 300
    }
}

@media(max-width:400px ) {
    #header #logo {

    }



    #nav #menu {
        top: 14px;
        transition: opacity .3s ease-out .7s , top 0s linear 0s;
        opacity: 1
    }

    #nav ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -100vh;
        padding: 85px 0 20px 0;
 			   background-color: #FFF;
   			 background-color: rgba(255, 255, 255, 1);
        transition: margin-top .2s ease-in .1s , opacity 0s linear 1s;
        opacity: 0
    }

    #nav.active ul {
        margin-top: 0;
        transition: margin-top .3s ease-out 0s , opacity 0s linear 0s;
        opacity: 1
    }

    #nav ul li {
        margin: 0 25px 0 25px;
        padding: 10px 0;
        border-top-width: 0px;
        border-top-style: solid;
        border-top-color: #FFF;
        transition: opacity .1s ease-out 0s;
        display: block;
        opacity: 0
    }

    #nav ul li:first-child {
        border-top-color: transparent
    }

    #nav.active ul li {
        transition: opacity .3s ease-in-out .3s;
        opacity: 1
    }

    #nav ul li a {
        margin: 0;
        padding: 5px 0 5px 0;
        font-size: 18px;
        font-weight: 300
    }
}



form#search {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5.5px;
}
form#search fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	white-space: nowrap;
}
form#search input[type="search"] {
	margin: 0px;
	padding: 0px 10px;
	width: 70vw;
	max-width: 220px;
	line-height: 30px;
	font-size: medium;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 0px none;
	display: inline-block;
	box-shadow: 0px 0px 0px 2px #222222;
	transition: max-width .5s ease-in-out 0s, background-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
	outline: none;
	-webkit-appearance: none;
}
@media screen and (max-width: 1100px) {
	#nav.active form#search input[type="search"] {
		max-width: 300px;
	}
}
form#search label[for="query"] {
	display: none;
}
form#search input::-webkit-calendar-picker-indicator {
	position: relative;
	top: -7px;
}
form#search input[type="search"]::-webkit-search-cancel-button {
	height: 18px;
	width: 18px;
	border-radius: 18px;
	background-color: #222222;
	background-image: url('../image/search_cancel.svg');
	background-size: contain;
	-webkit-appearance: none;
}
form#search ::-webkit-input-placeholder {
  color: #000000;
}
form#search :-ms-input-placeholder {
  color: #000000;
}
form#search ::placeholder {
  color: #000000;
}
form#search input[type="submit"] {
	margin: 0px 15px 0px -10px;
	padding: 0px 10px;
	min-width: 35px;
	line-height: 30px;
	font-size: medium;
	text-align: left;
	text-indent: -10000px;
	color: #FFFFFF;
	background-color: #222222;
	background-image: url('../image/search_submit.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border-top-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border: 0px none;
	display: inline-block;
	box-shadow: 0px 0px 0px 2px #222222;
	transition: max-width .5s ease-in-out 0s, background-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
}

form#search input[type="search"]:focus {
	box-shadow: 0px 0px 0px 2px #F9272D;
}
form#search input[type="search"]:focus ~ input[type="submit"] {
	background-color: #F9272D;
	box-shadow: 0px 0px 0px 2px #F9272D;
}






ul.dropdown {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline-block;
}
ul.dropdown li {
	margin: 0px;
	padding: 0px;
}
ul.dropdown li a {
	margin: 0px;
	padding: 7px 10px;
	font-size: smaller;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F9272D;
	border-radius: 3px;
	display: block;
}
ul.dropdown > li > a::before {
	position: relative;
    margin: 0px 0px 0px 10px;
    height: 16px;
    width: 16px;
    content: '';
    background-color: transparent;
    background-image: url('../image/arrow_down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: scaleY(1);
    transform-origin: center;
    transition: transform .3s ease-in-out .3s;
    backface-visibility: visible;
    display: block;
    pointer-events: all;
    float: right;
}
ul.dropdown li ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	list-style-type: none;
	border-radius: 5px;
	overflow: hidden;
	display: none;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	z-index: 5000;
}
ul.dropdown li:not(.dropdown):hover ul {
	display: block;
}
ul.dropdown > li:not(.dropdown):hover > a::before {
    transform: scaleY(-1);
}
ul.dropdown li ul li {
	margin: 0px;
	padding: 0px;
}
ul.dropdown li ul li a {
	margin: 0px;
	padding: 5px 10px;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 0px;
	display: block;
}
ul.dropdown li ul li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
ul.dropdown li ul li a.selected {
	color: #FFFFFF;
	background-color: #F9272D;
}


div.content_page {
    margin: 30px auto 20px auto;
    padding: 5px 10px 10px 10px;
    max-width: 1000px;
    min-height: 300px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 20px #FFFFFF;
    display: block;
}
div.content_page a {
    color: #000000;
    background-color: #FFFFFF;
}
div.half_page {
    margin: 30px auto 20px auto;
    padding: 5px 10px 10px 10px;
    max-width: 600px;
    min-height: 300px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 20px #FFFFFF;
    display: block;
}
div.half_page h2 {
    text-align: center;
}
div.half_page h3 {
    text-align: center;
}
div.half_page a {
    color: #000000;
    background-color: #FFFFFF;
}
div.contact_page {
    margin: 30px auto 20px auto;
    padding: 5px 0px 10px 0px;
    max-width: 600px;
    min-height: 300px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 20px #FFFFFF;
    display: block;
}
div.contact_page h2 {
    text-align: center;
}

ul#store > li > a {
	padding: 7px 10px;
	padding-left: 32px;
    background-image: url(../image/location.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 3px center;
    display: block;
}
ul#store > li > ul {
	width: 70vw;
	max-width: 250px;
	max-height: 70vh;
	overflow-y: auto;
}
ul#store > li > ul > li > strong {
	margin: 0px;
	padding: 5px 10px;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #9D9D9D;
	background-color: #FFFFFF;
	border-radius: 0px;
	display: block;
}


ul#store {
	position: fixed;
	top: 20px;
	left: 220px;
	z-index: 9996;
}
@media screen and (max-width: 600px) {
	aside ul  {
		display: block;
	}
ul.dropdown {
	display: block;
}


ul#store {
	left: auto;
	right: 80px;
}
ul#store > li > ul {
    position: absolute;
    right: 0px;
}
ul#store > li > a {
	padding: 7px 10px 7px 26px;
	width: 0px;
	text-indent: -10000px;
}
ul#store > li > a::before {
	display: none;
}

}





#breadcrumb {
	margin: 0px;
	padding: 0px 0px;
	background-color: #FFFFFF;
	box-shadow: 0px -2px 0px 0px #EEEEEE;
}

@media(max-width:600px ) {
	#breadcrumb {
		white-space: nowrap;
		overflow: auto;
	}
}

#breadcrumb ul {
	margin: 0px;
	padding: 0px 20px;
	display: block;
}
#breadcrumb ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#breadcrumb ul li a {
	margin: 5px 5px;
	padding: 5px 0px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
}
#breadcrumb ul li:nth-last-of-type(1) a {
	color: #000000;
}
#breadcrumb ul li a:hover {
	color: #FF3E00;
}

#breadcrumb ul li:first-child a::before {
	margin: -2px 5px 0px -5px;
	width: 16px;
	height: 16px;
	content: '';
	vertical-align: middle;
	background-image: url('../image/home_icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: inline-block;
}
#breadcrumb ul li:first-child ~ li a::before {
	margin-right: 10px;
	color: #000000;
	content: '/';
	display: inline-block;
}
#breadcrumb ul li[class="crumb_category_one"] ~ li[class="crumb_category_one"] a,
#breadcrumb ul li[class="crumb_category_one"] ~ li[class="crumb_category_one"] ~ li a,
#breadcrumb ul li[class="crumb_category_two"] + li[class="crumb_category_two"] a {
	color: #000000 !important;
	cursor: pointer !important;
}
#breadcrumb ul li[class="crumb_category_one"] ~ li[class="crumb_category_one"] a:hover,
#breadcrumb ul li[class="crumb_category_one"] ~ li[class="crumb_category_one"] ~ li a:hover,
#breadcrumb ul li[class="crumb_category_two"] + li[class="crumb_category_two"] a:hover {
	color: #FF3E00 !important;
}
#breadcrumb ul li[class="crumb_category_one"] ~ li[class="crumb_category_one"] a::before {
	content: '&' !important;
}
#breadcrumb ul li[class="crumb_category_two"] + li[class="crumb_category_two"] a::before {
	content: '+' !important;
}




#contact.action form {
	perspective: 100px;
	transform-origin: top center;
    transition: transform .5s ease-in-out 0s, opacity .5s ease-in-out 0s;
    transform: scale(1,1);
    opacity: 1
}

#contact #form_result_message {
    margin: 20px 2vw;
    padding: 10px 0;
    width: 96vw;
    max-width: 450px;
    text-align: left;
    background-color: #FFFFFF;
    box-shadow: 0 10px 0 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
    opacity: 1
}

#contact #form_result_message h3 {
    margin: 0;
    padding: 20px;
    color: #000000;
}

#contact #form_result_message p {
    margin: 0;
    padding: 20px;
    color: #000000;
}

#contact_enquiry_form {
    margin: 0 auto 30px auto;
    padding: 25px 0px 10px 0px;
    width: 80vw;
    max-width: 550px;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0);
    opacity: 1
}

#contact_enquiry_form div.guidance {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    max-width: 680px;
    background-color: #000000;
    border: 0;
    border-radius: 10px;
    box-shadow: inset 50px 100px 100px -50px rgba(0, 0, 0, 0.1);
    display: inline-block
}

#contact_enquiry_form div.guidance h4 {
    margin: 0;
    padding: 20px 0 0 20px;
    color: #FFF
}

#contact_enquiry_form div.guidance ul {
    margin: 20px;
    padding: 0;
    list-style: none;
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    border-radius: 7px;
    display: block
}

#contact_enquiry_form div.guidance ul li {
    margin: 10px 0;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px 
}

#contact_enquiry_form div.visible {
    height: auto;
    max-height: none;
    overflow: visible;
    opacity: 1;
    border: 0 solid transparent;
    transition: overflow 0s ease-in-out .4s , opacity .3s ease-in-out 0s 
}

#contact_enquiry_form div.hidden {
    height: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border: 0 solid transparent;
    transition: overflow 0s ease-in-out .4s , opacity .3s ease-in-out 0s 
}

#contact_enquiry_form fieldset.section {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    max-width: 680px;
    background-color: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    box-shadow: 0 0 0 10px rgba(243, 189, 54, 1) 
}

#contact_enquiry_form fieldset.section > legend {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    text-indent: 20px;
    color: #3F0701;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    float: left
}

#contact_enquiry_form fieldset.main {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    max-width: 680px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: inset 50px 100px 100px -50px rgba(0, 0, 0, 0) , inset 0 0 0 1px rgba(255, 255, 255, 0.0) 
}

#contact_enquiry_form fieldset.main legend {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bolder;
    text-indent: 20px;
    color: #3F0701;
    background-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0);
    float: left
}

#contact_enquiry_form fieldset.main div {
    padding: 8px 0px;
    color: #FFF;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0) , 0px -1px 0 0 rgba(0, 0, 0, 0) 
}

#contact_enquiry_form fieldset.main div:first-of-type {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0) 
}

#contact_enquiry_form fieldset.main div:last-of-type {
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0) 
}

#contact_enquiry_form fieldset.main hr {
    margin: 0;
    padding: 0;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 0
}

#contact_enquiry_form select {
    margin: 0;
    padding: 15px 0 15px 10px;
    width: 100%;
    max-width: 110px;
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #FFF;
    background-image: url('../image/select_box.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    text-indent: 0;
    text-align: left;
    border-radius: 10px;
    border: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

#contact_enquiry_form select::-ms-expand {
    display: none
}

#contact_enquiry_form textarea {
    margin: 0;
    padding: 15px 2%;
    width: 100%;
    height: 260px;
    font-size: 16px;
    font-family: sans-serif;
    color: #000;
    background-color: #FFF;
    text-indent: 0;
    border-radius: 10px;
    border: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none
}

#contact_enquiry_form textarea + label {
    position: absolute;
    left: -10000px;
    padding: 0 10px;
    width: 130px;
    text-align: left;
    opacity: 0;
    display: block;
    transition: left 0s 0s , opacity .3s ease-in-out .3s 
}

#contact_enquiry_form textarea + label {
    position: absolute;
    left: -10000px;
    padding: 0 10px;
    width: 130px;
    font-size: 16px;
    text-align: left;
    opacity: 0;
    display: block;
    transition: left 0s 0s , opacity .3s ease-in-out .3s 
}

#contact_enquiry_form textarea:focus + label {
    position: absolute;
    margin: -296px 0;
    padding: 8px 12px;
    width: auto;
    left: auto;
    font-size: 16px;
    color: #FFF;
    background: #FF3E00;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3) , 0px -1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 1;
    display: block;
    box-shadow: inset 0 8px 0 0 rgba(255, 255, 255, 0.2) , inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
    transition: left 0s 0s , opacity .3s ease-in-out .3s 
}

#contact_enquiry_form textarea:focus + label:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #FF3E00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#contact_enquiry_form input[type="text"], #contact_enquiry_form input[type="url"], #contact_enquiry_form input[type="email"], #contact_enquiry_form input[type="tel"], #contact_enquiry_form input[type="number"] {
    margin: 10px 0;
    padding: 15px 0 15px 0;
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #FFF;
    text-indent: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
    -webkit-appearance: none
}

#contact_enquiry_form input[type="text"], #contact_enquiry_form input[type="url"], #contact_enquiry_form input[type="email"] {
    width: 100%
}

#contact_enquiry_form select#telephone_type {
    margin: 10px 14px 10px 0
}

#contact_enquiry_form input[type="tel"] {
    width: 70vw;
    max-width: 260px
}

#contact_enquiry_form input#first_name, #contact_enquiry_form input#last_name {
    width: 100%;
    max-width: 270px 
}

#contact_enquiry_form input#first_name + label + input#last_name {
    margin-left: 15px 
}

#contact_enquiry_form input#suburb {
    width: 100%;
    max-width: 340px 
}

#contact_enquiry_form input#postcode {
    width: 100%;
    max-width: 150px 
}

#contact_enquiry_form input[type="text"] + label, #contact_enquiry_form input[type="url"] + label, #contact_enquiry_form input[type="text"] + label, #contact_enquiry_form input[type="email"] + label, #contact_enquiry_form input[type="tel"] + label, #contact_enquiry_form input[type="number"] + label {
    position: absolute;
    left: -10000px;
    padding: 0 10px;
    width: 130px;
    font-size: 16px;
    text-align: left;
    float: left;
    opacity: 0;
    display: block;
    transition: left 0s 0s , opacity .3s ease-in-out .3s 
}

#contact_enquiry_form input[type="text"]:focus + label, #contact_enquiry_form input[type="url"]:focus + label, #contact_enquiry_form input[type="email"]:focus + label, #contact_enquiry_form input[type="tel"]:focus + label, #contact_enquiry_form input[type="number"]:focus + label {
    position: absolute;
    margin: -92px 0;
    padding: 8px 12px;
    width: auto;
    left: auto;
    font-size: 16px;
    color: #FFF;
    background: #FF3E00;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3) , 0px -1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 1;
    display: block;
    box-shadow: inset 0 8px 0 0 rgba(255, 255, 255, 0.2) , inset 0 2px 0 0 rgba(255, 255, 255, 0.4);
    transition: left 0s 0s , opacity .3s ease-in-out .3s 
}

#contact_enquiry_form input[type="text"]:focus + label:after, #contact_enquiry_form input[type="url"]:focus + label:after, #contact_enquiry_form input[type="email"]:focus + label:after, #contact_enquiry_form input[type="tel"]:focus + label:after, #contact_enquiry_form input[type="number"]:focus + label:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #FF3E00;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#contact_enquiry_form input::-ms-clear {
    display: none
}

#contact_enquiry_form input[type="file"] {
    width: 100%;
    color: #FFF;
    max-width: 200px;
    border: 1px solid transparent;
    box-sizing: border-box;
    outline: none;
    cursor: pointer
}

#contact_enquiry_form input[type="file"] + label {
    padding: 0 10px;
    width: 130px;
    color: #FFF;
    text-align: left;
    float: left;
    display: inline
}

#contact_enquiry_form ::-webkit-input-placeholder {
    color: #222;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form :-moz-placeholder {
    color: #222;
    opacity: 1;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form ::-moz-placeholder {
    color: #222;
    opacity: 1;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form :-ms-input-placeholder {
    color: #222;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form input:required::-webkit-input-placeholder {
    color: #222;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form input:required:-moz-placeholder {
    color: #222;
    opacity: 1;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form input:required::-moz-placeholder {
    color: #222;
    opacity: 1;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form input:required:-ms-input-placeholder {
    color: #222;
    transition: color .3s ease-in-out 0s 
}

#contact_enquiry_form input:focus::-webkit-input-placeholder {
    color: transparent
}

#contact_enquiry_form input:focus:-moz-placeholder {
    color: transparent
}

#contact_enquiry_form input:focus::-moz-placeholder {
    color: transparent
}

#contact_enquiry_form input:focus:-ms-input-placeholder {
    color: transparent
}

#contact_enquiry_form textarea:focus::-webkit-input-placeholder {
    color: transparent
}

#contact_enquiry_form textarea:focus:-moz-placeholder {
    color: transparent
}

#contact_enquiry_form textarea:focus::-moz-placeholder {
    color: transparent
}

#contact_enquiry_form textarea:focus:-ms-input-placeholder {
    color: transparent
}

#contact_enquiry_form div > label + span {
    vertical-align: text-top
}

#contact_enquiry_form div > label {
    width: 100%;
    padding: 8px 8px 18px 0;
    display: inline-block
}

#contact_enquiry_form div > input[type="file"] + span.information {
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
    display: block
}

#contact_enquiry_form div > input[type="file"] + span.error {
    padding: 10px 15px;
    color: rgba(0, 0, 0, 1);
    background-color: rgba(243, 189, 54, 1);
    border-radius: 7px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
    display: block
}

#contact_enquiry_form input[required] {
    background-image: url('../image/required.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center
}

#contact_enquiry_form input[required]:focus:valid {
    background-image: url('../image/green_tick.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center
}

#contact_enquiry_form input:focus:valid {
    background-image: url('../image/green_tick.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center
}

#contact_enquiry_form input[type="number"], #contact_enquiry_form input[type="number"]::-webkit-inner-spin-button, #contact_enquiry_form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#contact_enquiry_form fieldset div span.telephone_number {
    display: inline-block
}

#contact_enquiry_form input[type="submit"] {
    margin: 0;
    padding: 15px 20px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-align: left;
    text-indent: 0px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.3) , 0px -1px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: normal;
    background-color: #7A787A;
    border-radius: 5px;
    border: 0;
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.2) , inset 0 2px 0 0 rgba(255, 255, 255, 0.4) , inset 0 -20px 10px -10px rgba(0, 0, 0, 0.3);
    outline: none;
    -webkit-appearance: none;
    transition: background-color .3s ease-in-out .3s;
    cursor: pointer
}

#contact_enquiry_form:valid input[type="submit"] {
    background-color: #FF3E00
}

#contact_enquiry_form input[type="submit"]:focus {
    background-image: none;
    background-size: contain
}

#contact_enquiry_form:valid input[type="submit"]:focus, #contact_enquiry_form input[type="submit"].process {
	text-indent: 40px;
    background-color: #7A787A;
    background-image: url('../image/submit_loading.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
}

#contact.cue #headquarters {
    opacity: 0
}

#contact.action #headquarters, #contact.stoppage #headquarters {
    transition: opacity .5s ease-in-out .2s;
    opacity: 1
}


#contact_enquiry_form fieldset > div > input[type="checkbox"] {
    position: absolute;
    margin: 0;
    opacity: 0;
}
#contact_enquiry_form fieldset > div > input[type="checkbox"]+label {
    margin: 0px;
    padding: 10px 10px 10px 55px;
    width: 90%;
    height: auto;
    line-height: 24px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}
#contact_enquiry_form fieldset > div > input[type="checkbox"]:checked~label::before {
    background-color: #FF3E00;
}
#contact_enquiry_form fieldset > div > input[type="checkbox"]~label::before {
    position: absolute;
    margin: 2px 1px 2px -50px;
    padding: 0px;
    width: 30px;
    height: 30px;
    content: '';
    background-color: #FFFFFF;
    border-radius: 10px;
    vertical-align: top;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 1), 0 0 0 2px rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.2s ease;
}

#contact_enquiry_form fieldset > div > input[type="checkbox"] + label a {
    color: #000000;
}


#headquarters {
    margin: 0 2vw;
    padding: 0 20px;
    color: initial;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    vertical-align: top;
    display: inline-block
}

#headquarters h4 {
    font-weight: lighter;
    color: #FFF;
    text-align: left
}

#headquarters dl {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    max-width: 330px;
    text-align: justify;
    text-align-last: justify;
    vertical-align: text-top;
    display: inline-block
}

#headquarters dl dt {
    margin: 5px 0;
    padding: 0;
    width: 100%;
    max-width: 120px;
    color: #BFBFBF;
    text-align: left;
    text-align-last: left;
    vertical-align: text-top;
    display: inline-block
}

#headquarters dl dd {
    margin: 5px 0;
    padding: 0;
    width: 100%;
    max-width: 200px;
    color: #FFF;
    text-align: left;
    text-align-last: left;
    vertical-align: text-top;
    display: inline-block
}

#headquarters dl dt + dd + dt + dd + dt + dd {
    font-size: smaller
}

#headquarters dl dt + dd {
    padding-bottom: 30px 
}

#headquarters dl dd a {
    font-size: medium;
    color: #FFF
}

#headquarters dl dd em {
    font-size: x-small;
    font-style: normal;
    line-height: normal;
    vertical-align: super;
    color: #BFBFBF
}

#headquarters dl dd abbr.smcap {
    text-decoration: none;
    text-transform: lowercase;
    font-variant: small-caps
}

abbr {
    text-decoration: none
}



#footer {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: #EEEEEE;
    box-shadow: 0px 10vh 0px 0px rgba(17,17,17,1);
    z-index: 9990;
    clear: both
}

#footer #notice {
    margin: 0px;
    padding: 20px 35px;
    color: #444444;
}
#footer #notice a {
    color: #444444;
    text-decoration: none;
}
#footer #notice a:hover {
    color: #000000;
    text-decoration: underline;
}
#footer p {
    margin: 0 auto;
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    clear: both
}

#footer_map {
    margin: 0px auto;
    padding: 20px 0 40px 0;
    width: 100%;
    text-align: left;
    background-color: #7A1106;
    background: -webkit-linear-gradient(left, #003161 10%, #001D3A 80%);
    background: -o-linear-gradient(left, rgba(160, 23, 8, 1) 10%, rgba(70, 8, 2, 1) 80%);
    background: -ms-linear-gradient(left, rgba(160, 23, 8, 1) 10%, rgba(70, 8, 2, 1) 80%);
    background: -moz-linear-gradient(left, rgba(160, 23, 8, 1) 10%, rgba(70, 8, 2, 1) 80%);
    background: linear-gradient(left, rgba(160, 23, 8, 1) 10%, rgba(70, 8, 2, 1) 80%);
    box-shadow: inset 0px -1px 0px 0px #FFFFFF, inset 0px 1px 0px 0px #FFFFFF; 
}

@media(max-width:600px ) {
    #footer #notice p {
        font-size: calc(8px + 1vw ) 
    }
}

#footer_map ul {
    margin: 10px 0 10px 35px;
    padding: 0;
    list-style-type: none;
    text-align: left;
    vertical-align: top;
}

#footer_map ul li {
    margin: 0;
    padding: 0;
    max-width: 246px;
    color: #CCC;
    display: block
}

#footer_map ul li > a {
    margin: 5px 10px;
    padding: 5px 10px;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 1px;
    vertical-align: middle;
    transition: all .2s ease-in 0s;
    display: inline-block
}

#footer_map ul li > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer_map ul li > a[href*="http"] {
    margin: 3px 3px 3px 0;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0);
}

#footer_map ul li > a[href*="facebook"] {
    background-image: url('../image/fb_icon.svg') 
}

#footer_map ul li > a[href*="facebook"]:hover {
    background-color: #38539B;
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

#footer_map ul li a[href*="youtube"] {
    background-image: url('../image/yt_icon.svg') 
}

#footer_map ul li a[href*="youtube"]:hover {
    background-color: #FF0033;
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

#footer_map ul li a[href*="instagram"] {
    background-image: url('../image/ig_icon.svg');

}

#footer_map ul li a[href*="instagram"]:hover {
    background-color: #FF4F18;
    background-image: url('../image/ig_icon.svg'), linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}


#footer_map ul li a[href*="tiktok"] {
    background-image: url('../image/tt_icon.svg');

}

#footer_map ul li a[href*="tiktok"]:hover {
    background-color: #000000;
    background-image: url('../image/tt_icon.svg'), linear-gradient(-45deg, #000000 0%,#000000 10%,#FF004A 50%,#00EFFF 50%,#000000 90%,#000000 100%);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
}

#footer_map > ul:first-of-type {
    width: 40vw;
    max-width: 500px;
    display: inline-block
}

#footer_map > ul:first-of-type li {
    line-height: 26px 
}

#footer_map > ul:first-of-type + ul {
    width: 40vw;
    max-width: 500px;
    display: inline-block;
    box-shadow: -1px 0 0 #FFFFFF;
}

@media(max-width:600px ) {
    #footer_map > ul:first-of-type {
        width: 80vw 
    }

    #footer_map > ul:first-of-type + ul {
        width: 80vw 
    }
}

#footer_map > ul:first-of-type li:first-child a {
    margin: 0;
    padding: 0;
    width: 60vw;
    height: 100px;
    max-width: 250px;
    max-height: 100px;
    vertical-align: top;
    text-indent: -10000px;
    background-image: url('../image/tradelocal_logo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: block
}

#footer_map > ul:first-of-type li + li {
    display: inline-block
}