﻿@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'Lato';
	font-size: 18px;
}

	*:before, *:after {
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
		box-sizing: inherit;
	}

html {
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	/*opacity: 1 !important;*/
}

html, body {
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	height: 100%;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

.safari {
	background-image: none !important;
}

*, button, a {
	outline: none;
	-webkit-tap-highlight-color: transparent !important;
	-webkit-tap-highlight-color: transparent !important;
}

img {
	border: 0;
	max-width: 100%;
}

ol, ul {
	margin-left: 16px;
}

input {
	padding: 1px;
	font-family: Arial, sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}

	input[type=radio] {
		-webkit-appearance: radio;
	}

	input[type=checkbox] {
		-webkit-appearance: checkbox;
	}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	padding: 2px;
	font-family: 'Lato', Arial, sans-serif;
	min-height: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	margin: inherit;
}

p {
	margin: 0;
	line-height: normal;
}

/* Pagingnav Frontend */
.pagingnav-wrapper {
	clear: both;
	padding: 15px 0;
}

	.pagingnav-wrapper .page-text {
		margin: 0 5px 0 0;
		font-weight: bold;
	}

	.pagingnav-wrapper select {
		min-width: 45px;
	}

/*end Pagingnav Frontend*/
/* savvy validate form validation styles */
.validation {
	display: none;
	position: relative;
	pointer-events: none;
}

	.validation .validation_outer,
	.validation .outer {
		padding-bottom: 7px;
		position: absolute;
		top: -37px;
		left: -35px;
		z-index: 99;
		min-width: 200px;
		width: auto !important;
	}

		.validation .validation_outer:after,
		.validation .outer:after {
			content: '';
			display: block;
			position: absolute;
			width: 16px;
			height: 16px;
			bottom: -9px;
			left: 10%;
			border: 8px solid #e30418;
			border-left-color: transparent;
			border-right-color: transparent;
			border-bottom: none;
		}

	.validation .validation_inner, .validation .inner {
		background: #e30418;
		font-weight: bold;
		font-size: 11px;
		line-height: 15px;
		color: #fff;
		padding: 5px 10px;
		border-radius: 4px;
		/*white-space: nowrap;*/
		display: block;
	}

textarea + .validation .validation_outer {
	top: -29px;
}

.validation.autoPosition {
	position: absolute;
}

	.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
		left: auto;
		top: auto;
	}

/* end savvy validate form validation styles */
/* Responsive table and image styles for mobile */
.responsive-table-scroll {
	overflow: auto;
}

.responsive-image-scroll {
	overflow: auto;
}

.responsive-autoshrink {
	max-width: 100%;
}

.warning-message {
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 4px;
	position: fixed;
	z-index: 100000;
	width: 100%;
	line-height: 150%;
	opacity: 0.8;
}

	.warning-message.staging-server {
		background: #10ca68;
	}

		.warning-message.staging-server.conn-LVE {
			background: #ef4035;
		}

	.warning-message.old-browser {
		background: #fa9614;
	}

		.warning-message.old-browser a {
			color: #fff;
		}

		.warning-message.staging-server .close, .warning-message.old-browser .close {
			position: absolute;
			right: 5px;
			top: 50%;
			margin-top: -11px;
			cursor: pointer;
			width: 22px;
			height: 22px;
		}

@media screen and (max-width: 1024px) {
	.warning-message.staging-server .close, .warning-message.old-browser .close {
		position: absolute;
		text-indent: 1000px;
		white-space: nowrap;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin: 0;
	}
}

.warning-message.staging-server .close span, .warning-message.old-browser .close span {
	display: none;
}

.svyGridLines {
	outline: 1px solid red;
}

.svyDev {
	color: #9e00cc;
	font-size: 12px;
	border-radius: 5px;
	border: 2px solid #9e00cc;
}

.savvy-cms-edit-link {
	display: none; /*show be hidden until ctrl click*/
}

/* infomessages */
.InfoMessageContainer {
	z-index: 200;
	left: 0;
	right: 0;
	position: absolute;
}

.InfoMessage, .ErrorMessage, .WarningMessage, .alert-error {
	z-index: 200;
	position: absolute;
	top: -200px;
	/* move off screen */
	width: 400px;
	left: 50%;
	margin-left: -200px;
	transition: all 1s ease-in-out;
	opacity: 0;
	line-height: 150%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.InfoMessage, .ErrorMessage, .WarningMessage, .alert-error {
		width: calc(100% - 40px);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.InfoMessage.showing, .ErrorMessage.showing, .WarningMessage.showing {
	top: 50px;
	opacity: 1;
}

.InfoMessage.hiding, .ErrorMessage.hiding, .WarningMessage.hiding {
	/*top: -105px;
  opacity: 0.5;*/
}

.InfoMessage {
	color: black;
	background-color: white;
	padding: 8px 14px 8px 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.InfoMessageBasic {
	color: #3a87ad;
	background-color: #d9edf7;
	padding: 8px 14px 8px 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ErrorMessage, .alert-error {
	color: #cc0000;
	background-color: #f2dede;
	padding: 8px 14px 8px 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #eed3d7;
}

.WarningMessage, .validation-summary-errors {
	padding: 8px 35px 8px 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* end infomessages */
/* settings */
.clear:before, .clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

.clear_l {
	clear: left;
}

.clear_r {
	clear: right;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.align_l {
	text-align: right;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}

.bold, .b, b, strong {
	font-weight: bold;
	color: inherit;
}

.i, i, em {
	color: inherit;
	font-style: italic;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}

/* not used any more
#SavvyPageEditLink {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	background-color: #666666;
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 200%;
	z-index: 99999999999;

	a {
		line-height: 100%;
		color: $white;
		border: 1px solid;
		text-decoration: none;
		padding: 8px 10px;
		font-size: 12px;

		&:hover {
			background-color: rgba(255, 255, 255, 0.1);
		}

		&.close {
			float: right;
			cursor: pointer;
		}
	}
}
*/
hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

	hr.border {
		border-bottom: 1px solid #ccc;
	}

.border-width {
	margin: 0 12px;
}

/*btn/link*/
.link {
	text-decoration: underline;
	cursor: pointer;
}

.btn {
	border: none;
	cursor: pointer;
	padding: 6px 20px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
	display: inline-block;
	line-height: 140%;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

	.btn:before, .btn:after {
		font-size: 20px;
	}

	.btn:after {
		content: ' »';
	}

	.btn:hover {
		color: #fff;
	}

	.btn.disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}

	.btn.btn-action {
		background-color: #ffffff;
	}

	.btn.ghost {
		background-color: transparent;
		color: #ffffff;
		border: 1px solid;
	}

		.btn.ghost:hover {
			color: #ffffff;
		}

	.btn.back:after {
		content: '';
	}

	.btn.back:before {
		font-size: 21px;
		content: '« ';
	}

	.btn.article-edit {
		float: right;
		margin-top: 20px;
	}

	.btn.form-submit-btn {
		background-color: transparent;
		min-width: 160px;
		transition: all 0.2s ease-in;
	}

		.btn.form-submit-btn:hover {
			color: #002c51;
			background-color: white;
			border-color: #002c51;
		}

/*end btn*/
/* tool tips */
.tool-tip-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

	.tool-tip-wrapper .tool-tip-trigger {
		color: #000;
		font-size: 10px;
		text-decoration: underline;
	}

	.tool-tip-wrapper .tool-tip {
		width: 300px;
		font-size: 11px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		padding: 10px;
		position: absolute;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		-moz-transform: translateY(120%);
		-ms-transform: translateY(120%);
		-o-transform: translateY(120%);
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

		.tool-tip-wrapper .tool-tip:after {
			content: '';
			display: block;
			position: absolute;
			width: 16px;
			height: 16px;
			top: -16px;
			left: 10%;
			border: 8px solid rgba(0, 0, 0, 0.8);
			border-left-color: transparent;
			border-right-color: transparent;
			border-top: none;
		}

	.tool-tip-wrapper:hover .tool-tip {
		-moz-transform: translateY(105%);
		-ms-transform: translateY(105%);
		-o-transform: translateY(105%);
		-webkit-transform: translateY(105%);
		transform: translateY(105%);
		visibility: visible;
		opacity: 1;
	}

/* end tool tips*/
@media screen and (min-width: 1000px) {
	.hide-on-desktop {
		display: none !important;
	}
}

@media screen and (max-width: 780px) {
	.hide-on-mobile {
		display: none !important;
	}
}
/* style for sticky footer by flex - START */
.principal-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.header {
	position: relative;
	flex-shrink: 0;
	background-color: rgba(255,255,255,0.75);
	margin: 20px 20px 0 20px;
	min-height: 80vh;
	overflow: hidden;
	border-radius: 40px;
}

.page-content {
	flex: 1 0 auto;
}

.footer {
	flex-shrink: 0;
	background-color: #002c51;
	color: white;
}

	.footer .section-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 60px 20px;
	}

.left-footer {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	flex-basis: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.left-footer {
		flex-basis: 100%;
		margin-bottom: 0;
		justify-content: space-between;
	}
}

.left-footer-logo-link {
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
	.left-footer-logo-link {
		margin: 0 20px;
		flex-basis: auto;
	}
}

.left-footer-logo {
	max-width: 120px;
	max-height: 120px;
	margin: 10px 0;
	flex-basis: 50%;
}

@media screen and (min-width: 768px) {
	.left-footer-logo {
		margin: 0 20px;
		flex-basis: auto;
	}
}

.social-logos {
	display: flex;
	justify-content: center;
	flex-basis: 100%;
}

@media screen and (min-width: 768px) {
	.social-logos {
		justify-content: flex-start;
	}
}

.footer-social-logo {
	width: 30px;
	margin: 10px;
}

@media screen and (min-width: 768px) {
	.footer-social-logo {
		margin: 20px 20px 20px 0;
	}
}

.footer .footer-copyright {
	display: block;
	flex-basis: 100%;
	font-size: 11px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.footer .footer-copyright {
		text-align: left;
	}
}

/*.right-footer {
	flex-basis: 100%;
}

@media screen and (min-width: 768px) {
	.right-footer {
		flex-basis: auto;
	}
}*/

/* style for sticky footer by flex - END */
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a {
	color: #000;
}

	a:hover {
		color: #808080;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Arial, sans-serif;
	line-height: normal;
	color: #002c51;
}

/* use min-width not max-width. mobile first. */
h1 {
	font-size: 28px;
}

@media screen and (min-width: 480px) {
	h1 {
		font-size: 48px;
	}
}

/*@media screen and (min-width: 1024px) {
	h1 {
		font-size: 52px;
	}
}*/

h2 {
	font-size: 22px;
}

@media screen and (min-width: 480px) {
	h2 {
		font-size: 32px;
	}
}

@media screen and (min-width: 1000px) {
	h2 {
		font-size: 40px;
	}
}

h3 {
	font-size: 18px;
}

@media screen and (min-width: 480px) {
	h3 {
		font-size: 26px;
	}
}

@media screen and (min-width: 1000px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	font-size: 24px;
}

/*@media screen and (min-width: 480px) {
	h4 {
		font-size: 18px;
	}
}*/

@media screen and (min-width: 1000px) {
	h4 {
		font-size: 26px;
	}
}

h5 {
	font-size: 14px;
}

@media screen and (min-width: 480px) {
	h5 {
		font-size: 16px;
	}
}

@media screen and (min-width: 1000px) {
	h5 {
		font-size: 18px;
	}
}

h6 {
	font-size: 14px;
}

.section-content {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	max-width: 1200px;
}

	.section-content[role=navigation] {
		z-index: 100;
		margin: 0;
		padding: 0;
		background-color: rgba(255, 255, 255, 0.5);
		max-width: unset;
	}

.navigation-inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

/* Example of adding local fonts
@font-face {
	font-family: 'gotham medium';
	src: url('../fonts/gotham-medium.eot');
	src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype');
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham medium';
	src: url('../fonts/gotham-bold.eot');
	src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold.woff') format('woff'), url('../fonts/gotham-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham bold';
	src: url('../fonts/gotham-bold.eot');
	src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold.woff') format('woff'), url('../fonts/gotham-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham book';
	src: url('../fonts/gotham-book.eot');
	src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype');
	font-style: normal;
	font-stretch: normal;
}
*/
/* Start TinyMCE normal styles */
.normal ol,
.normal ul {
	margin-left: 16px;
}

.normal p.image-caption {
	font-style: italic;
	margin: 5px 0 15px;
	text-align: center;
}

.normal a[href$='.pdf'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
}

.normal a[href$='.doc'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}

.normal a[href$='.docx'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}

.normal a[href$='.xls'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}

.normal a[href$='.xlsx'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}

.normal a[href$='.ppt'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}

.normal a[href$='.pptx'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}

.normal a[href$='.zip'] {
	padding-left: 20px;
	background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
}

.normal table {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-collapse: collapse;
	width: 100% !important;
}

	.normal table td {
		padding: 5px;
		border: 0;
	}

		.normal table td p {
			/* FF fix */
			margin: 0;
		}

	.normal table.table-no-gridlines {
		padding: 0;
		margin: 0 0 10px 0;
		border: 0;
		border-collapse: collapse;
		text-align: left;
	}

		.normal table.table-no-gridlines tr td {
			padding: 5px;
			border: 0;
			vertical-align: top;
		}

@media screen and (max-width: 780px) {
	.normal table.table-no-gridlines tr td {
		width: 50%;
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.normal table.table-no-gridlines tr td {
		width: 100%;
		display: block;
	}
}

.normal table.table-small {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
	color: #777;
	font-size: 10px;
}

	.normal table.table-small td {
		padding: 5px;
		border: 0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

.normal table.table-gridlines {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-collapse: collapse;
}

	.normal table.table-gridlines td {
		padding: 5px;
		border: 0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

.normal iframe {
	width: 100%;
}

.normal img {
	max-width: 100%;
	height: auto;
}

body#tinymce {
	margin: 10px;
	background: #fff;
}

	body#tinymce p.image-caption {
		font-style: italic;
		margin: 5px 0 15px;
		text-align: center;
	}

	body#tinymce table {
		border: 1px dashed #ccc;
	}

		body#tinymce table td {
			border: 1px dashed #ccc;
		}

		body#tinymce table.table-small td {
			padding: 5px;
			border: 0;
			border-bottom: 1px solid #ddd;
			border-right: 1px solid #ddd;
		}

	/* DARK MODE START */
	body#tinymce.dark-mode {
		background: rgba(255, 255, 255, 0.1);
		color: white;
	}

/* DARK MODE END */
/* end admin tinymce override */
/* End TinyMCE normal styles */

.footer a {
	display: block;
	text-decoration: none;
	line-height: normal;
}

.footer .footer-nav {
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 15px 0;
	margin: 0;
}

	.footer .footer-nav .footer-nav-item {
		display: inline-block;
	}

		.footer .footer-nav .footer-nav-item a {
			padding: 6px;
			text-decoration: none;
		}

.footer-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.footer-logos {
		justify-content: flex-end;
	}
}

.footer-site-logo-link {
	display: block;
	flex-basis: 100%;
	line-height: normal;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.footer-site-logo-link {
		flex-basis: auto;
		margin-bottom: 0;
	}
}

.footer-site-logo {
	display: block;
	width: 240px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.footer-site-logo {
		margin: 0 0 0 auto;
	}
}

.site-logo {
	display: inline-block;
	text-decoration: none;
	line-height: normal;
}

@media screen and (max-width: 780px) {
	.site-logo {
		max-width: 75%;
	}
}

.main-navigation {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 1000px) {
	.main-navigation {
		pointer-events: none;
	}
}

.navigation-open .main-navigation {
	pointer-events: auto;
}

@media screen and (min-width: 1000px) {
	.main-navigation {
		position: relative;
	}
}

.main-navigation-list {
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
	text-align: right;
}

	.main-navigation-list .main-navigation-list-item {
		position: relative;
		line-height: 100%;
		display: inline-block;
		transition: all 0.2s ease-in;
		border-radius: 20px;
	}

		.main-navigation-list .main-navigation-list-item a {
			display: block;
			padding: 20px;
			text-decoration: none;
			color: #002c51;
			cursor: pointer;
			font-size: 20px;
			text-transform: uppercase;
			transition: all 0.2s ease-in;
		}

@media screen and (min-width: 1000px) {
	.main-navigation-list .main-navigation-list-item:hover {
		background-color: #002c51;
	}

		.main-navigation-list .main-navigation-list-item:hover a {
			color: white;
		}

	.main-navigation-list .main-navigation-list-item a {
		font-size: 14px;
		padding: 10px 15px;
	}
}

.main-navigation-list .main-navigation-list-item:hover .sub-navigation-list {
	display: block;
}

.main-navigation-list .main-navigation-list-item.search-field form {
	background-color: transparent;
	margin-top: 0;
}

.main-navigation-list .main-navigation-list-item.search-field:hover {
	background-color: transparent;
}

@media screen and (max-width: 1000px) {
	.main-navigation-list .main-navigation-list-item {
		width: 100%;
		margin-bottom: 1px solid #fff;
	}
}

.main-navigation-list .main-navigation-list-item .sub-navigation-list {
	display: none;
	/*list-style: none; list-style is only hidden on IE with below method*/
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	position: absolute;
	top: 44px;
	right: 0;
	width: 220px;
	z-index: 50;
	margin: 0;
	padding-top: 10px;
	background-color: #ddd;
}

@media screen and (max-width: 1000px) {
	.main-navigation-list .main-navigation-list-item .sub-navigation-list {
		/*display: block;*/
		width: 100%;
		position: relative;
		top: auto;
		border-color: #fff;
	}
}

.main-navigation-list .main-navigation-list-item .sub-navigation-list .sub-navigation-list-item {
	float: none;
	display: block;
	text-align: left;
	border: none;
	border-top: 1px solid #fff;
}

@media screen and (max-width: 1000px) {
	.main-navigation-list .main-navigation-list-item .sub-navigation-list .sub-navigation-list-item {
		border-color: #fff;
	}

		.main-navigation-list .main-navigation-list-item .sub-navigation-list .sub-navigation-list-item:last-child {
			border: none;
		}
}

.main-navigation-list .main-navigation-list-item .sub-navigation-list .sub-navigation-list-item a {
	font-size: 12px;
	padding: 10px;
	width: 100%;
}

.main-navigation-list .main-navigation-list-item.with-sub-nav > a {
	position: relative;
	padding-right: 30px;
}

	.main-navigation-list .main-navigation-list-item.with-sub-nav > a:after {
		content: '';
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		width: 6px;
		height: 6px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		-moz-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-o-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}

@media screen and (max-width: 1000px) {
	.main-navigation-list {
		z-index: 999;
		display: none;
		margin: 0;
		padding: 80px 20px;
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: scroll;
		background-color: #666666;
		background-color: rgba(0, 0, 0, 0.7);
	}

		.main-navigation-list .main-navigation-list-item {
			width: 100%;
		}

			.main-navigation-list .main-navigation-list-item a {
				text-align: center;
				color: #fff;
			}
}

.header-navigation {
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	display: block;
	text-align: right;
	float: right;
}

@media screen and (max-width: 1000px) {
	.header-navigation {
		display: none;
	}
}

.header-navigation .header-navigation-list {
	margin: 0;
	padding: 0;
}

	.header-navigation .header-navigation-list .header-navigation-list-item {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

		.header-navigation .header-navigation-list .header-navigation-list-item a {
			display: block;
			padding: 10px;
			text-decoration: none;
			font-size: 12px;
		}

@media screen and (min-width: 1000px) {
	.header-navigation .header-navigation-list .header-navigation-list-item:hover {
		background-color: #ddd;
	}
}

.header-navigation .header-navigation-list .header-navigation-list-item.search-field {
	padding-top: 4px;
}

	.header-navigation .header-navigation-list .header-navigation-list-item.search-field form#SearchForm {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}

	.header-navigation .header-navigation-list .header-navigation-list-item.search-field:hover {
		background-color: transparent;
	}

@media screen and (max-width: 1000px) {
	.header-navigation .header-navigation-list {
		display: block;
		position: relative;
		width: 100%;
	}

		.header-navigation .header-navigation-list .header-navigation-list-item {
			display: inline-block;
		}

			.header-navigation .header-navigation-list .header-navigation-list-item a {
				text-align: center;
				color: #fff;
				padding: 10px;
			}
}

.copyright {
	text-align: center;
	font-size: 1em;
	width: 100%;
}

@media screen and (max-width: 1000px) {
	html.navigation-open {
		height: 100vh;
		overflow: hidden;
	}

		html.navigation-open .main-navigation-list {
			display: block;
		}
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	padding: 0 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: relative;
	z-index: 1010;
	float: right;
}

	/*
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
		*/
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
		background-color: #fff;
	}

.hamburger-box {
	width: 25px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 30px;
		height: 3px;
		background-color: #002c51;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
		border-radius: 3px;
	}

		.hamburger-inner::before, .hamburger-inner::after {
			content: "";
			display: block;
		}

		.hamburger-inner::before {
			top: -10px;
		}

		.hamburger-inner::after {
			bottom: -10px;
		}

/* Squeeze */
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

	.hamburger--squeeze .hamburger-inner::before {
		transition: top 0.075s 0.12s ease, opacity 0.075s ease;
	}

	.hamburger--squeeze .hamburger-inner::after {
		transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

	.hamburger--squeeze.is-active .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.075s ease, opacity 0.075s 0.12s ease;
	}

	.hamburger--squeeze.is-active .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

input:not(input[type=radio]),
textarea {
	padding: 6px;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	vertical-align: top;
}

label {
	cursor: pointer;
}

input[type=checkbox].svyCheckBox {
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	position: relative;
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	display: inline-block;
	border: none;
	vertical-align: text-bottom;
}

	input[type=checkbox].svyCheckBox:before, input[type=checkbox].svyCheckBox:after {
		display: inline-block;
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		width: 25px;
		height: 25px;
	}

	input[type=checkbox].svyCheckBox:before {
		border: 1px solid #c2c2c2;
		background: #fff;
	}

	input[type=checkbox].svyCheckBox:after {
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		background: url("../images/checkbox_tick.png") center center no-repeat;
	}

	input[type=checkbox].svyCheckBox:checked {
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	input[type=checkbox].svyCheckBox:not(:checked):after {
		opacity: 0;
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}

input[type="radio"].svyRadio {
	-webkit-appearance: none;
	-moz-appearance: none;
	opacity: 1;
	cursor: pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

	input[type="radio"].svyRadio:checked, input[type="radio"].svyRadio:not(:checked) {
		padding: 10px;
		margin: 0 5px;
		height: 24px;
		width: 24px;
	}

		input[type="radio"].svyRadio:checked:before, input[type="radio"].svyRadio:not(:checked):before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 24px;
			height: 24px;
			border: 2px solid white;
			border-radius: 100%;
			background: transparent;
		}

#GetAQuickQuoteForm input[type="radio"].svyRadio:checked:before, #GetAQuickQuoteForm input[type="radio"].svyRadio:not(:checked):before {
	border: 2px solid #002c51;
}

input[type="radio"].svyRadio:checked:after, input[type="radio"].svyRadio:not(:checked):after {
	content: '';
	width: 16px;
	height: 16px;
	background: white;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#GetAQuickQuoteForm input[type="radio"].svyRadio:checked:after, #GetAQuickQuoteForm input[type="radio"].svyRadio:not(:checked):after {
	background: #002c51;
}

input[type="radio"].svyRadio:not(:checked):after {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

input[type="radio"].svyRadio:checked:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.savvy-select-wrapper {
	position: relative;
}

	.savvy-select-wrapper:before {
		content: '';
		position: absolute;
		background-image: url(images/chevron.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 24px;
		height: 24px;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}

select.svySelectBox {
	padding: 6px;
}

form {
	padding: 10px;
	background-color: #f3f3f3;
	border-radius: 3px;
	/* these must be listed seperately to work! */
}

	form ::-webkit-input-placeholder {
		/* WebKit, Blink, Edge */
		color: #ccc;
	}

	form :-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #ccc;
		opacity: 1;
	}

	form ::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #ccc;
		opacity: 1;
	}

	form :-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #ccc;
	}

	form .data-placeholder-on {
		color: #ccc;
	}

	form .spinner {
		display: none;
	}

.form {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.form .form-row {
		margin-top: 10px;
	}

		.form .form-row:first-child {
			margin-top: 0;
		}

		.form .form-row .form-label {
			width: 34%;
			float: left;
			padding-top: 5px;
		}

@media screen and (max-width: 480px) {
	.form .form-row .form-label {
		width: 100%;
		float: none;
	}
}

.form .form-row .form-field {
	width: 66%;
	float: left;
}

	.form .form-row .form-field.form-note {
		padding: 10px 15px;
		border-radius: 3px;
		background-color: #dadada;
	}

@media screen and (max-width: 480px) {
	.form .form-row .form-field {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.form .form-row .form-field.stacked-fields input[type=text] {
		margin: 2px;
	}
}

.form .form-row .form-field.stacked-fields input[type=text]:first-child {
	margin-top: 0;
}

.form .form-row .form-field.radio-group label {
	display: block;
	margin-bottom: 10px;
}

	.form .form-row .form-field.radio-group label:last-child {
		margin-bottom: 0;
	}

.form .form-row .form-field.checkbox-group {
	margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
	.form .form-row .form-field.checkbox-group {
		margin-bottom: 0;
	}
}

.form .form-row .form-field.side-by-side select {
	width: 148px;
}

	.form .form-row .form-field.side-by-side select:first-of-type {
		margin-right: 4px;
	}

@media screen and (max-width: 1000px) {
	.form .form-row .form-field.side-by-side select {
		width: 50%;
		max-width: 148px;
	}

		.form .form-row .form-field.side-by-side select:first-of-type {
			width: 49%;
			margin-right: 1%;
		}
}

.form .form-row.form-actions {
	margin-top: 10px;
}

.form .form-row input[type="text"],
.form .form-row textarea,
.form .form-row select {
	width: 300px;
}

@media screen and (max-width: 1000px) {
	.form .form-row input[type="text"],
	.form .form-row textarea,
	.form .form-row select {
		width: 100%;
		max-width: 300px;
	}
}

.form .form-row input[type="text"]#Amount,
.form .form-row textarea#Amount,
.form .form-row select#Amount {
	width: 155px;
	margin-left: 5px;
}

form#SearchForm {
	text-align: center;
	padding: 11px 20px;
}

.yesno {
	-webkit-appearance: radio;
}

.select2-container {
	background-color: white !important;
}

	.select2-container.select2-container-multi .select2-choices .select2-search-choice {
		padding: 3px 5px 3px 18px !important;
		border-radius: 3px !important;
	}

	.select2-container .select2-search-choice {
		width: auto !important;
	}

	.select2-container li {
		margin-bottom: 0 !important;
	}

		.select2-container li .select2-search-field {
			width: auto !important;
			padding: 3px !important;
		}

.select2-search-choice {
	width: auto !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px !important;
}

li.select2-search-field {
	width: auto !important;
	padding: 3px !important;
	background-color: white !important;
}

.numeric-field-wrapper {
	position: relative;
	display: inline-block;
}

	.numeric-field-wrapper input[type=text] {
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

@media screen and (max-width: 480px) {
	.numeric-field-wrapper input[type=text] {
		border-bottom: none;
		border-right: 1px solid #c2c2c2;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0;
		margin-bottom: 30px;
	}
}

.numeric-field-wrapper .quantity-arrow {
	display: block;
	background-color: #c2c2c2;
	font-size: 24px;
	font-weight: bold;
	line-height: 65%;
	color: #000;
	width: 50px;
	height: 50%;
	position: absolute;
	right: -50px;
	top: 0;
	cursor: pointer;
	text-align: center;
}

	.numeric-field-wrapper .quantity-arrow:hover {
		background-color: #dadada;
	}

@media screen and (max-width: 480px) {
	.numeric-field-wrapper .quantity-arrow {
		top: auto;
		bottom: 0;
		left: 0;
		height: 30px;
		width: 50%;
		line-height: 140%;
	}

		.numeric-field-wrapper .quantity-arrow:first-child {
			border-right: 1px solid;
		}
}

.numeric-field-wrapper .quantity-arrow.quantity-down {
	top: 50%;
}

@media screen and (max-width: 480px) {
	.numeric-field-wrapper .quantity-arrow.quantity-down {
		top: auto;
		left: 50%;
	}
}

body.Search ul.results {
	list-style: none;
	border-top: 1px solid;
	margin-top: 10px;
}

	body.Search ul.results li {
		margin-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid;
	}

		body.Search ul.results li .image {
			float: left;
			margin-right: 20px;
		}

		body.Search ul.results li div {
			display: inline;
		}

body.Search form#SearchAgainForm {
	display: none;
}

body.Search h3 {
	float: left;
}

body.Search a.showall {
	float: right;
	margin-top: 18px;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	body.Search a.showall {
		margin-top: 12px;
	}
}

@media screen and (max-width: 480px) {
	body.Search a.showall {
		margin-top: 4px;
	}
}

form#FaqFilter {
	margin-bottom: 20px;
}

.faq-section-list {
	list-style: none;
}

	.faq-section-list .faq-section-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid;
	}

		.faq-section-list .faq-section-item h3 {
			cursor: pointer;
			margin-bottom: 10px;
		}

		.faq-section-list .faq-section-item .icon {
			float: right;
			width: 30px;
			text-align: center;
		}

			.faq-section-list .faq-section-item .icon:after {
				content: "▸";
			}

			.faq-section-list .faq-section-item .icon.open:after {
				content: "×";
			}

	.faq-section-list .faq-list {
		list-style: none;
		display: none;
	}

		.faq-section-list .faq-list .faq-item {
			margin-bottom: 10px;
		}

			.faq-section-list .faq-list .faq-item .question {
				cursor: pointer;
				font-style: italic;
				font-size: 16px;
			}

			.faq-section-list .faq-list .faq-item .answer {
				margin-top: 5px;
				display: none;
			}

.carousel-wrapper {
	height: 300px;
	/*margin-bottom: 50px;*/
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media screen and (min-width: 780px) {
	.carousel-wrapper {
		height: 400px;
	}
}

@media screen and (min-width: 1000px) {
	.carousel-wrapper {
		height: 500px;
	}
}

@media screen and (min-width: 1200px) {
	.carousel-wrapper {
		height: 700px;
	}
}

.carousel-wrapper:hover .move-back {
	left: 0;
}

.carousel-wrapper:hover .move-forward {
	right: 0;
}

.carousel-wrapper .btn {
	color: #fff;
	margin: 0 10px;
}

.carousel-wrapper .slide {
	width: 100vw;
	height: 100%;
	overflow: hidden;
	position: absolute;
	/* Not implemented / optional
  		.photo-credit {
  			background: rgba(0,0,0,0.5);
  			padding: 4px 4px;
  			display: block;
  			position: absolute;
  			right: 12px;
  			bottom: 16px;
  			z-index: 20;
  			color: #fff;
  		}
  		.slide-title {
  			position: absolute;
  			bottom: 50%;
  			width: 100%;
  			text-align: center;
  
  			h2 {
  				position: relative;
  				margin: 0 auto 10px;
  				font-size: 45px;
  				width: 75%;
  				max-width: 1170px;
  				color: $white;
  			}
  		}
  
  		.slide-strapline {
  			position: absolute;
  			top: 50%;
  			width: 100%;
  			text-align: center;
  			z-index: 35;
  			line-height: $defaultlineheight;
  
  			p {
  				font-size: 24px;
  				position: relative;
  				margin: 0 auto 45px;
  				width: 42%;
  				max-width: 670px;
  				color: $white;
  			}
  		}
  		*/
}

@media screen and (min-width: 1000px) {
	.carousel-wrapper .slide {
		width: 100%;
	}
}

.carousel-wrapper .slide .loader-icon {
	width: 70px;
	height: 70px;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	position: absolute;
}

.carousel-wrapper .slide.active {
	display: block;
	z-index: 2;
}

.carousel-wrapper .slide img {
	width: 100%;
	height: auto;
}

.carousel-wrapper .move-back,
.carousel-wrapper .move-forward {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	/*background-color: rgba(0,0,0,.4);*/
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

	.carousel-wrapper .move-back:hover,
	.carousel-wrapper .move-forward:hover {
		/*background-color: rgba(0,0,0,1);*/
	}

	.carousel-wrapper .move-back .arrow,
	.carousel-wrapper .move-forward .arrow {
		width: 26px;
		height: 40px;
		margin: 40px 50px;
		background: url("../images/carousel-arrows-fff.png") 0 0 no-repeat;
	}

.carousel-wrapper .move-back {
	left: -130px;
}

.carousel-wrapper .move-forward {
	right: -130px;
}

	.carousel-wrapper .move-forward .arrow {
		background: url("../images/carousel-arrows-fff.png") 0 -40px no-repeat;
	}

.carousel-wrapper .carousel-tabs {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 500;
	bottom: 60px;
}

	.carousel-wrapper .carousel-tabs a {
		display: inline-block;
		text-decoration: none;
		margin: 0 5px;
		background: #dadada;
		width: 15px;
		height: 15px;
		position: relative;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		border-radius: 100%;
	}

		.carousel-wrapper .carousel-tabs a:hover {
			background: #c2c2c2;
		}

		.carousel-wrapper .carousel-tabs a.active {
			background: #f3f3f3;
		}

.slide-content {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
	.slide-content {
		width: auto;
		text-align: left;
		left: 100px;
	}
}

.slide-content .slide-body {
	display: inline-block;
	padding: 10px 0;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
}

.product-list {
	font-size: 0;
	text-align: center;
	margin: 0;
}

	.product-list .product-list-item {
		font-size: 14px;
		list-style: none;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
	}

@media screen and (min-width: 480px) {
	.product-list .product-list-item {
		width: 50%;
	}
}

@media screen and (min-width: 780px) {
	.product-list .product-list-item {
		width: 33%;
	}
}

@media screen and (min-width: 1000px) {
	.product-list .product-list-item {
		width: 25%;
	}
}

.product-list .product-list-item div .main-title {
	display: none;
}

@media screen and (min-width: 1000px) {
	.product-list .product-list-item div .main-title {
		display: inline;
	}
}

.product-list .product-list-item div .alt-title {
	display: block;
}

@media screen and (min-width: 1000px) {
	.product-list .product-list-item div .alt-title {
		display: none;
	}
}

.product-list .product-list-item div.image {
	display: block;
	margin-bottom: 10px;
}

	.product-list .product-list-item div.image img {
		width: 100%;
		height: auto;
	}

.product-details {
	width: 100%;
}

	.product-details .product-image {
		width: 100%;
		max-width: 30%;
		height: auto;
		float: left;
		margin-right: 20px;
	}

@media screen and (max-width: 780px) {
	.product-details .product-image {
		max-width: 50%;
		margin-right: 15px;
	}
}

@media screen and (max-width: 480px) {
	.product-details .product-image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.add-to-cart .spinner {
	display: none;
	padding: 6px 0 5px;
}

.btn.processing .label {
	visibility: hidden;
}

.btn.processing .loader {
	display: block;
}

/*
.shipping-method-option{
	display:none;
}
*/
table.cart-order {
	margin-bottom: 15px;
}

table.cart-display {
	margin-top: 45px;
}

@media screen and (max-width: 780px) {
	table.cart-display {
		margin-top: 0;
	}
}

table tr th {
	background-color: #f5f5f5;
	padding: 20px 10px;
}

@media screen and (max-width: 780px) {
	table tr th.cart-item-detail {
		/*
    border-bottom: none !important;
    margin-bottom: 0 !important;
    */
		display: none !important;
	}

	table tr th.cart-item-remove {
		display: none !important;
	}
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row {
		display: block;
		clear: both;
	}
}

table tr.cart-item-row.sub-total-row .cart-item-total {
	background-color: transparent;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row.sub-total-row .cart-item-total:first-child {
		display: none;
	}
}

table tr.cart-item-row td {
	background-color: transparent;
	border-top: 1px solid;
	padding: 10px;
}

	table tr.cart-item-row td.no-border {
		border: none;
	}

@media screen and (max-width: 780px) {
	table tr.cart-item-row td.no-border {
		display: none;
	}
}

table tr.cart-item-row .cart-item-detail {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1000px) {
	table tr.cart-item-row .cart-item-detail {
		display: table-cell;
	}
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-detail {
		display: block;
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 10px;
	}
}

table tr.cart-item-row .cart-item-detail .cart-item-image {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: 20px;
	min-width: 200px;
}

@media screen and (max-width: 1000px) {
	table tr.cart-item-row .cart-item-detail .cart-item-image {
		margin: 0;
		display: block;
		text-align: center;
		min-width: 0;
	}
}

table tr.cart-item-row .cart-item-detail .cart-item-image img {
	width: 200px;
}

table tr.cart-item-row .cart-item-detail .cart-item-info {
	-ms-flex: 2 2 auto;
	flex: 2 2 auto;
}

@media screen and (max-width: 1000px) {
	table tr.cart-item-row .cart-item-detail .cart-item-info {
		text-align: center;
	}
}

table tr.cart-item-row .cart-item-detail .cart-item-info .cart-item-category {
	color: #c00;
}

table tr.cart-item-row .cart-item-detail .cart-item-info .cart-item-code {
	font-size: 10px;
}

table tr.cart-item-row .cart-item-detail .cart-item-info .cart-item-description {
	font-size: 13px;
}

@media screen and (max-width: 1000px) {
	table tr.cart-item-row .cart-item-detail .cart-item-info .cart-item-description {
		text-align: left;
		margin-top: 10px;
	}
}

table tr.cart-item-row .cart-item-quantity {
	text-align: center;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-quantity {
		text-align: left;
	}
}

table tr.cart-item-row .cart-item-quantity input {
	width: 70px;
	text-align: right;
	display: inline-block;
}

table tr.cart-item-row .cart-item-unit-price {
	white-space: nowrap;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-unit-price {
		text-align: center;
	}
}

table tr.cart-item-row .cart-item-unit-price,
table tr.cart-item-row .cart-item-price {
	text-align: right;
	white-space: nowrap;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-quantity,
	table tr.cart-item-row .cart-item-unit-price,
	table tr.cart-item-row .cart-item-price {
		width: 33%;
		display: block;
		float: left;
		border-top: none;
	}

	table tr.cart-item-row .cart-item-unit-price {
		width: 34%;
		text-align: center;
	}
}

table tr.cart-item-row .cart-item-remove {
	text-align: center;
	position: relative;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-remove {
		display: block;
		clear: both;
		border-top: none;
		margin-bottom: 20px;
	}

		table tr.cart-item-row .cart-item-remove:before {
			clear: both;
		}
}

table tr.cart-item-row .cart-item-remove .remove-btn {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #999;
	border: 2px solid;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
	line-height: 15px;
	font-weight: bold;
	background-color: #fff;
	padding: 5px;
	font-family: 'Arial';
	font-size: 18px;
	cursor: pointer;
}

table tr.cart-item-row .cart-item-total {
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 30px 10px;
	vertical-align: top;
}

@media screen and (max-width: 780px) {
	table tr.cart-item-row .cart-item-total {
		min-height: 102px;
		width: 25%;
		display: block;
		float: left;
	}

		table tr.cart-item-row .cart-item-total.cart-item-price {
			width: 75%;
			border-top: 1px solid;
		}

		table tr.cart-item-row .cart-item-total:last-child {
			display: none;
		}
}

.recaptcha-terms {
	margin-top: 4px;
	padding: 10px;
	border: 1px dotted rgba(0, 0, 0, 0.9);
	background-color: rgba(0, 0, 0, 0.1);
}

#UpdateTotalsButton {
	float: right;
	cursor: pointer;
	text-decoration: underline;
	padding: 0.5em 0;
	font-size: 14px;
}

.shopping-cart-sprite {
	background-image: url(../images/shopping_cart.svg);
	background-size: cover;
	padding: 0 !important;
}

	.shopping-cart-sprite.icon {
		width: 42px;
		height: 42px;
		background-position: 0 0;
		display: inline-block;
	}

		.shopping-cart-sprite.icon.cart {
			position: relative;
		}

			.shopping-cart-sprite.icon.cart .count {
				width: 100%;
				color: #fff;
				font-size: 11px;
				line-height: 150%;
				position: absolute;
				top: 35%;
				-moz-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				text-align: center;
			}

				.shopping-cart-sprite.icon.cart .count.animate {
					-webkit-transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					background-color: #808080;
					width: 30px;
					height: 30px;
					margin-left: -13px;
					top: -8px;
					line-height: 210%;
					font-size: 16px;
				}

@media screen and (min-width: 1000px) {
	.shopping-cart-sprite.icon.cart {
		right: 10px;
	}
}

.quantity-arrow {
	display: block;
	background-color: #c00;
	width: 50px;
	height: 49%;
	position: absolute;
	right: -50px;
	top: 0;
	cursor: pointer;
}

	.quantity-arrow:hover {
		background-color: #b00;
	}

@media screen and (max-width: 480px) {
	.quantity-arrow {
		top: auto;
		bottom: 0;
		left: 0;
		height: 30px;
		width: 50%;
		line-height: 140%;
	}

		.quantity-arrow:first-child {
			border-right: 1px solid;
		}
}

.quantity-arrow .arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #000;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 50%;
	margin-top: -3px;
}

	.quantity-arrow .arrow.arrow-down {
		border-bottom: none;
		border-top: 7px solid #000;
	}

.quantity-arrow.quantity-up {
	/*DEFAULT*/
}

.quantity-arrow.quantity-down {
	top: 51%;
}

@media screen and (max-width: 480px) {
	.quantity-arrow.quantity-down {
		top: auto;
		left: 50%;
	}
}

/*
.order-details-wrapper {
	margin: 10px 0;
	padding: 6px 10px;
	background-color: $tertiarygrey;

	.order-details {

		.label {
			width: 100px;
			display: inline-block;
			float: left;
		}

		.display {
			float: left;
		}


	}
}
*/
.order-details #NextButton {
	float: right;
	margin-left: 20px;
}

form {
	/*
  	&#XXAddressForm {
  		width: 100%;
  		margin-top: 11px;
  
  		#Terms_and_Conditions {
  			display: none;
  		}
  
  		ul {
  			list-style: none;
  
  			li {
  				width: 100%;
  				text-align: left;
  
  				&.cvc {
  					display: inline-block;
  					width: 25%;
  					float: right;
  				}
  
  				&.expiry-date {
  					display: inline-block;
  					width: 50%;
  					float: left;
  				}
  
  				label,
  				.form-label {
  					display: block;
  					margin-bottom: 5px;
  				}
  
  				.form-field {
  					input[type=text],
  					select,
  					textarea {
  						width: 100%;
  					}
  
  				}
  
  				.note {
  					width: 100%;
  					padding: 10px 15px;
  					background-color: $tertiarygrey;
  					margin-bottom: 5px;
  					font-size: 0.8em;
  
  					&.address {
  						font-size: 1em;
  						line-height: $defaultlineheight;
  					}
  				}
  
  				&.checkbox-container {
  					width: 100%;
  					margin: 0 0 20px;
  
  					label {
  						display: inline-block;
  					}
  				}
  
  				&.textarea-container {
  					width: 100%;
  					margin: 0 0 20px;
  				}
  
  				&.disclaimer-container {
  					width: 100%;
  					margin: 0 0 20px;
  				}
  
  				&.actions {
  					width: 100%;
  					margin: 0 0 20px;
  					text-align: right;
  				}
  			}
  		}
  	}
  
  
  	*/
}

	form a {
		color: #c00;
	}

.download-reciept-wrapper {
	margin-top: 10px;
}

.delivery-notes {
	display: none;
	background-color: #f0f1f2;
	padding: 15px;
	margin: 0 0 0 40px;
	font-size: 14px;
}

/* tool tips */
.tool-tip-wrapper {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

	.tool-tip-wrapper .tool-tip-trigger {
		color: #c00;
		font-size: 12px;
		text-decoration: underline;
	}

	.tool-tip-wrapper .tool-tip {
		width: 300px;
		font-size: 11px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		padding: 10px;
		position: absolute;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 50;
		-moz-transform: translateY(120%);
		-ms-transform: translateY(120%);
		-o-transform: translateY(120%);
		-webkit-transform: translateY(120%);
		transform: translateY(120%);
		-webkit-transition: all 0.25s ease-in-out;
		-moz-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		-o-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

		.tool-tip-wrapper .tool-tip:after {
			content: '';
			display: block;
			position: absolute;
			width: 16px;
			height: 16px;
			top: -16px;
			left: 10%;
			border: 8px solid rgba(0, 0, 0, 0.8);
			border-left-color: transparent;
			border-right-color: transparent;
			border-top: none;
		}

	.tool-tip-wrapper:hover .tool-tip {
		-moz-transform: translateY(105%);
		-ms-transform: translateY(105%);
		-o-transform: translateY(105%);
		-webkit-transform: translateY(105%);
		transform: translateY(105%);
		visibility: visible;
		opacity: 1;
	}

/* end tool tips*/
.shopping-cart-disclaimer {
	margin-left: 40%;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 5px;
	color: #003c4c;
	border: 1px dashed;
	background-color: #d1e2e8;
	font-size: 13px;
}

@media screen and (max-width: 1000px) {
	.shopping-cart-disclaimer {
		margin-left: 0;
	}
}

.stepper {
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 7px;
}

@media screen and (max-width: 1000px) {
	.stepper {
		bottom: -2px;
	}
}

.stepper .step {
	white-space: nowrap;
	margin-left: 20px;
	float: left;
}

@media screen and (max-width: 780px) {
	.stepper .step {
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.stepper .step .step-number {
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	font-size: 30px;
	font-weight: bold;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 160%;
	margin-right: 10px;
	box-shadow: 0 0 2px #000;
	text-shadow: 0 0 5px #000;
}

@media screen and (max-width: 1000px) {
	.stepper .step .step-number {
		width: 40px;
		height: 40px;
		font-size: 26px;
		line-height: 145%;
		margin-right: 5px;
	}
}

@media screen and (max-width: 780px) {
	.stepper .step .step-number {
		font-size: 20px;
		width: 30px;
		height: 30px;
	}
}

.stepper .step .step-title {
	display: inline-block;
	font-weight: 100;
	text-transform: initial;
	font-size: 26px;
	line-height: 200%;
	text-shadow: 0 0 5px #000;
}

@media screen and (max-width: 1000px) {
	.stepper .step .step-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 780px) {
	.stepper .step .step-title {
		font-size: 16px;
	}
}

.stepper .step.active .step-number {
	background-color: #c00;
	border-color: #c00;
	text-shadow: none;
}

.maxlencounter {
	position: absolute;
	z-index: 999;
	font-size: 14px;
}

.credit-card-logos {
	position: absolute;
	width: 86px;
	height: 26px;
	background-image: url(../images/creditcards.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	height: 26px;
	top: 50%;
	right: 15px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.windcave-credit {
	width: 150px;
	background-image: url(../images/Windcave-Red-Logo-Horizontal.svg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 35px;
	text-align: center;
	display: inline-block;
}

.clear:before, .clear:after {
	content: " ";
	display: table;
}

.clear:after {
	clear: both;
}

/* Begin Page Specific Styles*/

.page-title {
	margin-bottom: 30px;
}

.page-body-text {
	margin: 10px 0 60px;
}

	.page-body-text .normal p,
	.page-body-text .normal a,
	.page-body-text .normal li,
	.page-body-text .normal span {
		font-size: 22px;
	}

.header-bg-container {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.quote-frame-container {
	position: relative;
	flex-basis: 100%;
}

@media screen and (min-width: 769px) {
	.quote-frame-container {
		flex-basis: 60%;
	}
}

.quote-frame-form {
	overflow: hidden;
	border-radius: 40px;
	position: absolute;
	top: calc(50% + 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px;
	padding: 10px 20px;
	background: rgba(255,255,255,0.8);
}

@media screen and (min-width: 768px) {
	.quote-frame-form {
		left: 80px;
		min-height: 70%;
		transform: translate(0, -50%);
	}
}

.quote-full-iframe {
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 40px;
	left: 10%;
	width: 90%;
	height: 660px;
}

@media screen and (min-width: 1024px) {
	.quote-iframe {
		left: 35%;
	}
}

.show-in-header-title-container {
	flex-basis: 100%;
	position: relative;
	z-index: 1;
}

/*@media screen and (min-width: 769px) {*/ /*2026-05-18 jn removed*/
	.show-in-header-title-container {
		flex-basis: 40%;
		align-self: flex-end;
	}
/*}*/

.show-in-header-title {
	padding: 20px;
	color: white;
	padding-top: 49px;
	padding-left: 42px;
}

@media screen and (min-width: 480px) {
	.show-in-header-title {
		padding-top: 50px;
		padding-left: 49px;
		font-size: 26px;
	}
}

@media screen and (min-width: 768px) {
	.show-in-header-title {
		padding: 0 60px 30px 45px;
	}
}

.tiles-title {
	padding: 0 20px;
	margin-bottom: 20px;
}

.tiles-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tile {
	flex-basis: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.tile {
		flex-basis: calc(50% - 20px);
	}
}

@media screen and (min-width: 1024px) {
	.tiles-container.tile-count-2 .tile {
		flex-basis: calc(50% - 20px);
	}

	.tiles-container.tile-count-3 .tile {
		flex-basis: calc(33% - 20px);
	}

	.tiles-container.tile-count-4 .tile,
	.tile {
		flex-basis: calc(25% - 20px);
	}

	.tile {
		margin-bottom: 0;
	}
}

.tile-img {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 30px;
}

.tiles-container.tile-count-2 .tile-img,
.tiles-container.tile-count-3 .tile-img {
	padding-bottom: 70%;
}

.tile-content {
	padding: 20px 20px 0;
}

.tile-title {
	margin-bottom: 10px;
}

.tile-link {
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #002c51;
	color: #002c51;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 16px;
	margin-top: 15px;
	transition: all 0.2s ease-in;
	line-height: normal;
}

	.tile-link:hover {
		background-color: #002c51;
		color: white;
	}

.home-special-text {
	font-size: 25px;
	margin: 30px 0 30px;
	color: #002c51;
}

@media screen and (min-width: 768px) {
	.home-special-text {
		margin: 50px 0 30px;
	}
}

.prefooter-text {
	margin: 30px 0;
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.prefooter-text {
		margin: 60px 0 30px;
	}
}

.image-text {
	position: relative;
}

.image-text-anchor-tag {
	position: absolute;
	top: -30px;
	width: 1px;
	height: 1px;
	pointer-events: none;
	opacity: 0;
}

.image-text-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.image-text-container.odd .text-item {
		order: 0;
	}

	.image-text-container.odd .picture-item,
	.image-text-container.odd .simple-carousel-container {
		order: 1;
	}
}

.text-item {
	flex-basis: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

@media screen and (min-width: 768px) {
	.text-item {
		flex-basis: calc(50% - 10px);
		border-radius: 30px;
	}
}

.text-item-title {
	margin-bottom: 15px;
}

.picture-item {
	flex-basis: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 50%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

@media screen and (min-width: 768px) {
	.picture-item {
		flex-basis: calc(50% - 10px);
		height: auto;
		padding-bottom: 0;
		border-radius: 30px;
		min-height: 320px;
	}
}

.shared-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

	.shared-form li {
		list-style-type: none;
	}

.full-field {
	flex-basis: 100%;
	margin-bottom: 30px;
}

.half-field {
	flex-basis: 100%;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.half-field {
		flex-basis: calc(50% - 15px);
	}


	#GetAQuickQuoteForm .half-field {
		flex-basis: calc(50% - 5px);
	}
}



.shared-form input:not(input[type=radio]),
.shared-form select,
.shared-form textarea {
	width: 100%;
	border-radius: 30px;
	padding: 15px 20px;
}

.quote-form-container {
	margin: 30px 0;
}

.planning-container {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.planning-container {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

.planning-text {
	flex-basis: 100%;
	background-color: #f7f7f7;
	padding: 30px;
	border-radius: 30px;
}

@media screen and (min-width: 768px) {
	.planning-text {
		flex-basis: calc(50% - 10px);
	}
}

.planning-map {
	display: block;
	position: relative;
	flex-basis: 100%;
	z-index: 1000;
}

.planning-locations {
	flex-basis: 100%;
	padding: 20px;
}

@media screen and (min-width: 768px) {
	.planning-map {
		flex: 1 0 580px;
	}

	.planning-locations {
		flex-basis: calc(50% - 10px);
	}
}

.planning-subtext {
	margin-top: 30px;
}

.location-item {
	margin-bottom: 20px;
}

.planning-map-mobile {
	display: block;
}

@media screen and (min-width: 710px) {
	.planning-map-mobile {
		display: none;
	}
}

.planning-map-inner {
	display: none;
	position: relative;
}

@media screen and (min-width: 710px) {
	.planning-map-inner {
		display: block;
		margin-top: 30px;
	}
}

.planning-map-title {
	position: absolute;
	top: 0;
	left: 20px;
	width: 160px;
}

.map-img {
	display: block;
	position: relative;
}

	.map-img.new-zealand {
		display: block;
		position: relative;
		opacity: 1 !important;
	}

.map-polygon {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 1;
}

.map-polygon-auckland {
	width: 60px;
	height: 72px;
	top: 4px;
	top: 112px;
	left: 360px;
	/*background-color: red; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(50% 0%, 100% 76%, 77% 95%, 40% 99%, 0% 38%);
}

.map-polygon-waikato {
	width: 114px;
	height: 190px;
	top: 128px;
	left: 364px;
	/*background-color: purple; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(17% 30%, 38% 28%,49% 21%, 41% 4%,62% 4%, 72% 32%, 65% 37%,75% 56%, 93% 62%, 67% 88%, 57% 88%, 57% 65%,27% 73%,15% 70%,23% 42%);
}

.map-polygon-bay-of-plenty {
	width: 100px;
	height: 92px;
	top: 190px;
	left: 439px;
	/*background-color: black; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(0 9%, 6% 0%, 62% 25%, 72% 15%, 100% 2%, 96% 36%, 23% 96%, 17% 86%, 31% 61%, 11% 48%);
}

.map-polygon-hawkes-bay {
	width: 100px;
	height: 122px;
	top: 252px;
	left: 439px;
	/*background-color: blue; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(10% 29%, 19% 17%, 23% 22%, 55% 3%, 72% 3%, 100% 27%, 35% 91%, 26% 89%, 22% 75%, 9% 65%);
}

.map-polygon-canterbury {
	width: 209px;
	height: 196px;
	top: 441px;
	left: 159px;
	/*background-color: orange; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(5% 60%, 67% 8%, 100% 0%, 78% 63%, 37% 96%, 29% 94%, 15% 95%, 3% 80%);
}

.map-polygon-dunedin,
.map-polygon-queenstown {
	width: 146px;
	height: 178px;
	top: 562px;
	left: 94px;
	/*background-color: green; for testing. check area that is covered by polygon */
	opacity: 0.5;
	clip-path: polygon(5% 24%, 50% 0%, 48% 21%, 65% 38%, 87% 36%, 97% 39%, 86% 74%, 46% 100%, 37% 98%, 29% 59%, 11% 53%, 3% 43%);
}

/*.map-polygon-queenstown {
	display: none;
}*/

.map-polygon-auckland:hover + .map-details-auckland {
	opacity: 1;
}

.map-polygon-waikato:hover + .map-details-waikato {
	opacity: 1;
}

.map-polygon-bay-of-plenty:hover + .map-details-bay-of-plenty {
	opacity: 1;
}

.map-polygon-hawkes-bay:hover + .map-details-hawkes-bay {
	opacity: 1;
}

.map-polygon-canterbury:hover + .map-details-canterbury {
	opacity: 1;
}

.map-polygon-dunedin:hover + .map-details-dunedin,
.map-polygon-queenstown:hover ~ .map-details-queenstown {
	opacity: 1;
}

.map-polygon-queenstown:hover + .map-details-queenstown {
	opacity: 1;
}

.map-details {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.map-text {
	display: block;
	position: absolute;
}

.map-text-auckland {
	width: 200px;
	text-align: right;
	top: 116px;
	left: 170px;
	transition: left 0.2s ease-out;
}

.map-polygon-auckland:hover + .map-details-auckland .map-text-auckland {
	left: 150px;
}

.map-text-waikato {
	width: 200px;
	text-align: right;
	top: 180px;
	left: 192px;
	transition: left 0.2s ease-out;
}

.map-polygon-waikato:hover + .map-details-waikato .map-text-waikato {
	left: 172px;
}

.map-text-bay-of-plenty {
	width: 170px;
	text-align: left;
	top: 130px;
	left: 472px;
	transition: top 0.2s ease-out;
}

.map-polygon-bay-of-plenty:hover + .map-details-bay-of-plenty .map-text-bay-of-plenty {
	top: 110px;
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
	.map-text-bay-of-plenty {
		top: 30px;
		left: 400px;
	}
}

.map-text-hawkes-bay {
	width: 160px;
	text-align: left;
	top: 292px;
	left: 486px;
	transition: left 0.2s ease-out, top 0.2s ease-out;
}

.map-polygon-hawkes-bay:hover + .map-details-hawkes-bay .map-text-hawkes-bay {
	top: 312px;
	left: 506px;
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
	.map-text-hawkes-bay {
		top: 443px;
		left: 416px;
	}
}

.map-text-canterbury {
	width: 200px;
	text-align: left;
	top: 512px;
	left: 320px;
	transition: left 0.2s ease-out;
}

.map-polygon-canterbury:hover + .map-details-canterbury .map-text-canterbury {
	left: 340px;
}

.map-text-dunedin {
	bottom: 130px;
	left: 220px;
	width: 200px;
	transition: left 0.2s ease-out;
}

.map-polygon-dunedin:hover + .map-details-dunedin .map-text-dunedin {
	left: 240px;
}

.map-text-queenstown {
	bottom: 68px;
	left: 210px;
	width: 200px;
	transition: bottom 0.2s ease-out, left 0.2s ease-out;
}

.map-polygon-queenstown:hover ~ .map-details-queenstown .map-text-queenstown {
	bottom: 48px;
	left: 230px;
}

.popup-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(211, 211, 211, 0.8);
	z-index: 100;
}

	.popup-container.show {
		display: block;
	}

.inner-popup-container {
	display: inline-block;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	height: auto;
	background-color: white;
	border-radius: 15px;
}

.popup-title {
	line-height: normal;
	margin-bottom: 20px;
}

.close-popup-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 11px;
	background-color: #002c51;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	line-height: 3px;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #002c51;
}

#video-element {
	position: absolute;
	will-change: transform;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.simple-carousel-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	flex-basis: 100%;
	border-radius: 30px;
}

@media screen and (min-width: 768px) {
	.simple-carousel-container {
		flex-basis: calc(50% - 10px);
	}
}

.simple-carousel-slide {
	display: flex;
	position: relative;
	height: 100%;
}

	.simple-carousel-slide .simple-carousel-image {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: opacity 0.2s ease;
		opacity: 0 !important;
	}

		.simple-carousel-slide .simple-carousel-image.show {
			opacity: 1 !important;
		}

.simple-carousel-container button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 32px;
	cursor: pointer;
	color: #002c51;
	font-weight: bold;
	transition: color 0.2s ease;
}

	.simple-carousel-container button:hover {
		color: white;
	}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}


#GetAQuoteForm {
	background-color: #002c51;
	border-radius: 30px;
	padding: 30px;
}

input::placeholder,
textarea::placeholder {
	color: #707070;
	opacity: 1; /* Firefox */
}

.savvyRadioList {
	display: inline-flex;
	align-items: center;
	margin-right: 30px;
}

	.savvyRadioList input {
		order: 1;
	}

#GetAQuoteForm .savvyRadioList label {
	color: white;
}

#GetAQuickQuoteForm li {
	margin-bottom: 10px;
}

#GetAQuickQuoteForm .savvyRadioList label {
	color: #002c51;
}

#GetAQuickQuoteForm li input,
#GetAQuickQuoteForm li select {
	padding: 10px 20px;
	border: none;
}

#GetAQuickQuoteForm .form-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 0 10px;
}

#GetAQuickQuoteForm .submission-text-container {
	display: none;
	flex-basis: 100%;
	margin-bottom: 10px;
}

#GetAQuickQuoteForm .complex-quote-link:after {
	content: none;
}

.submission-text {
	display: block;
	text-align: center;
}

	.submission-text.red {
		color: red;
	}

	.submission-text.green {
		color: #03A64A;
	}


/*@media screen and (min-width: 768px) {*/
#GetAQuickQuoteForm .quick-quote-btn {
	flex: 0 1 0;
	min-width: 130px;
	text-transform: none;
	background-color: #002c51;
	transition: all 0.2s ease-in;
}

	#GetAQuickQuoteForm .quick-quote-btn:hover {
		color: #002c51;
		background-color: white;
	}

#GetAQuickQuoteForm .complex-quote-link {
	flex: auto;
	padding: 10px 5px;
	margin-left: 10px;
	text-align: center;
	border-radius: 30px;
	text-transform: none;
	background-color: white;
	color: #002c51;
	transition: all 0.2s ease-in;
}

	#GetAQuickQuoteForm .complex-quote-link:hover {
		background-color: #002c51;
		color: white;
	}
/*}*/

.date-time-picker-container {
	position: relative;
}

@media screen and (min-width: 768px) {
	.date-picker {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.time-picker {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 768px) {
	.time-picker {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

.time-picker img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.margin-btm-5 {
	margin-bottom: 5px !important;
}

.margin-btm-10 {
	margin-bottom: 10px !important;
}

.margin-btm-20 {
	margin-bottom: 20px !important;
}

.margin-btm-30 {
	margin-bottom: 30px !important;
}

.no-margin {
	margin: 0 !important;
}


.hide {
	display: none;
}

/* End Page Specific Styles*/

/*# sourceMappingURL=site.css.map */
