:root {
	--star-measure: 40;
	--star-size: calc(var(--star-measure) * 1px);
	--main-color-hex-hover: #1b3179; 
	--main-color-hex: #4670B5; 
	--main-color-gradient: linear-gradient(-135deg,#4670B5 0,#6792d6 100%); 
  }
/* html,body
{
	overflow-x: hidden;
    position: relative;
    height: 100%;
} */
body
{
	max-width:100vw;
	overflow-x:hidden;
}
body
{
	overflow-x:hidden;
}
.body-wrapper
{
	position: relative;
	overflow-x: hidden;
}
#banner .content-wrapper 
{
	max-width:100vw;
	overflow-x:hidden;
}
#popbox p
{
	color:#fff;
}
#popbox a
{
	color:#fff;
}
#section1 .bgoverlay:before
{
	/* display:none; */
}
#section1 .col1-2 div.tablecell
{
font-weight: 700;
font-size: 65px;
line-height: 1.3em;
color: #f9f9f9;
position: relative;
text-shadow: 0 0 5px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.5);
}

#section6 .video-js {
	position: relative;
	z-index: 7;
	width: 203px;
	height: 359px;
	left: 44px;
	top: 39px;
}
.vid-wrapper {
    padding: 0;
    max-width: 1310px;
    margin: 96px auto 0 auto;
}
.vid-wrapper #vid1 {
    border-radius: 10px 10px 0 0;
	overflow: hidden;
	width: 100%;
height: auto;
}
#section7
{
	position: relative;
	z-index: 12;
	padding-top: 0;
}
section
{
	/* overflow-x:hidden; */
}
html,
body {
  height: 100%;
}
* {
	margin: 0;
	padding: 0; }
#banner
{
	/* display:none; */
	/* padding: 100px 0; */
}
h1,
h2,
h3,
h4
{
	font-family: Hero, san-serif;
}
.blink_me {
	animation: blinker 1.5s ease-in-out infinite;
  }
  .blink_me:hover
  {
	animation:none;
  }  
  @keyframes blinker {  
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 1; }

  }
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.opera #section1 #bottomarc, .chrome #section1 #bottomarc {
	top: -81px;
  }
  .opera #section1 #bottomarc, .chrome #section1 #bottomarc {
	  top: -78px;
	  left: 23px;
  }
  .opera #section1 #bottomarc.October,  .chrome #section1 #bottomarc.October  {
	  top: -79px;
	  left: 27px;
  }
  #section1 #bottomarc.February, .opera #section1 #bottomarc.February, .chrome #section1 #bottomarc.February{
	  top: -28px;
	  left: 32px;
  }
  #section1 #bottomarc.October, .opera #section1 #bottomarc.October, .chrome #section1 #bottomarc.October {
	  top: -21px;
	  left: 35px;
  }
  #section1 #bottomarc.November, .opera #section1 #bottomarc.November, .chrome #section1 #bottomarc.November, #section1 #bottomarc.December, .opera #section1 #bottomarc.December, .chrome #section1 #bottomarc.December
  {
	  top: -32px;
	  left: 32px;
  }
  #section1 #bottomarc.January, .opera #section1 #bottomarc.January, .chrome #section1 #bottomarc.January
  {
	  top: -22px;
	  left: 33px;
  }
  #section1 #bottomarc.May, .opera #section1 #bottomarc.May, .chrome #section1 #bottomarc.May
  {
	  left: 37px;
	  top: 7px;
  }
  .opera #section1 #bottomarc.March, .chrome #section1 #bottomarc.March, .opera #section1 #bottomarc.April, .chrome #section1 #bottomarc.April {
	  left: 36px;
	  top: 5px;
  }
  #section1 #bottomarc.March, #section1 #bottomarc.April
  {
	  left: 36px;
	  top: -8px;
  }
  #section1 #bottomarc.June, .opera #section1 #bottomarc.June, .chrome #section1 #bottomarc.June, #section1 #bottomarc.July, .opera #section1 #bottomarc.July, .chrome #section1 #bottomarc.July
  {
	  left: 39px;
	  top: 3px;
  }
  #section1 #bottomarc.August, .opera #section1 #bottomarc.August, .chrome #section1 #bottomarc.August
  {
	  top: -12px;
	left: 35px;
  }
  #section1 #bottomarc.September, .opera #section1 #bottomarc.September, .chrome #section1 #bottomarc.September
  {
	  top: -39px;
	left: 32px;
  }
  #section1 .promoWrapper
  {
	  position: absolute;
	  z-index: 9;
  }
  #section1 .promoBG
  {
	  width: 300px;
	  height: 300px;
	  display: block;
	  border-radius: 200px;
	  -webkit-border-radius: 200px;
	  -moz-border-radius: 200px;
	  background: rgba(255,255,255,0.9);
	  position: absolute;
	  left: -47px;
	  top: 24px;
	  box-shadow: 0px 0px 10px rgba(0,0,0,1);
  }
  .wrapper.landing-section
  {
	max-width: 974px;
  }
  #section1 #bottomarc,
  #section1 #toparc,
  #section1 #top2arc
  {
	  color:#000;
	  font-size:20px;
	  -webkit-transform: rotate(-20deg);
	  transform: rotate(-20deg);
	  position:relative;
	  width:200px;
  }
  #section1 #toparc
  {
	  left:-23px;
	  top:30px;
  }
  #section1 #top2arc {
	  left: -13px;
  top: 57px;
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
  position:absolute;
  width:200px;
  }
  #section1 #bottomarc
  {
	  left: 22px;
	  top: -92px;
  }
  #section1 .sale {
	position: relative;
	display: inline-block;
	background: none;
	color: rgba(0,0,0,0.8);
	  height: 116px;
	  width: 134px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	  font-size: 64px;
	  left: 26px;
	  top: 14px;
	-webkit-transform: rotate(-20deg);
			transform: rotate(-20deg);
	
  }
  #section1 .sale:before, .sale:after {
	  display:none;
	  content: "";
	position: absolute;
	background: inherit;
	height: inherit;
	width: inherit;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: rotate(30deg);
			transform: rotate(30deg);
  }
  #section1 .sale:after {
	-webkit-transform: rotate(60deg);
			transform: rotate(60deg);
  }
  #section1 .sale .price
  {
	  top: 19px;
	  position: relative;
	  left: -39px;
	  font-size:60px;
  }
  #section1 .sale .textwrap
  {
	  font-size: 25px;
	  text-align: right;
	  margin-left: 20px;
	  margin-top: 12px;
	  width: 154px;
  }
.shrink #headerbottom
{
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
#headerbottom .button,
#section1 .button {
    /* background: #01395F; */
    color: #fff;
    font-size: 20px;
    text-shadow: none;
    border: none;
    font-weight: 300;
    line-height: 43px;
	/* box-shadow: 0 0 5px rgba(0,0,0,.8); */
	float:none;
	margin:auto;
	overflow:hidden;
}
#section1 .button .symbol {
    position: relative;
    top: 17px;
    display: inline-block;
    margin: 0 0 0 10px;
}
#section1 .sale .textwrap .pretext
{
	margin-left: -10px;
}
#banner
{
	position: relative;
}
#banner h3
{
	font-size:33px;
	font-weight:800;
}
#banner h2 span
{
	font-family: Hero, san-serif;
	line-height: 1.3em;
	color:#4670B5;
	font-weight: 600;
}
#banner .content-wrapper
{
	z-index: 12;
	position: relative;
}
#banner .logoSlider a {
	padding: 20px 60px;
	filter:brightness(50%) grayscale(100%);
}
#banner .logoSlider a:hover
{
	filter:grayscale(0%) brightness(100%);
}
#banner .banner-section-after
{
	content: "";
	height: 109%;
	position: absolute;
	z-index: 11;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #E0E7F1;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	background-image: linear-gradient(-180deg,#FFF 0,#F3F5F8 100%);
	left: 0;
	overflow: hidden;
	margin-bottom:-95px;
}
#banner .banner-section-after:before
{
	content: '';
	position: absolute;
	bottom: -102px;
	height: 0;
	z-index: 11;
	-webkit-transform: skewY(-13.8deg);
	-ms-transform: skewY(-13.8deg);
	transform: skewY(-13.8deg);
	border-bottom: 152px solid transparent;
	right: 0;
	opacity: .5;
	border-left: 100px solid transparent;
	border-right: 700px solid #E0E7F1;
	border-top: 0 solid transparent;
	width: 0;
}
#section1 .sale .textwrap .text
{
	margin-left: -10px;
}

@-webkit-keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1.5);
            transform: rotate(-20deg) scale(1.5);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.55);
            transform: rotate(-20deg) scale(1.55);
  }
}

@keyframes beat {
  from {
    -webkit-transform: rotate(-20deg) scale(1.5);
            transform: rotate(-20deg) scale(1.5);
  }
  to {
    -webkit-transform: rotate(-20deg) scale(1.55);
            transform: rotate(-20deg) scale(1.55);
  }
}
.bgoverlay
{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#home
{
	margin-top:-170px;
}
.anchor
{
	position:absolute;
	margin-top:-50px;
	font-size:0;
}
.scrollstop
{
	overflow-y:hidden;
}
body
{
	background-color:#fff;
	/* background-image:url("../img/texturelight.jpg"); */
}
section
{
	position:relative;
	display:table;
	width:100%;
	padding:100px 0;
}
section.sectionfirst
{
	padding-bottom:0;
}
.content
{
	display:block;
	vertical-align:middle;
}
#overlaybg
{
	background:rgba(255,255,255,.9);
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:50;
	height:100%;
}
#popbox
{
	position:fixed;
	width:300px;
	margin:auto;
	height:220px;
	background:#17375E;
	padding:40px 0;
	text-align:center;
	z-index:51;
	margin:-150px 0 0 -150px;
	left:50%;
	top:50%;
}
#popbox.mini
{
	height:140px;
	margin:-110px 0 0 -150px;
}
#popbox.mini p
{
	display:none;
}
#popbox #successsymbol
{
	font-size:100px;
	line-height:48px;
	margin:25px 0px 10px;
}
#popbox #closesymbol
{
	color:rgba(255,255,255,.7);
	font-size:28px;
	top:0;
	position:absolute;
	right:0;
	transition:color 300ms;
	padding:20px;
}
#popbox #closesymbol:hover
{
	color:#fff;
}
header 
{
	z-index:601;
	position: relative;
}
header .logo
{
	width:227px;
	opacity: 0.8;
}
header #headertop
{
	height:67px;
	margin:0 0 0 0;
	/* background: url("../img/texturelight-header.jpg"); */
	/* background: #f9f9f9; */
	background: none;
}
header #headerbottom
{
	/* display: none; */
	height:49px;
	position:fixed;
	width:100%;
	top:-50px;
	z-index:601;
	transition:box-shadow 300ms;
	/* background-color:#222;
	background: url("../img/texturelight-header.jpg"); */
	background: #f9f9f9;
	/* border-bottom:1px #333 solid; */
	
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s,-webkit-transform .8s;

	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#headerbottom .wrapper {
    padding-top: 7px;
}
.shrink header #headerbottom
{
	height:58px;
	position: fixed;
	width:100%;
	top:-49px;
	z-index:11;
	transition:all 300ms;
	background-color:#fff;
	/* background-image:url("../img/texturedark.jpg"); */
	border-bottom:none;
	-webkit-transform: translateY(49px);
	-ms-transform: translateY(49px);
	transform: translateY(49px);
}
.shrink header #headerbottom
{
	
}
.page-bg
{
	z-index: -3;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1700px;
	background: url('../img/home.jpg');
	background-size: cover; 
	background-position:bottom left;
}
.page-bg svg
{
	width: 100%;
	height: 1700px;
	position: absolute;
	top: 0;
}
.page-bg .page-bg-pattern
{
	position: absolute;
	bottom: 95px;
	left: 0;
	right: 0;
	height: 300px;
	background-size: 129px 100px;
	opacity: .013;
	background-image: url('../img/overlapping-hexagons.svg');
}
header .table,
header .wrapper
{
	height:100%;
}
header .headerleft,
header .headerright
{
	display:inline-block;
	height:100%;
}
header .headerright
{
	float:right;
}
header #menu
{
	position:relative;
	display:none;
	float:right;
	height:40px;
	width:40px;
	color:#000;
	background:#e0e0e0;
	transition:background 300ms, color 300ms, border 300ms;
	font-size:24px;
	line-height:44px;
	border:1px #222 solid;
	border-radius:4px;
}
header #menu:after
{
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align:center;
	position:absolute;
	font-family:plasmatechtv;
	content:'m';
}
header #menu:hover
{
	background:#888;
	color:#fff;
	border:1px #000 solid;
}
header nav a
{
	color:#3e3e3e;
	transition:text-shadow 300ms, background 300ms;
	padding:0 19px;
	display:inline-block;
	font-size:16px;
	line-height:49px;
}
.shrink header nav a
{
	color:rgba(255,255,255,6);
	transition:text-shadow 300ms, background 300ms;
	padding:0 19px;
	display:inline-block;
	font-size:16px;
	line-height:49px;
}
header nav a:hover
{
	/* text-shadow:0 0 3px #fff, 0 0 3px #fff; */
	color:#a2a4aa;
	/* background:#000 !important; */
	/* font-weight: 800; */
}
.shrink header nav a.activebtn
{
	background:#000;
}
header nav a.activebtn
{
	background:none;
	font-weight: 800;
	font-size: 18px;
}
/* .shrink header #headerbottom
{
	top:0;
	position:fixed;
	box-shadow:0 0 5px rgba(0,0,0,.4);
} */
main
{
	padding-top:30px;
}
header #headerbottom img
{
	transition:opacity 300ms, transform 300ms;
	opacity:0;
	transform:translateX(-100px);
}
header #headerbottom .headerleft a
{
	pointer-events:none;
}
.shrink header #headerbottom .headerleft a
{
	pointer-events:auto;
}
.shrink header #headerbottom img
{
	opacity:1;
	transform:translateX(0);
}
header #headertop nav
{
	justify-content: flex-end;
	display: flex;
}
header #headertop .headerright a.highlight
{
	font-weight:800;
}
header #headertop .headerright a
{
	display:block;
	text-align:right;
	font-size: 15px;
	font-weight: 400;
	line-height:1.5em;
	background: -webkit-linear-gradient(#3e3e3e, #1c1c1c);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Hero, san-serif;
}
header #headertop .headerright a:hover
{
	background: -webkit-linear-gradient(#a2a4aa, #a2a4aa);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header #headertop .headerright #email
{
	color:#01395F;
	font-size:22px;
	font-weight:400;
	background: -webkit-linear-gradient(#51cffe, #0138f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header #headertop .headerright #email:hover
{
	color:#292929;
}
#section1 h2
{
	color:#292929;
	text-transform: uppercase;
	width:600px;
	max-width:100%;
	letter-spacing: .6px;
	line-height: 62px;
	font-weight: 400;
	font-size:51px;
}
#section1 .hero-image
{
	position: absolute;
	top: -92px;
	right:70px;
}
#section1 .landing-section p
{
	color:#292929;
	font-size: 22px;
	font-weight: 300;
	width: 600px;
	max-width: 100%;
	line-height: 1.8em;
}
#section1 .bgoverlay
{
	/* background-image:url('../img/home.jpg');
	background-position: bottom;
	background-size:cover;
	background-repeat:no-repeat; */
	display: none;
}
#section1 .bgoverlay::before
{
	content:"";
	background:rgba(1, 57, 95,0.9);
	opacity:0.5;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
#section1 .col1-2
{
	float: left;
	max-width: 100%;
	height: 480px;
	/* margin-left: 24%; */
	text-align: center;
}
#section1 .content
{
	position: relative;
	z-index: 300;
}
#section1 .col1-2 div
{
font-weight: 400;
font-size: 65px;
line-height: 1.3em;
color: #fff;
position: relative;
/* text-shadow: 0 0 5px #000529, 0 0 5px #000529, 0 0 5px #000529; */
}
#section1 .col1-2 div.tablecell
{
	vertical-align:top;
	padding-top: 20px;
}
#section1 .col2-2
{
	float:right;
	width:198px;
	padding:0 17px 0 0;
}
#section1 .col2-2 video
{
	background:#000;
}
#section1 .col2-2 .bg-holder
{
	position: absolute;
}
#section1 .col2-2 .bg-holder img
{
	width:100%;
}
#headerbottom .button,
footer .button,
#section1 .button
{
	/* background:#01395F; */
	/* color:#fff;
	margin:20px 0 0 0;
	font-size:20px;
	text-shadow:none;
	border:none; */
	border-radius:33px;
	margin-right:20px;
	/* font-weight:300;
	line-height:50px; */
	/* box-shadow:none; */
}
#headerbottom .button #phone_svg
{
	max-width: 30px;
	position: absolute;
	left: 8px;
	top: 6px;
}
#headerbottom .button.button-outline,
footer .button.button-outline,
#section1 .button.button-outline
{
	background:none;
	-webkit-box-shadow:inset 0px 0px 0px 2px var(--main-color-hex);
    -moz-box-shadow:inset 0px 0px 0px 2px var(--main-color-hex);
	box-shadow:inset 0px 0px 0px 2px var(--main-color-hex);
	color:var(--main-color-hex);
}
#headerbottom .button.button-outline:before,
footer .button.button-outline:before,
#section1 .button.button-outline:before
{
	display:none;
}
#section1 .button-wrapper
{
	margin-top:60px;
}
#section1 .handSanitiser-image
{
	width:400px;
}
#section1 .button .symbol
{
	position:relative;
	top:17px;
	display:inline-block;
	margin:0 0 0 10px;
}
#section1 .card.card-counter
{
	background-image: var(--main-color-gradient);
	padding: 20px 0;
	text-align: center;
	margin: 0 auto 40px auto;
}
#section1 .video-js:before
{
	content:"";
	/* background-image:url(../img/section1-tvBackground.png);
	background-size: 10px 20px; */
	position:absolute;
	top:-15px;
	bottom:-15px;
	left:-15px;
	right:-15px;
	/* border:2px outset #000; */
	border-radius:3px;
	
	background: none;
	/* background: -moz-linear-gradient(-45deg,  #b2b2b2 0%, #858585 50%, #000000 51%, #000000 100%);
	background: -webkit-linear-gradient(-45deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	background: linear-gradient(135deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#000000',GradientType=1 ); */
}
#section1 .vjs-fullscreen:before
{
	display: none;
}
#section1 h3
{
	color:#292929;
	padding:0;
}
#section1 .card
{
	background: #fff;
	width: 100%;
	max-width: 1310px;
	margin: 40px auto;
	padding: 68px 0;
	z-index: 11;
	position: relative;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	border-radius: 7px;

}
#section1 .card.card-counter
{
	background-image: var(--main-color-gradient);
	padding: 20px 0;
	text-align: center;
	
}

#section1 .card.card-counter .countdown-wrapper
{
	position: relative;
}
#section1 .card.card-counter .plus-wrapper
{
	max-width: 30px;
	width:100%;
	display: inline-block;
	position: absolute;
	right: -20px;
	top: 42%;
	opacity: 0;
	transition:opacity 300ms;
}
#section1 .card.card-counter h3
{
	color:#fff;
	text-align: center;
	letter-spacing: 0.08em;
}
/* #section1 .counter-wrapper
{
	display:none;
} */
#section1 .flip-clock-wrapper ul li a div.down div.inn
{
	bottom: -6px !important;
}
#section1 .flip-clock-wrapper ul li a div.up div.inn
{
	padding-top: 6px !important;
}
#section1 .flip-clock-wrapper ul li
{
	list-style: none;
}
#section1 .col-wrapper
{
	display: block;
	max-width: 1135px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#section1 .col-wrapper .row
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -17.5px;
	margin-left: -17.5px;
	position: relative;
}
#section1 #counter2
{
	background-image:url('../img/counter_flip_bg.jpg');
	/* min-width: 392px; */
	min-height: 144px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#section2 .col1-2 .card
{
	max-width: 82vw;
}
#section1 .card .col
{
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
	box-sizing: border-box;
	/* flex: 0 0 auto; */
	padding-right: 17.5px;
	padding-left: 17.5px;
}
#section1 .card .col .col-header
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#section1 .card .col .col-header img
{
	max-width: 80px;
	width:100%;
}
#section1 .card .col .col-header h3
{
	margin-left: 20px;
}
#section1 h3
{
	font-size:33px;
	padding:0;
	font-weight:500;
	line-height: 28px;
	text-transform: uppercase;
}
.button:hover .arrow-icon
{
	opacity: 1;
	left:7px;
}
#section2
{
	padding-top:0;
	margin-top: 100px;
	padding-bottom:50px;
	background: #fff;
}
#section2 p.lead-text
{
	margin-top: 15px;
    font-size: 22px;
    font-weight: 100;
    font-family: lato;
    letter-spacing: -.3px;
	line-height: 36px;
	max-width: 920px;
	width:90vw;
}
#section2 h2.lead-heading
{
	max-width:750px;
	width: 90vw;
}
#section2 .support-wrapper
{
	box-sizing: border-box;
	font-size: 0;
	border-top: 2px solid #F3F5F8;
	padding-top:20px;
}
#section2 .support-wrapper .col1-2,
#section2 .support-wrapper .col2-2
{
	display: inline-block;
	box-sizing: border-box;
}

#section2 .support-wrapper .col1-2
{
	overflow: hidden;
	width:100%;
	max-width: 196px;
}
#section2 .support-wrapper .col1-2 img
{
	max-width: 196px;
}
#section2 .support-wrapper .col2-2
{
	width:100%;
	max-width: 942px;
	padding-left: 5%;
	/* min-width: 300px; */
}

#section2 .support-wrapper .col2-2 h3
{
	padding-top:30px;
	padding-bottom: 0;
	font-size:30px;
	text-transform: uppercase;
}
#section2 .col1-2 b
{
    font-weight: 700;
	line-height: 2em;
	font-style: italic;
	font-size: 17px;
}
#section2 .col1-2 .table
{
	height:621px;
}
#section2 .card-list .card-header
{
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 38px;
}
#section2 .card-list .card-header h3
{
	margin-left: 20px;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 42px;
}
#section2 .card-list .card-header img
{
	max-width: 76px;
}
#section2 .card-list.col2-2 img
{
	bottom: -100px;
	position: relative;
}
#section2 .col1-2 img
{
	max-width:100%;
}
#section2 .card-wrapper
{
	display:inline-block;
	font-size: 0;
	width:100%;
}
#section2 .card-wrapper .card-list
{
	max-width: 42%;
	display: inline-block;
}
#section2 .card-wrapper .col2-2
{
	display: inline-block;
	width: 58%;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}
#section2 .card-list {
    width: 480px;
    padding-bottom: 80px;
	position:relative;
	max-width: 42%;
}
#section2 .col2-2 .image-card-one,
#section2 .col2-2 .image-card-two,
#section2 .col2-2 .image-card-three
{
	margin-left: 80px;
	display: block;
	opacity: 1;
	min-width: 667px;
	transition:opacity 500ms;
	position: absolute;
	top:0;
}
#section2 .col2-2 .image-card-one
{
	z-index: 8;
}
#section2 .col2-2 .image-card-two
{
	z-index: 7;
}
#section2 .col2-2 .image-card-three
{
	z-index: 6;
}
#section2 .col2-2 .image-card-two,
#section2 .col2-2 .image-card-three
{
	display: none;
	/* opacity: 0; */
}
#section2 .card-list .content-list-indicator
{
	position: absolute;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s,-webkit-transform .4s;
	z-index: -1;
	left: -20px;
	right: -20px;
	top: 24px;
	background: #FFF;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	border-radius: 12px;
	height: 317px  !important;
}
#section2 .card-list .content-list-indicator::after
{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	box-shadow: 4px -4px 3px -3px rgba(0,0,0,.1);
}
#section2 
#section3
{
	background-color:#ccc;
	background-image:url('../img/deal.jpg');
	background-size:cover;
	background-position:top;
}
#section2 .marginpush
{
	/* margin:-20px -30px; */
	margin:100px 30px;
	/* padding: 78px; */
	border-radius: 12px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	overflow:hidden;
}
#section2 .panel
{
	display:inline-block;
	width:100%;
}
#section2 .panel .panelmargin
{
	margin:20px 30px;
}
#section2 .panel h3
{
	max-width: 463px;
	display: inline-block;
	margin-left: 20px;
	width: 100%;
}
#section2 .panel img
{
	width: 8%;
	max-height: 80px;
	margin: 0 0 20px 0;
	min-width: 63px;
	display:inline-block;
}
.isIE #section2 .panel img/*fixes svg scaling stretch in ie*/
{
	width:40%;
	max-height:none;
}
#section5
{
	background-color:#ccc;
	background-image:url('../img/way.jpg');
	background-size:cover;
	background-position:bottom;
}
#section5 .panel
{
	float:right;
	max-width:600px;
	color:#1b1b1b;
}
#section6
{
	background: #3932a1 ;
	background-image: url('../img/section6.jpg');
	background-size:cover;
	position: relative;
}
#section6:before
{
	content: '';
	left: 0;
	right: 0;
	background-size: 129px 100px;
	bottom: 0;
	position: absolute;
	top: 0;
	background-image: url('../img/overlapping-hexagons.svg');
	opacity: 0.02;
}
#section6 h1
{
	padding-bottom:30px;
}
#section6 .lead-text
{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	/* width: 800px; */
	max-width: 100%;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	margin-top:0;
	margin-bottom: 15px;
	opacity:0.7;
}
#section6 .content
{
	display:block;
	width:100vw;
}
#section6 .tv-wrapper
{
	max-width:1000px;
	margin:auto;
	padding-top:30px;
}
#section6 .panel.col2-2.width60
{
	width:60%;
}
#section6 .panel.width40
{
	width:40%;
	
}
#section6 .panel.col2-2
{
	width:40%;
	max-width:inherit;
	padding-top:30px;
}
#section6 .list .item
{
	text-align:justify;
}
#section6 .list .item h3
{
	text-align:left;
}
#section6 .panel
{
	margin:0;
	width: 50%;
}
#section6 .panel.portrait
{
	max-width:147px;
	position: relative;
}
#section6 .bg-holder
{
	position: absolute;
}
#section6 .panel.landscapevid
{
	padding:0;
}
#section6 .dynamic .width40
{
	padding-left: 55px;
}
#section6 .mobile
{
	display:none;
}
#section6 .panel.landscapevid:nth-of-type(2)
{
	padding:35px 0;
}
#section6 video
{
	background:#000;
}

#section6 .vid2-dimensions.vjs-fluid
{
	padding-top:0!important;
}
#section6 .vjs-volume-menu-button,
#section6 .vjs-slider,
#section6 .vjs-time-control
{
	display: none;
}
#section6 .video-js:before
{
	content:'';
	position:absolute;
	top:-15px;
	bottom:-15px;
	left:-15px;
	right:-15px;
	/* border:2px outset #000; */
	border-radius:3px;
	
	background: none;
	/* background: -moz-linear-gradient(-45deg,  #b2b2b2 0%, #858585 50%, #000000 51%, #000000 100%);
	background: -webkit-linear-gradient(-45deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	background: linear-gradient(135deg,  #b2b2b2 0%,#858585 50%,#000000 51%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#000000',GradientType=1 ); */
}
#section6 .vjs-fullscreen:before
{
	display: none;
}
#section6 .bg-holder img
{
	width: 290px;
	/* margin-left: -113px;
	margin-top: -68px; */
}
#section6 .col1-2, #section6 .col2-2
{
	display:inline-block;
}
#section6 .col1-2
{
	width: 100%;
	min-width: 405px;
}
#section6 h3 {

    padding-left: 9%;
    padding-top: 46px;
}
#section6 .list
{
	position:relative;
	z-index:7;
}#section6 .list b
{
	line-height:1em;
}
#section6 .content
{
	padding-bottom: 64px;
}
#section6 .content.landscape
{
	padding:0;
}
#section6 .content.landscape .col-wrapper
{
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-wrap: wrap;
	width: 100%;
}
#section6 .content:last-of-type
{
	padding-bottom:0;
}
#section6 .tv-container-container
{
	display: table;
	width: 100%;
	height: 716px;
	vertical-align: middle;
}
#section6 .landscape .tv-container-container{
	height:549px;
}
#section6 .tv-container
{
	display: table-cell;
	vertical-align: middle;
}
#section6 .content.landscape .arrow-wrapper
{
	position: absolute;
	transform: rotate(97deg) scaleY(-1);
	top: -156px;
	right: -141px;
	left: inherit;
	display: inline-block;
	z-index: 5;
}
#section6 .content.landscape .arrow2-wrapper
{
	position: absolute;
	transform: rotate(258deg);
	top: -232px;
	right: -131px;
	display: inline-block;
	z-index: 5;
	left: inherit;
}
#section6 .content.dynamic .arrow-wrapper
{
	position: absolute;
	transform: rotate(56deg);
	top: -104px;
	right: inherit;
	left: -196px;
	display: inline-block;
	z-index: 5;
}
#section6 .content.dynamic .arrow2-wrapper
{
	position: absolute;
	transform: rotate(306deg) scaleY(-1);
	top: -428px;
	right: inherit;
	display: inline-block;
	z-index: 5;
	left: -203px;
}
.demo-section-after
{
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -400px;
	top: 89.5%;
	-webkit-transform: skewY(7.5deg);
	-ms-transform: skewY(7.5deg);
	transform: skewY(7.5deg);
	z-index: 3;
}
.demo-section-after:before
{
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	background-color: rgba(0,0,0,.1);
}
#section7 h2
{
	text-align:center;
}
#section7 .gallery a img {
    transition: transform 500ms;
    width: 100%;
}
#section7 .gallery a:hover img 
{
    transform: scale(1.3);
}

#section7 .panelmargin
{
	margin:10px 30px;
}
#section7 .panel img
{
	width:100%;
	margin:0 0 10px 0;
	border-radius:3px;
}
#section7 .gallery {
    border-radius: 5px;
	background: white;
}
#section7 .gallery a:hover::after {
    opacity: 1;
    transform: scale(1);
}
#section7 .gallery a:hover::before {

    background: rgba(1, 33, 70,.5);
}
#section7 .gallery a::before 
{
    z-index: 1;
    pointer-events: none;
    transition: background 300ms;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
#section7 .gallery a::after 
{
    z-index: 2;
    text-align: center;
    pointer-events: none;
    transform: scale(0);
    transition: opacity 300ms, transform 300ms;
    opacity: 0;
    font-family: total-interactive-dise;
    font-size: 50px;
	font-weight:200;
    color: #fff;
    content: 'z';
    top: 49%;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

#section8
{
	background-color:#ccc;
	background-image:url('../img/support.jpg');
	background-size:cover;
	background-position:top right;
}
#section8 .panel
{
	float:left;
	max-width:600px;
}
#section8 .NZ .trips
{
	display:none;
}
#section8 .trips
{
	float:left;
	width:33.33%;
	text-align:center;
}
#section8 .trips img
{
	width:100%;
}
#section8 .trips a
{
	width:160px;
	margin:auto;
	position:relative;
	display:block;
	border-radius:4px;
	overflow:hidden;
}
#section8 .trips a:before,
#section8 .trips a:after
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
#section8 .trips a:before
{
	transition:background 300ms;
	content:'';
}
#section8 .trips a:hover:before
{
	background:rgba(0,0,0,.8);
}
#section8 .trips a:after
{
	content:'h';
	font-family:plasmatechtv;
	line-height:85px;
	color:#fff;
	font-size:25px;
	transform:translate(-100%,-100%);
	transition:all 100ms;
}
#section8 .trips a:hover:after
{
	transform:translate(0,0);
}
#section9
{
	/* margin-top:200px; */
}
/* #section9 .content {
    background: #fff;
} */
#section9,
#section2
{
	z-index: 5;
}
#section9 p.lead-text
{
	margin-top: 15px;
	font-size: 22px;
	font-weight: 100;
	font-family: lato;
	letter-spacing: -.3px;
	line-height: 36px;
	max-width: 920px;
	width: 100%;
	padding-bottom: 20px;
	margin-left:0;
	background: #fff;
}
#section9 p
{
	margin:0 0 0 30px;
}
#section9 .question-wrapper
{
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	border-radius: 12px;
	padding: 10px 18px;
	margin: 0 -30px;
	background: #fff;
}
#section9 .col1-2
{
	position:absolute;
	font-weight:700;
	line-height:1.9em;
	font-size:24px;
	color:#000;
}
#section9 .col2-2
{
	margin:0 0 0 30px;
	line-height:2em;
	color:#292C31;
	font-size: 22px;
	font-weight: 100;
	font-family: lato;
	letter-spacing: -.3px;
}
#section9 .faq-section-after
{
	content: "";
	height: 50%;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #E0E7F1;
	-webkit-transform: skewY(4.5deg);
	-ms-transform: skewY(4.5deg);
	transform: skewY(4.5deg);
	background-image: linear-gradient(-180deg,#FFF 0,#F3F5F8 100%);
	left: 0;
	overflow: hidden;
}
#section9 .faq-section-after:before
{
	content: '';
	position: absolute;
	bottom: -102px;
	height: 0;
	z-index: 11;
	-webkit-transform: skewY(-13.8deg);
	-ms-transform: skewY(-13.8deg);
	transform: skewY(-13.8deg);
	border-bottom: 152px solid transparent;
	right: 0;
	opacity: .5;
	border-left: 100px solid transparent;
	border-right: 700px solid #E0E7F1;
	border-top: 0 solid transparent;
	width: 0;
}
#section10
{
	padding:0;
}

#section10 h2
{
	color:#292929;
	position: relative;
	z-index: 12;
}
#section10 .panel h2, #section10 p, #section10 h3
{
	color: #fff;
	position: relative;
	z-index: 12;
}
#section10 h3
{
	margin:0;
	padding: 0;
}
#section10 p.lead-text
{
	margin-top: 15px;
	font-size: 22px;
	font-weight: 100;
	font-family: lato;
	letter-spacing: -.3px;
	line-height: 36px;
	/* max-width: 920px; */
	width: 100%;
	color:#292929;
	padding-bottom:20px;
}
#section10 .panel-wrapper
{
	position: relative;
	z-index: 12;
	font-size: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#section10 .panel-wrapper .panel
{
	width:47%;
	margin:0 1.5% 3% 1.5%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px 0 20px;
	background: rgba(70, 112, 181,1);
	background-image: linear-gradient(-135deg,#4670B5 0,#6792d6 100%);
	border-radius:12px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
	flex: 1 0 auto;
	position: relative;
}
#section10 .panel-wrapper .panel:before
{
	content:"";
	left: -24px;
	top: -14px;
	position: absolute;
	width: 90px;
	height: 74px;
	opacity: 0.9;
	background-image: url('../img/quote.svg');
}
#section10 .rating-wrapper
{
	margin-top:5px;;
}
#section10 .rating {
	display: inline-block;
    -webkit-appearance: none;
    width: var(--star-size);
    height: var(--star-size);
    background: transparent url("data:image/svg+xml,     <svg xmlns='http://www.w3.org/2000/svg'       viewBox='0 0 100 100'>         <path d='M50.5,7.7l8.1,25c0.4,1.1,1.4,1.8,2.5,1.8h26.3c2.5,0,3.6,3.3,1.5,4.8L67.7,54.8 c-0.9,0.7-1.3,1.9-1,2.9l8.1,25c0.8,2.4-2,4.4-4.1,2.9L49.5,70.2c-0.9-0.7-2.2-0.7-3.1,0L25.2,85.7c-2.1,1.5-4.8-0.5-4.1-2.9l8.1-25 c0.4-1.1,0-2.3-1-2.9L7,39.3c-2.1-1.5-1-4.8,1.5-4.8h26.3c1.1,0,2.2-0.7,2.5-1.8l8.1-25C46.3,5.3,49.7,5.3,50.5,7.7z' \a         fill='%23F6F6F6'/>     </svg>") no-repeat;background-size: var(--star-size) var(--star-size);
  }
#section10 .rating.yellow{
    -webkit-appearance: none;
    width: var(--star-size);
    height: var(--star-size);
    background: transparent url("data:image/svg+xml,     <svg xmlns='http://www.w3.org/2000/svg'       viewBox='0 0 100 100'>         <path d='M50.5,7.7l8.1,25c0.4,1.1,1.4,1.8,2.5,1.8h26.3c2.5,0,3.6,3.3,1.5,4.8L67.7,54.8 c-0.9,0.7-1.3,1.9-1,2.9l8.1,25c0.8,2.4-2,4.4-4.1,2.9L49.5,70.2c-0.9-0.7-2.2-0.7-3.1,0L25.2,85.7c-2.1,1.5-4.8-0.5-4.1-2.9l8.1-25 c0.4-1.1,0-2.3-1-2.9L7,39.3c-2.1-1.5-1-4.8,1.5-4.8h26.3c1.1,0,2.2-0.7,2.5-1.8l8.1-25C46.3,5.3,49.7,5.3,50.5,7.7z' \a         fill='%23FFA300'/>     </svg>") no-repeat;
    background-size: var(--star-size) var(--star-size);
  }
  #section10 .image--cover {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 20px 0 0;
	border: 4px solid#fff;
	display: inline-block;
	position: relative;
	z-index: 12;
	object-fit: cover;
	object-position: center right;
	float: left;
  }

/* ------------------- */

#section11
{
	background: var(--main-color-hex) ;
	background-image: var(--main-color-gradient);
	position: relative;
	top:-143px;
	padding-top:243px;
	margin-bottom: -234px;
	text-align: center;
	margin-top: 68px;
	padding-top: 300px;
}
#section11 #regoform
{
	display:none;
	padding-bottom: 100px;
}
#section11 span.button
{
	font-size: 18px;
	text-transform: uppercase;
	font-family: Lato,sans-serif;
	cursor: pointer;
	display: block;
	margin: 20px auto;
	width: 200px;
	border: none;
	float: none;
	color: inherit;
	padding: 0;
	text-align: center;
	position: relative;
	color:#fff;
	height: 59px;
	opacity: 1;
	transition: opacity .4s,-webkit-transform .3s;
}
#section11 .labelmargin  input[type="checkbox"]
{
	/* display: none; */
	opacity: 0;
	position: absolute;
}
#section11 .labelmargin span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid var(--main-color-hex);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 44px;
	background: rgba(130, 135, 147,0.3);
  }
  #section11 .labelmargin input[type="checkbox"]:checked + span {
	background: rgba(255, 255, 255,1);
  }

  #section11 .labelmargin input[type="checkbox"]:checked + span img {
	opacity: 1;
  }
#section11 .labelmargin span img
{
	top: 13px;
	position: relative;
	opacity: 0;
	transition: opacity 200ms;
	max-width: 23px;
}
#section11 span.button span
{
	position: relative;
	z-index: 20;
	line-height: 59px;
	font-size: 15px;
}
#section11 span.button:hover
{
	background: none;
	box-shadow: none;
}
#section11 span.button:before
{
	content: '';
	position: absolute;
	
	background: rgba(255,255,255,0.2);
	border-radius: 40px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: scale(.95,.9);
	-ms-transform: scale(.95,.9);
	transform: scale(.95,.9);
	transition: opacity .4s,-webkit-transform .3s;
	transition: transform .3s,opacity .4s;
	transition: transform .3s,opacity .4s,-webkit-transform .3s;
}
#section11 span.button:hover:before
{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	background: rgba(255,255,255,1);
}
#section11 span.button:after
{
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-radius: 100px;
	box-shadow: 0 0 6px 0 transparent;
	transition: background .4s,box-shadow .4s;
	background: var(--main-color-hex);
}
#section11 span.button:hover:after
{
	background-color: var(--main-color-hex-hover);
}
#section11:before
{
	content: '';
	left: 0;
	right: 0;
	background-size: 129px 100px;
	bottom: 0;
	position: absolute;
	top: 0;
	background-image: url('../img/overlapping-hexagons.svg');
	opacity: 0.02;
}
#section11 h1
{
	padding-bottom:30px;
	text-align: center;
}
#section11 .lead-text
{
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	width: 800px;
	max-width: 100%;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	margin-top:0;
	margin-bottom: 15px;
	opacity:0.7;
}
#section11 .content
{
	display:block;
	width:100vw;
}

#section11 .col1-2
{
	width:49%;
	float:left;
}
#section11 .col2-2
{
	width:49%;
	float:right;
}
#section11 .col1-3
{
	width:32%;
	float:left;
}
#section11 .col2-3
{
	width:32%;
	margin:0 0 0 2%;
	float:left;
}
#section11 .col3-3
{
	width:32%;
	float:right;
}
#section11 textarea
{
	height:85px;
}
#section11 .rlegitfield
{
	height:85px;
}
#section11 #termslabel
{
	margin:10px 8px 0 0;
}
#section11 .conditions
{
	line-height:2em;
}
#section11 p
{
	padding:0 0 10px 0;
}
#section11 .marginpush
{
	margin:-10px -10px 10px -10px;
}
#section11 .marginpush label
{
	display:inline-block;
	width:11%;
}
#section11 .marginpush label.active .labelmargin
{
	background:#fff;
}
#section11 .labelmargin
{
	margin:10px;
	padding:15px;
	background:rgba(255,255,255,.7);
	border-radius:4px;
	transition:300ms;
}
#section11 .labelmargin:hover
{
	background:#fff;
}
#section11 .table
{
	height:50.4px;
	margin:5px 0;
}
#section11 .tablecell
{
	font-size:14px;
	color:#000;
	line-height:1.2em;
}
#section11 .separator
{
	display:none;
}
#section11 .termslabelclass.error
{
	color:rgba(255,40,40,1);
	background:none;
}
#section11 .termslabelclass.error a
{
	color:rgba(255,200,200,1);
}
#section11 .termslabelclass.error a:hover
{
	color:#fff;
}
#section11 .texterror
{
	color:rgba(255,40,40,1);
}
#section11 .textsuccess
{
	color:rgba(40,255,40,1);
}
#section11 label
{
	font-size:16px;
}
#section11 .value-button {
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0px;
	width: 40px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 11px 0;
	background: #eee;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
	
  }
  #section11 .value-button.decrease
  {
	border-radius: 4px 0 0 4px;
  }
  #section11 .value-button.increase
  {
	border-radius: 0 4px 4px 0;
  }
  
  #section11 .value-button:hover {
	cursor: pointer;
  }
  
  form #decrease {
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
  }
  
  form #increase {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
  }

  input.rnurse,
  input.rdrs {
	text-align: center;
	border: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/* margin: 0px; */
	/* width: 40px; */
	/* height: 40px; */
	border-radius:0;
	margin-top: 5px;
  }
  
  input[type=number]:-webkit-inner-spin-button,
  input[type=number]:-webkit-outer-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
  }
  input[type=number] {
	-moz-appearance: textfield;
  }

  .rdrs, .rnurse {
		width: 80%;
		min-width: 60px;
	}


/* ------------------- */

footer
{
	text-align:left;
	line-height:50px;
	background-color: #F3F5F8;
	/* background-image: url("../img/texturedark.jpg"); */
	border-bottom: 1px #333 solid;
	color:#828793;
	
	position:relative;
	z-index:48;
}
footer .wrapper,
footer a,
footer div,
footer .retract
{
	line-height:55px;
	color:#828793;
	transition: color 300ms, text-shadow 300ms;
}
footer a:hover, footer a:hover .retract
{
	color:#a2a4aa;
}
footer h2
{
	font-size: 20px;
	text-align: left;
	padding: 19px 0 0 0;
	color:var(--main-color-hex);
}
footer .col1-2, footer .col2-3
{
	text-align:left;
}
footer .col1-2 .fixedwidth  {
    width: 60px;
    line-height: 1.6;
    text-align: right;
    margin: 0 0 0 -67px;
}
footer .col1-2 a,
footer .col1-2 p,
footer .col1-2 p span,
footer .col1-2 b
{
	line-height: 1.6;
	color: #828793;
	transition: color 300ms, text-shadow 300ms;
}
footer .col1-2 a:hover
{
	color:#a2a4aa;
}
footer .col1-2 .infoWrapper
{
	margin-top:16px;
}
footer .col1-2 p
{
	margin-top:3px;
	padding: 0 0 15px 0;
}
footer .col1-2 p .fixedwidth,
footer .col1-2 p .fixedwidth .lineheightfix
{
	color: #fff;
}
footer .col2-2
{
	text-align:right;
}
footer .col1-2,
footer .col2-2
{
	display:inline-block;
	padding:0;
	font-size:16px;
}
footer .col1-2
{
	width:30%;
}
footer .col2-2
{
	width:70%;
}
footer .col2-3 a,
footer .col2-3 .lineheightfix
{
	line-height:50px;
	color:#F37B21;
	transition: color 300ms, text-shadow 300ms;
}
footer .btmLinks
{
	display:inline-block;
	width:100%;
	border-top:2px solid #c6c7ca;
	position: relative;
	justify-content: flex-start;
	display: flex;
}
footer .inputfix
{
	display: inline-block;
	width: 100%;
}
footer .btmLinks .col
{
	margin-right:25px;
	font-size: 14px;
}
footer .btmLinks .col-right .col
{
	margin-right:0;
	font-size: 18px;
}
footer .btmLinks,
footer .btmLinks span
{
	transition: color 300ms, text-shadow 300ms;
	line-height: 55px;
	margin-top:20px;
}
footer .col1-2 .location_icon img
{
	width:30px;
	margin-right:12px;
	display:inline-block;
}
footer .col1-2 .location_icon
{
	height:0;
}
footer .col2-2 #contactform
{
	margin-top:20px;
}
footer .col2-2 #contactform .col1-2,
footer .col2-2 #contactform .col2-2
{
	width:49%;
	padding:0;
}
footer .col2-2 #contactform fieldset .col1-2,
footer .col2-2 #contactform fieldset .col2-2 {

    width: 100%;
    padding: 0;

}
footer .col2-2 #contactform .col1-2
{
	float:left;
}
footer .co2-2 #contactform .col2-2
{
	float:right;
}
footer #contactform .cmessage
{
	min-height:160px;
}
footer #divider
{
	background:rgba(255,255,255,.2);
	height:24px;
	width:1px;
	position:relative;
	display:inline-block;
	margin:13px 20px 0 20px;
}
footer #privacyloading
{
	/* padding:0 0 0 10px; */
	position: absolute;
	left: -24px;
}
footer #privacyloading div
{
	font-size:16px;
	line-height:57px;
}
footer #privacyloading #privacyloadingspin
{
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
#privacysection
{
	padding-bottom:20px;
}
footer .NZ
{
	display:none;
}
footer .col-left
{
	float:left;
}
footer .col-right
{
	float:right;
	text-align: right;
	margin-right: 0;
}
footer .col-left,
footer .col-right
{
	display: inline-block;
	width:100%;
}
footer .col
{
	display: inline-block;
}

/* Arrow */
.arrow-wrapper-wrapper
{
	position:relative;
}

.arrow-wrapper
{
	position: absolute;
	transform: rotate(88deg);
	top: -216px;
	left: -188px;
	display: inline-block;
}
.arrow2-wrapper
{
	position: absolute;
	transform: rotate(289deg) scaleY(-1);
	top: -280px;
	left: -198px;
	display: inline-block;
}
.arrow {
	position: relative;
	margin: 0 auto;
	width: 100px;
}

.arrow .curve {
	border: 3px solid #f9f9f9;
	border-color: transparent transparent transparent #f9f9f9;
	height: 360px;
	width: 1200px;
	border-radius: 230px 0 0 150px;
}

.arrow .point {
	position: absolute;
	left: 40px;
	top: 315px;
}

.arrow .point:before, .arrow .point:after {
	border: 1px solid #f9f9f9;
	height: 25px;
	content: "";
	position: absolute;
}

.arrow .point:before {
	top: -11px;
	left: -11px;
	transform:rotate(-74deg);
	-webkit-transform:rotate(-74deg);
  -moz-transform:rotate(-74deg);
  -ms-transform: rotate(-74deg);
}

.arrow .point:after {
  top: -20px;
	left: 5px;
	transform:rotate(12deg);
	-webkit-transform: rotate(12deg);
  -moz-transform:rotate(12deg);
  -ms-transform: rotate(12deg);
}





.list {
  list-style: none;
  width: 600px;
  max-width: 90%;
}

.item {
  display: block;
  clear: both;
  counter-increment: list;
  padding-bottom: 2.2rem;
  font-size: 1.1rem;
  line-height: 1.375;
  position: relative;
  z-index:2;
}
.item:nth-of-type(1)::before
{
	content:"1";
}
.item:nth-of-type(2)::before
{
	content:"2";
}
.item:nth-of-type(3)::before
{
	content:"3";
}
.item:nth-of-type(4)::before
{
	content:"4";
}
.item:before {
  font: bold 2.25rem/1 Montserrat, Roboto, Helvetica, Arial, sans-serif;
  content: "";
  width: 5rem;
  height: 5rem;
  float: left;
  margin: 0 1.5rem 0.75rem 0;
  color: var(--main-color-hex);
  background: #fff linear-gradient(to bottom right, #fff 25%, #fff);
  text-shadow: 0 0 2px #cacaca;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  shape-outside: ellipse();
  z-index: 1;
}

.item:after {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
  z-index: -1;
  border-top-left-radius: 3px;
}

.headline {
  padding: 0rem 0 0 0;
  margin: 0 0 1rem 0;
	font: normal 1.7rem "Space Mono", Consolas, Menlo, Monaco, "Courier New", monospace;
	font-family: lato;
  text-align:left;
}
#section6 .landscape .item::before,
#section11 .landscape .item::before
{
	float:right;
	margin: 0 0 0.75rem 1.5rem;
	color: #4670B5;
	background: #fff linear-gradient(to bottom left, #fff 25%, #fff);
}
#section6 .landscape .item::after,
#section11 .landscape .item::after
{
	top: 0;
	left:inherit;
	right: 0;
	border-top-right-radius: 3px;
}
button:hover,.button:hover
{
	outline: 0;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
}
#section1 button,#section1 .button,
#headerbottom button,#headerbottom .button,

footer button,footer .button
{
	background: #4670B5;
	background-image: none;
	background-image: var(--main-color-gradient);
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
}
#headerbottom .button-green
{
	background: var(--main-color-hex);
	background-image: var(--main-color-gradient);
}
#section1 .button:before,
#section1 button:before,
#headerbottom .button:before,
#headerbottom button:before,
footer .button:before,
footer button:before
{
	content: '';
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: skewY(-4.5deg) translate(70px,40px) rotate(4.5deg);
	-ms-transform: skewY(-4.5deg) translate(70px,40px) rotate(4.5deg);
	transform: skewY(-4.5deg) translate(70px,40px) rotate(4.5deg);
	background: rgba(0,0,0,.05);
	transition: opacity .4s,-webkit-transform .4s;
	transition: opacity .4s,transform .4s;
	transition: opacity .4s,transform .4s,-webkit-transform .4s;
}
#section1 .button:hover::before,
#section1 button:hover::before,
#headerbottom .button:hover::before,
#headerbottom button:hover::before
footer .button:hover::before,
footer button:hover::before
{
	opacity: 1;
	-webkit-transform: skewY(-4.5deg) translate(0,20px) rotate(-10deg);
	-ms-transform: skewY(-4.5deg) translate(0,20px) rotate(-10deg);
	transform: skewY(-4.5deg) translate(0,20px) rotate(-10deg);
}
footer .button:hover
{
	background: var(--main-color-hex);
	background-image: var(--main-color-gradient);
}
.button.link-arrowed
{
	padding: 0 17px 0 46px;
}
.button.link-arrowed.button-outline
{
	padding: 0 17px 0 61px;
}
.link-arrowed .arrow-icon {
	position: relative;
	top: -2px;
	left:50px;
	transition: -webkit-transform 0.3s ease ;
	transition: transform 0.3s ease 200ms;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	vertical-align: middle;
	opacity: 0;
	transition: opacity 200ms;
  }
  .link-arrowed .arrow-icon-circle {
	transition: stroke-dashoffset .3s ease;
	stroke-dasharray: 95;
	stroke-dashoffset: 95;
  }
  .link-arrowed:hover .arrow-icon {
	-webkit-transform: translate3d(5px, 0, 0);
			transform: translate3d(5px, 0, 0);
  }
  .link-arrowed:hover .arrow-icon-circle {
	stroke-dashoffset: 0;
  }

/* -------------------------------------------------------------------------
   begin Separator
 * ------------------------------------------------------------------------- */
 .separator {
	bottom: -4px;
	left: 0;
	overflow: hidden;
	position: absolute;
  
	width: 100%;
  }
  /* -------------------------------------------------------------------------
	 end Separator
   * ------------------------------------------------------------------------- */
   #bigTriangleShadow
   {
	   display: block;
   width: 100%;
   height: auto;
   width: 100vw;
   position: absolute;
   z-index: 50;
   bottom: -1px;
   overflow: hidden;
   }
  /* begin Media Max-Width 767
  ============================================================================ */
  
  @media screen and (max-width: 767px) {
	#bigTriangleShadow g .leftpoly {
		left: -20%;
		position: relative;
		transform: scale(5) rotate(4deg);
		width: 140%;
	  }
	#bigTriangleShadow g .rightpoly {
		left: -20%;
		position: relative;
		transform: scale(5) rotate(-15deg);
		width: 140%;
	  }
	#bigTriangleShadow
	{
		height: 145px;
	}
	}
  
  
  /* end Media Max-Width 767
  ============================================================================ */

  #section6 .content .wrapper {
    z-index: 2;
}
  .bg-bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
  .bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../img/leaf.svg');
	/* background-color: rgba(255, 255, 255, 0.15); */
	bottom: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	background-repeat: no-repeat; 
	opacity: 0.8;
	
  }
  .bg-bubbles li:nth-child(1) {
	left: 10%;
  }
  .bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
	-webkit-animation-duration: 17s;
			animation-duration: 17s;
  }
  .bg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
			animation-delay: 4s;
  }
  .bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 130px;
	height: 130px;
	-webkit-animation-duration: 22s;
			animation-duration: 22s;
	/* background-color: rgba(255, 255, 255, 0.25); */
  }
  .bg-bubbles li:nth-child(5) {
	left: 70%;
  }
  .bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 3s;
			animation-delay: 3s;
	/* background-color: rgba(255, 255, 255, 0.2); */
  }
  .bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 7s;
			animation-delay: 7s;
  }
  .bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
			animation-delay: 15s;
	-webkit-animation-duration: 40s;
			animation-duration: 40s;
  }
  .bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 30px;
	height: 30px;
	-webkit-animation-delay: 2s;
			animation-delay: 2s;
	-webkit-animation-duration: 40s;
			animation-duration: 40s;
	/* background-color: rgba(255, 255, 255, 0.3); */
  }
  .bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 100px;
	height: 100px;
	-webkit-animation-delay: 11s;
			animation-delay: 11s;
  }
  @-webkit-keyframes square {
	0% {
	  -webkit-transform: translateY(0) translateX(30px);
			  transform: translateY(0) translateX(30px);
	}
	100% {
	  -webkit-transform: translateY(-150vh) translateX(-30px) rotate(600deg);
			  transform: translateY(-150vh) translateX(-30px) rotate(600deg);
	}
  }
  @keyframes square {
	0% {
	  -webkit-transform: translateY(0) translateX(30px);
			  transform: translateY(0) translateX(30px);
	}
	100% {
	  -webkit-transform: translateY(-150vh) translateX(-30px) rotate(600deg);
			  transform: translateY(-150vh) translateX(-30px) rotate(600deg);
	}
  }