body, html {
  padding: 0;
  margin: 0;
  background-color: #81883c;
}
/* Show more messages button */
.button.show_moremessages{
}
/* Category button */
.dk_category{
}
.content h3{
  color: #fff;
}

#footer {
  position: relative;
  margin-top: 30px;
  background-color: #81883c;
}
.footercolor{
  background-color: #81883c;
}
.copycontent{
  font-size: 8pt;
  margin-top: 70px;
  margin-bottom: -70px;
}

/* Webshop elements */
.navbar-item i{
  padding:0 10px;
}
#meny a i{
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 0 10px 15px;
}
#loginfirst{
  display: none;
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
  padding: 1em;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 49%);
  border-radius: 15px;
  position: absolute;
  margin-top: 67px;
  margin-right: -56px;
  left: 50%;
}
.showloginstate{
  display: block !important;
}

/* Counting dot */
.total-count{
  padding: 5px 8px;
  background-color: #c3c3c3;
  border-radius: 40px;
  font-size: 6pt;
  margin-right: -16px;
  margin-top: 14px;
  margin-bottom: -25px;
}
.table .item-count{
  border: none;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 11px;
  width: 70px;
  text-align: center;
  background-color: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea:focus, input:focus{
  outline: none;
}
.minus-item{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border:1px #ccc solid;
  padding: 11px;
  background-color: #fff;
  border-right: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.plus-item{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border:1px #ccc solid;
  padding: 11px;
  background-color: #fff;
  border-left: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.plus-item:hover, .minus-item:hover{
  background-color: rgb(225, 225, 225);
}
.productName{
  width: 50%;
  vertical-align: middle !important;
}
.productTotal{
  vertical-align: middle !important;
}
.productCount{
  width: 160px;
}
.totalprice{
  text-align: right;
  font-size: 20pt;
}
.totalshipping{
  text-align: right;
  font-size: 10pt;
}
.clear-cart{
  font-size: 11pt;
  float: right;
  margin-top: 22px;
}
.orderButton{
  float: right;
  margin-top: 20px;
}
.modalWindow h3{
  font-size: 25pt;
}
.modalWindow h1{
  font-size: 35pt;
}
.noContent{
  display: none;
  visibility: hidden;
}
.modalWindow {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  backdrop-filter: blur(6px);
}
.modalWindow:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
.modalWindow > div {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.49);
  border-radius: 15px;
}
.account-window > div{
  width: 40%;
  max-width: 650px;
}
.closeButton{
  float: right;
  font-size: 22pt;
  margin-right: -10px;
  margin-top: -20px;
  color: black;
}
.accountModal div{
  width: auto;
  max-width: none;
  height: auto;
  left: 15%;
  right: 15%;
  top: 50px;
  bottom: auto;
  transform: translate(0%, 0%);
}
.flex{
  display: flex;
}
.flex div{
  width: 100%;
  margin: 10px;
}
.streetinput{
  width: 77%;
  margin:0px -10px;
}
.housenumberinput{
  width: 20%;
  margin:0px -10px;
  margin-left: 5%;
}
.namesinput{
  width: 49%;
  margin:0px -10px;
}
.namesinputSpace{
  margin-left: 20px;
}
.field{
  width: 100%;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-panel {
  display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label, .signoff {
  color: #4a4a4a;
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tabset > label:hover,
.tabset > input:focus + label, .signoff:hover {
  color: #06c;
}
.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.tab-panel {
  padding: 30px 0;
}
.accountformButton{
  margin: 28px 12px 0;
}
.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
}

.tabs > input,
.tabs > span {
	width: 50%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span, .ease {
			transition: all .5s;
}

.tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: #3498DB;
}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 50%;
}
.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	min-height: 340px;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}
#snackbar{
  z-index: 9999;
  position: absolute;
  padding: 20px;
  bottom: 30px;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  border-left: #00a120 3px solid;
  background-color: #fff;
  box-shadow: 0px 0px 19px 10px rgba(0,0,0,0.28);
}
.orderOverview{
  width: 150% !important;
  margin-left: 50px !important;
}
.effect-3 .line{
	background: #3498DB;
	width: 50%;
	height: 4px;
	position: absolute;
	top: 56px;
}

#tab-1:checked ~ .line {
	left: 0;
}

#tab-2:checked ~ .line {
	left: 50%;
}
h4{
  font-size: 15pt;
}

/* Mobile menu display screen size */
@media screen and (max-width: 1023px) {
  #mobileNavigation{
    visibility: visible;  
  }
  #mainNavigation, .shoppingBasket, .shoppingAccount{
    display: none;
  }
  .modalWindow > div{
    width: auto;
    left: 2%;
    right: 2%;
    top: 2%;
    transform: translate(0, 0);
  }
  .minus-item, .plus-item{
    border: none;
    text-align: center;
    width: 100%;
    border-radius: 5px;
  }
  .delete-item{
    margin-top: 37px;
  }
  .table .item-count{
    margin: 5px 0;
  }
  #loginfirst{
    left: 0;
    right: 0;
    margin: 0;
    margin-top: 64px;
  }
  .tabset > label, .signoff{
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
  }
  .tabset > input:checked + label{
    border: 1px solid #ccc;
    background-color: #efefef;
  }
  .accountModal .flex{
    display: block;
  }
  .ordersummery{
    display: block;
  }
  .ordersummery .ordersummerySentState {
    margin: 0px 0 3px;
  }
  .container .flex{
    display: block;
  }
  .orderOverview {
    width: 80% !important;
  }
  .flex div {
    width: 96%;
  }
}




/*Plataan template */
@import url(font-awesome.min.css);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic);*,.row,:after,:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.row.\30 \25>*,.row.uniform.\30 \25>*{padding:0}#menu,#wrapperContent,.tiles article,ul .inner{overflow:hidden}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,pre code,section{display:block}header.major>p,label{letter-spacing:.25em;text-transform:uppercase}#menu,#menu .inner,.with-errors{visibility:hidden}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}blockquote,em,i{font-style:italic}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}body{-webkit-text-size-adjust:none;-ms-overflow-style:scrollbar;background:#81883c}*,:after,:before{box-sizing:border-box}.row{border-bottom:solid 1px transparent;box-sizing:border-box}.row:after,.row:before{content:'';display:block;clear:both;height:0}.row.uniform>*>:first-child{margin-top:0}.row.uniform>*>:last-child{margin-bottom:0}.row.\30 \25,.row.uniform.\30 \25{margin:0 0 -1px}.row>*{float:left;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 0 0 2em}.row{margin:0 0 -1px -2em}.row.uniform>*{padding:2em 0 0 2em}.row.uniform{margin:-2em 0 -1px -2em}.row.\32 00\25>*{padding:0 0 0 4em}.row.\32 00\25{margin:0 0 -1px -4em}.row.uniform.\32 00\25>*{padding:4em 0 0 4em}.row.uniform.\32 00\25{margin:-4em 0 -1px -4em}.row.\31 50\25>*{padding:0 0 0 3em}.row.\31 50\25{margin:0 0 -1px -3em}.row.uniform.\31 50\25>*{padding:3em 0 0 3em}.row.uniform.\31 50\25{margin:-3em 0 -1px -3em}.row.\35 0\25>*{padding:0 0 0 1em}.row.\35 0\25{margin:0 0 -1px -1em}.row.uniform.\35 0\25>*{padding:1em 0 0 1em}.row.uniform.\35 0\25{margin:-1em 0 -1px -1em}.row.\32 5\25>*{padding:0 0 0 .5em}.row.\32 5\25{margin:0 0 -1px -.5em}.row.uniform.\32 5\25>*{padding:.5em 0 0 .5em}.row.uniform.\32 5\25{margin:-.5em 0 -1px -.5em}.\31 0u,.\31 0u\24,.\31 1u,.\31 1u\24,.\31 2u,.\31 2u\24,.\31 u,.\31 u\24,.\32 u,.\32 u\24,.\33 u,.\33 u\24,.\34 u,.\34 u\24,.\35 u,.\35 u\24,.\36 u,.\36 u\24,.\38 u,.\38 u\24,.\39 u,.\39 u\24{clear:none;margin-left:0}.\31 2u,.\31 2u\24{width:100%}.\31 1u,.\31 1u\24{width:91.6666666667%}.\31 0u,.\31 0u\24{width:83.3333333333%}.\39 u,.\39 u\24{width:75%}.\38 u,.\38 u\24{width:66.6666666667%}.\37 u,.\37 u\24{width:58.3333333333%;clear:none;margin-left:0}.\36 u,.\36 u\24{width:50%}.\35 u,.\35 u\24{width:41.6666666667%}.\34 u,.\34 u\24{width:33.3333333333%}.\33 u,.\33 u\24{width:25%}.\32 u,.\32 u\24{width:16.6666666667%}.\31 u,.\31 u\24{width:8.3333333333%}.\31 0u\24+*,.\31 1u\24+*,.\31 2u\24+*,.\31 u\24+*,.\32 u\24+*,.\33 u\24+*,.\34 u\24+*,.\35 u\24+*,.\36 u\24+*,.\37 u\24+*,.\38 u\24+*,.\39 u\24+*{clear:left}.\-11u{margin-left:91.66667%}.\-10u{margin-left:83.33333%}.\-9u{margin-left:75%}.\-8u{margin-left:66.66667%}.\-7u{margin-left:58.33333%}.\-6u{margin-left:50%}.\-5u{margin-left:41.66667%}.\-4u{margin-left:33.33333%}.\-3u{margin-left:25%}.\-2u{margin-left:16.66667%}.\-1u{margin-left:8.33333%}@media screen and (max-width:1680px){#smartwizard ul{top:48px}.row>*{padding:0 0 0 2em}.row{margin:0 0 -1px -2em}.row.uniform>*{padding:2em 0 0 2em}.row.uniform{margin:-2em 0 -1px -2em}.row.\32 00\25>*{padding:0 0 0 4em}.row.\32 00\25{margin:0 0 -1px -4em}.row.uniform.\32 00\25>*{padding:4em 0 0 4em}.row.uniform.\32 00\25{margin:-4em 0 -1px -4em}.row.\31 50\25>*{padding:0 0 0 3em}.row.\31 50\25{margin:0 0 -1px -3em}.row.uniform.\31 50\25>*{padding:3em 0 0 3em}.row.uniform.\31 50\25{margin:-3em 0 -1px -3em}.row.\35 0\25>*{padding:0 0 0 1em}.row.\35 0\25{margin:0 0 -1px -1em}.row.uniform.\35 0\25>*{padding:1em 0 0 1em}.row.uniform.\35 0\25{margin:-1em 0 -1px -1em}.row.\32 5\25>*{padding:0 0 0 .5em}.row.\32 5\25{margin:0 0 -1px -.5em}.row.uniform.\32 5\25>*{padding:.5em 0 0 .5em}.row.uniform.\32 5\25{margin:-.5em 0 -1px -.5em}.\31 2u\24\28xlarge\29,.\31 2u\28xlarge\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28xlarge\29,.\31 1u\28xlarge\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28xlarge\29,.\31 0u\28xlarge\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28xlarge\29,.\39 u\28xlarge\29{width:75%;clear:none;margin-left:0}.\38 u\24\28xlarge\29,.\38 u\28xlarge\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28xlarge\29,.\37 u\28xlarge\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28xlarge\29,.\36 u\28xlarge\29{width:50%;clear:none;margin-left:0}.\35 u\24\28xlarge\29,.\35 u\28xlarge\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28xlarge\29,.\34 u\28xlarge\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28xlarge\29,.\33 u\28xlarge\29{width:25%;clear:none;margin-left:0}.\32 u\24\28xlarge\29,.\32 u\28xlarge\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28xlarge\29,.\31 u\28xlarge\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28xlarge\29+*,.\31 1u\24\28xlarge\29+*,.\31 2u\24\28xlarge\29+*,.\31 u\24\28xlarge\29+*,.\32 u\24\28xlarge\29+*,.\33 u\24\28xlarge\29+*,.\34 u\24\28xlarge\29+*,.\35 u\24\28xlarge\29+*,.\36 u\24\28xlarge\29+*,.\37 u\24\28xlarge\29+*,.\38 u\24\28xlarge\29+*,.\39 u\24\28xlarge\29+*{clear:left}.\-11u\28xlarge\29{margin-left:91.66667%}.\-10u\28xlarge\29{margin-left:83.33333%}.\-9u\28xlarge\29{margin-left:75%}.\-8u\28xlarge\29{margin-left:66.66667%}.\-7u\28xlarge\29{margin-left:58.33333%}.\-6u\28xlarge\29{margin-left:50%}.\-5u\28xlarge\29{margin-left:41.66667%}.\-4u\28xlarge\29{margin-left:33.33333%}.\-3u\28xlarge\29{margin-left:25%}.\-2u\28xlarge\29{margin-left:16.66667%}.\-1u\28xlarge\29{margin-left:8.33333%}}@media screen and (max-width:1280px){#smartwizard ul{top:47px!important}.row>*{padding:0 0 0 1.5em}.row{margin:0 0 -1px -1.5em}.row.uniform>*{padding:1.5em 0 0 1.5em}.row.uniform{margin:-1.5em 0 -1px -1.5em}.row.\32 00\25>*{padding:0 0 0 3em}.row.\32 00\25{margin:0 0 -1px -3em}.row.uniform.\32 00\25>*{padding:3em 0 0 3em}.row.uniform.\32 00\25{margin:-3em 0 -1px -3em}.row.\31 50\25>*{padding:0 0 0 2.25em}.row.\31 50\25{margin:0 0 -1px -2.25em}.row.uniform.\31 50\25>*{padding:2.25em 0 0 2.25em}.row.uniform.\31 50\25{margin:-2.25em 0 -1px -2.25em}.row.\35 0\25>*{padding:0 0 0 .75em}.row.\35 0\25{margin:0 0 -1px -.75em}.row.uniform.\35 0\25>*{padding:.75em 0 0 .75em}.row.uniform.\35 0\25{margin:-.75em 0 -1px -.75em}.row.\32 5\25>*{padding:0 0 0 .375em}.row.\32 5\25{margin:0 0 -1px -.375em}.row.uniform.\32 5\25>*{padding:.375em 0 0 .375em}.row.uniform.\32 5\25{margin:-.375em 0 -1px -.375em}.\31 2u\24\28large\29,.\31 2u\28large\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28large\29,.\31 1u\28large\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28large\29,.\31 0u\28large\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28large\29,.\39 u\28large\29{width:75%;clear:none;margin-left:0}.\38 u\24\28large\29,.\38 u\28large\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28large\29,.\37 u\28large\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28large\29,.\36 u\28large\29{width:50%;clear:none;margin-left:0}.\35 u\24\28large\29,.\35 u\28large\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28large\29,.\34 u\28large\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28large\29,.\33 u\28large\29{width:25%;clear:none;margin-left:0}.\32 u\24\28large\29,.\32 u\28large\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28large\29,.\31 u\28large\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28large\29+*,.\31 1u\24\28large\29+*,.\31 2u\24\28large\29+*,.\31 u\24\28large\29+*,.\32 u\24\28large\29+*,.\33 u\24\28large\29+*,.\34 u\24\28large\29+*,.\35 u\24\28large\29+*,.\36 u\24\28large\29+*,.\37 u\24\28large\29+*,.\38 u\24\28large\29+*,.\39 u\24\28large\29+*{clear:left}.\-11u\28large\29{margin-left:91.66667%}.\-10u\28large\29{margin-left:83.33333%}.\-9u\28large\29{margin-left:75%}.\-8u\28large\29{margin-left:66.66667%}.\-7u\28large\29{margin-left:58.33333%}.\-6u\28large\29{margin-left:50%}.\-5u\28large\29{margin-left:41.66667%}.\-4u\28large\29{margin-left:33.33333%}.\-3u\28large\29{margin-left:25%}.\-2u\28large\29{margin-left:16.66667%}.\-1u\28large\29{margin-left:8.33333%}}@media screen and (max-width:980px){.row>*{padding:0 0 0 1.5em}.row{margin:0 0 -1px -1.5em}.row.uniform>*{padding:1.5em 0 0 1.5em}.row.uniform{margin:-1.5em 0 -1px -1.5em}.row.\32 00\25>*{padding:0 0 0 3em}.row.\32 00\25{margin:0 0 -1px -3em}.row.uniform.\32 00\25>*{padding:3em 0 0 3em}.row.uniform.\32 00\25{margin:-3em 0 -1px -3em}.row.\31 50\25>*{padding:0 0 0 2.25em}.row.\31 50\25{margin:0 0 -1px -2.25em}.row.uniform.\31 50\25>*{padding:2.25em 0 0 2.25em}.row.uniform.\31 50\25{margin:-2.25em 0 -1px -2.25em}.row.\35 0\25>*{padding:0 0 0 .75em}.row.\35 0\25{margin:0 0 -1px -.75em}.row.uniform.\35 0\25>*{padding:.75em 0 0 .75em}.row.uniform.\35 0\25{margin:-.75em 0 -1px -.75em}.row.\32 5\25>*{padding:0 0 0 .375em}.row.\32 5\25{margin:0 0 -1px -.375em}.row.uniform.\32 5\25>*{padding:.375em 0 0 .375em}.row.uniform.\32 5\25{margin:-.375em 0 -1px -.375em}.\31 2u\24\28medium\29,.\31 2u\28medium\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28medium\29,.\31 1u\28medium\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28medium\29,.\31 0u\28medium\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28medium\29,.\39 u\28medium\29{width:75%;clear:none;margin-left:0}.\38 u\24\28medium\29,.\38 u\28medium\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28medium\29,.\37 u\28medium\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28medium\29,.\36 u\28medium\29{width:50%;clear:none;margin-left:0}.\35 u\24\28medium\29,.\35 u\28medium\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28medium\29,.\34 u\28medium\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28medium\29,.\33 u\28medium\29{width:25%;clear:none;margin-left:0}.\32 u\24\28medium\29,.\32 u\28medium\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28medium\29,.\31 u\28medium\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28medium\29+*,.\31 1u\24\28medium\29+*,.\31 2u\24\28medium\29+*,.\31 u\24\28medium\29+*,.\32 u\24\28medium\29+*,.\33 u\24\28medium\29+*,.\34 u\24\28medium\29+*,.\35 u\24\28medium\29+*,.\36 u\24\28medium\29+*,.\37 u\24\28medium\29+*,.\38 u\24\28medium\29+*,.\39 u\24\28medium\29+*{clear:left}.\-11u\28medium\29{margin-left:91.66667%}.\-10u\28medium\29{margin-left:83.33333%}.\-9u\28medium\29{margin-left:75%}.\-8u\28medium\29{margin-left:66.66667%}.\-7u\28medium\29{margin-left:58.33333%}.\-6u\28medium\29{margin-left:50%}.\-5u\28medium\29{margin-left:41.66667%}.\-4u\28medium\29{margin-left:33.33333%}.\-3u\28medium\29{margin-left:25%}.\-2u\28medium\29{margin-left:16.66667%}.\-1u\28medium\29{margin-left:8.33333%}}@media screen and (max-width:736px){#smartwizard ul{visibility:hidden}.row>*{padding:0 0 0 1.25em}.row{margin:0 0 -1px -1.25em}.row.uniform>*{padding:1.25em 0 0 1.25em}.row.uniform{margin:-1.25em 0 -1px -1.25em}.row.\32 00\25>*{padding:0 0 0 2.5em}.row.\32 00\25{margin:0 0 -1px -2.5em}.row.uniform.\32 00\25>*{padding:2.5em 0 0 2.5em}.row.uniform.\32 00\25{margin:-2.5em 0 -1px -2.5em}.row.\31 50\25>*{padding:0 0 0 1.875em}.row.\31 50\25{margin:0 0 -1px -1.875em}.row.uniform.\31 50\25>*{padding:1.875em 0 0 1.875em}.row.uniform.\31 50\25{margin:-1.875em 0 -1px -1.875em}.row.\35 0\25>*{padding:0 0 0 .625em}.row.\35 0\25{margin:0 0 -1px -.625em}.row.uniform.\35 0\25>*{padding:.625em 0 0 .625em}.row.uniform.\35 0\25{margin:-.625em 0 -1px -.625em}.row.\32 5\25>*{padding:0 0 0 .3125em}.row.\32 5\25{margin:0 0 -1px -.3125em}.row.uniform.\32 5\25>*{padding:.3125em 0 0 .3125em}.row.uniform.\32 5\25{margin:-.3125em 0 -1px -.3125em}.\31 2u\24\28small\29,.\31 2u\28small\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28small\29,.\31 1u\28small\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28small\29,.\31 0u\28small\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28small\29,.\39 u\28small\29{width:75%;clear:none;margin-left:0}.\38 u\24\28small\29,.\38 u\28small\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28small\29,.\37 u\28small\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28small\29,.\36 u\28small\29{width:50%;clear:none;margin-left:0}.\35 u\24\28small\29,.\35 u\28small\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28small\29,.\34 u\28small\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28small\29,.\33 u\28small\29{width:25%;clear:none;margin-left:0}.\32 u\24\28small\29,.\32 u\28small\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28small\29,.\31 u\28small\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28small\29+*,.\31 1u\24\28small\29+*,.\31 2u\24\28small\29+*,.\31 u\24\28small\29+*,.\32 u\24\28small\29+*,.\33 u\24\28small\29+*,.\34 u\24\28small\29+*,.\35 u\24\28small\29+*,.\36 u\24\28small\29+*,.\37 u\24\28small\29+*,.\38 u\24\28small\29+*,.\39 u\24\28small\29+*{clear:left}.\-11u\28small\29{margin-left:91.66667%}.\-10u\28small\29{margin-left:83.33333%}.\-9u\28small\29{margin-left:75%}.\-8u\28small\29{margin-left:66.66667%}.\-7u\28small\29{margin-left:58.33333%}.\-6u\28small\29{margin-left:50%}.\-5u\28small\29{margin-left:41.66667%}.\-4u\28small\29{margin-left:33.33333%}.\-3u\28small\29{margin-left:25%}.\-2u\28small\29{margin-left:16.66667%}.\-1u\28small\29{margin-left:8.33333%}}@media screen and (max-width:480px){.row>*{padding:0 0 0 1.25em}.row{margin:0 0 -1px -1.25em}.row.uniform>*{padding:1.25em 0 0 1.25em}.row.uniform{margin:-1.25em 0 -1px -1.25em}.row.\32 00\25>*{padding:0 0 0 2.5em}.row.\32 00\25{margin:0 0 -1px -2.5em}.row.uniform.\32 00\25>*{padding:2.5em 0 0 2.5em}.row.uniform.\32 00\25{margin:-2.5em 0 -1px -2.5em}.row.\31 50\25>*{padding:0 0 0 1.875em}.row.\31 50\25{margin:0 0 -1px -1.875em}.row.uniform.\31 50\25>*{padding:1.875em 0 0 1.875em}.row.uniform.\31 50\25{margin:-1.875em 0 -1px -1.875em}.row.\35 0\25>*{padding:0 0 0 .625em}.row.\35 0\25{margin:0 0 -1px -.625em}.row.uniform.\35 0\25>*{padding:.625em 0 0 .625em}.row.uniform.\35 0\25{margin:-.625em 0 -1px -.625em}.row.\32 5\25>*{padding:0 0 0 .3125em}.row.\32 5\25{margin:0 0 -1px -.3125em}.row.uniform.\32 5\25>*{padding:.3125em 0 0 .3125em}.row.uniform.\32 5\25{margin:-.3125em 0 -1px -.3125em}.\31 2u\24\28xsmall\29,.\31 2u\28xsmall\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28xsmall\29,.\31 1u\28xsmall\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28xsmall\29,.\31 0u\28xsmall\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28xsmall\29,.\39 u\28xsmall\29{width:75%;clear:none;margin-left:0}.\38 u\24\28xsmall\29,.\38 u\28xsmall\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28xsmall\29,.\37 u\28xsmall\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28xsmall\29,.\36 u\28xsmall\29{width:50%;clear:none;margin-left:0}.\35 u\24\28xsmall\29,.\35 u\28xsmall\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28xsmall\29,.\34 u\28xsmall\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28xsmall\29,.\33 u\28xsmall\29{width:25%;clear:none;margin-left:0}.\32 u\24\28xsmall\29,.\32 u\28xsmall\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28xsmall\29,.\31 u\28xsmall\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28xsmall\29+*,.\31 1u\24\28xsmall\29+*,.\31 2u\24\28xsmall\29+*,.\31 u\24\28xsmall\29+*,.\32 u\24\28xsmall\29+*,.\33 u\24\28xsmall\29+*,.\34 u\24\28xsmall\29+*,.\35 u\24\28xsmall\29+*,.\36 u\24\28xsmall\29+*,.\37 u\24\28xsmall\29+*,.\38 u\24\28xsmall\29+*,.\39 u\24\28xsmall\29+*{clear:left}.\-11u\28xsmall\29{margin-left:91.66667%}.\-10u\28xsmall\29{margin-left:83.33333%}.\-9u\28xsmall\29{margin-left:75%}.\-8u\28xsmall\29{margin-left:66.66667%}.\-7u\28xsmall\29{margin-left:58.33333%}.\-6u\28xsmall\29{margin-left:50%}.\-5u\28xsmall\29{margin-left:41.66667%}.\-4u\28xsmall\29{margin-left:33.33333%}.\-3u\28xsmall\29{margin-left:25%}.\-2u\28xsmall\29{margin-left:16.66667%}.\-1u\28xsmall\29{margin-left:8.33333%}body,html{min-width:320px}}@media screen and (max-width:360px){.row>*{padding:0 0 0 1.25em}.row{margin:0 0 -1px -1.25em}.row.uniform>*{padding:1.25em 0 0 1.25em}.row.uniform{margin:-1.25em 0 -1px -1.25em}.row.\32 00\25>*{padding:0 0 0 2.5em}.row.\32 00\25{margin:0 0 -1px -2.5em}.row.uniform.\32 00\25>*{padding:2.5em 0 0 2.5em}.row.uniform.\32 00\25{margin:-2.5em 0 -1px -2.5em}.row.\31 50\25>*{padding:0 0 0 1.875em}.row.\31 50\25{margin:0 0 -1px -1.875em}.row.uniform.\31 50\25>*{padding:1.875em 0 0 1.875em}.row.uniform.\31 50\25{margin:-1.875em 0 -1px -1.875em}.row.\35 0\25>*{padding:0 0 0 .625em}.row.\35 0\25{margin:0 0 -1px -.625em}.row.uniform.\35 0\25>*{padding:.625em 0 0 .625em}.row.uniform.\35 0\25{margin:-.625em 0 -1px -.625em}.row.\32 5\25>*{padding:0 0 0 .3125em}.row.\32 5\25{margin:0 0 -1px -.3125em}.row.uniform.\32 5\25>*{padding:.3125em 0 0 .3125em}.row.uniform.\32 5\25{margin:-.3125em 0 -1px -.3125em}.\31 2u\24\28xxsmall\29,.\31 2u\28xxsmall\29{width:100%;clear:none;margin-left:0}.\31 1u\24\28xxsmall\29,.\31 1u\28xxsmall\29{width:91.6666666667%;clear:none;margin-left:0}.\31 0u\24\28xxsmall\29,.\31 0u\28xxsmall\29{width:83.3333333333%;clear:none;margin-left:0}.\39 u\24\28xxsmall\29,.\39 u\28xxsmall\29{width:75%;clear:none;margin-left:0}.\38 u\24\28xxsmall\29,.\38 u\28xxsmall\29{width:66.6666666667%;clear:none;margin-left:0}.\37 u\24\28xxsmall\29,.\37 u\28xxsmall\29{width:58.3333333333%;clear:none;margin-left:0}.\36 u\24\28xxsmall\29,.\36 u\28xxsmall\29{width:50%;clear:none;margin-left:0}.\35 u\24\28xxsmall\29,.\35 u\28xxsmall\29{width:41.6666666667%;clear:none;margin-left:0}.\34 u\24\28xxsmall\29,.\34 u\28xxsmall\29{width:33.3333333333%;clear:none;margin-left:0}.\33 u\24\28xxsmall\29,.\33 u\28xxsmall\29{width:25%;clear:none;margin-left:0}.\32 u\24\28xxsmall\29,.\32 u\28xxsmall\29{width:16.6666666667%;clear:none;margin-left:0}.\31 u\24\28xxsmall\29,.\31 u\28xxsmall\29{width:8.3333333333%;clear:none;margin-left:0}.\31 0u\24\28xxsmall\29+*,.\31 1u\24\28xxsmall\29+*,.\31 2u\24\28xxsmall\29+*,.\31 u\24\28xxsmall\29+*,.\32 u\24\28xxsmall\29+*,.\33 u\24\28xxsmall\29+*,.\34 u\24\28xxsmall\29+*,.\35 u\24\28xxsmall\29+*,.\36 u\24\28xxsmall\29+*,.\37 u\24\28xxsmall\29+*,.\38 u\24\28xxsmall\29+*,.\39 u\24\28xxsmall\29+*{clear:left}.\-11u\28xxsmall\29{margin-left:91.66667%}.\-10u\28xxsmall\29{margin-left:83.33333%}.\-9u\28xxsmall\29{margin-left:75%}.\-8u\28xxsmall\29{margin-left:66.66667%}.\-7u\28xxsmall\29{margin-left:58.33333%}.\-6u\28xxsmall\29{margin-left:50%}.\-5u\28xxsmall\29{margin-left:41.66667%}.\-4u\28xxsmall\29{margin-left:33.33333%}.\-3u\28xxsmall\29{margin-left:25%}.\-2u\28xxsmall\29{margin-left:16.66667%}.\-1u\28xxsmall\29{margin-left:8.33333%}}blockquote,p,pre{margin:0 0 2em}@-ms-viewport{width:device-width}body.is-loading *,body.is-loading :after,body.is-loading :before{-moz-animation:none!important;-webkit-animation:none!important;-ms-animation:none!important;animation:none!important;-moz-transition:none!important;-webkit-transition:none!important;-ms-transition:none!important;transition:none!important}body,input,select,textarea{color:#fff;font-family:"Source Sans Pro",Helvetica,sans-serif;font-size:17pt;font-weight:300;letter-spacing:.025em;line-height:1.65}@media screen and (max-width:1680px){body,input,select,textarea{font-size:14pt}}@media screen and (max-width:1280px){body,input,select,textarea{font-size:12pt}}@media screen and (max-width:360px){body,input,select,textarea{font-size:11pt}}a{-moz-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-webkit-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;-ms-transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;transition:color .2s ease-in-out,border-bottom-color .2s ease-in-out;border-bottom:dotted 1px;color:inherit;text-decoration:none}a:hover{border-bottom-color:transparent;color:#bccfd8!important}a:active{color:#53e3fb!important}b,strong{color:#fff;font-weight:600}#wrapperContent{height:0;transition:1s}.table-wrapper,pre{-webkit-overflow-scrolling:touch}.form-control{border:2px solid #999;padding:10px;color:#000;font-size:17pt;height:auto!important}.Labelrender{color:#000!important;padding-top:25px}h1,h2,h3,h4,h5,h6,label{color:#fff;font-weight:600}#smartwizard,#smartwizard li{border:none!important}.radioBTN{border:2px solid #999!important}h1,h2,h3,h4,h5,h6{line-height:1.65;margin:0 0 1em}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;border-bottom:0}h1{font-size:2.5em}h2{font-size:1.75em}h3{font-size:1.35em}h4{font-size:1.1em}h5{font-size:.9em}h6{font-size:.7em}@media screen and (max-width:736px){h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.25em}}sub,sup{font-size:.8em;position:relative}sub{top:.5em}sup{top:-.5em}code,pre{font-family:"Courier New",monospace;font-size:.9em}blockquote{border-left:solid 4px rgba(212,212,255,.1);padding:.5em 0 .5em 2em}code{background:rgba(212,212,255,.035);margin:0 .25em;padding:.25em .65em}pre code{line-height:1.75;padding:1em 1.5em;overflow-x:auto}hr{border:0;border-bottom:solid 1px rgba(212,212,255,.1);margin:2em 0}hr.major{margin:3em 0}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}article.special,section.special{text-align:center}header.major{width:-moz-max-content;width:-webkit-max-content;width:-ms-max-content;width:max-content;margin-bottom:2em}header.major>:first-child{margin-bottom:0;width:calc(100% + .5em)}.header-image header.major>:first-child:after,.main-stage-content header.major>:first-child:after,header.major>:first-child:after{content:'';display:block;height:2px;margin:.325em 0 .5em;width:100%}header.major>:first-child:after{background-color:#fff}.main-stage-content header.major>:first-child:after{background-color:#999}.header-image header.major>:first-child:after{background-color:#fff;text-shadow:0 0 5px rgba(150,150,150,.7)}header.major>p{font-size:.7em;font-weight:600;margin-bottom:0}body.is-ie header.major>:first-child:after{max-width:9em}body.is-ie header.major>h1:after{max-width:100%!important}form,form .field{margin:0 0 2em}form .field.half{width:50%;float:left;padding:0 0 0 1em}form .field.half.first{padding:0 1em 0 0}form>.actions{margin:2.5em 0 0!important}@media screen and (max-width:736px){header.major>p br{display:none}form .field{margin:0 0 1.5em}form .field.half{padding:0 0 0 .75em}form .field.half.first{padding:0 .75em 0 0}form>.actions{margin:2em 0 0!important}}@media screen and (max-width:480px){form .field.half{width:100%;float:none;padding:0}form .field.half.first{padding:0}}label{display:block;font-size:.8em;margin:0 0 1em}input[type=text],input[type=password],input[type=email],input[type=tel],input[type=search],input[type=url],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;background:rgba(212,212,255,.035);border:none;border-radius:0;color:inherit;display:block;outline:0;padding:0 1em;text-decoration:none;width:100%}input[type=text]:invalid,input[type=password]:invalid,input[type=email]:invalid,input[type=tel]:invalid,input[type=search]:invalid,input[type=url]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#bccfd8;box-shadow:0 0 0 2px #bccfd8}.select-wrapper{text-decoration:none;display:block;position:relative}.select-wrapper:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:FontAwesome;font-style:normal;font-weight:400;text-transform:none!important;color:rgba(212,212,255,.1);content:'\f078';display:block;height:2.75em;line-height:2.75em;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:2.75em}.select-wrapper select::-ms-expand{display:none}input[type=text],input[type=password],input[type=email],input[type=tel],input[type=search],input[type=url],select{height:2.75em}textarea{padding:.75em 1em}input[type=checkbox],input[type=radio]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;display:block;float:left;margin-right:-2em;opacity:0;width:1em;z-index:-1}input[type=checkbox]+label,input[type=radio]+label{text-decoration:none;color:#000;cursor:pointer;display:inline-block;font-weight:300;padding-left:2.65em;padding-right:.75em;position:relative}.icon:before,input[type=checkbox]+label:before,input[type=radio]+label:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:FontAwesome;font-style:normal;font-weight:400;text-transform:none!important}input[type=checkbox]+label:before,input[type=radio]+label:before{background:#ECECEC;content:'';display:inline-block;height:1.65em;left:0;letter-spacing:0;line-height:1.58125em;position:absolute;text-align:center;top:0;width:1.65em}#banner>.inner .content p,#header,#menu ul.links>li>a:not(.button){letter-spacing:.25em;text-transform:uppercase}.icon,.image{position:relative}input[type=checkbox]:checked+label:before,input[type=radio]:checked+label:before{background:#999;border-color:#bccfd8;content:'\f00c';color:#fff}input[type=checkbox]:focus+label:before,input[type=radio]:focus+label:before{box-shadow:0 0 0 2px #bccfd8}input[type=radio]+label:before{border-radius:100%}::-webkit-input-placeholder{color:rgba(244,244,255,.2)!important;opacity:1}:-moz-placeholder{color:rgba(244,244,255,.2)!important;opacity:1}::-moz-placeholder{color:rgba(244,244,255,.2)!important;opacity:1}:-ms-input-placeholder{color:rgba(244,244,255,.2)!important;opacity:1}.formerize-placeholder{color:rgba(244,244,255,.2)!important;opacity:1}.box{border:1px solid rgba(212,212,255,.1);margin-bottom:2em;padding:1.5em}.box>:last-child,.box>:last-child>:last-child,.box>:last-child>:last-child>:last-child{margin-bottom:0}.box.alt{border:0;border-radius:0;padding:0}.icon{text-decoration:none;border-bottom:none}.icon>.label{display:none}.icon.alt:before{background-color:#fff;border-radius:100%;color:#81883c;display:inline-block;height:2em;line-height:2em;text-align:center;width:2em}.image.fit,.image.fit img,.image.left img,.image.main img,.image.right img{width:100%}a.icon.alt:before{-moz-transition:background-color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}#header .logo strong,ul.pagination li>.page{-moz-transition:background-color .2s ease-in-out,color .2s ease-in-out}a.icon.alt:active:before,a.icon.alt:hover:before{background-color:#bccfd8}.image{border:0;display:inline-block}#main>*,ul.alt li{border-top:solid 1px rgba(212,212,255,.1)}.image img,.image.fit,.image.main{display:block}.image.left,.image.right{max-width:30%}.image.left{float:left;margin:0 1.5em 1.25em 0;top:.25em}.image.right{float:right;margin:0 0 1.25em 1.5em;top:.25em}.image.fit{margin:0 0 2em}.image.main{margin:2.5em 0;width:100%}@media screen and (max-width:736px){.image.main{margin:1.5em 0}}ol,ul{margin:0 0 2em}ol{list-style:decimal;padding-left:1.25em}#menu ul.links,ul,ul.actions,ul.alt,ul.icons,ul.pagination{list-style:none}ol li{padding-left:.25em}ul{padding-left:1em}ul.actions.fit li>*,ul.actions.vertical li>*{margin-bottom:0}ul.actions.fit,ul.actions.fit.small{margin-left:-1em;width:calc(100% + 1em)}ul li{padding-left:.5em}ul.alt{padding-left:0}ul.alt li{padding:.5em 0}ul.alt li:first-child{border-top:0;padding-top:0}ul.icons{cursor:default;padding-left:0}ul.icons li{display:inline-block;padding:0 1em 0 0}ul.icons li:last-child{padding-right:0}@media screen and (max-width:736px){ul.icons li{padding:0 .75em 0 0}}ul.actions{cursor:default;padding-left:0}ul.actions li{display:inline-block;padding:0 1em 0 0;vertical-align:middle}ul.actions li:last-child{padding-right:0}ul.actions.small li{padding:0 1em 0 0}ul.actions.vertical li{display:block;padding:1em 0 0}ul.actions.vertical li:first-child,ul.actions.vertical.small li:first-child{padding-top:0}ul.actions.fit{display:table;padding:0;table-layout:fixed}ul.actions.fit li,ul.actions.fit.small li{padding:0 0 0 1em}ul.actions.fit li{display:table-cell}ul.pagination{cursor:default;padding-left:0}ul.pagination li{display:inline-block;padding-left:0;vertical-align:middle}ul.pagination li>.page{-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;border-bottom:0;display:inline-block;font-size:.8em;font-weight:600;height:1.5em;line-height:1.5em;margin:0 .125em;min-width:1.5em;padding:0 .5em;text-align:center}dl,table{margin:0 0 2em}ul.pagination li>.page.active{background-color:#999;color:#fff}ul.pagination li>.page.active:hover{background-color:#bccfd8;color:#81883c!important}ul.pagination li>.page.active:active{background-color:#53e3fb}ul.pagination li:first-child{padding-right:.75em}ul.pagination li:last-child{padding-left:.75em}@media screen and (max-width:480px){ul.pagination li:nth-child(n+2):nth-last-child(n+2){display:none}ul.pagination li:first-child{padding-right:0}}dl dt{display:block;font-weight:600;margin:0 0 1em}dl dd{margin-left:2em}.table-wrapper{padding-top:90px;overflow-x:auto}#smartwizard ul{position:fixed;left:0;top:48px;transition: top 0.4s;right:0;background:rgba(255,255,255,.8);z-index:999}table{border-collapse:collapse;border-spacing:0;width:100%}table tbody tr{border:1px solid rgba(212,212,255,.1);border-left:0;border-right:0}table tbody tr:nth-child(2n+1){background-color:rgba(212,212,255,.035)}table td{padding:.75em; color:#000 !important;}table th{color:#999;font-size:.9em;font-weight:600;padding:0 .75em .75em;text-align:left}table thead{border-bottom:solid 2px rgba(212,212,255,.1)}table tfoot{border-top:solid 2px rgba(212,212,255,.1)}table.alt{border-collapse:separate}table.alt tbody tr td{border:1px solid rgba(212,212,255,.1);border-left-width:0;border-top-width:0}table.alt tbody tr td:first-child{border-left-width:1px}table.alt tbody tr:first-child td{border-top-width:1px}table.alt thead{border-bottom:0}table.alt tfoot{border-top:0}.button,button,input[type=submit],input[type=reset],input[type=button]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;background-color:transparent;border:0;border-radius:0;box-shadow:inset 0 0 0 2px #fff;color:#fff;cursor:pointer;display:inline-block;font-size:.8em;font-weight:600;height:3.5em;letter-spacing:.25em;line-height:3.5em;padding:0 1.75em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.tiles,.tiles+*{border-top:0!important}.button:active,.button:hover,button:active,button:hover,input[type=submit]:active,input[type=submit]:hover,input[type=reset]:active,input[type=reset]:hover,input[type=button]:active,input[type=button]:hover{box-shadow:inset 0 0 0 2px #bccfd8;color:#bccfd8}.button:active,button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active{background-color:rgba(155,241,255,.1);box-shadow:inset 0 0 0 2px #53e3fb;color:#53e3fb}.button.icon:before,button.icon:before,input[type=submit].icon:before,input[type=reset].icon:before,input[type=button].icon:before{margin-right:.5em}.button.fit,button.fit,input[type=submit].fit,input[type=reset].fit,input[type=button].fit{display:block;margin:0 0 1em;width:100%}.button.small,button.small,input[type=submit].small,input[type=reset].small,input[type=button].small{font-size:.6em}.button.big,button.big,input[type=submit].big,input[type=reset].big,input[type=button].big{font-size:1.25em;height:3em;line-height:3em}.button.next,button.next,input[type=submit].next,input[type=reset].next,input[type=button].next{padding-right:4.5em;position:relative}.button.next:after,.button.next:before,button.next:after,button.next:before,input[type=submit].next:after,input[type=submit].next:before,input[type=reset].next:after,input[type=reset].next:before,input[type=button].next:after,input[type=button].next:before{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;background-position:center right;background-repeat:no-repeat;background-size:36px 24px;content:'';display:block;height:100%;position:absolute;right:1.5em;top:0;vertical-align:middle;width:36px}.button.next:before,button.next:before,input[type=submit].next:before,input[type=reset].next:before,input[type=button].next:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E")}.button.next:after,button.next:after,input[type=submit].next:after,input[type=reset].next:after,input[type=button].next:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23bccfd8%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");opacity:0;z-index:1}#header nav a[href="#menu"]:active:after,#header nav a[href="#menu"]:hover:after,.button.next:active:after,.button.next:hover:after,button.next:active:after,button.next:hover:after,input[type=submit].next:active:after,input[type=submit].next:hover:after,input[type=reset].next:active:after,input[type=reset].next:hover:after,input[type=button].next:active:after,input[type=button].next:hover:after{opacity:1}@media screen and (max-width:1280px){.button.next,button.next,input[type=submit].next,input[type=reset].next,input[type=button].next{padding-right:5em}}.button.special,button.special,input[type=submit].special,input[type=reset].special,input[type=button].special{background-color:#fff;box-shadow:none;color:#81883c}.button.special:active,.button.special:hover,button.special:active,button.special:hover,input[type=submit].special:active,input[type=submit].special:hover,input[type=reset].special:active,input[type=reset].special:hover,input[type=button].special:active,input[type=button].special:hover{background-color:#bccfd8;color:#81883c!important}.button.special:active,button.special:active,input[type=submit].special:active,input[type=reset].special:active,input[type=button].special:active{background-color:#53e3fb}.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=submit].disabled,input[type=submit]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=button].disabled,input[type=button]:disabled{-moz-pointer-events:none;-webkit-pointer-events:none;-ms-pointer-events:none;pointer-events:none;cursor:default;opacity:.25}.tiles{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tiles article{-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-transition:-moz-transform .25s ease,opacity .25s ease,-moz-filter 1s ease,-webkit-filter 1s ease;-webkit-transition:-webkit-transform .25s ease,opacity .25s ease,-webkit-filter 1s ease,-webkit-filter 1s ease;-ms-transition:-ms-transform .25s ease,opacity .25s ease,-ms-filter 1s ease,-webkit-filter 1s ease;transition:transform .25s ease,opacity .25s ease,filter 1s ease,-webkit-filter 1s ease;padding:4em 4em 2em;background-position:center;background-repeat:no-repeat;background-size:cover;cursor:default;height:40vh;max-height:40em;min-height:23em;position:relative;width:40%}ul{padding:0}ul .inner{padding-left:1em;display:none}.accordion li{margin:.5em 0}.accordion li a.toggle{overflow:hidden;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;background-color:transparent;border:0;border-radius:0;box-shadow:inset 0 0 0 2px #000;color:#000;cursor:pointer;font-size:.8em;font-weight:600;height:3.5em;line-height:3.5em;padding:0 1.75em;text-decoration:none;white-space:nowrap;width:100%;display:block;transition:.3s ease}.tiles article .image{display:none}.tiles article:after,.tiles article:before{display:block;content:''}.tiles article header{position:relative;z-index:3}.tiles article .link.primary,.tiles article:after,.tiles article:before{height:100%;position:absolute;width:100%;left:0}.tiles article h3{font-size:1.75em}.tiles article h3 a:hover{color:inherit!important}.tiles article .link.primary{border:0;top:0;z-index:4}.tiles article:before{-moz-transition:opacity .5s ease;-webkit-transition:opacity .5s ease;-ms-transition:opacity .5s ease;transition:opacity .5s ease;bottom:0;opacity:.85;z-index:2}.tiles article:after{background-color:rgba(36,41,67,.25);top:0;z-index:1}.tiles article:hover:before{opacity:0}.tiles article.is-transitioning{-moz-transform:scale(.95);-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);-moz-filter:blur(.5em);-webkit-filter:blur(.5em);-ms-filter:blur(.5em);filter:blur(.5em);opacity:0}.tiles article:nth-child(4n - 1),.tiles article:nth-child(4n - 2){width:60%}.tiles article:nth-child(6n - 5):before{background-color:#bccfd8}.tiles article:nth-child(6n - 4):before{background-color:#8d82c4}.tiles article:nth-child(6n - 3):before{background-color:#ad8a64}.tiles article:nth-child(6n - 2):before{background-color:#bf8b85}.tiles article:nth-child(6n - 1):before{background-color:#5d5f71}.tiles article:nth-child(6n):before{background-color:#87c5a4}@media screen and (max-width:1280px){.tiles article{padding:4em 3em 2em;height:30vh;max-height:30em;min-height:20em}}@media screen and (max-width:980px){.tiles article{width:50%!important}}@media screen and (max-width:736px){.tiles article{padding:3em 1.5em 1em;height:16em;max-height:none;min-height:0}.tiles article h3{font-size:1.5em}}@media screen and (max-width:480px){.tiles{display:block}.tiles article{height:20em;width:100%!important}}.contact-method{margin:0 0 2em;padding-left:3.25em;position:relative}.contact-method .icon{left:0;position:absolute;top:0}.contact-method h3{margin:0 0 .5em}.spotlights,.spotlights+*{border-top:0!important}.spotlights>section{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:row;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;background-color:#81883c}.spotlights>section>.image{background-position:center center;background-size:cover;border-radius:0;display:block;position:relative;width:30%}.spotlights>section>.image img{border-radius:0;display:block;width:100%}.spotlights>section>.image:before{background:rgba(36,41,67,.9);content:'';display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.spotlights>section>.content{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-flex-direction:column;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;padding:2em 3em .1em;width:70%}.spotlights>section>.content>.inner{margin:0 auto;max-width:100%;width:65em}.spotlights>section:nth-child(2n){-moz-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;background-color:#ad8a64}.spotlights>section:nth-child(2n)>.content{-moz-align-items:-moz-flex-end;-webkit-align-items:-webkit-flex-end;-ms-align-items:-ms-flex-end;align-items:flex-end}@media screen and (max-width:1680px){.spotlights>section>.image{width:40%}.spotlights>section>.content{width:60%}}@media screen and (max-width:1280px){.spotlights>section>.image{width:45%}.spotlights>section>.content{width:55%}}#banner:after,#header{top:0;width:100%;left:0}@media screen and (max-width:980px){.spotlights>section{display:block}.spotlights>section>.image{width:100%}.spotlights>section>.content{padding:4em 3em 2em;width:100%}}@media screen and (max-width:736px){.spotlights>section>.content{padding:3em 1.5em 1em}}@-moz-keyframes reveal-header{0%{top:-4em;opacity:0}100%{top:0;opacity:1}}@-webkit-keyframes reveal-header{0%{top:-4em;opacity:0}100%{top:0;opacity:1}}@-ms-keyframes reveal-header{0%{top:-4em;opacity:0}100%{top:0;opacity:1}}@keyframes reveal-header{0%{top:-4em;opacity:0}100%{top:0;opacity:1}}#header{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;background-color:#fff;box-shadow:0 0 .25em 0 rgba(0,0,0,.15);cursor:default;font-weight:600;height:3.25em;line-height:3.25em;margin:0;position:fixed;z-index:10000}#header .logo{border:0;display:inline-block;font-size:.8em;height:inherit;line-height:inherit;padding:0 1.5em}#header .logo strong{-webkit-transition:background-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:#fff;color:#81883c;display:inline-block;line-height:1.65em;margin-right:.325em;padding:0 .125em 0 .375em}#header nav,#header nav a{height:inherit;line-height:inherit}#header .logo:hover strong{background-color:#bccfd8}#header .logo:active strong{background-color:#53e3fb}#header nav{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-justify-content:-moz-flex-end;-webkit-justify-content:-webkit-flex-end;-ms-justify-content:-ms-flex-end;justify-content:flex-end;-moz-flex-grow:1;-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1}#header nav a{border:0;display:block;font-size:.8em;padding:0 .75em;position:relative;vertical-align:middle;color:#000}#header nav a:last-child{padding-right:1.5em}#header nav a[href="#menu"]{padding-right:3.325em!important}#header nav a[href="#menu"]:after,#header nav a[href="#menu"]:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23666666%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:24px 32px;content:'';display:block;height:100%;position:absolute;right:1.5em;top:0;vertical-align:middle;width:24px}#header nav a[href="#menu"]:after{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23bccfd8%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");opacity:0;z-index:1}#header nav a[href="#menu"]:last-child{padding-right:3.875em!important}#header nav a[href="#menu"]:last-child:after,#header nav a[href="#menu"]:last-child:before{right:2em}#header.reveal{-moz-animation:reveal-header .35s ease;-webkit-animation:reveal-header .35s ease;-ms-animation:reveal-header .35s ease;animation:reveal-header .35s ease}#header.alt{-moz-transition:opacity 2.5s ease;-webkit-transition:opacity 2.5s ease;-ms-transition:opacity 2.5s ease;transition:opacity 2.5s ease;-moz-transition-delay:.75s;-webkit-transition-delay:.75s;-ms-transition-delay:.75s;transition-delay:.75s;-moz-animation:none;-webkit-animation:none;-ms-animation:none;animation:none;background-color:transparent;box-shadow:none;position:absolute}.logo{margin-top:-5px;margin-left:-20px}body.is-loading #header.alt{opacity:0}@media screen and (max-width:1680px){#header nav a[href="#menu"]{padding-right:3.75em!important}#header nav a[href="#menu"]:last-child{padding-right:4.25em!important}}@media screen and (max-width:1280px){#header nav a[href="#menu"]{padding-right:4em!important}#header nav a[href="#menu"]:last-child{padding-right:4.5em!important}}@media screen and (max-width:736px){#header{height:2.75em;line-height:2.75em}#header .logo{padding:0 1em}#header nav a{padding:0 .5em}#header nav a:last-child{padding-right:1em}#header nav a[href="#menu"]{padding-right:3.25em!important}#header nav a[href="#menu"]:after,#header nav a[href="#menu"]:before{right:.75em}#header nav a[href="#menu"]:last-child{padding-right:4em!important}#header nav a[href="#menu"]:last-child:after,#header nav a[href="#menu"]:last-child:before{right:1.5em}}@media screen and (max-width:480px){#header .logo span{display:none}#header nav a[href="#menu"]{overflow:hidden;padding-right:0!important;text-indent:5em;white-space:nowrap;width:5em}#header nav a[href="#menu"]:after,#header nav a[href="#menu"]:before{right:0;width:inherit}#header nav a[href="#menu"]:last-child:after,#header nav a[href="#menu"]:last-child:before{width:4em;right:0}}#banner{-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;padding:6em 0 2em;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;border-bottom:0!important;cursor:default;height:60vh;margin-bottom:-3.25em;max-height:32em;min-height:22em;position:relative;top:-3.25em}#banner:after{-moz-transition:opacity 2.5s ease;-webkit-transition:opacity 2.5s ease;-ms-transition:opacity 2.5s ease;transition:opacity 2.5s ease;-moz-transition-delay:.75s;-webkit-transition-delay:.75s;-ms-transition-delay:.75s;transition-delay:.75s;-moz-pointer-events:none;-webkit-pointer-events:none;-ms-pointer-events:none;pointer-events:none;background:#fff;background:-moz-linear-gradient(top,#fff 0,#81883c 100%);background:-webkit-linear-gradient(top,#fff 0,#81883c 100%);background:linear-gradient(to bottom,#fff 0,#81883c 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#81883c', GradientType=0 );content:'';display:block;height:100%;opacity:.85;position:absolute;z-index:1}#banner h1{font-size:3.25em}#banner>.inner{-moz-transition:opacity 1.5s ease,-moz-transform .5s ease-out,-moz-filter .5s ease,-webkit-filter .5s ease;-webkit-transition:opacity 1.5s ease,-webkit-transform .5s ease-out,-webkit-filter .5s ease,-webkit-filter .5s ease;-ms-transition:opacity 1.5s ease,-ms-transform .5s ease-out,-ms-filter .5s ease,-webkit-filter .5s ease;transition:opacity 1.5s ease,transform .5s ease-out,filter .5s ease,-webkit-filter .5s ease;padding:0!important;position:relative;z-index:2}#banner>.inner .image{display:none}#banner>.inner header,#banner>.inner header>:first-child{width:auto}#banner>.inner header>:first-child:after{max-width:100%}#banner>.inner .content{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0 0 2em}#banner>.inner .content>*{margin-left:1.5em;margin-bottom:0}#banner>.inner .content>:first-child{margin-left:0}#banner>.inner .content p{font-size:.7em;font-weight:600}#banner.major{height:75vh;min-height:30em;max-height:50em}#banner.major.alt{opacity:.75}#banner.style1:after{background-color:#bccfd8}#banner.style2:after{background-color:#8d82c4}#banner.style3:after{background-color:#ad8a64}#banner.style4:after{background-color:#bf8b85}#banner.style5:after{background-color:#5d5f71}#banner.style6:after{background-color:#87c5a4}body.is-loading #banner:after{opacity:1}body.is-loading #banner>.inner{-moz-filter:blur(.125em);-webkit-filter:blur(.125em);-ms-filter:blur(.125em);filter:blur(.125em);-moz-transform:translateX(-.5em);-webkit-transform:translateX(-.5em);-ms-transform:translateX(-.5em);transform:translateX(-.5em);opacity:0}@media screen and (max-width:1280px){#banner{background-attachment:scroll}}@media screen and (max-width:736px){#banner,#banner.major{height:auto;min-height:0;max-height:none}#banner{padding:5em 0 1em;margin-bottom:-2.75em;top:-2.75em}#banner h1{font-size:2em}#banner>.inner .content{display:block}#banner>.inner .content>*{margin-left:0;margin-bottom:2em}}@media screen and (max-width:480px){#banner{padding:6em 0 2em}#banner>.inner .content p br{display:none}#banner.major{padding:8em 0 4em}}#main{background-color:#5d5f71}#main>:first-child{border-top:0}#main>*>.inner{padding:4em 0 2em;margin:0 auto;max-width:65em;width:calc(100% - 6em)}@media screen and (max-width:736px){#main>*>.inner{padding:3em 0 1em;width:calc(100% - 3em)}}#main.alt{background-color:transparent;border-bottom:solid 1px rgba(212,212,255,.1)}#contact{border-bottom:solid 1px rgba(212,212,255,.1);overflow-x:hidden}#contact>.inner{display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;padding:0!important}#contact>.inner>:nth-child(2n - 1){padding:4em 3em 2em 0;border-right:solid 1px rgba(212,212,255,.1);width:60%}#contact>.inner>:nth-child(2n){padding-left:3em;width:40%}#contact>.inner>.split{padding:0}#contact>.inner>.split>*{padding:3em 0 1em 3em;position:relative}#contact>.inner>.split>:before{border-top:solid 1px rgba(212,212,255,.1);content:'';display:block;margin-left:-3em;position:absolute;top:0;width:calc(100vw + 3em)}#contact>.inner>.split>:first-child:before{display:none}@media screen and (max-width:980px){#contact>.inner,#contact>.inner>.split>:first-child:before{display:block}#contact>.inner>:nth-child(2n - 1){padding:4em 0 2em;border-right:0;width:100%}#contact>.inner>:nth-child(2n){padding-left:0;width:100%}#contact>.inner>.split>*{padding:3em 0 1em}}@media screen and (max-width:736px){#contact>.inner>:nth-child(2n - 1){padding:3em 0 1em}}#footer .copyright{font-size:.8em;list-style:none;padding-left:0}#footer .copyright li{border-left:solid 1px rgba(212,212,255,.1);color:rgba(244,244,255,.2);display:inline-block;line-height:1;margin-left:1em;padding-left:1em}#footer .copyright li:first-child{border-left:0;margin-left:0;padding-left:0}@media screen and (max-width:480px){#footer .copyright li{display:block;border-left:0;margin-left:0;padding-left:0;line-height:inherit}}#wrapper{-moz-transition:-moz-filter .35s ease,-webkit-filter .35s ease,opacity 375ms ease-out;-webkit-transition:-webkit-filter .35s ease,-webkit-filter .35s ease,opacity 375ms ease-out;-ms-transition:-ms-filter .35s ease,-webkit-filter .35s ease,opacity 375ms ease-out;transition:filter .35s ease,-webkit-filter .35s ease,opacity 375ms ease-out;padding-top:3.25em}#wrapper.is-transitioning{opacity:0}#wrapper>*>.inner{padding:4em 0 2em;margin:0 auto;max-width:65em;width:calc(100% - 6em)}#menu .inner,.hvrbox,.hvrbox img{max-width:100%}@media screen and (max-width:736px){#wrapper>*>.inner{padding:3em 0 1em;width:calc(100% - 3em)}#wrapper{padding-top:2.75em}}#menu{-moz-transition:-moz-transform .35s ease,opacity .35s ease,visibility .35s;-webkit-transition:-webkit-transform .35s ease,opacity .35s ease,visibility .35s;-ms-transition:-ms-transform .35s ease,opacity .35s ease,visibility .35s;transition:transform .35s ease,opacity .35s ease,visibility .35s;-moz-align-items:center;-webkit-align-items:center;-ms-align-items:center;align-items:center;display:-moz-flex;display:-webkit-flex;display:-ms-flex;display:flex;-moz-justify-content:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-moz-pointer-events:none;-webkit-pointer-events:none;-ms-pointer-events:none;pointer-events:none;background:rgba(129,136,60,.7);box-shadow:none;height:100%;left:0;opacity:0;padding:3em 2em;position:fixed;top:0;width:100%;z-index:10002}#menu .inner{-moz-transition:-moz-transform .35s ease-out,opacity .35s ease,visibility .35s;-webkit-transition:-webkit-transform .35s ease-out,opacity .35s ease,visibility .35s;-ms-transition:-ms-transform .35s ease-out,opacity .35s ease,visibility .35s;transition:transform .35s ease-out,opacity .35s ease,visibility .35s;-moz-transform:rotateX(20deg);-webkit-transform:rotateX(20deg);-ms-transform:rotateX(20deg);transform:rotateX(20deg);-webkit-overflow-scrolling:touch;max-height:100vh;opacity:0;overflow:auto;text-align:center;width:18em}#menu .inner>:first-child{margin-top:2em}#menu .inner>:last-child{margin-bottom:3em}#menu ul{margin:0 0 1em}#menu ul.links,#menu ul.links>li{padding:0}#menu ul.links>li>a:not(.button){border:0;border-top:solid 1px rgba(212,212,255,.1);display:block;font-size:.8em;font-weight:600;line-height:4em;text-decoration:none}#menu ul.links>li>.button{display:block;margin:.5em 0 0}#menu ul.links>li:first-child>a:not(.button){border-top:0!important}#menu .close{-moz-transition:color .2s ease-in-out;-webkit-transition:color .2s ease-in-out;-ms-transition:color .2s ease-in-out;transition:color .2s ease-in-out;-webkit-tap-highlight-color:transparent;border:0;cursor:pointer;display:block;height:4em;line-height:4em;overflow:hidden;padding-right:1.25em;position:absolute;right:0;text-align:right;text-indent:8em;top:0;vertical-align:middle;white-space:nowrap;width:8em}#menu .close:after,#menu .close:before{-moz-transition:opacity .2s ease-in-out;-webkit-transition:opacity .2s ease-in-out;-ms-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;background-position:center;background-repeat:no-repeat;content:'';display:block;height:4em;position:absolute;right:0;top:0;width:4em}#menu .close:before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E")}#menu .close:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23bccfd8%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");opacity:0}#menu .close:active:after,#menu .close:hover:after{opacity:1}body.is-ie #menu{background:rgba(42,47,74,.975)}.header-image,.hvrbox_background{background-size:cover;background-repeat:no-repeat}body.is-menu-visible #wrapper{-moz-filter:blur(.5em);-webkit-filter:blur(.5em);-ms-filter:blur(.5em);filter:blur(.5em)}body.is-menu-visible #menu{-moz-pointer-events:auto;-webkit-pointer-events:auto;-ms-pointer-events:auto;pointer-events:auto;opacity:1;visibility:visible}body.is-menu-visible #menu .inner{-moz-transform:none;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1;visibility:visible}.main-stage-content{background-color:#fff;color:#000}.main-stage-content b,.main-stage-content h1,.main-stage-content h2,.main-stage-content h3,.main-stage-content h4,.main-stage-content h5,.main-stage-content h6,.main-stage-content strong{color:#000}.main-stage-content .button,.main-stage-content button,.main-stage-content input[type=submit],.main-stage-content input[type=reset],.main-stage-content input[type=button]{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;-ms-transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,color .2s ease-in-out;background-color:transparent;border:0;border-radius:0;box-shadow:inset 0 0 0 2px #999;color:#000;cursor:pointer;display:inline-block;font-size:.8em;font-weight:600;height:3.5em;letter-spacing:.25em;line-height:3.5em;padding:0 1.75em;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap}.main-stage-content .button.special,.main-stage-content button.special,.main-stage-content input[type=submit].special,.main-stage-content input[type=reset].special,.main-stage-content input[type=button].special{background-color:#999;box-shadow:none;color:#fff}.main-stage-content .button.special:active,.main-stage-content .button.special:hover,.main-stage-content [type=reset].special:active,.main-stage-content button.special:active,.main-stage-content button.special:hover,.main-stage-content input[type=submit].special:hover,.main-stage-content input[type=reset].special:hover,.main-stage-content input[type=button].special:active,.main-stage-content input[type=button].special:hover,input[type=submit].special:active{background-color:#bccfd8;color:#fff!important}.header-image{position:absolute;top:50px;left:0;right:0;padding-top:170px;padding-bottom:60px;padding-left:50px;background-position:center}.header-image h1{color:#fff!important;text-shadow:0 0 5px rgba(150,150,150,.7)}.generic-content{padding-top:350px}.about-team-member{width:30%;border:1px solid #999;padding:20px;float:left;margin:20px;height:690px}.clear,.hvrbox,video{width:100%}.about-team-member h4{line-height:10pt;margin-top:-25px}video{display:inline;top:0}.bio{height:557px;background-color:rgba(255,0,0,.5)}.clear{clear:both}.hvrbox,.hvrbox *{box-sizing:border-box}.hvrbox{position:relative;display:inline-block;overflow:hidden;height:auto}.hvrbox_background{width:400px;height:250px;background-position:center center}.hvrbox .hvrbox-layer_bottom{display:block}.hvrbox .hvrbox-layer_top{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.8);color:#fff;padding:15px;font-size:10pt;-moz-transition:all .4s ease-in-out 0s;-webkit-transition:all .4s ease-in-out 0s;-ms-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s}.hvrbox.active .hvrbox-layer_top,.hvrbox:hover .hvrbox-layer_top{opacity:1}.hvrbox .hvrbox-text{padding:10px;font-size:13pt;display:inline-block;position:absolute}.hvrbox .hvrbox-text_mobile{font-size:15px;border-top:1px solid #b3b3b3;border-top:1px solid rgba(179,179,179,.7);margin-top:5px;padding-top:2px;display:none}.hvrbox.active .hvrbox-text_mobile{display:block}.hvrbox .hvrbox-layer_image{padding:0;background:0 0}.hvrbox .hvrbox-layer_slideup{-moz-transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.hvrbox.active .hvrbox-layer_slideup,.hvrbox:hover .hvrbox-layer_slideup{-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.hvrbox .hvrbox-layer_slidedown{-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.hvrbox.active .hvrbox-layer_slidedown,.hvrbox:hover .hvrbox-layer_slidedown{-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.hvrbox .hvrbox-layer_slideleft{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.hvrbox.active .hvrbox-layer_slideleft,.hvrbox:hover .hvrbox-layer_slideleft{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.hvrbox .hvrbox-layer_slideright{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.hvrbox.active .hvrbox-layer_slideright,.hvrbox:hover .hvrbox-layer_slideright{-moz-transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.hvrbox .hvrbox-layer_scale{border-radius:50%;-moz-transform:scale(0);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.hvrbox.active .hvrbox-layer_scale,.hvrbox:hover .hvrbox-layer_scale{border-radius:0;-moz-transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.hvrbox .hvrbox-layer_rotate{border-radius:50%;-moz-transform:rotateZ(0);-webkit-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0)}.hvrbox.active .hvrbox-layer_rotate,.hvrbox:hover .hvrbox-layer_rotate{border-radius:0;-moz-transform:rotateZ(360deg);-webkit-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg)}.hvrbox .hvrbox-layer_scale-rotate{border-radius:50%;-moz-transform:scale(0) rotateZ(0);-webkit-transform:scale(0) rotateZ(0);-ms-transform:scale(0) rotateZ(0);transform:scale(0) rotateZ(0)}.hvrbox.active .hvrbox-layer_scale-rotate,.hvrbox:hover .hvrbox-layer_scale-rotate{border-radius:0;-moz-transform:scale(1) rotateZ(360deg);-webkit-transform:scale(1) rotateZ(360deg);-ms-transform:scale(1) rotateZ(360deg);transform:scale(1) rotateZ(360deg)}.employeimg{width:100%;background-color:#5d5f71;background-position:center;background-size:cover;background-repeat:no-repeat;height:557px}

.beeldmerklogo{
    float: right;
    width: 50px;
    clear: right;
    margin-top: -90px;
}
.firstbeeldmerk{
    margin-right: 80px;
    margin-top: -85px;
}


@media only screen and (max-width: 1333px) {
    .about-team-member {
        width: 25% ;
    }
}
@media only screen and (max-width: 703px) {
    .about-team-member {
        width: 44%;
        height: 250px;
        overflow: hidden;
        margin-left: 1px;
    }
    .employeimg{
        height: 150px;
    }
    .about-team-member h3{
        font-size: 10pt;
        line-height: 12pt !important;
        padding-bottom: 12px;
    }
    .about-team-member h4{
        font-size: 8pt;
        line-height: 10pt !important;
    }
    .hvrbox .hvrbox-layer_top{
        visibility: hidden;
    }
}

.flexer{
    display: flex;
}
.generalcolom{
    padding-left: 20px;
}