html {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	height: auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7
}

body a {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

body a:hover {
	text-decoration: none;
}

body a:focus {
	outline: none;
	cursor: pointer;
}

@media (min-width:1200px) {
	.container {
		max-width: 1100px;
		padding: 0px;
	}
}

/* nav */

.nav {
	padding: 15px;
	background-color: #fff
}

.nav .nav-cont {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.nav .nav-cont .logos {
	display: flex;
	justify-content: flex-start;
}

.nav .nav-cont .logos img {
	margin-right: 20px;
	width: 270px;
}

.nav .nav-cont .logos .nz-defence-force-logo {
	margin-right: 0px;
	width: 150px !important;
}

.nav .nav-cont .logos img:last-child {
	margin-right: 0px;
	width: 180px
}

.nav .nav-cont .nav_data {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column
}

.nav .nav-cont .nav_data .nav_data_group {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3px
}

.nav .nav-cont .nav_data .nav_data_group:last-child {
	margin-bottom: 0px
}

.nav .nav-cont .nav_data a {
	color: #233a63;
	font-weight: 700;
	font-size: 0.85em;
	margin-right: 25px;
	min-width: 170px;
}

.nav .nav-cont .nav_data a:last-child {
	margin-right: 0px
}

.nav .nav-cont .nav_data a:hover {
	color: #233a63;
}

.nav .nav-cont .nav_data a img {
	margin-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px
}

/* header */

.header {
	background-image: url(../images/ornage_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 15px;
	text-align: center;
}

h1 {
	font-weight: 700;
	color: #fff;
	font-size: 3.3em;
	margin: 0px auto;
	padding: 0px 70px;
	line-height: 1.25
}

/* booking */

.booking_cont {
	padding: 50px 100px;
}

h4 {
	font-weight: 700;
	color: #212e45;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.35
}

.booking_cont form {
	margin-top: 35px;
	padding: 0px 100px;
}

.booking_cont form .form-group {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.booking_cont form .form-group.contact_option {
	padding: 5px 0px 5px 0px;
}

.booking_cont form .form-group label {
	width: 200px;
	margin-right: 15px;
	font-weight: 600;
	color: #595959;
	font-size: 1.1em;
	margin-bottom: 0px;
}

.booking_cont form .form-group input {
	height: 40px;
	background-color: #fff;
	border-radius: 0px;
	border: solid 1px #d7d7d7;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 10px;
	max-width: 485px;
}

.booking_cont form .form-group input.warning {
	border: solid 1px red;
}

.booking_cont form .form-group input:focus {
	outline: none;
	box-shadow: none
}

.booking_cont form .form-group>span {
	font-size: 1em;
	display: block;
	color: red;
	width: 100%;
	padding-left: 215px;
	margin-top: 5px;
}

/* check_list */

.check_list {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.booking_cont form .form-group .check_label {
	display: block;
	position: relative;
	padding-left: 27px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 400;
	color: #4e4e4e;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: auto;
	margin-right: 30px;
	width: auto;
	min-width: 130px;
}

.booking_cont form .form-group .check_label:last-child {
	margin-right: 0px
}

/* Hide the browser's default checkbox */

.check_label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/*  custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: solid 1px #d7d7d7;
}

.check_label:hover input~.checkmark {
	background-color: #fff;
}

.check_label input:checked~.checkmark {
	background-color: #ee7600;
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.check_label input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.check_label .checkmark:after {
	left: 7px;
	top: 1px;
	width: 6px;
	height: 15px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Select list */

.booking_cont form .form-group .form_select {
	height: 40px;
	background-color: #fff;
	border-radius: 0px;
	border: solid 1px #d7d7d7;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight: 400;
	color: #4e4e4e;
	max-width: 485px;
}

.booking_cont form .form-group .form_select:focus {
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

.booking_cont form p {
	font-weight: 600;
	color: #4e4e4e;
	font-size: 1.1em;
	padding: 0px;
	margin: 30px 0px 15px 0px;
}

.booking_cont form .information {
	background-color: #fff;
	border: solid 1px #d7d7d7;
	padding: 20px 25px;
}

.booking_cont form .information ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.booking_cont form .information ul li {
	font-weight: 400;
	color: #4e4e4e;
	font-size: 0.95em;
	line-height: 1.25;
	margin-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 2%;
	background-image: url(../images/check_icon.svg);
}

.booking_cont form button {
	margin: 25px auto 0px auto;
	background-color: #ee7600;
	font-weight: 700;
	color: #fff;
	font-size: 1.1em;
	padding: 10px 25px;
	border: none;
	border-radius: 25px;
	display: block;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.booking_cont form button:hover {
	background-color: #212e45;
}

/* help */

.help {
	background-image: url(../images/blue_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 15px;
	text-align: center
}

h2 {
	font-weight: 700;
	color: #fff;
	font-size: 3.25em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: 600;
	color: #fff;
	font-size: 1.85em;
	margin: 0px;
	padding: 25px 0px 20px 0px;
}

.help .services {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap
}

.help .services a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	width: 125px;
}

.help .services a img {
	margin-bottom: 19px;
	width: 115px;
}

h5 {
	font-weight: 600;
	color: #fff;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

/* footer */

.footer {
	padding: 35px 15px;
	background-color: #fff;
	text-align: center
}

h6 {
	font-weight: 600;
	color: #212e45;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}

@media (max-width: 1199.98px) {
	/* nav */
	.nav .nav-cont .logos img {
		margin-right: 15px;
		width: 250px;
	}
	.nav .nav-cont .logos img:last-child {
		width: 180px
	}
	.nav .nav-cont .logos .nz-defence-force-logo {
		width: 120px !important
	}
	.nav .nav-cont .nav_data a {
		margin-right: 15px;
		min-width: 155px
	}
	h1 {
		padding: 0px;
	}
	.booking_cont {
		padding: 60px 0px;
	}
	.booking_cont form .form-group input {
		max-width: 515px;
	}
	.booking_cont form .form-group .form_select {
		max-width: 515px;
	}
	/* help */
	.help .services {
		padding: 0px 20px;
	}
}

@media (max-width:1024px) {
	/* header */
	h1 {
		padding: 0px 50px;
	}
	/* booking */
	.booking_cont {
		padding: 60px 0px;
	}
}

@media (max-width:991.98px) {
	body {
		font-size: 13px
	}
	/* nav */
	.nav .nav-cont .logos img {
		margin-right: 10px;
		width: 175px;
	}
	.nav .nav-cont .logos img:last-child {
		width: 150px
	}

	.nav .nav-cont .logos .nz-defence-force-logo {
		width: 120px !important
	}

	.nav .nav-cont .nav_data a {
		margin-right: 15px;
		min-width: 150px
	}
	.nav .container, .header .container {
		max-width: 100%;
	}
	/* header */
	h1 {
		padding: 0px 30px;
		font-size: 2.8em;
	}
	/* booking */
	.booking_cont {
		padding: 60px 0px;
	}
	.booking_cont form {
		padding: 0px;
	}
	.booking_cont form .information ul li {
		background-position: left 3px;
	}
	.booking_cont form .form-group {
		flex-direction: column;
		align-items: flex-start;
	}
	.booking_cont form .form-group input {
		max-width: none;
	}
	.booking_cont form .form-group .form_select {
		max-width: none
	}
	.booking_cont form .form-group>span {
		padding-left: 0px;
	}
	.booking_cont form .form-group label {
		margin-bottom: 5px;
		width: auto;
	}
}

@media (max-width:768px) {
	body {
		font-size: 12px
	}
	/* nav */
	.nav {
		padding: 10px 15px;
	}
	.nav .nav-cont {
		justify-content: center;
		flex-direction: column;
	}
	.nav .nav-cont .logos {
		margin-bottom: 20px
	}
	.nav .nav-cont .logos img {
		width: 250px;
	}
	.nav .nav-cont .logos img:last-child {
		margin-left: 10px;
		width: 180px
	}

	.nav .nav-cont .logos .nz-defence-force-logo {
			margin-right: 0px;
			width: 150px !important
	}

	.nav .nav-cont .nav_data a {
		margin-right: 10px;
	}
	.nav .nav-cont .nav_data a:last-child {
		margin-left: 10px;
	}
	/* header */
	h1 {
		padding: 0px 10px;
		font-size: 2.5em;
	}
	/* booking */
	.booking .container {
		max-width: 100%
	}
	.booking_cont {
		padding: 40px 0px;
	}
	.booking_cont form {
		padding: 0px 0px;
	}
	.booking_cont form .form-group label {
		min-width: 175px;
	}
	.booking_cont form .information {
		padding: 20px;
	}
	.booking_cont form .information ul li {
		font-size: 1em;
		padding-left: 17px;
		background-position: left 4px
	}
	/* help */
	.help {
		padding: 50px 15px;
	}
	.help .services {
		padding: 0px;
	}
	.help .services a {
		width: 115px
	}
	.help .services a img {
		width: 110px;
		margin-bottom: 15px
	}
	/* footer */
	.footer {
		padding: 25px 15px;
	}
}

@media (max-width:576px) {
	/* nav */
	.nav .nav-cont .logos {
		margin-bottom: 15px;
	}
	.nav .nav-cont .logos img {
		width: 200px;
	}
	.nav .nav-cont .logos img:last-child {
		width: 150px
	}
	.nav .nav-cont .logos .nz-defence-force-logo {
			width: 120px !important
	}
	/* header */
	.header {
		padding: 20px 15px;
	}
	h1 {
		padding: 0px;
		font-size: 2.7em
	}
	/* booking */
	.booking_cont {
		padding: 30px 0px;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.5
	}
	.booking_cont form {
		padding: 0px;
		margin-top: 25px;
	}
	.booking_cont form .form-group label {
		min-width: 160px;
		font-size: 1.1em;
	}
	.booking_cont form .form-group input {
		height: 35px;
		line-height: 35px;
		font-size: 1.1em
	}
	.booking_cont form .form-group .form_select {
		height: 35px;
		font-size: 1.1em
	}
	.booking_cont form .form-group .check_label {
		margin-right: 20px;
		font-size: 1.1em;
		margin-bottom: 0px;
		padding-left: 28px
	}
	/*  custom checkbox */
	.checkmark {
		height: 20px;
		width: 20px;
	}
	/* Style the checkmark/indicator */
	.check_label .checkmark:after {
		left: 7px;
		top: 2px;
		width: 5px;
		height: 12px;
	}
	.booking_cont form .information {
		padding: 20px 15px;
	}
	.booking_cont form p {
		font-size: 1.1em;
	}
	.booking_cont form .information ul li {
		font-size: 1em;
		padding-left: 20px;
		background-position: left 5px;
		background-size: 3%
	}
	/* help */
	h2 {
		font-size: 3em
	}
	h3 {
		padding: 25px 0px 10px 0px;
		font-size: 1.6em;
		line-height: 1.4
	}
	h5 {
		font-size: 1.25em
	}
}

@media (max-width:480px) {
	/* nav */
	.nav .nav-cont .logos img {
		width: 170px;
	}
	.nav .nav-cont .logos img:last-child {
		width: 130px
	}

	.nav .nav-cont .logos .nz-defence-force-logo {
		width: 100px !important
	}

	.nav .nav-cont .nav_data a {
		margin-right: 5px;
		min-width: 140px;
	}
	.nav .nav-cont .nav_data a:last-child {
		margin-left: 5px;
	}
	/* header */
	h1 {
		font-size: 2em
	}
	/* booking */
	.booking {
		padding: 0px
	}
	h4 {
		font-size: 1.1em;
	}
	.booking_cont form p {
		font-size: 1.05em;
		margin: 5px 0px 10px 0px;
	}
	/* help */
	h2 {
		font-size: 2.35em
	}
	h3 {
		font-size: 1.5em;
		padding: 20px 0px 10px 0px
	}
}

@media (max-width:420px) {
	body {
		font-size: 11px
	}
	/* booking */
	h4 {
		font-size: 1.2em;
	}
	.booking_cont form .information ul li {
		font-size: 1.05em;
		padding-left: 17px
	}
	/* help */
	h2 {
		font-size: 2.35em
	}
	h3 {
		font-size: 1.4em;
		padding: 10px 0px
	}
	.help .services a {
		margin-right: 10px;
		margin-left: 10px
	}
	.help .services a img {
		margin-bottom: 15px
	}
}

@media (max-width: 375px) {
	/* nav */
	.nav .nav-cont .logos img {
		width: 150px;
	}
	.nav .nav-cont .logos img:last-child {
		width: 120px;
	}

	.nav .nav-cont .logos .nz-defence-force-logo {
		width: 90px !important
	}
	.nav .nav-cont .nav_data a img {
		margin-right: 3px;
		padding-bottom: 3px;
		width: 15px
	}
	.nav .nav-cont .nav_data a {
		font-size: 0.75em;
		min-width: 120px
	}
	/* header */
	.header {
		padding: 30px 15px;
	}
	h1 {
		font-size: 2.3em;
	}
	/* booking */
	.booking_cont {
		padding: 40px 0px;
	}
	.booking_cont form {
		padding: 0px;
		margin-top: 25px;
	}
	h4 {
		font-size: 1.15em;
	}
	.booking_cont form .information {
		padding: 20px 10px;
	}
	.booking_cont form button {
		margin: 20px auto 0px auto;
	}
	.booking_cont form .form-group .check_label {
		padding-left: 26px;
	}
	/* help */
	.help {
		padding: 40px 15px;
	}
	h2 {
		font-size: 2.25em;
	}
	h3 {
		font-size: 1.3em;
		padding: 10px 0px 0px 0px;
	}
	.help .services a {
		min-width: 100%;
	}
	.help .services a img {
		margin-bottom: 10px;
	}
}

@media (max-width: 320px) {
	/* nav */
	.nav .nav-cont .logos img {
		margin-right: 5px;
		width: 140px
	}
	.nav .nav-cont .logos img:last-child {
		margin-left: 5px;
		width: 110px
	}

	.nav .nav-cont .logos .nz-defence-force-logo {
		margin-left: 5px;
		width: 80px !important
	}
	.nav .nav-cont .nav_data a {
		min-width: 115px;
	}
	/* booking */
	.booking_cont {
		padding: 30px 0px;
	}
	/* help */
	.help {
		padding: 30px 15px;
	}
	h2 {
		font-size: 2.2em;
	}
	h3 {
		font-size: 1.2em;
	}
	/* footer */
	.footer {
		padding: 20px 15px;
	}
}