/* XPages Application CSS */
body,a,p,textarea,input,div,span,table,tr,td,h,button,.xspTextLabel,.xspTextViewColumn,.xspInputFieldEditBox,.xspComboBox,.xspInputFieldTextArea,.xspListBox,.xspTextComputedField,.xspInputFieldFileUpload,.xspInputFieldSecret,.xspInputFieldFileUpload,.xspDataTableFileDownloadName,.xspButtonSubmit,.xspButtonCancel,.xspButtonCommand,.buttonAction, .xspPickerButton, .dijitComboBoxMenuPopup *{
	font-family:Roboto, 'Open Sans', Calibri, Trebuchet MS, Tahoma, Arial, sans-serif; 
	font-size:20px;
	font-weight:normal;
	color:black;
	line-height:1.5;
	text-size-adjust:none;
	-moz-text-size-adjust:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}

*{
	transition:all 0.3s ease-in-out;
}

html{
	scroll-behavior:smooth;
}

a:link,a:visited{
	color:#404040;
	text-decoration:none;
	padding: 0px 0px 1px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:#404040;
	word-break:keep-all;
}

a:hover{
	color:white;
	background-color:black;
	padding:0px 10px 1px;	
	border:1px solid white;
}

a:active, a:focus {
	outline: none;
}

.ul.standard{
	list-style-type:square;
	margin: 0px;
	padding: 0px 0px 0px 13px;
}

/*
.h1, .h1 *{
	color:rgb(170,170,170);
	font-weight:bold;
	font-size:36px;
	line-height:1.2;
}

.h2, .h2 *{
	color:rgb(170,170,170);
	font-weight:bold;
	font-size:19px;
}

.h3, .h3 *{
	font-size:110%;
	font-weight:bold;
}
*/

table{
	border-spacing:0px;
    border-collapse:collapse;
}

.ccPlaceholder{
	border:2px dotted red;
	padding:15px;
	margin:5px 0px;
	background-color:rgb(240,240,240);
}

.adminContentPanel{
	display:block;
	position:relative;
	width:100%;
	min-height:50px;
	padding:10px;
	margin:5px 0px;
	background-color:rgba(200,200,200,1.0);
	float:none;
	clear:both;
	text-align:left;
}

.adminContentPanel *{
	font-size:14px;
}

.adminContentOptionsPanel{
	display:block;
	position:relative;
	width:100%;
	margin-top:15px;
	padding:15px 0px 0px;
	border-top:1px solid lightgray;
}

.adminContentTitle{
	width:600px;
	max-width:70%;
	font-size:28px;
	font-family:Roboto-Bold;
	line-height:1.0;
}

.adminContentFieldPanel{
	display:inline;
	width:auto;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid black;
	text-align:left;
}

.adminContentFieldPanel.first{
	margin-left:0px;
	padding-left:0px;
	border-left:0px;
}

.adminContentFieldPanel.block{
	display:block;
	width:100%;
	margin:0px 0px 5px;
	padding:0px;
	border:0px;
}

.adminContentFieldPanel .xspTextLabel{
	margin-right:5px;
}

.adminContentFieldPanel .xspInputFieldEditBox, .adminContentFieldPanel .xspComboBox{
	width:auto;
}

.adminContentFieldPanel.block .xspInputFieldEditBox, .adminContentFieldPanel.block .xspComboBox{
	width:100%;
}

.adminContentPanel .linkImage .xspImage, .headerNavContainer .linkNoAnimation .xspImage{
	height:25px;
	float:right;
	margin:2px 0px 0px 10px;
}

.headerNavContainer .linkNoAnimation .xspImage{
	filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(108%) contrast(101%);
	margin: 0px 15px;
}

.wrapper{
	position:relative;
	z-index:5;
	display:block;
	width:100%;
	background-image:url(bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}

.headerContainer {
    position: fixed;
    z-index: 10;
    display: block;
    top: 0px;
    width: 100%;
    min-height: 90px;
    background-color: rgb(64 64 64 / 70%);
    backdrop-filter: blur(6px);
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgb(183 183 183);
}

.header{
	position:relative;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	z-index:10;
	max-width:1100px;
	margin:0px auto  0px auto;
	box-sizing:border-box;
}

.headerLogo{
	position:absolute;
	top:60px;
	left:0px;
	height:15px;
	cursor:pointer;
}

.headerTitleContainer{
	width:auto;
}

.headerTitle{
	font-size:28px;
	color:white;
	line-height: 80px;
	margin-right:30px;
	cursor:pointer;
}

.headerNavContainer {
    margin-left: auto;
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.headerNavHamburger{
	display:none;
	height:40px;
	margin-left: auto;
	cursor:pointer;
}

.headerNavBackground{
	opacity:0;
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	background-color:rgba(100,100,100,0.7);
}

.headerNavMain{
	display: flex;
	column-gap:5px;
}

.headerNavLink{
	font-size:24px;
	color:white !important;
	padding:5px 15px !important;
	text-decoration:none !important;
	border:1px solid transparent !important;
	word-break: keep-all !important;
}

.headerNavLink:hover{
	border:1px solid transparent !important;
	background-color:white !important;
	color:black !important;
}

.footer{
	position:relative;
	z-index:1;
	bottom:0px;
	left:0px;
	min-height:200px;
	margin:0px;
	width:100%;
	box-sizing:border-box;
	padding:30px 40px 30px;
	background-color:rgb(0,0,0);
	clear:both;
	float:none;
}

.footer *{
	color:white;
}

.footer a:hover{
	/*color:#44AA03;
	border-color:#44AA03;
	background-color: transparent;
    padding: initial;*/
}

.footerInfo, .footerCopyrightAndLegal{
	box-sizing:border-box;
	display:inline-block;
	padding:10px 0px;
	width:auto;
}

.footerInfo{
	float:left;
}

.footerCopyrightAndLegal{
	float:right;
}

.footerInfo *{
	text-decoration:none;
	border:0px !important;
}

.footerCopyrightAndLegal a:link, .footerCopyrightAndLegal a:visited{
	color:white;
	border-color:white;
}

.footerInfo a:hover{
	padding:inherit;
}

.footerInfo img{
	filter:grayscale(50%);
	height:15px;
}

.contentContainer{
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
}

.contentBlock{
	position:relative;
	width:100%;
	margin:0px;
	padding:50px 0px 0px;
	clear:both;
	float:none;
	min-height:150px;
}

.contentBlock.first{
	margin-top:0px;
	padding-top:190px;
}

.contentBlock.nav{
	padding-top:100px;
	padding-bottom:150px;
}

.content{
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0px auto;
	padding:0px;
	clear:both;
	float:none;
}

.content.first{
	
}

.content.nav{
	
}

.content.hidden, 
.content.first.hidden, 
.content.nav.hidden, 
.contentFloatingPoint.hidden, 
.contentFloatingPoint.edit.hidden, 
.headerNavLink.hidden{
	background-image:url(bgHatchedGrayLight.png);
}

.contentTitleContainer, .contentTitleContainer input{
	max-width:700px;
	margin:10px auto 50px auto;
	text-align:center;
}

.contentTitleContainer input{
	line-height: 1.0;
}

.contentTitleContainer.left{
	max-width:50%;
	text-align:left;
	float:left;
}

.contentTitle, h1{
	font-size:50px;
	font-family:Roboto-Bold;
	line-height:1.5;
	margin:0px 0px 30px;
}

.contentTitle{
	font-size:40px;
	padding: 10px 50px 20px;
    border-bottom: 1px solid black;
    line-height:1.9;
}

.contentSubtitle, h2{
	font-size:26px;
	font-family:Roboto-Bold;
	line-height:1.5;
	margin:0px 0px 20px;
}

h1{
	font-size:5rem;
}

h2{
	font-size:2.5rem;
}

.contentImage{
	width:auto;
	height:auto;
}

.contentImage:hover{
	width:150%;
	height:150%;
	box-shadow: 0px 0px 5px black;
}

.contentImageFull{
	width:100%;
	cursor:pointer;
}

.contentMandatory{
	display:inline;
	position:relative;
	margin-left:5px;
	top:3px;
}

.contentMandatory *{
	color:rgb(255,0,0);
	font-family:Roboto-Bold;
}

.contentExplanation{
	font-size:16px;
}

.contentHint{
	font-size:15px;
}

.contentFootnote{
	display:inline;
	font-size:12px;
	vertical-align:top;
}

.actionResultContainer {
	padding:50px 0px;
	float:none;
	clear:both;
}

.actionResult {
	box-sizing: border-box;
	display: block;
	text-align:center;
	padding: 5px 5px 5px 18px;
	margin: 10px auto;
	background-color: #85c575;
	float:none;
	clear:both;
}

.actionResult.error{
	background-color: #dd8282;
}

.actionResult *{
	color:white;
}

.actionResultIcon{
	position:absolute;
    top:-10px;
    left:-9px;
}

.contentColumn{
	width:50%;
}

.contentColumn.left{
	float:left;
	padding-right:20px;
}

.contentColumn.right{
	float:right;
	padding-left:20px;
}

.contentColumnImage{
	width:100%;
}

.contentColumnImage:hover{
	width:150%;
}

.contentColumnImage.left{
	margin-right:2%;
	float:left;
}

.contentColumnImage.left:hover{
	box-shadow: 5px 5px 10px grey;
}

.contentColumnImage.right{
	margin-left:2%;
	float:right;
}

.contentColumnImage.right:hover{
	box-shadow: -5px 5px 10px grey;
}

.contentRow{
	display:block;
	padding:0px 0px 10px;
	float: none;
    clear: both;
}

.contentRowLabel{
	padding:5px 5px 5px 0px;
	float:left;
	width:180px;
	box-sizing:border-box;
}

.contentRowLabel.small{
	width:100px;
}

.contentRowInputContainer{
	padding:5px 0px 5px 5px;
	float:right;
	width:calc(100% - 210px);
	box-sizing:border-box;
}

.contentRowInputContainer.small{
	width:calc(100% - 130px);
}

.contentContactFormActions{
	float:none;
	clear:both;
	padding:70px 5px;
	text-align:right;
}

.contentFloatingPointContainer{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
}

.contentFloatingPoint{
	display:inline-block;
	width:30%;
	min-height:350px;
	float:left;
	margin:10px calc(10% / 3 / 2) 30px calc(10% / 3 / 2);
	box-sizing:border-box;
	padding:10px 20px 25px 15px;
	background-color:white;
	border:1px solid #b3b3b3;
	box-shadow: 0px 0px 0px grey;
	overflow:hidden;
	user-select:none;
}

.contentFloatingPoint > div{
	position:relative;
	top:30%;
	transition:all 0.3s ease-in;
}

.contentFloatingPoint.edit > div{
	top:0px;
}

.contentFloatingPointImage{
	width:42px;
	margin-right:15px;
}

.contentFloatingPointTitle{
	font-family:Roboto-Bold;
	font-size:24px;
	line-height:1.5;
	display:block;
	margin:3px 0px 10px 0px;
	padding:0px;
	transition:all 0.3s ease-in;
}

.contentFloatingPointText{
	opacity:0;
	transition:all 0.7s ease-out;
}

.contentFloatingPointText.edit{
	opacity:1;
}

.contentFloatingPoint:hover{
	box-shadow: 0px 0px 10px grey;
	top:0px;
}

.contentFloatingPoint:hover > div{
	top:0px;
}

.contentFloatingPoint:hover .contentFloatingPointTitle{
	margin:-1px 0px 10px 0px;
	padding:0px 0px 3px;
	border-bottom:4px solid black;
}

.contentFloatingPoint.edit:hover .contentFloatingPointTitle{
	margin:3px 0px 10px 0px;
	padding:0px;
	border-bottom:0px;
}

.contentFloatingPoint:hover .contentFloatingPointText{
	opacity:1;
}

.contentParagraph, p{
	display:block;
	padding:10px 0px 15px;
	box-sizing:border-box;
}

.blockLight{
	background-color: transparent;
    border-color: black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    margin:30px 0px 0px;
    padding:5px 0px 15px 0px;
    position: relative;
    float:none;
    clear:both;
}

.blockLightTitle{
	background-color:transparent;
    box-sizing:border-box;
    display:inline;
    font-family:Roboto-Bold;
    font-size:15px;
    left:0px;
    line-height:1;
    position:absolute;
    top:-18px;
}

.linkButton, .xspButtonCommand{
	padding:15px 30px !important;
	background-color:#44AA03;
	border:0px !important;
	color:white !important;
	box-sizing:border-box;
}

.linkButton:hover{
	padding:25px 40px !important;
	background-color:black;
	border:0px;
	color:white;
}

.linkImage:link,.linkImage:visited{
	color:initial;
	text-decoration:none;
	padding: 0px;
	margin:0px 5px;
	border-width:0px;
	border-style:solid;
	border-color:rgb(175,175,175);
}

.linkNoAnimation{
	color:black !important;
	text-decoration:none;
	border:0px !important;
}

.linkNoAnimation .xspImage{
	margin-right:5px;
}

.linkImage:hover, .linkNoAnimation:hover, .xspSection-header a:hover{
	color:initial;
	background-color:transparent;
	padding:0px;	
	border:0px;
}

.linkImage.carouselIndexer img{
	width:15px;
	margin:10px 7px;
	/*filter: drop-shadow(0px 0px 0px white);*/
}

.linkImage.carouselIndexer.active img, .linkImage.carouselIndexer:hover img{
	width:25px;
	margin:5px 2px;
}

.dijitTextBox{
	padding:6px 6px 7px 6px !important;
}

.dijitTextArea{
	min-height:70px;
}

.dijitTooltip {
	transition:none;
}

.dijitTooltipContainer {
    border: 1px solid gray !important;
    padding: 10px !important;
    opacity: 0.97 !important;
    box-shadow:0px 0px 7px gray !important;
    background:none !important;
    border-radius:0px !important;
}

.dijitTooltipContainer, .dijitTooltipContainer .contentBlockTitle{
	background-color:#4e4e4e !important;
}

.dijitTooltipContainer, .dijitTooltipContainer *, .dijitTooltipContainer .contentCont *{
	color:white !important;
	font-size:13.5px;
}

.dijitTooltipContainer .contentDescr *{
	color:rgb(220,220,220) !important;
}

.dijitTooltipContainer .contentBlockTitle{
	color:#396799 !important;
}

.dijitTooltipContainer .contentDescr, .dijitTooltipContainer .contentCont, .dijitTooltipContainer .contentBlock{ 
	background-color:transparent !important;
}

.dijitTooltipConnector{
	height: 12px !important;
    width: 12px !important;
    opacity: 0.7;
}

.dijitTooltipAbove .dijitTooltipConnector{
	background:rgba(0, 0, 0, 0) url("tooltipConnectorDown.png") no-repeat scroll left top !important;
	bottom:1px !important;
}

.dijitTooltipBelow .dijitTooltipConnector{
	background:rgba(0, 0, 0, 0) url("tooltipConnectorUp.png") no-repeat scroll left top !important;
	top:1px !important;
}

.dijitTooltipLeft .dijitTooltipConnector{
	background:rgba(0, 0, 0, 0) url("tooltipConnectorRight.png") no-repeat scroll left top !important;
	right:2px !important;
}

.dijitTooltipRight .dijitTooltipConnector{
	background:rgba(0, 0, 0, 0) url("tooltipConnectorLeft.png") no-repeat scroll left top !important;
	left:2px !important;
}

.xspInputFieldEditBox, .xspInputFieldSecret, .xspComboBox, .dijitTextBox, .xspTextArea, .xspInputFieldTextArea, .xspInputFieldDateTimePicker, .dijitTextArea, .listMember, .xspListBox{
	box-sizing:border-box;
	width:100%;
	padding:5px;
	margin-bottom:2px;
	border-radius: 0px;
	float:none !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background: rgb(250,250,250) !important;
	transition:all 0.3s linear;
}

.xspInputFieldEditBox:focus, .xspInputFieldDateTimePicker:focus, .xspInputFieldDatePicker:focus, .xspInputFieldTimePicker:focus, .xspComboBox:focus, .xspInputFieldTextArea:focus, .xspInputFieldRichText:focus, .dijitTextBoxFocused, .adminContentTitle:focus, .contentTitle:focus, .contentSubtitle:focus {
	box-shadow: 0px 0px 10px #44AA03;
	border:1px solid gray !important;
}

.xspInputFieldEditBox, .xspComboBox, .xspTextArea, .xspInputFieldDateTimePicker, .listMember{
	height:auto !important;
}

.xspInputFieldEditBox.number{
	width:60px;
	text-align:center;
}

.xspInputFieldEditBox:disabled, .xspComboBox:disabled, .xspTextArea:disabled, .xspInputFieldTextArea:disabled, .xspInputFieldDateTimePicker:disabled{
	background-color:#f3f3f3;
	color:gray;
}

.xspInputFieldDatePickerIcon{
	background:url(calendarTearOff16.png);
}

.xspMessage, .contentMessage{
	display:block;
	padding: 1px 5px;
	margin: 0px 2px 5px 0px;
    border: 0px;
    color: red;
    background-color: rgb(255,202,198);
    list-style-position: inside;
}

.xspSection{
	float:none;
	clear:both;
}

@media all and (max-width:1150px){
	h1{
		font-size:4rem;
	}
	
	h2{
		font-size:1.5rem;
	}
	
	.footer {
		text-align:center
	}
	
	.footerInfo, .footerCopyrightAndLegal{
		width:100%;
		float:none;
		clear:both;
	}
			
	.headerContainer{
		padding:2% 5%;
	}
		
	.contentBlock.first{
		padding-top:190px;
	}
	
	.contentBlock.nav{
		padding-top:170px;
	}
	
	.content{
		padding:0 5%;
	}
	
	.contentTitleContainer.left, .contentTitleContainer.right{
		float:none;
		clear:both;
		width:100%;
		max-width:100%;
	}
		
	.contentFloatingPoint{
		width:45%;
		margin:10px calc(10% / 2 / 2) 40px calc(10% / 2 / 2);
	}
	
	.adminContentFieldPanel{
		display:block;
		width:100%;
		margin-right:0px;
		padding-right:0px;
		border-right:0px;
	}
	
	.adminContentFieldPanel .xspTextLabel{
		margin-right:5px;
	}
}

@media all and (max-width:899px){
	h1{
		font-size:9vw;
	}
	
	h2{
		font-size:5vw;
	}
	
	.header {
    	align-items: center;
	}
		
	.headerNavHamburger{
		display:inline;
	}
	
	.headerNavBackground{
		opacity:0;
		height: 3000px;
	}
	
	.headerNavContainer{
		width:250px;
		height: 3000px;
		text-align:left;
		float:none;
		clear:both;
		position:fixed;
		right:-350px;
		top:0px;
		z-index:11;
		background-color:black;
		align-items: flex-end;
    	flex-direction: column;
	}
	
	.headerNavMain {
	    flex-direction: column;
	    padding: 30px 0px;
	    gap: 15px 0px;
	}
		
	.headerNavLink{
		display:block;
		color:white !important;
		border: 1px solid black !important;
		text-align:right;
	}
	
	.headerNavLink:hover{
		border:1px solid white !important;
		background-color:white !important;
		color:black !important;
	}
	
	.contentBlock{
		text-align:center;
	}
	
	.contentBlock.first{
		padding-top:190px;
	}
	
	.contentBlock.nav{
		padding-top:170px;
	}
	
	.contentTitle {
    	padding: 10px 0px 20px;
	}
	
	.contentColumn{
		width:100% !important;
		float:none;
		clear:both;
		margin-bottom:50px;
		padding:0px !important;
	}
	
	.contentColumnImage, .contentColumnImage.left, .contentColumnImage.right{
		margin:0px;
		box-shadow:none !important;
	}
	
	.contentColumnImage:hover{
		width:100%;
	}
	
	.contentFloatingPoint{
		width:100%;
		min-height:none;
		text-align:left;
		margin:10px 0px 20px 0px;
	}
	
	.contentFloatingPointTitle{
		font-size:24px;
	}
	
	.contentFloatingPointText{
		font-size:inherit;	
	}
	
	.contentRow{
		text-align:left;
	}
	
	.contentRowLabel, .contentRowInputContainer{
		float:none;
		clear:both;
		width:100%;
		padding:5px 0px;
	}
	
	.contentContactFormActions{
		text-align:center;
	}
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 5, 2012 */

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.ttf');
    src: url('Roboto-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold.ttf');
    src: url('Roboto-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.ttf');
    src: url('OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FjallaOne';
    src: url('FjallaOne-Regular.ttf');
    src: url('FjallaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmaranthRegular';
    src: url('Amaranth-Regular.ttf');
    src: url('Amaranth-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.pleaseWait{
	position:fixed;
	top:0px;
	left:0px;
	z-index:999;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(180,180,180,0.5);
	padding:0px;
	margin:0px;
	display:none;
	opacity:0;
}

.pleaseWaitSpinner {
	position:absolute;
	top:calc(100% / 2 - 100px);
	left:calc(100% / 2 - 30px);
	width: 70px;
	text-align: center;
}

.pleaseWaitSpinner > div {
	width: 18px;
	height: 18px;
	background-color: white;
	
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.pleaseWaitSpinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.pleaseWaitSpinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

