@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?fzt9by');
    src:    url('../fonts/icomoon.eot?fzt9by#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?fzt9by') format('truetype'),
        url('../fonts/icomoon.woff?fzt9by') format('woff'),
        url('../fonts/icomoon.svg?fzt9by#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e921";
}
.icon-cross:before {
    content: "\e92c";
}

/* FORMS */
/*select[disabled]{
background-color: blue;
}

select[disabled='disabled']::-ms-value {
    color: red;
   }
 
 select[value="United States"] { color: #F90; }*/
/*select {
border:solid 1px red;
    outline: red 1px solid;

}*/

[type="text"], 
[type="password"], 
[type="date"], 
[type="datetime"], 
[type="datetime-local"], 
[type="month"], 
[type="week"], 
[type="email"], 
[type="number"], 
[type="search"], 
[type="tel"], 
[type="time"], 
[type="url"], 
[type="color"], 
textarea {
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #555;
	border-radius: 3px;
}
select {
	margin: 0;
	color: #555;
	font-size: 0.875rem;
	border-radius: 3px;

}

label {
    color: #222;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.formLabelHolder {
    width: 50%;
}
.formCheckboxLabel, .formRadioLabel {
	font-weight: normal;
	font-size: 0.875rem;
}
table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

input:invalid, input:focus:invalid {
	outline: red 1px solid;
}
.white {background-color: #fefefe !important;}
.grey {background-color: #f9f9f9 !important;}
/* TYPOGRAPHY */
h1, h2, h3, h4, h5 {
	font-family: "Gotham SSm A","Gotham SSm B",Arial,Helvetica,sans-serif;
	color: #cc0000;
	font-weight: 100;
}
h1 {
	font-size: 1.875rem;
}
h2 {
	font-size: 1.475rem;
}
h3,
.formField-heading span {
    font-size: 1rem;
    font-weight: 700;
}
.formField-heading span {
	color: #333;
}
h4 {
    font-size: 1.0625rem;
    font-weight: 500;
    padding-bottom: 0;
    padding-top: 10px;
}
h5 {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 20px;
}
p {
	font-size: 0.875rem;
}
.content hr {
	border-width: 0 0 5px;
}
.formField-plaintext > th {
    font-size: 0.875rem;
}
th {
    text-align: left;
}
/* MAIN */
body {
	font-family: "Gotham SSm A","Gotham SSm B",Arial,Helvetica,sans-serif;
	color: #333;
}
.bg-image {
	background-image: url(../img/canon_nordic_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-image-jussla {
	background-image: url(../img/jusla_tausta.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-image .columns {
	
}
.content {
	padding-top: 25px;
}
.bg-image {
    padding-top: 60px;
}
.content-wrapper {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 30px 15px;
	border-radius: 0;
	display: inline-block;
	min-width: 100%;
}
.center {
	text-align: center !important;
}
.menu .columns {
    position: relative;
}
/* IMAGES */
.content img {
	border: 1px solid #eee;
    display: inline-block;
    height: auto;
    margin: 10px 0;
    max-width: 100%;
    padding: 10px;
    vertical-align: middle;
}
.bg-image.content img {
	border: 0;
	padding: 0;
	width: 100%;
}
.section.menu p {
	padding: 0;
	margin: 0;
	line-height: 60px;
	display: inline-block;
}
.logo,
.section.menu img {
    max-height: 50px;
    padding: 15px 0;
	transition: all .3s linear;
}
.scrolled .logo,
.scrolled .section.menu img {
	max-height: 50px;
}
.row {
	position: relative;
	z-index: 5;
}
/* MENU */
.menu .row {
    max-width: 100%;
}
.menu {
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	width: 100%;
	margin: auto;
	z-index: 99;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	transition: all .3s;
}
.scrolled .menu {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.menu ul {
    position: absolute;
    width: 100%;
	display: none;
	background: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
	top: 60px;
}
.menu.open ul {
	display: block;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.menu li {
	width: 100%;
	border-top: 1px solid #efefef;
}
.menu li a {
	color: #333;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 0.875rem;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
	transition: all .2s linear;
	background: #fff;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.menu li.current a {
	color: #da2202;
}
.menu li a:hover {
	color: #fff;
	background: #da2202;
}
.toggle-menu {
	font-size: 36px;
    line-height: 60px;
    color: #333;
    border: 0 none;
    cursor: pointer;
    float: right;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
	border-radius: 100px;
}
.toggle-menu:hover {
	color: #da2202;
}
.toggle-menu span {
	line-height: 46px;
}
.info-row { font-size: 85%; font-style: italic;}

	@media only screen and (min-width: 640px) {
		.menu {background: rgba(255, 255, 255, 1) none repeat scroll 0 0;}
		.scrolled .menu {
			background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
		}
		.content-wrapper {
			margin-bottom: 25px;
			padding: 40px;
			border-radius: 15px;
		}
		.bg-image .columns {
			padding-left: 0.9375rem;
    		padding-right: 0.9375rem;
		}
		.bg-image {
			padding-top: 100px;
		}
	}
	@media only screen and (min-width: 960px) {
		.menu ul {background: transparent; top: auto;}
		.menu li a {background:transparent;}
		label {
			font-size: 0.875rem;
			font-weight: 400;
			line-height: 1.8;
			margin: 0;
		}
		.formCheckboxLabel, .formRadioLabel {
			font-weight: normal;
			font-size: 0.875rem;
		}
		p {
			font-size: 1rem;
		}
		h1 {
			font-size: 2.575rem;
			line-height: 1.2;
			margin-bottom: 30px;
		}
		h3, .formField-heading span {
			font-size: 1.5375rem;
			font-weight: 500;
		}
		h4 {
			font-size: 1.2625rem;
			font-weight: 500;
			padding-bottom: 0;
			padding-top: 10px;
		}
		h5 {
			font-size: 1rem;
			font-weight: 300;
			line-height: 1;
			padding-bottom: 20px;
		}

		.menu ul {
			bottom: 0;
			float: right;
			list-style: outside none none;
			margin: 0;
			padding: 0;
			position: absolute;
			right: 0;
			left: auto;
			width: auto;
			display: block;
		}
		.menu li {
			display: inline-block;
			float: left;
			width: auto;
			border: 0;
		}
		.menu li a {
			font-size: 0.875rem;
		}
		.toggle-menu {
			display: none;
		}
		.menu.open ul {
			box-shadow: none;
		}
		.content {
			padding-top: 50px;
		}
		.bg-image {
			padding-top: 200px;
			min-height: 100vh;
		}
		.content-wrapper {
			margin-bottom: 50px;
			padding: 50px;
		}
		.bg-image.content img {
			width: auto;
		}
		.logo,
		.section.menu img {
			max-height: 50px;
		}
		.scrolled .logo,
		.scrolled .section.menu img {
			max-height: 50px;
		}
	}
	@media only screen and (min-width: 1280px) {
		.menu li a {
			font-size: 0.875rem;
		}
	}

.formField-heading th, .formField-plaintext th {
    text-align: left !important;
}
.formField-heading th span {
    font-weight: bold;
}
.bg-gr-dark {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09152c+0,0a1c44+100&0.65+0,0+100 */
background: -moz-linear-gradient(top, rgba(9,21,44,0.65) 0%, rgba(10,28,68,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(9,21,44,0.65) 0%,rgba(10,28,68,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(9,21,44,0.65) 0%,rgba(10,28,68,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a609152c', endColorstr='#000a1c44',GradientType=0 ); /* IE6-9 */
}

input.ng-valid {
    border-radius: 0;
}
.namebox {
	background-color: #cc0000;
	padding: 15px;
	text-align: center
}
.namebox h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
	font-size: 2rem;
}
td { font-size: 0.875rem;}


.linkbox h3, .item-link h3 {
    font-size: 2rem;
	padding: 1rem;
    font-weight: 700;
    margin: 0;
	opacity: 0;
	color: #111111;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.linkbox img {
	margin: 0;
}
.linkbox::before {
    background-color: rgba(255, 255, 255, 0);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.linkbox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.linkbox-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 11;
	border: 1px solid rgba(255, 255, 255, 0.25);
	transition: all 0.3s ease 0s;
}
.column.column-block {
	padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}
.linkbox .linkbox-overlay {
    background-color: rgba(255, 255, 255, 0.0);
    height: 0%;
	width: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
	transform: rotate(25deg) translate(0px, 200px);
}
.linkbox:hover .linkbox-overlay {
    background-color: rgba(255, 255, 255, 0.65);
    height: 100%;
	width: 600px;
	transform: rotate(25deg) translate(0px, 40px);
}
.linkbox:active .linkbox-overlay {
    background-color: rgba(255, 255, 255, 0.95);
	transform: rotate(25deg) translate(0px, 40px);
}
.section {
	position: relative;
}
.linkbox img { padding: 0;}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: fixed;
}
.section.white-bg {
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}
.section.white-bg .logo,
.section.white-bg .logo img {
	max-height: none;
}

.section.white-bg .logo img {
	max-height: 80px;
	padding: 15px;
}

.custom-control {
	display: -webkit-box !important;
    display: flex !important;
}

.custom-control-input {
	margin-top: 0.25rem;
}

.instructions {
	margin-top: 0.5rem;
	font-weight: normal;
}

.instructions p {
	font-size: 0.875rem;

}

.mr-2 {
    margin-right: 0.5rem !important;
}
.textonly .formFieldHolder{
	/*display:none;*/
}
.textonly .formLabelHolder{
	/*width:100%;*/
}