@import url("fonts.css");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}












a,
a:hover,
a:visited{
	color: inherit;
}

a:hover{
	text-decoration: none;
}






/* FONT SIZE ETC */

p{
	font-family: 'NeuePlak-Regular';
	font-size: 1.1em;
}

h1,h2,h3{
	font-family: 'NeuePlak-CompBold';
	font-weight: normal !important;
}





.clear{
	clear: both;
}

.space-small{
	clear: both;
	width: 100%;
	height: 25px;
}

.space-medium{
	clear: both;
	width: 100%;
	height: 50px;
}


body{
	font-family: 'NeuePlak-Regular';
}

p, h1, h2{
	hyphens: auto;
}

h2{
	font-size: 28px;
}
h3{
	font-size: 36px;
	letter-spacing: 1px;
}




.left-blue-block{
	width: 100px;
	background: linear-gradient(0deg, rgba(0,74,120,1) 0%, rgba(0,139,206,1) 100%);
}






/* FONTS */


.elm h1{
	font-size: 36px;
	font-family: 'NeuePlak-WideSemiBold';
}



/* HEADER */

header{
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 480px;
	background: #000;
	text-align: center;
}
.front-site header{
	position: relative;
	z-index: 1;
	width: 100vw;
	height: 685px;
	background: #000;
	text-align: center;
	overflow: hidden;
}
.front-site header .hero-video{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.front-site header .hero-video{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.opacity-layer{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 1;
}
.front-site header .hero-video .fullscreen-video{
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 45%;
   left: 50%;
   transform: translate(-50%, -50%);
}

header .bgimage{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(25%);
}

header h1.site-title{
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 20;
	font-size: 85px;
	left: 50%;
	top: calc(50% - 50px);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	text-transform: uppercase;
  	line-height: 75px;
}

header #logo{
	float: left;
	position: absolute;
	z-index: 10;
	margin-top: 50px;
	margin-left: 50px;
}
header #logo img{
	height: 25px;
}

header .left-blue-block{
	position: absolute;
	z-index: 2;
	height: 685px;
}


.menu-paavalikko-container{
	position: absolute;
	z-index: 100;
	margin-top: 47px;
	margin-left: 200px;
}

.menu-paavalikko-container ul{
	list-style: none;
}

.menu-paavalikko-container ul li{
	display: inline;
	font-family: 'NeuePlak-CompBold';
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	letter-spacing: 1px;
}

.menu-paavalikko-container ul li a{
	text-decoration: none;
}

.menu-paavalikko-container ul li a:hover,
.menu-paavalikko-container ul li.current-menu-item a{
	color: rgba(0, 139, 206, 1);
}


.mobile-menu-button{
	display: none;
}

.hamburger{
	position: absolute;
	z-index: 1000;
	display: block;
	right: 25px;
	top: 25px;
}


.hamburger label{
 display:flex;
  flex-direction:column;
  width:30px;
  cursor:pointer;
}

.hamburger label span{
  background: #fff;
  border-radius:5px;
  height:4px;
  margin: 3px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);

}


.hamburger span:nth-of-type(1){
  width:100%;
  
}

.hamburger span:nth-of-type(2){
  width:100%;
}


.hamburger span:nth-of-type(3){
  width:50%;
 
}


.hamburger input[type="checkbox"]{
  display:none;
}


.hamburger input[type="checkbox"]:checked ~ span:nth-of-type(1){
  width:50%;
  transform-origin:bottom;
  transform:rotatez(45deg) translate(4px,1px)
}


.hamburger input[type="checkbox"]:checked ~ span:nth-of-type(2){
  
  transform-origin:top;
  
  transform: translate(0px,0px) rotatez(-45deg);
}


.hamburger input[type="checkbox"]:checked ~ span:nth-of-type(3){
  
  transform-origin:bottom;
  width:50%;
  transform: translate(14px,-6px) rotatez(45deg);

}




/* FOOTER */

footer{
	clear: both;
	width: 100vw;
	height: 500px;
}

footer .left-blue-block{
	display: inline-block;
	position: relative;
	height: 100%;
	float: left;
	min-height: 10px;
}

footer .left-blue-block .footer-f-logo{
	position: absolute;
	width: 65px;
	margin-left: 17px;
	margin-top: 17px;
}

footer .footer-form{
	float: left;
	width: 40%;
	background: #3c383c;
	height: 100%;
}

footer .footer-form .footer-form-container{
	width: calc(100% - 100px);
	margin: 50px;
}

footer .footer-form h3{
	color: #fff;
	margin-top: 75px;
	font-family: 'NeuePlak-WideSemiBold';
	font-size: 24px;
}

footer .footer-form input,
footer .footer-form textarea{
	font-family: 'NeuePlak-Regular';
	width: 100%;
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	border: #000 solid 1px;
}

footer .footer-contact{
	float: left;
	width: calc(60% - 100px);
	height: 100%;
	background: #008bce;
}

footer .small-title{
	font-family: 'NeuePlak-WideSemiBold';
}

footer .footer-contact .footer-contact-container{
	width: calc(100% - 100px);
	margin: 50px;
	min-height: 100px;
}

footer .footer-contact .footer-contact-container ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: solid 1px #cec0b0;
	margin-bottom: 50px;
}
footer .footer-contact .footer-contact-container ul li{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	width: 33.333%;
	font-family: 'NeuePlak-Regular';
	font-size: 14px;
	color: #fff;
	vertical-align: top;
	padding-top: 10px;
}

footer .some-icons span{
	margin-right: 15px;
	font-size: 20px;
}

footer .footer-contact .footer-contact-container ul li.col-2-3{
	width: 66%;
}

footer .footer-contact .footer-contact-container .footer-branding{
	float: left;
	width: 100%;
	margin-bottom: 45px;
}

footer .footer-contact .footer-contact-container .footer-branding img{
	float: left;
	height: 25px;
}

footer .footer-contact .footer-contact-container .footer-branding h2{
	display: inline;
	position: relative;
	font-size: 14px;
	color: #fff;
	font-family: 'NeuePlak-WideSemiBold';
	vertical-align: bottom;
	padding: 0;
	margin-bottom: -5px;
	margin-left: 25px;
	bottom: -2px;
}








/* BLOCK INGRESS */


#ingress .title{
	position: relative;
}
#ingress .title h1{
	position: absolute;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-size: 85px;
	line-height: 72px;
	// position: absolute;
	margin-top: -77px;
	z-index: 21;
	font-family: 'NeuePlak-CompBold' !important;
}

#ingress .desc{
	padding-top: 75px;
	padding-bottom: 50px;
	// background-color: #ccc;
	font-size: 20px;
}



/* BUTTONS */

.button,
a.button{
	padding: 15px;
	font-family: 'NeuePlak-WideSemiBold';
	font-size: 12px;
	border: solid 2px #fff;
	background-color: transparent;
	color: #fff;
	letter-spacing: 1px;
	padding-right: 50px;
	background-image: url('../images/button-arrow-white.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: calc(100% - 15px) center;
	text-decoration: none;
	cursor: pointer;
}


.button.button-dark{
	background-image: url('../images/button-arrow-black.svg');
	color: #000;
	border: solid 1px #000;
}

.button.non-border{
	border: 0;
	padding-left: 0;
}







.elm h1{
	
}


.elm{
	width: 100vw;
	min-height: 100px;
	// background: red;
}

.elm .row{
	margin: auto;
	width: 100vw;
	// min-height: 200px;
	// background: #333;
}


.elm .col .icon{
	position: relative;
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}

.elm .col .icon .icon-line{
	position: absolute;
	width: calc(100% - 60px);
	height: 0px;
	background: #004A78;
	margin-left: calc(-50% + 60px);
	margin-top: 27px;
}

.elm .col .icon .icon-image{
	position: absolute;
	width: 60px;
	height: 60px;
	margin-left: calc(-30px);
	background-size: 100%;
}

.elm .image.col{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}


.elm .work-list.col{
	background: #fff;
	padding: 5px;
}

.elm .work-list.col .frame-border{
	position: relative;
	border: solid 1px #cec0b0;
	width: 100%;
	height: 100%;
	padding: 40px;
	vertical-align: middle; 
}

.elm .work-list.col ul{
	position: relative;
	list-style: none;
	padding: 0;
	text-align: left;
}

.elm .work-list.col ul li .icon{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.elm .work-list.col ul li{
	border-bottom: solid 1px #cec0b0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.elm .work-list.col ul li:last-child{
	border: 0;
}

.elm .work-list.col ul li .icon-putki{
	background-image: url("../icons/icon-putki.svg");
}
.elm .work-list.col ul li .icon-sahko{
	background-image: url("../icons/icon-sahko.svg");
}
.elm .work-list.col ul li .icon-maalaus{
	background-image: url("../icons/icon-maalaus.svg");
}


.one-col-box{
	background-size: cover;
	background-position: center;
}
.one-col-box.full-image{
	padding: 0 !important;
	margin: 0 !important;
}
.one-col-box.full-image img{
	margin: 0;
	padding: 0;
	width: 100%;
}

.one-col-box .col{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.one-col-box .col h1{
	max-width: 100%;
	font-size: 36px;
	font-family: 'NeuePlak-WideSemiBold';
	hyphens: manual;
}

.one-col-box .col p{
	font-size: 24px;
	font-family: 'NeuePlak-Regular';
}


.three-col-box{
	
}

.three-col-box .col{
	text-align: center;
	padding: 35px;
}
.three-col-box .col span.comma{
	position: absolute;
	font-family: 'NeuePlak-CompBold';
	padding-left: 25px;
	padding-right: 25px;
	font-size: 80px;
	margin-top: -35px;
}
.three-col-box .col h3.quote{
	padding-left: 25px;
	padding-right: 25px;
	line-height: 35px;
	font-family: 'NeuePlak-CompBold';
	margin-top: 35px;
}
.three-col-box .col span.quote-name{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 25px;
}
.three-col-box .col span.quote-company{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}


.slider.three-col-box{
	
}
.slider.three-col-box .col{
	text-align: left;
}
.slider.three-col-box .first.col{
	background-color: #3c383c;
}
.slider.three-col-box .first.col span.stitle{
	color: #cec0b0;
	font-size: 14px;
	font-family: 'NeuePlak-WideSemiBold';
}
.slider.three-col-box .first.col h2{
	color: #ffffff;
	font-size: 28px;
	font-family: 'NeuePlak-WideSemiBold';
}
.slider.three-col-box .first.col ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: solid 1px #cec0b0;
	margin-top: 25px;
}
.slider.three-col-box .first.col ul li{
	font-family: 'NeuePlak-Regular';
	font-size: 18px;
	color: #cec0b0;
	border-bottom: solid 1px #cec0b0;
	padding-bottom: 7px;
	padding-top: 5px;
}

.slider.three-col-box .second.col{
	background-color: #f3f0e6;
}
.slider.three-col-box .third.col{
	background: linear-gradient(0deg, rgba(0,74,120,1) 0%, rgba(0,139,206,1) 100%);
	background-position: center;
	background-size: cover;
}


.finrem-gradient{
	background: linear-gradient(0deg, rgba(0,74,120,1) 0%, rgba(0,139,206,1) 100%);
}

.two-col-box{
	
}

.two-col-box .col{
	padding: 50px;
	margin: 0;
}

.two-col-box-v2 .left-line{
	// border-left: 1px solid #000;
	// padding-left: 25px;
}

.two-col-box .col ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: solid 1px #436397;
	margin-top: 25px;
}

.two-col-box .col ul li{
	font-family: 'NeuePlak-Regular';
	font-size: 16px;
	color: #436397;
	border-bottom: solid 1px #436397;
	padding-bottom: 7px;
	padding-top: 5px;
}

.two-col-box .col span.stitle{
	color: #000;
	font-size: 14px;
	font-family: 'NeuePlak-WideSemiBold';
}

.two-col-box .col h2{
	color: #436397;
	font-size: 22px;
	font-family: 'NeuePlak-WideSemiBold';
}

.two-col-box .col.reference-meta{
	background-color: #fff;
}

.two-col-box .col.reference-desc{
	background-color: #f3f0e6;
}

.two-col-box .col.reference-desc p{
	padding: 15px;
}


.two-col-box-v2{
	
}

.two-col-box-v2 .col h2{
	font-family: 'NeuePlak-CompBold';
	font-size: 68px !important;
	text-transform: uppercase;
}
.two-col-box-v2 .col p{
	font-size: 20px !important;
}






.two-col-reference-list.elm .col{
	background-size: cover;
	overflow: hidden;
	min-height: 200px;
}

.two-col-reference-list.elm .col a{
	display: inline-block;
	width: 120%;
	height: 120%;
	background: linear-gradient(0deg, rgba(39,71,110,.75) 0%, rgba(85,137,199,.1) 100%);
	padding: 50px;
	margin-top: -25px;
	margin-left: -25px;
	color: #fff;
	// text-decoration: none;
}

.two-col-reference-list.elm .col h2{
	font-size: 35px !important;
	text-transform: uppercase;
}

.five-col-box-info .col h2,
.five-col-box-info .col h3{
	text-align: center !important;
}

.five-col-box-info{
	// background-color: #e5e3e2;
	height: auto !important;
}
.five-col-box-info .col{
	border-right: solid 1px rgba(245,241,233,1);
}
.five-col-box-info .col:last-child{
	border-right: none;
}
.five-col-box-info .col h2{
	font-family: 'NeuePlak-CompBold';
	font-size: 22px;
	letter-spacing: 1px;
}
.five-col-box-info .col h3{
	font-size: 28px;
	font-family: 'NeuePlak-Regular';
}

.five-col-box-info .col h1{
	font-family: 'NeuePlak-WideSemiBold';
	text-align: center;
}


.infotxt_block{
	text-align: center; 
    display: table;
	color: #fff;
	background: linear-gradient(90deg, rgba(0,74,120,1) 0%, rgba(0,139,206,1) 100%);
	text-align: center !important;
}
.infotxt_block h3{
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	text-align: center !important;
	text-transform: uppercase;
	line-height: 45px !important;
}

.reference_desc_block h3{
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	text-align: left !important;
	text-transform: none !important;
	line-height: 30px !important;
	font-family: 'NeuePlak-Regular' !important;
	padding: 50px;
}


.five-col-box-sertificate-logos .col img{
	width: 100%;
}

.five-col-box-people .person img{
	width: 100%;
}

.five-col-box-people h1{
	text-align: center;
}



/* COLORS */


.bgcolor-finrem-vaalea{
	background-color: rgba(0, 139, 206, 1) !important;
}
.txtcolor-finrem-vaalea{
	color: rgba(0,139,206,1) !important;
}

.bgcolor-hiekka h1,
.bgcolor-hiekka h2,
.bgcolor-hiekka h3,
.bgcolor-hiekka h4{
	color: rgba(0,74,120,1) !important;
}




.bgcolor-finrem-tumma{
	background-color: rgba(0,74,120,1) !important;
}
.txtcolor-finrem-tumma{
	color: rgba(0,74,120,1) !important;
}

.bgcolor-hiekka, .bg-sand{
	background-color: rgba(245,241,233,1) !important;
}
.txtcolor-hiekka{
	color: rgba(245,241,233,1) !important;
}

.bgcolor-puu{
	background-color: rgba(214,195,183,1) !important;
}

.betoni{
	
}


.bgcolor-betoni{
	background-color: #3c383c !important;
}

.txtcolor-betoni{
	color: #3c383c !important;
}



.bgcolor-finrem-tumma h1,
.bgcolor-finrem-tumma h2,
.bgcolor-finrem-tumma h3,
.bgcolor-finrem-tumma h4,
.bgcolor-finrem-tumma p{
	color: rgba(245,241,233,1) !important;
}


.bgimage h1,
.bgimage h2,
.bgimage h3,
.bgimage h4{
	color: rgba(245,241,233,1) !important;
}



/* FORMS */

.page-form{
	margin: 0;
	padding: 0;
}

.form-curtain{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0,74,120,.9);
	display: none;
}
.form-curtain h1{
	text-align: center;
	margin-top: 25%;
	color: #fff !important;
}
.footerFormErrMsg{
	
}
.errorMsg{
	display: none;
	text-align: center;
}
.errorMsg h2{
	text-align: center;
}

.form-container .row{
	padding-top: 0;
	padding-bottom: 0;
}

.page-form .col{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.page-form input[type=text],
.page-form textarea{
	font-family: 'NeuePlak-Regular';
	width: calc(100%);
	margin: 10px 0;
	padding: 15px;
	background: #fff;
	border: #000 solid 1px;
}
.page-form textarea{
	height: 190px;
}

.checkboxes{
	list-style: none;
	padding: 0;
	margin: 0;
}
.checkboxes li{
	display: inline;
	padding: 0;
	margin: 0;
}

span.checkbox{
	margin-right: 25px; 
}
span.checkbox label{
	margin-right: 5px;
	display: inline-block;
}
input[type="checkbox"]{
	height: 20px;
    width: 20px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    border: 2px solid #000;
    background: #fff;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: box-shadow 200ms;
}
input[type="checkbox"]:not(:disabled) {
    // box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}
input[type="checkbox"]:not(:disabled):hover {
    //border-color:rgba(0,0,0,0.4);
    //box-shadow:inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.2);
}
input[type="checkbox"]:active:not(:disabled) {
    background-image: linear-gradient(#C2C2C2, #EFEFEF);
    // box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
    border-color:#707070;
}
input[type="checkbox"]:focus {
    outline:none;
    // box-shadow: 0 0 1px 2px rgba(0,240,255,0.4);
}
input[type="checkbox"]:checked {
    border-color:#000;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:checked:active {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDYgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REU5RjUxMDMxQ0E4MTFFQzlERDBBODRFNTNCRTJCMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REU5RjUxMDQxQ0E4MTFFQzlERDBBODRFNTNCRTJCMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpERTlGNTEwMTFDQTgxMUVDOUREMEE4NEU1M0JFMkIxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpERTlGNTEwMjFDQTgxMUVDOUREMEE4NEU1M0JFMkIxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr36Oe4AAAEoSURBVHjazNjrDoMgDAVgerL3f2U2zJZMRWjphfLDGKLm8wCmQqWUWtqhVioJGxEdPlw7MiKP80+Spw7rZD/PXr31PzjCFZck2RPyNPSJsDfkCZoE20W26YnblfuwXWQ30Y3YIfIRGoydIofQICwLOYU6Y9lIFtQJK0KyocZYMVIENcIuIcVQJXYZuQRdxKqQy1AhVo1s7aUs1egH+WLJA6lK9AFQPZBW0B7WFMkeegG2Pr1AK9UyJOreLKGV2bcVep2TZI2FA3L2NdgCna1us6oLjkhTLJyRZlgEIE1KREQgLbCIQmqxiERqsBSYZK98ZO8iIjJJTbLYhZRiSYLUlmqTv4jhNMCuJKXJIgOSg0UW5AyLTMgRliRIz8U0W2DIlOQo2bcAAwAlbrlXfYXEYAAAAABJRU5ErkJggg==") center no-repeat;
}

