/*----style----*//*these will soon become library standards*/

/*these will soon become library standards*/

@keyframes overlay_fade {
  from {opacity: 1;}
  to {opacity: 0;}
}

@keyframes bg_animate_top {
  0% {left: -80px;}
  50% {left: 0%;}
  100% {left: -80px;}
}

@keyframes bg_animate_bottom {
  0% {right: -80px; bottom: -40px;}
  50% {right: 0%; bottom: 0px;}
  100% {right: -80px; bottom: -40px;}
}

@keyframes fade_in_2 {
  from {opacity: 0;}
  to {opacity: 0.2;}
}

@keyframes fade_in_8 {
  from {opacity: 0;}
  to {opacity: 0.8;}
}

@keyframes fade_in_10 {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes loading {
  0% {left:-20%;}
  50% {left: 20%;}
  100% {left: -20%;}
}

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	color: inherit;
	font-weight: 300;
}

body{
	display: block;
	width: 100%;
	min-height: 100vh;
}

iframe{
	display: block;
	width: 100%;
}

strong,b{
	font-weight: 700;
}

h3 > i{
	display: inline-block;
	width: 30px;
	margin: 12pt 0px;
}

body{
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Nunito', sans-serif;
	font-size: 11pt;
}

html[active_within="cart"],
html[active_within="cart"] body{
	overflow-y: hidden ! important;
	overflow-x: hidden ! important;
}

body.noscroll{
	overflow-y: hidden;
}

#page_container{
	display: block;
	width: 100%;
	overflow-x: hidden;
}

section{
	position: relative;
	transition: all 120ms ease;
	display: block;
	width: 100%;
}

h4{ font-size: 14.4pt; }

section p{
	margin: 12pt 0px;
}

section[type="hero"]{
	display: block;
	margin: 0px;
	background: transparent;
	color: white;
	min-height: 60vh;
}

.blurred{
	filter: blur(5px);
}

.central{
	width: 100%;
	max-width: 740px;
	padding: 0px 32px;
	margin: 0px auto;
}

.central.right,
.central.left{
	position: relative;
	z-index: 1;
	max-width: 420px;
	margin: 0px auto;
}

.contain{
	position: relative;
	overflow: hidden;
	padding: 0px;
}

.white_strip{
	width: 100%;
	margin: 0px; padding: 0px;
	min-height: 40pt;
	background: white;
	position: relative;
	z-index: 1;
}

.white_strip.tall{
	min-height: 70pt;
}

section[type="hero"] p > a:last-child{
	display: inline-block;
	position: relative;
	line-height: 30px;
	padding: 0px 14px;
	background: #0041b9;
	text-decoration: none;
	transition: all 120ms ease;
	border-radius: 0px 10pt 0px 10pt;
	overflow: visible;
	z-index: 1;
}

section[type="hero"] p > a:last-child:hover{
	color: #184598;
	background: #3575df;
}

section[type="hero"] p > a:last-child:before{
	content: "";
	position: absolute;
	left: 0px; right: 0px; top: 0px; bottom: 0px;
	box-shadow: 0px 8px 9px rgba(0,0,0,0.23), 0px 0px 15px rgba(0,0,0,0.28);
	opacity: 0;
	transition: all 420ms ease 1s;
	background: linear-gradient(35deg, rgba(0,255,0,0.6), rgba(0,190,0,0.6));
	z-index: -1;
	border-radius: 0px 10pt 0px 10pt;
}

body[scroll] section[type="hero"] p > a:last-child:before{
	opacity: 1;
}

body[scroll] section[type="hero"] p > a:last-child:active:before{
	opacity: 0;
	transition: all 120ms ease 0ms;
}

section[type="news_hero"]{
	display: table;
	
	width: 100%;
	max-width: 1050px;
	min-height: 35vh;
	max-height: 700px;

	position: relative;
	overflow: hidden;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section[type="news_hero"] > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

section[type="news_hero"] > div > *{
	display: inline-block;
	color: white;
	text-shadow: 0px 2px 5px black, 0px 0px 2px black;
	padding: 20px;
}

section[type="text"]{
	padding: 32px 0px;
	background: white;
}

section[type="text_alt"]{
	padding: 32px 0px;
	background: #DDD;
}

section[type="bg_cover"]{
	position: relative;
	
	width: calc(100vw - 64px);
	max-width: 1050px; margin: 0px auto;
	
	padding: 0px;
	
	background: transparent;
}

section[type="bg_cover"]:after,
section[type="bg_cover"]:before{
	content: " ";
	
	position: absolute;
	top: 0px; bottom: 0px;
	width: 100%;
	min-width: 50vw;
	
	background: white;
	
	z-index: 1;
}

section[type="bg_cover"]:after{
	left: 100%;
	background: linear-gradient(90deg,white,rgba(255,255,255,0.5));
}
section[type="bg_cover"]:before{
	right: 100%;
	background: linear-gradient(270deg,white,rgba(255,255,255,0.5));
}

section[type="naked"]{
	color: white;
	padding: 80pt 0px;
}

section[type="banner"]{
	transform: skewY(2deg);
	z-index: 2;
	height: 400px;
	overflow: visible;
	padding: 0px;
}

section[type="banner"] > div{
	position: absolute;
	top: -4vw; bottom: 0px;	left: 0px; right: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align: middle;
	background: #0041b9;
}

section[type="banner"] > div > img{
	position: absolute;
	top: 0px; bottom: 0px;	left: 0px; right: 0px;
	margin: auto; 
	width: 100%; height: auto;
}

section[type="workspace"]{
	background: white;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20pt 0px;
}


#page_container{
	padding-top: 60px;
	min-height: 100vh;
	background: white;
	color: black;
}

.loading{
	position: relative;
	display: block;
	font-size: 28pt;
	text-align: center;
	margin-top: 120pt ! important;
	padding: 120pt 0px;
	animation: fade_in_10 920ms ease-in;
	z-index: 10;
}

.loading:before{
	position: absolute;
	content: ""; display: block;
	top: 0px; left: 0px; bottom: 0px; width: 100%;
	animation: loading 4.2s ease 0ms infinite;
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.5), rgba(255,255,255,0.15) 40%, rgba(255,255,255,0) 60%);
	z-index: -1;
}

.loading > img{
	height: 120px;
}

.page_menu{
	position: fixed;
	left: 0px; right: 0px; top: 60px;
	max-height: 230px;
	z-index: 1;
	background: white;
	padding: 16px;
	box-shadow: 0px 4px 3px rgba(20,20,20,0.2), 0px 6px 5px rgba(20,20,20,0.1);
	transition: top 120ms ease, left 330ms ease 20ms;
}

body[scroll_direction="down"] .page_menu{
	top: 0px;
}

.page_menu ~ *{
	padding-top: 230px;
}

.padded{
	padding: 12pt;
}

.modal_body{
	max-height: calc(100vh - 160px);
	overflow-y: auto;
}

.modal_body > *{
	overflow: visible;
}

.widget[size="small"] > img{ max-width: 180px; }
.widget[size="medium"] > img{ max-width: 320px; }
.widget[size="large"] > img{ max-width: 520px; }
.widget[size="full"] > img{ max-width: 100%; }

.widget[size="small"] > i:after,
.widget[size="small"] > i:before{ font-size: 11pt; }
.widget[size="medium"] > i:after,
.widget[size="medium"] > i:before{ font-size: 34pt;}
.widget[size="large"] > i:after,
.widget[size="large"] > i:before{ font-size: 48pt; }
.widget[size="full"] > i:after,
.widget[size="full"] > i:before{ font-size: 62pt; }

/*larger than (X)px in width*/
@media screen and (min-width: 900px) {
	
	.widget[size="small"] > img{ max-width: 180px; }
	.widget[size="medium"] > img{ max-width: 420px; }
	.widget[size="large"] > img{ max-width: 720px; }
	.widget[size="full"] > img{ max-width: 100%; }
	
	.widget[size="small"] > i:after,
	.widget[size="small"] > i:before{ font-size: 14.4pt; }
	.widget[size="medium"] > i:after,
	.widget[size="medium"] > i:before{ font-size: 45pt;}
	.widget[size="large"] > i:after,
	.widget[size="large"] > i:before{ font-size: 55pt; }
	.widget[size="full"] > i:after,
	.widget[size="full"] > i:before{ font-size: 85pt; }

	h1{font-size: 30pt;}
	h2{font-size: 22pt;}
	div,span,p,input,li{
		font-size: 14.4pt;
	}
	
	.central{
		display: block;
		max-width: 1050px;
		width: 100%;
		margin: 0px auto;
		padding: 0px 20px;
	}
	
	.central.right,
	.central.left{
		display: block;
		max-width: 525px;
		width: 100%;
	}
	.central.left{
		margin: 0px 50% 0px auto;
	}	
	.central.right{
		margin: 0px auto 0px 50%;
	}
	
	section[type="text"]{
		padding: 40pt 0px;
		background: linear-gradient(90deg,rgba(255,255,255,0.6),white,white,white,rgba(255,255,255,0.6));
		color: black;
	}
		
		
	section[type="text_alt"]{
		padding: 40pt 0px;
		background: linear-gradient(90deg,rgba(225,225,225,0.6),#DDD,#DDD,#DDD,rgba(225,225,225,0.6));
	}

	
	section[type="banner"]{
		max-width: 100%;
		max-height: 18vh;
	}
	
		
	section[type="news_hero"]{
		
		width: 100%;
		max-width: 1050px;
		min-height: 45vh;
		max-height: 700px;
		
		margin: 40px auto;
		
		border-radius: 0px 30pt 0px 30pt;
		overflow: hidden;
		
		background-size: cover;
	}

	body[scroll_direction="down"] #nav{
		top: 0px;
	}
	
		
	body[scroll_direction="down"] .page_menu,
	.page_menu{
		top: 80px;
	}
	
	.padded{
		padding: 16pt;
	}

	#page_container{
		padding-top: 80px;
		transition: padding 330ms ease 20ms;
	}

		
	body[admin_panel_navigation="true"] .page_menu{
		left: 280px;
	}
	
	body[admin_panel_navigation="true"] #page_container{
		padding-left: 280px;
	}
}/*----navigation----*/
#nav{
	display: block;
	position: fixed; top: 0px; right: 0px; left: 0px;
	line-height: 60px;
	z-index: 8;
	height: 60px;
	transition: all 320ms ease;
	overflow: visible;
	background-color: rgba(255,255,255,1);
	color: black;
}

body[scroll="0"] #nav{
	background: rgba(255,255,255,0.8);
}

body[scroll_direction="down"] #nav{
	/*top: -60px;*/
}

#nav:before{
	position: absolute;
	content: "";
	bottom: -5px; left: 0px; right: 0px; top: 100%;
	background: linear-gradient(rgba(0,0,0,0.32), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0));
	z-index: -1;
	transition: opacity 220ms;
}

#nav_logo{
	position: absolute;
	top: 5px; left: 5px; bottom: 5px;
	width: 360px;
	
	background-image: url('https://safebusiness.co.nz/images/logo_home.png');
	background-size: contain;
	background-position: 6px center;
	background-repeat: no-repeat;
	
	z-index: 1;
}

#mobile_menu{
	display: block;
	position: absolute;
	top: 60px; right: 0px; left: 0px; bottom: 0px;
	height: 0px;
	width: 100%;
	overflow: hidden;
	transition: height 240ms ease 280ms;
	background: linear-gradient(#0041b9, rgba(0,0,100,0.95));
	
	font-weight: bold;
	color: white;
}

#mobile_menu > div{
	line-height: 34px;
	font-size: 0px;
	text-align: center;
}

#mobile_menu > div > h3{
	padding: 0px 10px;
	margin-top: 10px;
	font-size: 14pt;
}

#mobile_menu > div > .nav_item{
	display: inline-block;
	line-height: inherit;
	padding: 0px 10px;
	font-weight: bold;
	margin: 5px;
	border: 1px solid rgba(255,255,255,0.5);
}

#menu_toggle{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0px; right: 0px;
	z-index: 20;
	box-sizing: border-box;
	border: none;
	background: none;
	transition: all 150ms ease;
	outline: none;
}

#menu_toggle > div{
	margin: 3px auto;
	height: 3px;
	width: 24px;
	background: #143669;
	transition: all 150ms ease;
	border-radius: 2pt;
}

#menu_toggle:focus{
	color: white;
	background: #0041b9;
}

#menu_toggle:focus > div{
	background: white;
}

#menu_toggle:focus ~ #mobile_menu{
	transition-delay: 0ms;
	height: 100vh;
}

.nav_item{
	display: block;
	line-height: 55px;
	padding: 0px 8px;
	margin: 8px;
	text-decoration: none;
	text-align: center;
	font-size: 14.4pt;
	font-weight: inherit;
	color: inherit;
}

.nav_item.image{
	padding: 4px 0px;
}

.nav_item.image > img{
	display: inline;
	text-align: center;
	height: 42px;
	line-height: 42px;
}

#was_admin{
	position: fixed;
	bottom: 8px; left: 8px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #0041b9;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	z-index: 10;
}

#was_admin a{
	display: block;
	text-align: center;
	color: white;
}

.menu_bar{
	display: none;
}

#footer{
	position: relative;
	display: block;
	background: linear-gradient(90deg,rgba(0,0,120,0.2), rgba(0,0,120,0.7), rgba(0,0,120,0.7), rgba(0,0,120,0.2));
	z-index: 1;
	color: white;
	padding: 60px 0px;
}

#footer > div{
	display: block;
}

#footer .layout_table > div{
	margin: 32px auto;
}

#footer h4{
	font-weight: bold;
	margin-bottom: 10px;
}

#footer a{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	transition: all 140ms ease;
}

#footer a:hover{
	opacity: 0.7;
}

#footer a > i{
	width: 24px;
	margin-right: 10px;
	text-align: center;
}

#sub_nav{
	display: none;
}

/*larger than (X)px in width*/
@media screen and (min-width: 900px) {

	body[scroll_direction="down"] #nav,
	#nav{
		display: block;
		position: fixed; top: 0px; right: 0px; left: 0px;
		height: 80px;
		line-height: 80px;
	}

	#sub_nav{
		display: block;
		position: fixed;
		
		top: 80px; left: 0px; right: 0px; line-height: 80px;
		
		padding: 0px 8pt;
		color: white;
		text-align: center;
		background: #1a4ac2;
		
		z-index: 10;
		
		box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	}
	
	body[admin_panel_navigation="true"] #nav{
		left: 280px;
	}


	#menu_toggle{
		display: none;
	}
	
	#mobile_menu{
		display: none;
	}
	
	#menu{
		display: inline-block;
		position: absolute;
		top: 0px; right: 0px; bottom: 0px; left: 0px;
		height: auto;
		background: none;
		width: 100%;
	}
	
	.menu_bar{
		display: block;
		position: relative;
		width: 100%;
	}

	.menu_bar > div{
		position: absolute;
		top: 0px; bottom: 0px;
		min-width: 40%;
		height: 80px; line-height: 80px;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		font-size: 0;
		box-sizing: border-box;
	}

	.menu_bar > div:first-child{left: 0px; text-align: left;}
	.menu_bar > div:last-child{right: 0px; text-align: right; padding-right: 12pt;}
	

		.nav_item{
			display: inline-block;
			box-sizing: border-box;
			width: auto;
			height: 50px;
			background: transparent;
			line-height: 50px;
			padding: 0px 12px;
			margin: 0px 4px;
			text-decoration: none;
			vertical-align: middle;
			font-size: <font_mid>;
			transition: font-size 120ms ease, background 120ms ease 0ms, opacity 220ms ease 0ms;
			text-align: center;
			border-radius: 0px 10pt 0px 10pt;
		}
		
		.nav_item.bold{
			background: #143669;
		}
		
		.nav_item.clear,
		.nav_item.bold{
			border: 2px solid #143669;
		}
		
		.nav_item:active,
		.nav_item:hover{
			background: rgba(0,0,0,0.1);
			text-shadow: none;
		}	
		
		.nav_item.image:active,
		.nav_item.image:hover{
			background: transparent;
			opacity: 0.6;
		}
		
		
}/*----inputs----*/[status="Disabled"]{
	opacity: 0.7;
	filter: grayscale(100%);
	background: #888;
}

button,
input[type="button"],
input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.navigation_input{
	width: 100%;
	max-width: calc(100% - 115px);
	background: rgba(255,255,255,0.7);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 2pt;
	padding: 5px;
	max-height: 34px;
	height: 34px;
	box-sizing: border-box;
}

.navigation_input:last-child{
	max-width: 100%;
}

.navigation_input + input[type="submit"]{
	float: right;
	width: 105px;
	padding: 0px;
	max-height: 34px;
	height: 34px;
	box-sizing: border-box;
	margin-top: 0px;
}	

.code_input{
	display: inline-block;
	width: 100%;
	
	font-size: 15pt;
	font-family: monospace;
	text-align: center;
	line-height: 20pt;
	padding: 10pt;
}

.code_input:last-child{
	margin: 10pt auto;
}

.code_input + input[type="submit"]{
	line-height: 20pt;
}

input.hidden{
	position: fixed;
	top: -10px;
	height: 1px;
	width: 1px;
	pointer-events: none;
	opacity: 0;
}

.stripe_input_wrapper{
	padding: 12pt;
	background: rgba(0,0,0,0.1);
	border-bottom: 2px solid #143669;
}

::-moz-selection { /* Code for Firefox */
	color: #143669;
	background: #00cc57;
}

::selection {
	color: #143669;
	background: #00cc57;
}

.highlighted {
	color: #143669;
	background: #00c453;
}

a.red, li.red, td.red{background: #ff3d00; color: white;}
a.orange, li.orange, td.orange{background: #ffa000; color: white;}
a.yellow, li.yellow, td.yellow{background: #fdd835; color: black;}
a.green, li.green, td.green{background: #64dd17; color: black;}
a.teal, li.teal, td.teal{background: #1de9b6; color: black;}
a.blue, li.blue, td.blue{background: #448aff; color: white;}
a.purple, li.purple, td.purple{background: #ab47bc; color: white;}
a.magenta, li.magenta, td.magenta{background: #d81b60; color: white;}

.widget[layout="inline_left"]{display: inline; float: left; padding: 4px 16px 8px 0px;}
.widget[layout="inline_right"]{display: inline; float: right; padding: 4px 0px 8px 16px;}
.widget[layout="span_left"]{display: block; text-align: left; padding: 4px 16px 8px 0px;}
.widget[layout="span_center"]{display: block; text-align: center; padding: 8px;}
.widget[layout="span_right"]{display: block; text-align: right; padding: 4px 0px 8px 16px;}

.widget > img{ width: 100%; max-width: 100%;}

.ui_icon{
	width: 240px;
	max-width: 50%;
	display: block;
	margin: 0px auto;
}

.block_table{
	display: block;
}

.block_table > *{
	display: block;
}

.gradient{
	background-image: linear-gradient(90deg, #00c453, #143669); 
}

/*
.toolbar{
	text-align: right;
	vertical-align: middle;
}

.toolbar > *{
	display: inline-block;
	position: relative;
	min-width: 30px;
	width: 30px;
	height: 30px;
	color: black; background: white;
	transition: 220ms ease;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
}

.toolbar i {
	line-height: 30px;
	vertical-align: middle;
}

.toolbar > *:hover{
	color: white; background: black;
}

.toolbar > * > *{
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
}

.toolbar_item{
	display: inline-block;
	background: white;
	color: black;
	transition: background 200ms ease, color 200ms ease;
	text-align: center;
	cursor: pointer;
}

.toolbar_item:hover{
	background: black;
	color: white;
	transition: background 200ms ease, color 200ms ease;
}
*/


[client_action]{
	cursor: pointer;
}

[client_action] input{
	cursor: pointer;
}

td[client_action]{
	cursor: auto;
}

td[client_action][periods]{
	cursor: pointer;
}

[bizeco_editable]{
	padding: 4px 0px;
}

.input_container{
	margin: 16px;
}

.embed_container{
	position: relative;
	width: 100%;
	margin: 6px 0px 24px 0px;
}

.input_wrapper{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	line-height: initial;
	background: #E5E5E5;
	margin: 6px 0px 24px 0px;
	padding-top: 16px;
	border-radius: 2pt;
	color: #666;
	border: 1px solid;
	cursor: text;
}

.input_wrapper .input_wrapper{
	baclground: transparent;
	border: none;
	outline: none;
}

.readonly .input_wrapper{
	background: none;
	border-color: #BBB;
	color: #111;
}

.readonly .input_wrapper label{
	color: #0041b9;
}

span.input_wrapper,
.input_wrapper.inline{
	max-width: 240px;
	margin: 0px 12px 0px 0px;
	display: inline-block;
}

.input_wrapper[type="hidden"]{
	display: none;
}

.input_wrapper_table{
	display: table;
	table-layout: fixed;
	background: #e5e5e5;
	border-radius: 2pt;
	margin: 5px 0px 28px 0px;
	width: 100%;
}	

.input_wrapper_table > .input_wrapper{
	display: table-cell;
	width: auto;
}

.input_wrapper:after{
	position: absolute;
	top: 100%; left: 8px; right: 8px;
	line-height: 18px;
	vertical-align: middle;
	content: "";
	font-size: 8pt;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.readonly .input_wrapper:after{
	display: none;
}

.input_wrapper[warn]:after{
	content: attr(warn);
}

.input_wrapper[help]:after{
	content: attr(help);
}


.input_wrapper[error]:after{
	content: attr(error);
}

.input_wrapper[warn]:last-child,
.input_wrapper[error]:last-child,
.input_wrapper[help]:last-child{
	margin-bottom: 20px;
}

section.readonly .input_wrapper:after{
	display: none;
}

.view_input,
.input_wrapper > p{
	margin: 4pt 0px 8pt 0px;
	padding: 0px 8px;
	color: #333;
}


.input_options_menu{
	position: absolute;
	top: 100%; right: 0px; left: 0px;
	height: 0px;
	background: white;
	box-shadow: 0pt 4pt 2pt rgba(0,0,10,0.4), 0pt 4pt 12pt rgba(0,0,10,0.3);
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 220ms;
	z-index: 10;
	opacity: 0.2;
	max-height: 220px;
}

.input_option{
	padding-left: 10px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
	background: white;
	cursor: pointer;
}

.input_option[current="true"]{
	background: <main_lowester>;
	color: black;
}
.input_option:hover, 
.input_option:active{
	background: #0041b9;
	color: white;
}

.input_wrapper[option],
.input_wrapper[option] > input{
	cursor: pointer;
}

.input_wrapper[type="box"]{
	padding: 4px;
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 2pt;
	margin: 8px 0px;
	box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.2), inset 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.input_wrapper[type="upload"] iframe{
	height: 140px;
}

.input_wrapper > img{
	display: block;
	margin: 0px auto;
	border: 1px solid rgba(0,0,0,0.2);
	max-height: 120px;
}

.input_wrapper > span.range{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 6px 0px;
}

.input_wrapper > span.range > *{
	display: table-cell;
}

.input_wrapper > span.range > label{
	width: 60px;
	text-align: center;
	background: #CCC;
	line-height: 25px;
	border-right: 0px;
}

.input_wrapper input[type="range"]{
	-webkit-appearance: none;
	width: calc(100% - 20px);
	height: 5px;
	margin: 10px;
	background: #BBB;
	oultine: 0px;
	border-radius: 2pt;
}


#address_finder_input, 
.input_wrapper > input, 
.input_wrapper > textarea, 
.input_wrapper > select{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background: none;
	
	width: calc(100% - 16px);
    margin: 0px auto;
    display: block;
    padding: 8px 0px;
	
	color: black;
	border: none;
	outline: none;
	transition: all 200ms;	
	width: calc(100% - 16px);
	font-size: 11pt;
	resize: none;
	border-radius: 0px;
	font-weight: 500;
}

.input_wrapper > *:-webkit-autofill{
	font-size: 11pt;
}

.input_wrapper input[type="color"]{
	display: block;
	height: 32px;
	padding: 0px;
	padding-bottom: 6px;
}

input:-webkit-autofill::first-line{
	font-size: 11pt;
}

.input_wrapper label input + input{
	display: inline;
	min-width: calc(100% - 60px);
	width: auto;
	border: 1px solid #666;
	border-radius: 2pt;
	padding: 4px;
	background: none;
}

/*putting a span creates a sub input box useful for radios and ticks*/
.input_wrapper > span{
	display: block;
	position: relative;
	line-height: 16px;
	font-size: 11pt;
	border: none;
	padding: 6px;
	text-align: left;
	color: black;
	transition: all 120ms;
}

.input_wrapper.hide_answers > span{
	opacity: 0;
	height: 0px;
	padding: 0px;
	
}

.input_wrapper > span.label{
	font-size: 9pt;
	color: inherit;	
	
}

.input_wrapper > span.help{
	font-size: 9pt;
	color: inherit;
	
}

.input_wrapper[type="radio"] > span > label{
	display: block;
	position: relative;
	padding-left: 33px;
	line-height: 20px;	
	vertical-align: middle;
}

.input_wrapper[type="radio"] > span > label > input{
	position: absolute;
	left: 0px; top: 4px;
	vertical-align: bottom;
}

.input_wrapper > span [type="radio"], 
.input_wrapper > span [type="checkbox"]{
	display: inline-block;
	outline: none;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	vertical-align: middle;
}

	.input_toggle_section{
		position: relative;
		top: -10px;
		height: 0px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		transition: all 230ms;
		opacity: 0;
	}

	.input_toggle_section.active{
		height: auto;
		top: 0px;
		overflow: visible;
		margin: 12px 0px;
		opacity: 1;
	}
	.input_toggle_section.active:empty{margin: 0px;}

.input_wrapper > span > iframe{
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 1px;
	min-width: 100%;
	*width: 100%; /*--this is to make sure the CSS still works on OLD browsers--*/
}

.input_wrapper > label{
	pointer-events: none;
	top: 6px; left: 8px;
	display: block;
	position: absolute;
	line-height: 100%;
	font-size: 8pt;
	color: inherit;
	transition: all 200ms;
	z-index: 1;
}

.input_wrapper[required] > label:after{
	content: attr(label) " *";
}

.readonly .input_wrapper > label:after{
	display: none;
}

.input_wrapper > aside{
	position: relative;
	padding: 0px 8px 6px 8px;
	font-size: 8pt;
}

.input_wrapper[icon]::before, 
.input_wrapper[option]::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 8px; top: 8px; bottom: 8px;
	width: 33px;
	color: #555;
	line-height: 33px;
	text-align: center;
	font-size: 16pt;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.input_wrapper[option]::before{
	font-family: "Font Awesome 5 Free"; 
	content: "\f078";
}

.input_wrapper.load[option]::before{
	font-family: "Font Awesome 5 Free"; 
	content: "\f073";
}

/*color overrides*/
.input_wrapper.forced_active,
.input_wrapper.active{
	color: #0041b9;
}

.input_wrapper:focus-within{
	color: #143669;
}
.input_wrapper.focus{
	color: #143669;
}

.input_wrapper[error]{
	color: tomato;
}
/*color overrides*/

/*input groups*/
.input_group{
	list-style-type: none;
}

.input_group.run_on{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.input_group.run_on > li{
	display: table-cell;
	padding: 0px 4px;
}

.input_group.run_on > li:first-child{ padding-left: 0px; }
.input_group.run_on > li:last-child{ padding-right: 0px; }


/*input groups*/

/*buttons*/
.button{
	display: inline-block;
	position: relative;
	margin-top: 8pt;
	box-sizing: border-box;
	width: auto;
	outline: none;
	border: none;
	border-radius: 2pt;
	transition: all 120ms ease 100ms;
	border: 2px solid #143669;
	background: #143669;
	line-height: 21pt;
	padding: 0px 8px;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-family: 'Roboto', sans-serif;
	color: white;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	font-size: 8pt;
	overflow: visible;
	white-space: nowrap;
	height: 32px;
	max-height: 32px;
	vertical-align: middle;
}

/*hide button icons on smaller devices*/
.button > i{display: none;}

.button > i:first-child{
	margin-right: 8px;
}

.button > input[type="file"]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;	
}


section.red { background: #fae2e2; }
section.blue { background: #ddddff; }
section.teal { background: #bfeadf; }
section.green { background: #ddffdd; }
section.yellow { background: #ffffbb; }

section .button{ background: #0041b9; border-color: #0041b9; }
section.red .button{ background: #a6211a; border-color: #a6211a; }
section.blue .button{ background: #285eac; border-color: #285eac; }
section.teal .button{ background: #36a38a; border-color: #36a38a; }
section.green .button{ background: #1fc261; border-color: #1fc261; }
section.yellow .button{ background: #64652c; border-color: #64652c; }

section.banner .button{ border-color: <main_lowester>; background: <main_lowester>; color: #0041b9; line-height: 110%; height: 100%; }
section.banner.red .button{ border-color: #ec8d88; background: #ec8d88; color: #a6211a; }
section.banner.blue .button{ border-color: #6b99ed; background: #6b99ed; color: #285eac; }
section.banner.teal .button{ border-color: #83d6c2; background: #83d6c2; color: #277866; }
section.banner.green .button{ border-color: #67e79a; background: #67e79a; color: #1fc261; }
section.banner.yellow .button{ border-color: #f4ff75; background: #f4ff75; color: #64652c; }

.button.red{ border-color: #a6211a; background: #a6211a; color: white; }
.button.blue{ border-color: #285eac; background: #285eac; color: white; }
.button.teal{ border-color: #36a38a; background: #36a38a; color: white; }
.button.green{ border-color: #1fc261; background: #1fc261; color: white; }
.button.yellow{ border-color: #64652c; background: #64652c; color: white; }

.button.clear{
	background: none ! important; 
	color: black;
	border-color: #0041b9;
}

.button.icon{
	background: transparent;
	border-width: 1px;
	padding: 1px;
	line-height: 32px;
}

.button.icon > img{
	display: inline-block;
	height: 28px;
}


.button[disabled]{
	opacity: 0.5;
	color: #333;
	border-color: #333;
	background: #EEE;
	text-shadow: 0px 0px 2px #444;
}

section.banner{
	padding: 0px;
	line-height: 40px;
	display: block;
	position: relative;
	width: 100%;
}

section.banner *{
	vertical-align: top;
	margin: 0px;
	font-size: 11pt;
	line-height: 110%;
	height: 100%;
}


section.banner > p{
	position: relative;
	display: block;
	padding: 8pt 35% 8pt 8pt;
	line-height: 110%;
	text-align: left;
}

section.banner .toolbar_container > div{
	display: block;
	position: relative;	
}

section.banner .toolbar_container > div .toolbar_wrapper{
	display: table;
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
	width: 100%;
	table-layout: fixed;
}

section.banner > .toolbar_container{
	display: block;
	position: absolute;
	top: 0px; right: 0px; bottom: 0px;
	width: 30%;
	height: 100%;
	min-width: 50px;
	max-width: 120px;
	text-align: right;
	border-left: 1px solid;
	z-index: 1;
	font-size: 0px;
	padding: 0px;
}

section.banner > .toolbar_container .toolbar_wrapper .button{
	display: table-cell;
	border: 0px;
	border-radius: none;
	text-align: center;
	vertical-align: middle;
	font-weight: 600;
}

section.banner .toolbar_container .link_wrapper{
	vertical-align: middle;
	display: table;
	text-align: center;
	border-radius: 0px;
	width: 100%; height: 100%;
}

section.banner .toolbar_container .link_wrapper > *{
	display: table-cell;
	border-radius: 0px;
	vertical-align: middle;
	outline: 0px; border: 0px;
	font-weight: bold;
}
	

.button.frameless{
	border: none;
}

.button:focus{
	border-color: #143669;
}

.button:active{
	transition-delay: 0ms;
	border-color: #143669;
	background: #143669;
}

.button[disabled="true"]{
	pointer-events: none;
	background: none;
	opacity: 0.7;
	box-shadow: none;
}

.input_wrapper_image{
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
    border-radius: 2pt;
    background-color: rgba(127,127,127,0.2);
    cursor: pointer;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: height 220ms;
    font-size: 0pt;
	max-height: 30vh;
}

.input_wrapper_image[type="image"].active{
	height: 250px;
}

.input_wrapper_image.active:hover label{
	opacity: 1;
}

.input_wrapper_image > label{
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	line-height: 50px;
	color: #888;
	font-size: 16pt;
	cursor: pointer;
	transition: all 120ms;
}

.readonly .input_wrapper[accepts]{
	padding: 0px;
	background: #BBB;
}

.readonly .input_wrapper[accepts] p{
	padding: 0px;
	font-size: 0px;
	margin: 0px;
}
.readonly .input_wrapper[accepts] label{
	background: rgba(255,255,255,0.9);
	border-radius: 4pt;
	padding: 4pt;
}

.embed_container img{
	max-width: 100%;
	max-height: 340px;
	margin: 0px auto;
	display: block;
}


.input_wrapper_image > img{
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.input_wrapper_image > div{
	background: #0041b9;
	transition: width 120ms;
	height: 5px;
	width: 0%;
	position: absolute;
	bottom: 0px; left: 0px;
}

@-webkit-keyframes autofill {
	to {
		background: transparent;
	}
}

.input_wrapper > :-webkit-autofill,
.input_wrapper > :-webkit-autofill:hover, 
.input_wrapper > :-webkit-autofill:focus{
	/*no style for autofill please*/
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

.page_details{
	display: block;
	text-align: center;
	margin: 12px auto;
}


.static_media{
	margin: 10px 0px;
	font-size: 0px;
	outline: none;
}

.static_media > *{
	box-sizing: border-box;
	display: block;
	max-width: 640px;
	width: 100%;
	margin: 0px auto;
	border: 1px solid #CCC;
	outline: none;
}

.video_quiz{
	
}

.incremental_search_wrapper{
	position: relative;
	overflow: visible;
}

.incremental_search_wrapper > .options_reciever{
	position: absolute;
	top: 100%; left: 0px; right: 0px;
	z-index: 1;
	background: white;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	opacity: 0;
	pointer-events: none;
	list-style-type: none;
	font-size: 0px;
}

.options_reciever > pre{
	display: none ! important; /*override the override*/
}

.incremental_search_wrapper > .options_reciever[active="true"]{
	pointer-events: auto;
	opacity: 1;
}

.options_reciever > button{
	background: white;
	border: 0px;
	outline: 0px;
	margin: 0px 0px;
	display: table;
	width: 100%;
	color: black;
	border-top: 1px solid rgba(127,127,127,0.5);
}

.options_reciever > button:focus,
.options_reciever > button:hover{
	background: #143669;
}

.options_reciever > button > div{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	padding: 4pt;
}

.options_reciever > button > .thumb{
	box-sizing: border-box;
	width: 60px;
	min-width: 60px;
	max-width: 60px;
	padding: 0px;
	background-color: #DDD;
	overflow: hidden;
	border: 1px solid rgba(127,127,127,0.5);
}

.options_reciever > button > .thumb > img{
	float: left;
	height: 100%;
	max-height: 50px;
}

.button_wrapper > .button{
	margin-right: 6px;
}

@media screen and (min-width: 320px) {
	.button{ font-size: 11pt;}
	.button > i{display: inline-block;}
}

@media screen and (min-width: 680px) {
	.static_media{
		padding: 60px 10px;
		background: radial-gradient(black, #777 70%);
	}
	
	.static_media > *{
		box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	}
}

@media screen and (min-width: 900px) {
	/*font overrides for desktop*/
	.info_list,
	.info_table,
	#address_finder_input, 
	.input_wrapper > input, 
	.input_wrapper > textarea, 
	.input_wrapper > select,
	.input_wrapper > span,
	.button_wrapper,
	.input_wrapper_image[type="image"].active label,
	#toast_box > div,
	#toast_box span,
	.faq:after,
	.faq:before,
	[bizeco_editable="false"] .faq,
	.faq[active="true"],
	[bizeco_editable="false"] .faq,
	.faq[active="true"],
	.faq:before,
	.faq:after{
		font-size: 14.4pt;
	}

	.input:-webkit-autofill{
		font-size: 14.4pt;
	}
	
	.pagination > *,
	.search_wrapper > span > *{
		font-size: 13pt;
	}
	
	.input_wrapper:after
	.input_wrapper > label,
	.input_wrapper > span.label,
	.input_wrapper > span.help,
	.input_wrapper > aside{
		font-size: 11pt;
	}
	/*font overrides for desktop*/
	
	.input_row{
		display: table;
		table-layout: fixed;
		width: 100%;
		
	}

	.input_row > .input_wrapper{
		display: table-cell;
		width: auto;
		box-sizing: content-box;
		border-left: 6pt solid white;
		border-right: 6pt solid white;
	}
	.input_row > .input_wrapper:first-child{border-left: none;}
	.input_row > .input_wrapper:last-child{border-right: none;}
	
	.search_wrapper > span:first-child{
		width: 60%;
	}
	
	
	.pagination > *{
		width: 40px;
		max-width: 40px;
		line-height: 40px;
	}
	
	.embed_container img{
		max-height: 600px;
	}
		
}/*overrides*/
.button{
	background: #143669;
}

[status="Disabled"]{
	opacity: 0.7;
	filter: grayscale(100%);
	background: #AAA;
}

.stripe_input_wrapper{
	padding: 12pt;
	background: rgba(0,0,0,0.1);
	border-bottom: 2px solid #143669;
}

::-moz-selection { /* Code for Firefox */
	color: #143669;
	background: #00c453;
}

::selection {
	color: #143669;
	background: #00c453;
}

.block_table{
	display: block;
}

.block_table > *{
	display: block;
}

.gradient{
	background-image: linear-gradient(90deg, #00c453, #143669); 
}

.toolbar{
	text-align: right;
	vertical-align: middle;
}

.toolbar > *{
	display: inline-block;
	position: relative;
	min-width: 30px;
	width: 30px;
	height: 30px;
	color: black; background: white;
	transition: 220ms ease;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	border-radius: 3px;
}

.toolbar i {
	line-height: 30px;
	vertical-align: middle;
}

.toolbar > *:hover{
	color: white; background: black;
}

.toolbar > * > *{
	position: absolute;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	
}

.toolbar_item{
	display: inline-block;
	background: white;
	color: black;
	transition: background 200ms ease, color 200ms ease;
	text-align: center;
	cursor: pointer;
}

.toolbar_item:hover{
	background: black;
	color: white;
	transition: background 200ms ease, color 200ms ease;
}

.faq,
.testimonial,
.card{
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2), 0px 2px 14px rgba(0,0,0,0.2);
	margin: 12pt auto;
	padding: 16px;
	background: white;
	color: black;
}

.testimonial{
	display: block;
}

.testimonial:before{
	content: attr(content_before);
	position: relative;
	display: block;
	border-bottom: 2px solid #143669;
	margin-bottom: 8px;
	line-height: 36px;
	font-weight: bold;
}

.faq{/*faq answer*/
	display: block;
	box-sizing: border-box;
	
	background: #143669;
	transition: all 120ms ease;
	cursor: pointer;
	position: relative;
	padding-left: 48px;
	padding-top: 48px;
	padding-bottom: 0px;
	
	height: 48px;
	min-height: 48px;
	overflow: hidden;

	color: rgba(255,255,255,0);
	
	font-size: 0px;
	line-height: 0px;
	transition: all 180ms ease, color 30ms ease;
}

.faq:hover{/*faq answer*/
	background: #184598;
}

.faq:after{/*faq icon*/
	position: absolute;
	top: 8px; left: 8px;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	content: "\f107";
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
	font-weight: bold;
    text-rendering: auto;
	color: white;
	width: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	transition: all 420ms ease;
}

.faq:before{/*faq question*/
	content: attr(content_before);
	position: absolute;
	top: 8px; left: 48px;
	line-height: 32px;
	font-weight: bold;
	color: white;
	white-space: nowrap;
	display: block;
	font-size: 15px;
}

[bizeco_editable="false"] .faq,
.faq[active="true"]{/*faq answer*/
	height: auto;
	background: white;
	font-size: 15px;
	color: black;
	line-height: 22px;
	padding: 48px 8px 8px 8px;
	opacity: 1;
	transition: all 180ms ease, color 90ms ease 120ms;
}

[bizeco_editable="false"] .faq:before,/*faq question*/
.faq[active="true"]:before{/*faq question*/
	color: black;
}

[bizeco_editable="false"] .faq:after,/*faq icon*/
.faq[active="true"]:after{/*faq icon*/
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-style: normal;
    font-variant: normal;
	color: black;
}


li{
	list-style-type: none;
}

[client_action]{
	cursor: pointer;
}

[client_action] input{
	cursor: pointer;
}

td[client_action]{
	cursor: auto;
}

td[client_action][periods]{
	cursor: pointer;
}

[bizeco_editable]{
	padding: 4px 0px;
}

.input_container{
	margin: 16px;
}

.input_wrapper{
	width: 100%;
	box-sizing: border-box;
	line-height: initial;
	position: relative;
	background: #E5E5E5;
	margin: 5px 0px 28px 0px;
	padding-top: 16px;
	border-radius: 2pt;
	cursor: text;
}


span.input_wrapper,
.input_wrapper.inline{
	max-width: 240px;
	margin: 0px 12px 0px 0px;
	display: inline-block;
}

.input_wrapper_table{
	display: table;
	table-layout: fixed;
	background: #e5e5e5;
	border-radius: 2pt;
	margin: 5px 0px 28px 0px;
	width: 100%;
}	

.input_wrapper_table > .input_wrapper{
	display: table-cell;
	width: auto;
}


.input_options_menu{
	position: absolute;
	top: 100%; right: 0px; left: 0px;
	height: 0px;
	background: white;
	box-shadow: 0pt 4pt 2pt rgba(0,0,10,0.4), 0pt 4pt 12pt rgba(0,0,10,0.3);
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 220ms;
	z-index: 10;
	opacity: 0.2;
	max-height: 220px;
}

.input_option{
	padding-left: 10px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
	background: white;
	cursor: pointer;
}

.input_option[current="true"]{
	background: <main_lowester>;
	color: black;
}
.input_option:hover, 
.input_option:active{
	background: #0041b9;
	color: white;
}

.input_wrapper[option],
.input_wrapper[option] > input{
	cursor: pointer;
}

.input_wrapper[type="box"]{
	padding: 4px;
	border: 1px solid rgba(127,127,127,0.5);
	border-radius: 2pt;
	margin: 8px 0px;
	box-shadow: inset 0px 2px 6px 0px rgba(0,0,0,0.2), inset 0px 2px 2px 0px rgba(0,0,0,0.1);
}

.input_wrapper > span.range{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 6px 0px;
}

.input_wrapper > span.range > *{
	display: table-cell;
}

.input_wrapper > span.range > label{
	width: 60px;
	text-align: center;
	background: #CCC;
	line-height: 25px;
	border-right: 0px;
}

.input_wrapper input[type="range"]{
	-webkit-appearance: none;
	width: calc(100% - 20px);
	height: 5px;
	margin: 10px;
	background: #AAA;
	oultine: 0px;
	border-radius: 5px;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #0041b9;
	cursor: pointer;
	border-radius: 50%;
}

.input_wrapper > input, 
.input_wrapper > textarea, 
.input_wrapper > select{
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	position: relative;
	background: none;
	padding: 8px;
	color: black;
	border: none;
	outline: none;
	transition: all 200ms;	
	width: 100%;
	font-size: 13px;
	resize: none;
	border-radius: 0px;
	font-weight: 500;
}

.input_wrapper > select{
	width: 100%;
}	

/*putting a span creates a sub input box useful for radios and ticks*/
.input_wrapper > span{
	display: block;
	line-height: 16px;
	font-size: 14px;
	border: none;
	padding: 6px;
	text-align: left;
}

.input_wrapper > span.label{
	font-size: 11px;
	color: #0041b9;	
	
}

.input_wrapper > span.help{
	font-size: 11px;
	color: #AAA;
	
}

.input_wrapper > span > label{
	display: block;
	line-height: 24pt;
	vertical-align: middle;
}

.input_wrapper > span [type="radio"], 
.input_wrapper > span [type="checkbox"]{
	display: inline-block;
	width: auto;
	margin: 4px 8px 4px 4px;
	transform: scale(1.3);
	outline: none;
	height: 20px;
	cursor: pointer;
	vertical-align: middle;
}

	.input_toggle_section{
		position: relative;
		top: -10px;
		height: 0px;
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		transition: all 230ms;
		opacity: 0;
	}

	.input_toggle_section.active{
		height: auto;
		top: 0px;
		overflow: visible;
		margin: 12px 0px;
		opacity: 1;
	}
	.input_toggle_section.active:empty{margin: 0px;}

.input_wrapper > span > .file_upload ~ label{
	display: inline-block;
	line-height: 20px;
	height: 20px;
	margin: 0px 8px;
	vertical-align: middle;
	color: #555;
}

.input_wrapper:not([type="box"]) > label{
	pointer-events: none;
	top: 18px;
	left: 8px;
	display: block;
	position: absolute;
	line-height: 100%;
	font-size: 14px;
	color: #888;
	transition: all 200ms;
	z-index: 1;
}

.input_wrapper[required] > label:after{
	content: attr(label) " *";
}

/*has to be doubled up because focus-within prevents entire rule to be read on ie*/
.input_wrapper.active > label, 
.input_wrapper.forced_active > label, 
.input_wrapper.focus > label, 
.input_wrapper[error] > label, 
.input_wrapper > span ~ label,
.input_wrapper > input[type="date"] ~ label{
	top: 6px ! important;
	font-size: 11px ! important;
}
.input_wrapper:focus-within > label, 
.input_options_menu ~ label{
	top: 6px ! important;
	font-size: 11px ! important;
	color: #0041b9 ! important;
}

.input_wrapper[icon]::before, 
.input_wrapper[option]::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 8px; top: 8px; bottom: 8px;
	width: 33px;
	color: #555;
	line-height: 33px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.input_wrapper[option]::before{
	font-family: "Font Awesome 5 Free"; 
	content: "\f078";
}

.input_wrapper.load[option]::before{
	font-family: "Font Awesome 5 Free"; 
	content: "\f073";
}

.input_wrapper:after{
	content: " ";
	box-sizing: border-box;
	font-size: 9.5pt;
	position: absolute;
	top: calc(100% - 2px); /*54px*/
	left: 0px;
	width: 0px;
	overflow: visible;
	height: 2px;
	white-space: nowrap;
	transition: all 220ms ease;
	padding-left: 8px;
	line-height: 25px;
	background: transparent;
}

.input_wrapper[help]:after{
	color: #333;
	content: attr(help);
	text-align: left;
}

.input_wrapper[error]:after{
	color: red;
	background: red ! important;
	content: attr(error);
	width: 100%;
}

/*
.input_wrapper.active:after, 
.input_wrapper.focus:after, 
.input_wrapper.forced_active:after{
	width: 100%;
	background: #AAA;
}
*/

.button_wrapper{
	display: block;
	text-align: left;
	line-height: 40px;
	font-size: 12pt;
	padding-top: 12pt;
}

.input_wrapper:focus-within:after{
	width: 100%;
	background: #0041b9;
	text-shadow: 0px 0px 1px black;
}


.button[disabled="true"]{
	pointer-events: none;
	background: none;
	opacity: 0.7;
	box-shadow: none;
}

.input_wrapper_image{
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
    border-radius: 2pt;
    background-color: rgba(127,127,127,0.2);
    cursor: pointer;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: height 220ms;
    font-size: 0pt;
	max-height: 30vh;
}

.input_wrapper_image[type="image"].active{
	height: 250px;
}

.input_wrapper_image[type="image"].active label{
	color: white;
	text-shadow: 0px 0px 1px black, 0px 3px 3px rgba(0,0,0,0.2), 0px 3px 9px rgba(0,0,0,0.2);
	font-size: 14px;
	opacity: 0;
}

.input_wrapper_image.active:hover label{
	opacity: 1;
}

.input_wrapper_image > label{
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	line-height: 50px;
	color: #888;
	font-size: 20px;
	cursor: pointer;
	transition: all 120ms;
}

.input_wrapper_image > img{
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.input_wrapper_image > div{
	background: #0041b9;
	transition: width 120ms;
	height: 5px;
	width: 0%;
	position: absolute;
	bottom: 0px; left: 0px;
}
/*usually paired with input_wrapper_image*/
.file_upload{
	margin: 0px;
}
.file_upload > input[type="file"]{
	display: none;	
}

@-webkit-keyframes autofill {
	to {
		background: transparent;
	}
}

.input_wrapper > *:-webkit-autofill,
.input_wrapper > *:-webkit-autofill:hover, 
.input_wrapper > *:-webkit-autofill:focus{
	/*no style for autofill please*/
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

/*toast*/
#toast_box{
	box-sizing: border-box;
	position: fixed;
	top: calc(100vh - 60px); left: 0px; right: 0px;
	z-index: 99;
	transition: all 300ms;
	pointer-events: none;
}

#toast_box > div{
	box-sizing: border-box;
	width: 400px;
	max-width: calc(100vw - 30px);
	padding: 4px 8px;
	border-radius: 2pt;
	margin: 0px auto;
	background: #212121;
	color: white;
	font-size: 12pt;
	border-radius: 2pt;
	overflow: hidden;
	pointer-events: auto;
}

#toast_box span{
	line-height: 40px;
	padding: 0px 6px;
	font-size: 10pt;
	transition: color 220ms;
	white-space: nowrap;
}

#toast_box span:last-child:hover{
	cursor: pointer;
	color: rgba(127,127,127,0.8);
}

#toast_box .button{
	background: none;
	box-shadow: none;
}

#toast_box[type="1"] > div{
	background: #b71c1c;
}

#toast_box[hide="1"]{
	top: calc(100vh + 20px);
}

#bizeco_window_storage{
	position: fixed;
	top: 0px; left: 0px;
	height: 0px;
	overflow: visible;
	z-index: 10;
	font-family: 'Roboto', sans-serif;
}

.bizeco_window_container{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
}

.bizeco_window_container.back, .bizeco_window_container.back_perm{
	bottom: 0px;
	background: rgba(0,0,0,0.3);
	overflow: visible;
	z-index: 11;
}

.bizeco_window{
	box-sizing: border-box;
	position: relative;
	margin: 16pt auto;
	max-width: calc(100vw - 32pt);
	max-height: calc(100vh - 32pt);
	background: white;
	border-radius: 2pt;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3), 0px 2px 10px rgba(0,0,0,0.3);
	color: black;
}

.bizeco_window_content_container{
	padding: 16pt;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
	overflow-x: hidden;
}

.modal_toolbox{
	width: 100%;
	box-sizing: border-box;
	background: white;
	padding: 16pt;
	box-shadow: 0px 2px 2px -3px rgba(0,0,0,0.2), 0px 5px 6px -5px rgba(0,0,0,0.3);
	z-index: 1;
	min-height: 120px;
}

.modal_loading{
	position: relative;
	padding: 48px 32px;
	display: block;
	font-size: 24pt;
	text-align: center;
	background: white;
	color: #777;
}

.modal_loading:after{
	content: " ";
	position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px;
	background: linear-gradient(270deg, rgba(255,255,255,0.9), rgba(255,255,255,0.1), rgba(255,255,255,0.9));
	background-size: 300% 100%;
	animation: background_slide 3s ease infinite;
}

.bizeco_wizard_container{
	position: fixed;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: 9;
	overflow: hidden;
	background-color: white;
	background-image: url('images/wizard_background.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}

.bizeco_wizard_container.wait > *{
	pointer-events: none;
}

.bizeco_wizard_container:after{
	position: fixed;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	content: "Loading...";
	line-height: 50vh;
	text-align: center;
	font-size: 40pt;
	background: rgba(0,0,0,0.4);
	color: white;
	pointer-events: none;
	opacity: 0;
	z-index: -1;
}


.bizeco_wizard_container.wait:after{
	opacity: 1;
	z-index: 1;
}

.bizeco_wizard_wrapper{
	position: absolute;
	left: 0vw; top: 0px; bottom: 0px;
	width: auto;
	white-space: nowrap;	
	overflow: visible;
	transition: left 220ms ease;
}

.bizeco_wizard_slide{
	display: inline-block;
	width: 100vw;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.bizeco_modal_title{
	display: table;
	background: #0041b9;
	color: white;
	width: 100%;
}

.bizeco_modal_title > *{
	display: table-cell;
	padding-left: 12px;
	line-height: 40px;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar{
	text-align: right;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar > *{
	min-width: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}

.bizeco_modal_title > .bizeco_modal_title_toolbar > *:hover{
	background: white;
	color: black;	
}

.bizeco_modal_container{
	overflow-y: auto ! important;
}

.bizeco_modal_content_container{
	overflow-y: visible ! important;
	max-height: none ! important;
}

.bizeco_modal{
	overflow-y: visible ! important;
	max-height: none ! important;
}

.bizeco_wizard_slide{
	vertical-align: top;
}

@media screen and (min-width: 900px) {
	.input_row{
		display: table;
		table-layout: fixed;
		width: 100%;
		
	}

	.input_row > .input_wrapper{
		display: table-cell;
		width: auto;
		box-sizing: content-box;
		border-left: 6pt solid white;
		border-right: 6pt solid white;
	}
	.input_row > .input_wrapper:first-child{border-left: none;}
	.input_row > .input_wrapper:last-child{border-right: none;}
}/*----chips----*/.chip_input_wrapper{
	display: block;
	position: static;
	width: 100%;
	left: 20px;
	right: 20px;
	top: 50%;
	bottom: 10%;
	transition: all 240ms ease-out 120ms;
	opactity: 0;
}

.chip_input_wrapper > .toggle_this{
	display: none;
	background: #184598;
}

.chip_input_wrapper[active="true"]{
	position: fixed;
	top: 0px; left: 0px; right: 0px;
	height: -webkit-fill-available;
	max-height: 100vh;	
	
	background: white;
	z-index: 11;
}


.chip_input_wrapper[active="true"] > .toggle_this{
	display: block;
	position: fixed;
	top: 0px; right: 0px;
	width: 50px; height: 50px;
	background: white;
	border: none;
	outline: none;
}

.popdown_reciever{
	display: none;	
}

.chip_input_wrapper[active="true"] > .popdown_reciever{
	display: block;
	position: absolute;
	top: 50px; right: 0px; left: 0px; bottom: 0px;
	overflow-x: hidden;
	overflow-y: visible;
	box-shadow: inset 0px 2px 3px rgba(0,0,0,0.23), inset 0px 0px 8px rgba(0,0,0,0.28);
}

.popdown_wrapper{
	padding: 8pt;
}

.chip_input{
	margin: 6pt;
	display: block;
	line-height: 30px;
	width: calc(100% - 60px);
	outline: none;
	border: none;
	background: none;
}

.chips_wrapper{
	display: block;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	max-width: 100%;
	list-style-type: none;
}

.chips_wrapper:after{
	display: table;
	width: 100%;
	content: " ";
	clear: both;
}
	
.chips_wrapper > li{ 
	display: table;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	table-layout: fixed;
	margin: 10px auto;
	background: white;
	border: 1px solid rgba(30,30,30,0.5);
	border-radius: 2pt;
}
	
.chips_wrapper > li[draggable="true"]{ 
	border: 2px dashed #0041b9;
	cursor: move;
}

.chips_wrapper > li:last-child{
	margin-bottom: 0px;
}

.chips_wrapper.files > li > *{ 
	display: table-cell;
	position: relative;
	box-sizing: border-box;
}

.chips_wrapper.files > li > span{
	padding: 0px; margin: 0px;
	box-sizing: border-box;
	font-size: 0px;
	text-align: center;
	width: 25%;
	overflow: hidden;
	background-color: #CCC;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-right: 1px solid rgba(30,30,30,0.5);
}

.chips_wrapper.files > li > p{
	vertical-align: top;
	padding: 8pt;
}

.chips_wrapper.files > li > a{
	
	height: 28px;
	line-height: 28px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
	text-decoration: none;
    color: white;
    font-size: 10pt;
	
}

.chips_wrapper.files > li > a.delete{
	position: absolute;
    top: 2px;
    right: 2px;
	color: white;
	border-radius: 2pt;
	background-color: #db2c22;
	background-image: url('https://safebusiness.co.nz/images/images/ui/x.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	width: 28px;
}

.chips_wrapper.chips > li{ 
	display: inline-block;
	float: left;
}

.chips_wrapper.list > li{ 
	display: block;
	vertical-align: middle;
	margin: 0px; padding: 0px;
	background: white;
	border-radius: 2pt;
	display: block;
	margin: 6pt 0px;
	text-decoration: none;
	height: 50px;
	max-height: 50px;
}

.chips_wrapper.list > li > *{
	margin: 0px;
	border-top: 1px solid rgba(100,100,100,0.1);
	padding: 6pt;
}

.chips_wrapper.list > li > *:first-child{
	border: none;
}

.chips_wrapper.list > li > h1,
.chips_wrapper.list > li > h2,
.chips_wrapper.list > li > h3{
	font-weight: 600;
}

.chips_wrapper.list > li > * > a,
.chips_wrapper.list > li[client_action],
a.chips_wrapper.list > li{
	font-weight: bold;
	color: #0041b9;
	text-decoration: none;
}

.chips_wrapper > li .snipped{
	max-height: 120px;
	overflow: hidden;
	position: relative;
}

.snipped:after{
	position: absolute;
	bottom: 0px;
	right: 0px;
	content: "more...";
	padding-left: 20px;
	font-size: 14pt;
	font-weight: bold;
	background: linear-gradient(90deg, transparent, white 15px);
	color: #666;
}

.chip_icon{
	display: inline-block;
	margin: 0px 8pt 0px 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	background-image: url('https://safebusiness.co.nz/images/images/ui/default_user.jpg');
	background-color: #DDD;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.chips_wrapper > li > .chip_toolbar{
	position: absolute;
	top: 0px; right: 0px;
	background: linear-gradient(90deg, rgba(255,255,255,0), white 20%);
	padding: 6pt 6pt 6pt 14pt;
	z-index: 1;
}

.chips_wrapper > li > .chip_toolbar > *{
	cursor: pointer;
	color: #0041b9;
	box-sizing: border-box;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 22px;
	transition: all 120ms ease;
	border-radius: 2pt;
}

.chips_wrapper > li > .chip_toolbar > *:hover{
	background: #0041b9;
	color: white;
}
	
.chips_wrapper .sortable-placeholder{
	display: block;
	min-height: 70px;
	border: none;
	background: rgba(100,100,100,0.1);
}/*----paginate----*//*pagination*/
.pagination{
	margin: 12px auto;
	display: table;
	border-radius: 4pt;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.23), 0px 0px 8px rgba(0,0,0,0.28);
	overflow: hidden;
	font-size: 9pt;
	border-collapse: collapse;
}

.pagination > *{
	display: table-cell;
	padding: 0px 5px;
	
	line-height: 34px;
	width: 34px;
	max-width: 34px;
	
	text-align: center;
	border-right: 1px solid #DDD;
	background: white;
	text-decoration: none;
	font-weight: bold;
}

.pagination > *:last-child{
	border: none;
}

.pagination > .active{
	background: #0041b9;
	color: white;
}
/*----sbs----*/
#main_hero_image{
	display: block;

	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; max-width: 1000px;
	height: 100%;
	
	padding: 0px;
	
	z-index: 0;
	
}

#main_hero_image:after{
	content: "";
	display: block;
	width: 100%; height: 100%;
	
	position: absolute;
	bottom: 0%; top: 0px;
	
	background-image: url('https://safebusiness.co.nz/images/hero.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: all 1.2s ease 0.1s;
	
	opacity: 0;
}

body[scroll_direction] #main_hero_image:after{opacity: 0.5;}

section[type="hero"]{
	display: table;
	width: 100%;
}

section[type="hero"] > .central{
	display: table-cell;
	vertical-align: middle;
	padding: 0px 32px;
}

section[type="hero"] h1{font-size: 23pt;}
section[type="hero"] h2{font-size: 20pt;}
section[type="hero"] h3{font-size: 18pt;}

section[type="hero"] .page_button{
	position: relative;
	line-height: 50px;
	padding: 0px 18px;
	text-align: center;
	margin: 10px auto;
	background: linear-gradient(35deg, #00b24a, #008d4a);
	opacity: 1;
	border-radius: 0px 14pt 0px 14pt;
	z-index: 1;
	transition: all 200ms ease;
}

section[type="hero"] .page_button:before{
	content: " ";
	position: absolute;
	top: 10px; bottom: 10px; left: 50%; right: 50%;
	opacity: 0;
	border-radius: 0px 14pt 0px 14pt;
	box-shadow: 0px 0px 10px rgba(0,255,200,0.5);
	background: rgba(220,255,250,0.05);
	transition: all 200ms ease;
}

section[type="hero"] .page_button:hover:before{
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	opacity: 1;
}

section[type="hero"] > .central > div{
	max-width: 420px;
	margin: 0px auto;
	padding: 16px;
	background: rgba(0,0,100,0.5);
	border-radius: 0px 14pt 0px 14pt;
}

.global_background{
	position: fixed;
	dislay: block;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	width: 100%; height: 100%;
	
	pointer-events: none;
	
	background-repeat: no-repeat;
	background-position: fixed;
		
	background: radial-gradient(circle at center, #1500d8 0, #3575df);
	
	z-index: 0;

	opacity: 1;
}

.global_background:before{
	content: " ";
	
	position: absolute;
	dislay: block;
	top: -10%; left: 0px;
	width: 200%; height: 200%;
	pointer-events: none;
	
	background-repeat: no-repeat;
	background-position: fixed;
		
	background-image: 
		repeating-radial-gradient( circle at -300px -10%, #1500d8 0, #164ad3 180px, #1500d8 182px), 
		repeating-linear-gradient(45deg, #164ad3, #143669 );
	background-size: cover;
	
	z-index: 1;
	
	/*animation: bg_animate_top 19s ease;
	animation-iteration-count: infinite;*/
	
	opacity: 0.8;
}

.global_background:after{
	content: " ";
	
	position: absolute;
	dislay: block;
	bottom: 0px; right: 0px;
	width: 200%; height: 200%;
	pointer-events: none;
	
	background-repeat: no-repeat;
	background-position: fixed;
		
	background-image: 
		repeating-radial-gradient( circle at 1000px 110%, transparent 0, #164ad3 240px, transparent 242px), 
		repeating-linear-gradient(45deg, #164ad3, #143669 );
	background-size: cover;
	
	z-index: 1;
	
	/*animation: bg_animate_bottom 31s ease;
	animation-iteration-count: infinite;*/
	
	opacity: 0.2;
}

section .global_background{
	background-attachment: fixed;
	position: absolute;
	z-index: 0;
}

.dual_panel{
	display: block;
	position: relative;
	margin: 0px;
	min-height: 140px;
	color: white;
}

.dual_panel:after,
.dual_panel:before{
	content: " ";
	position: absolute;
	
	display: block;
	width: 25px;
	height: 25px;
	background: white;
	
	z-index: 2;
}

.dual_panel:after{
	top: 0px; right: 0px;
	background: radial-gradient(circle at 2% 98%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 72%);
}

.dual_panel:before{
	bottom: 0px; left: 0px;
	background: radial-gradient(circle at 98% 2%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.1) 70%, rgba(255,255,255,1) 72%);
}

.dual_panel > div{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.dual_panel > div:first-child{
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #DDD;
	position: absolute;
	top: 0px; bottom: 0px; left: 0px; right: 0px;
	opacity: 0.8;
}

.dual_panel > i:first-child{
	display: inline-block;
	margin: 0px;
	position: relative;
	width: 100%;
	line-height: 180px;
	vertical-align: top;
	text-align: center;
	font-size: 55pt;
	color: white;
}

.dual_panel > i ~ div{
	display: inline-block;
	background-color: rgba(0,0,100,0.6);
}

.dual_panel.text_block{
	display: table;
	min-height: 220px;
}

.dual_panel > div:last-child{
	padding: 24px;	
}

.dual_panel.text_block > div:last-child{
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(0,0,100,0.6);
}

.dual_panel > div:last-child > h2{
	font-weight: bold;
	font-size: 18pt;
	opacity: 0.9;
}

.dual_panel > div:last-child > a{
	font-weight: bold;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 6px 12px;
	border: 1px solid white;
	margin: 0px auto;
}

.dual_panel > div:last-child > a:hover{
	background: rgba(255,255,255,0.1);
}

.pricing_table{
	display: block;
	max-width: 650px;
	width: 100%;
	margin: 0px auto;
}

.pricing_column{
	display: block;
	margin: 15px auto;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	vertical-align: top;
	max-width: 300px;
}

.pricing_column h2,
.pricing_column h3{
	display: block;
	vertical-align: top;
	height: 60px;	
	padding: 12pt;
	color: white;
	text-shadow: 0px 1px 3px rgba(50,50,50,0.3), 0px 1px 5px rgba(50,50,50,0.3);
}

.pricing_column h3{
	font-weight: bold;
	opacity: 0.8;
}

.pricing_column h3 > span{
	font-size: 9pt;
	font-weight: bold;
}

.pricing_column:nth-child(1){background: #1500d8;}
.pricing_column:nth-child(2){background: #0041b9;}
.pricing_column:nth-child(3){background: #184598;}
.pricing_column:nth-child(4){background: #163e87;}

.pricing_column ul{
	display: block;
	padding: 1px;
}

.pricing_column li{
	display: block;
	position: relative;
	margin: 5px;
	
	background: rgba(0,0,0,0.2);
	font-size: 13pt;
	color: white;
	text-shadow: 0px 1px 3px rgba(50,50,50,0.3), 0px 1px 5px rgba(50,50,50,0.3);
	
	padding-top: 24px;
	line-height: 40px;
	height: 64px;
	max-height: 64px;
}

.pricing_column li:before{
	content: attr(label);
	position: absolute;
	top: 0px; left: 0px; right: 0px;
	text-align: center;
	color: white;
	text-shadow: none;
	font-size: 11pt;
	line-height: 24px;
	opacity: 0.6;
}

.pricing_column li i.green{
	color: #76FF03;
}

section.pricing_wrapper{
	background: rgba(0, 7, 45, 0.65);
	padding: 10pt 0px;
}

[show_on_page="services"]{
	height: 0px;
	padding: 0px;
	pointer-events: none;
	line-height: 0px;
	opacity: 0;
	transition: all 220ms ease;
}


body[root="services"] [show_on_page="services"]{
	height: auto; 
	line-height: 80px;
	opacity: 1;
	pointer-events: auto;
}

body[root="services"] #page_container > section:first-child{
	padding-top: 90px;
}

.card_container{
	width: 100%;
	display: block;
}

.card_container > div{
	width: 100%;
	display: block;
}

section[type="naked"] .widget.image > img{
	box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
}

.dialpad{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
}

.dialpad_item{
	display: flex;
	position: relative;
	height: 180px;
	
	flex-shrink: 1;
	flex-grow: 1;
	align-self: center;
	
	width: 280px;
	text-align: center;
	overflow: hidden;
	
	background-size: cover;
	background-position: center;
}

.dialpad_item a{
	margin: auto;
	text-decoration: none;
	font-weight: bold;
	font-size: 16pt;
	color: white;
	text-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	z-index: 2;
}

.dialpad_item a:before{
	position: absolute;
	content: "";
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: linear-gradient(45deg, rgba(50,50,50,0.8), rgba(40,40,40,0.6));
	z-index: -1;
}


.dialpad_item a:after{
	position: absolute;
	content: "";
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: linear-gradient(45deg, rgba(30,40,226,0.5), rgba(20,70,210,0.6));
	opacity: 0;
	transition: all 160ms ease;
	z-index: -1;
}

.dialpad_item a:hover:after{
	opacity: 1;
} 



.sbs_icon_list{
	display: block;
	max-width: 680px;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
}

.sbs_icon_list > li{
	display: block;
	position: relative;
	text-align: center;
	margin: 10px auto;
	padding: 12px;
	max-width: 320px;
	vertical-align: top;
}

.inner_button{
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 0px 10px;
	line-height: 35px;
	outline: none; border: none;
	background: transparent;
	color: #1500d8;
	font-weight: 400;
	font-size: 12pt;
	opacity: 0.7;
	cursor: pointer;
	text-align: center;
}

.inner_button.bottom{
	position: absolute;
	bottom: 12px; left: 12px; right: 12px;
	width: calc(100% - 24px);
}

.inner_button > i{
	margin-right: 10px;
}

.inner_button:hover{
	opacity: 1;
	background: rgba(0,40,200,0.8);
	color: white;
}

.sbs_icon_list > li.team_member_wrapper{	
	max-width: 310px;
}

.team_member_wrapper > *{
	position: relative;
}

.team_image{
	position: relative;
	padding-top: 100%;
	backgroud-color: #666;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

.team_image > div{
	position: absolute;
	left: 0px; right: 0px; bottom: 0px;
}

.team_image h2{
	position: relative;
	line-height: 35px;
	overflow: visible;
	color: white;
	max-width: 280px;
	font-size: 15pt;
	z-index: 1;
	
}

.team_image h2:before{
	content: "";
	position: absolute;
	top: 0px; left: 0px; right: 10%;
	height: 35px;
	background-image: linear-gradient(90deg, rgba(29,43,224,0.9) 65%, transparent);
	
	z-index: -1;
}

.team_image h3{
	top: -45px;
	padding: 4px 0px;
	line-height: 105%;
	font-size: 12pt;
	vertical-align: middle;
	background: linear-gradient(90deg, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0.9));
}


.product_item_wrapper{
	width: 300px;
	height: 350px;
	padding: 10px;
	margin: 10px;
	background: white;
}

.product_item_wrapper > div:first-child{
	margin: 0px auto;
	padding: 10px 0px;
	max-width: 195px;
	overflow: hidden;
}
.product_item_wrapper > div > img{
	display: block;
	margin: 0px auto;
}

.product_item_wrapper > h4{
	border-top: 1px solid #1d2be0;
	border-bottom: 1px solid #1d2be0;
	font-weight: bold;
	line-height: 110%;
	padding: 8px 4px;
}

.product_item_wrapper img{
	height: 140px;
}

.news_scroll_container{
	position: relative;
}

.news_scroll_container > .news_menu{
	margin-bottom: 12px;
	z-index: 10;
}

.news_scroll_container > .news_items{
	display: block;
	margin: 0px auto 0px 0px;
}

.news_menu,
.news_item{
	display: block;
	box-sizing: border-box;
	padding: 12px;
	background: white;
	border: 1px solid rgba(0,0,100,0.5);
}

.news_menu > h4,
.news_menu > a{
	padding: 4px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_menu > h4{
	font-weight: bold;
	margin: 20px 0px 4px 0px;
	border-bottom: 2px solid #1d2be0;
}

.news_menu > h4:first-child{
	margin-top: 0px;
}

.news_menu > a{
	text-decoration: none;
	border-bottom: 1px solid rgba(100,100,100,0.5);
	background: transparent;
	color: black;
	transition: all 140ms ease;
}

.news_menu > a:hover{
	background: #1d2be0;
	color: white;
}

.news_image{
	position: relative;
	display: block;
	height: 220px;
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.5);
	margin-bottom: 12px;
}

.news_item{
	position: relative;
	margin-bottom: 20px;
}

.news_menu > a,
.news_item > a{
	font-weight: bold;
	color: #1d2be0;
}

.news_item > a:last-child{
	position: absolute;
	bottom: 20px; left: 20px;
}

.news_item > p{
	margin-top: 0px;
	margin-bottom: 32px;
}

.news_item > hr{
	margin: 10px 0px;
	border-color: #1d2be0;
}

.news_item > h4{
	font-weight: bold;
	font-size: 11pt;
}

.news_item > h2{
	font-size: 14pt;
}

.news_item > h2 > a{
	color: #1d2be0;
	text-decoration: none;
	font-weight: bold;
}

.news_nav{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	background: white;
	border: 1px solid rgba(0,0,100,0.3);
}

.news_nav:empty{
	display: none;
}

.news_nav *{
	display: table-cell;
	font-weight: bold;
}

.news_nav a{
	color: #1500d8;
	padding: 10px;
	text-decoration: none;
	transition: all 120ms ease;
	background: rgba(255,255,255,0);
}

.news_nav a:hover{
	background: #1500d8;
	color: white;
}


.news_nav > *:last-child{
	text-align: right;
}

.news_nav > *:last-child:first-child{
	text-align: center;
}

.news_trio_container .news_image{
	height: 200px;
}

.news_trio_container .news_item{
	padding: 16px;
}

.news_trio_container .news_item > h2{
	font-size: 16pt;
	line-height: 1.1;
	margin-bottom: 8px;
}

.news_editor{
	display: table;
	width: 100%;
	
	margin: 10px 0px;
	color: #1d2be0;
}

.news_editor > *{
	display: table-cell;
}

.news_editor > span{
	width: 50px; height: 50px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #1d2be0;
}

.news_editor > p{
	vertical-align: middle;
	font-weight: bold;
	padding: 0px 10px;
}

.news_editor > p:last-child{
	text-align: right;
}

.news_page > h1:first-child{
	text-align: center;
	margin: 20px 0px;
}

section ol,
section ul{
	padding-left: 35px;
}

section ol > li{
	list-style-type: decimal;
}

section ol > li::marker {
	font-weight: bold;
}

section ul > li{
	list-style-type: disc;
}

.page_button{
	display: table;
	max-width: 600px;
	background: #1500d8;
	color: white;
	border-radius: 2pt;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	outline: none; border: none;
	font-size: 16pt;
	font-weight: 600;
	padding: 10px 22px;
	margin: 0px auto;
	transition: all 120ms ease;
	opacity: 0.8;
	text-decoration: none;
}

section[type="naked"] .page_button{
	background: white;
	color: #1500d8;
}

.page_button:hover{
	opacity: 1;
}

.page_button > i{
	margin-right: 16px;
}

.news_page [bizeco_editable] table{
	border-collapse: collapse;
	table-layout: fixed;
}
.news_page [bizeco_editable] table th,
.news_page [bizeco_editable] table td{
	padding: 8px;
	width: 100%;
}

.iframe_wrapper{
	border: 2px solid rgba(0,50,200,0.8);
	background: rgba(0,50,200,0.3);
}

@media screen and (min-width: 900px) {
		
	body[root="services"] #page_container{
		padding-top: 160px;
	}

		
	.news_scroll_container > .news_menu{
		width: 370px; max-width: 50%;
		position: absolute;
		top: 0px; right: 0px;
		padding: 16px;
	}

	.news_scroll_container > .news_items{
		display: block;
		max-width: calc(65% - 20px);
		margin: 0px auto 0px 0px;
	}
	
	.news_image{
		position: relative;
		height: 320px;
	}
	
	.news_item{
		padding: 16px;
	}
	
	.news_item > h4{
		font-size: 13pt;
	}

	.news_item > h2{
		font-size: 16pt;
	}
	
	.news_trio_container{
		display: table;
		table-layout: fixed;
		width: 100%;
		border-spacing: 12px;
		border-collapse: seperate
	}
		
	.news_trio_container .news_item{
		display: table-cell;
	}

	.sbs_icon_list{
		max-width: 1080px;
	}
	
	.sbs_icon_list > li{
		display: inline-block;
		margin: 10px;
		width: 300px;
		border: 1px solid rgba(0,0,70,0.6);
	}

	.dual_panel{
		box-shadow: inset 0px 8px 9px rgba(0,0,0,0.23), 0px 0px 15px rgba(0,0,0,0.28);
	}
	
	.dual_panel > div{
		display: block;
		max-width: 50%;
	}
	
	.dual_panel > div:first-child{ max-width: 40%; }
	.dual_panel > div:last-child{ max-width: 60%; }
	
	.dual_panel > i:first-child{ max-width: 20%; }
	.dual_panel > i:first-child ~ div{ max-width: 80%; background: rgba(0,0,100,0.3);}

	.dual_panel > div:first-child{
		position: absolute;
		top: 0px; bottom: 0px; right: 0px;
	}
	
	.dual_panel > i:first-child{
		position: relative;
		width: 100%;
	}
	
	.dual_panel > div:last-child{
		padding: 18pt 24pt;
		color: white;
		outline: 1px solid gba(60,60,60,0.4);
	}
		
	.dual_panel.text_block > div:first-child{
		position: relative;
		display: table-cell;
		opacity: 0.90;
	}
	.dual_panel.text_block > div:last-child{
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		background: rgba(0,0,100,0.3);
	}

	.pricing_table{
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 5px;
    	border-collapse: separate;
	}
	
	.pricing_column{
		display: table-cell;
		margin: 15px 0px;
		max-width: auto;
	}

	.pricing_column li{
			
		padding-top: 0px;
		line-height: 40px;
		height: 40px;
		max-height: 40px;
	}
	
	.pricing_column li:before{
		display: none;
	}
	
	.pricing_column:first-child li:after{
		content: attr(label);
		position: absolute;
		top: 0px; right: calc(100% + 14px); bottom: 0px;
		width: 300px;
		text-align: right;
		color: white;
		text-shadow: none;
	}
	
	.global_background:before{
		top: -40%;
		background-image: 
			repeating-radial-gradient( circle at 20% -10%, #1500d8 0, #164ad3 320px, #1500d8 322px), 
			repeating-linear-gradient(45deg, #164ad3, #143669, #164ad3);


	}

	.global_background:after{
		background-image: 
			repeating-radial-gradient( circle at 80% 110%, transparent 0, #164ad3 320px, transparent 322px), 
			repeating-linear-gradient(65deg, #164ad3, #143669, #164ad3);

	}
	
	.inview[inview="false"] ~ .news_menu{
		position: fixed;
		top: 100px;
		right: calc(50% - 525px);
	}
	
	body[admin_panel_navigation="true"] .inview[inview="false"] ~ .news_menu{
		right: calc(50% - 525px - 140px);
	}
}

@media screen and (min-width: 1100px) {
	#main_hero_image{
		width: 48%; height: 100%;
		top: 0px; bottom: 0px; right: calc(50% - 500px);
		width: 50%; max-width: 50vw;
	}
	
	#main_hero_image:after{
		width: 70%;
		background-position: bottom right;
		background-size: contain;
	}
	
	body[scroll_direction] #main_hero_image:after{opacity: 1; right: 50px;}
	
	section[type="hero"]:before{
		background-position: right center;
		background-image: url('https://safebusiness.co.nz/images/hero_bg_right.png');
	}
	
	section[type="hero"] p > a:last-child{
		line-height: 60px;
		padding: 0px 24px;
	}
	
	section[type="hero"] > .central{
		padding-left: 50%;
		padding-right: 10%;
	}
	
	section[type="hero"] > .central > div{
		max-width: 420px;
		background: transparent;
		margin: 0px;
	}
	
	section[type="hero"] .page_button{
		margin: 5px 16px;	
	}
			
}

@media screen and (min-width: 1050px) {
	.pricing_table{
		max-width: 1000px;
	}
	
	.card_container{
		display: table;
		table-layout: fixed;
	}

	.card_container > div{
		display: table-cell;
	}
}
	/*----contactus----*/#contactus{
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	background: white;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.23), 0px 0px 10px rgba(0,0,0,0.28);
	width: 70px;
	height: 70px;
	overflow: hidden;
	cursor: pointer;
	transition: width 230ms cubic-bezier(.6,.1,.4,.9) 120ms, height 250ms cubic-bezier(.6,.1,.4,.9), border-radius 160ms linear 220ms, background 520ms ease 20ms;
	z-index: 2;
}

#contactus[active="false"]{
	width: 70px ! important;
	height: 70px ! important;
}

#contactus[loading="true"]{ pointer-events: none;}
#contactus[loading="true"] form{ display: none; }
#contactus[loading="true"]:after{
	content: "Sending, please wait";
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	background: rgba(255,255,255,0.8);
	color: rgba(0,0,0,0.5);
	font-size: 20pt;
	z-index: 1000;
	text-align: center;
	line-height: 200px;
	vertical-align: middle;
}

#contactus .contactus_title{
	background: linear-gradient(165deg, #00b24a, #008d4a);
}

#contactus .contactus_title > *{
	text-align: center;
	color: black;
	transition: all 240ms;
	display: inline-block;
	line-height: 70px;
	min-width: 70px;
	font-size: 34px;		
	vertical-align: top;
	color: white;
}

#contactus[active="true"] .contactus_title{
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

#contactus[active="true"] .contactus_title > *{	
	line-height: 40px;
	min-width: 40px;
	font-size: 16pt;
}

#contactus [onclick]{
	cursor: pointer;
}

#contactus_form{
	position: absolute;
	top: 70px; left: 0px; right: 0px; bottom: 0px;
	background: white;
	padding: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: top 220ms ease;
}

#contactus[active="true"] #contactus_form{
	top: 40px; 
}

#contactus_form > p{
	margin-bottom: 15px;
}

#contactus_form > button{
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 15px auto;
}

.g-recaptcha{
	text-align: center;
}

.g-recaptcha > div{
	margin: 0px auto;
}

#contactus[active="true"]{
	width: 100%; /*328px fits google recaptcha nicely*/
	height: 100%;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 100px);
	border-radius: 2pt;
	cursor: default;
	transition: width 230ms cubic-bezier(.6,.1,.4,.9), height 250ms cubic-bezier(.6,.1,.4,.9) 120ms, border-radius 160ms linear, background 520ms ease 20ms;
	vertical-align: top;
}

@media screen and (min-width: 600px) {
	#contactus[active="true"]{
		width: 328px; /*328px fits google recaptcha nicely*/
		height: 540px;
		max-width: calc(100% - 40px);
		max-height: calc(100% - 114px);
		border-radius: 2pt;
		cursor: default;
		transition: width 230ms cubic-bezier(.6,.1,.4,.9), height 250ms cubic-bezier(.6,.1,.4,.9) 120ms, border-radius 160ms linear, background 520ms ease 20ms;
		vertical-align: top;
	}
}
/*----ckwidgets----*/
.layout_table{
	display: block; 
	table-layout: fixed;
	margin: 0px;
	width: 100%;
	padding: 0px;
	list-style-type: none;
}

.layout_table > div{
	display: block;
	vertical-align: top;
}

.layout_table > div > p:empty{
	display: none;
}

[bizeco_editable="false"] .layout_table > div{
	outline: 1px solid #164ad3;
}

.layout_table > div > .widget.image{
	margin-top: 0px;
}

.bg_card,
.media_card{
	position: relative;
	display: block;
	table-layout: fixed;
	width: 100%;
	max-width: 600px;
	margin: 4pt auto;
	padding: 0px;
	box-shadow: 0px 2px 3px rgba(60,60,60,0.4), 0px 4px 8px rgba(0,0,0,0.1);
	background: black;
	border: 1px solid #898a92;
}

.media_card > div:first-child .image{
	display: block;
	width: 100%;
	overflow: hidden;
	height: 200px; 
	max-height: 200px; 
}

.media_card > div:first-child .image > img{
	width: 100%;
    height: 100%;
	object-fit: cover;
}

.media_card > div:last-child{
	padding: 8pt;
}

.bg_card{
	min-height: 240px;
	padding: 20px 0px;
}

.bg_card > .image{
	display: block;
	position: absolute;
	top: 0px; left: 0px; right: 0px; bottom: 0px;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg_card .text{
	position: relative;
	display: table;
	width: 100%;
	height: 200px;
	z-index: 1;
	table-layout: fixed;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.6), 0px 0px 35px white, 0px 0px 65px white;
	color: black;
}

.bg_card .text > div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

[layout="underlay"]{
	z-index: -1 ! important;
}

[bizeco_editable="true"] [layout="underlay"]{
	z-index: -2 ! important;
	pointer-events: none;
}

.widget[size="small"] > img{ max-width: 180px; }
.widget[size="medium"] > img{ max-width: 320px; }
.widget[size="large"] > img{ max-width: 520px; }
.widget[size="full"] > img{ max-width: 100%; }

.widget[size="small"] > i:after,
.widget[size="small"] > i:before{ font-size: 11pt; }
.widget[size="medium"] > i:after,
.widget[size="medium"] > i:before{ font-size: 34pt;}
.widget[size="large"] > i:after,
.widget[size="large"] > i:before{ font-size: 48pt; }
.widget[size="full"] > i:after,
.widget[size="full"] > i:before{ font-size: 62pt; }

@media screen and (min-width: 700px) {
		
	.widget[size="small"] > img{ max-width: 180px; }
	.widget[size="medium"] > img{ max-width: 420px; }
	.widget[size="large"] > img{ max-width: 720px; }
	.widget[size="full"] > img{ max-width: 100%; }
	
	.widget[size="small"] > i:after,
	.widget[size="small"] > i:before{ font-size: 14.4pt; }
	.widget[size="medium"] > i:after,
	.widget[size="medium"] > i:before{ font-size: 45pt;}
	.widget[size="large"] > i:after,
	.widget[size="large"] > i:before{ font-size: 55pt; }
	.widget[size="full"] > i:after,
	.widget[size="full"] > i:before{ font-size: 85pt; }
	
	.layout_table > div{padding: 0px 18pt;}
	.layout_table > div:first-child{padding-left: 0px;}
	.layout_table > div:last-child{padding-right: 0px;}

	.media_card{padding: 12pt;}
	.media_card, .layout_table{display: table;}
	.media_card > *, .layout_table > div{display: table-cell; width: 100%;}
	
	.media_card > div:first-child{
		display: table-cell; 
		width: 120px;
		max-width: 120px; 
	}
	
	.media_card > div:first-child .image{
		border-radius: 50%;
		border: 3px solid #1500d8;
		height: 120px; 
		max-height: 120px; 
		box-shadow: 1px 2px 3px rgba(0,0,0,0.4);
	}	
	
	.media_card > div:last-child{
		vertical-align: top;
		min-height: 120px;
		padding-left: 12pt;
	}

}