body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}

.wrapper{
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.header{
	position: relative;
	text-align: right;
	padding-top: 0px;
	margin-top: 10px;
}

.tagline{
	height: 40px;
	background-color: #FF7300;
	color: white;
	margin-top: 5px;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	font-weight: 600;
}

.hero{
	position: relative;
}

.hero-img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 47%;

}

.hero-img-overlay{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 47%;
	mix-blend-mode: darken;

}

.logo{
	height: 40px;
	position: absolute;
	left: 20px;
	top: 0;

}

.hero-txt{
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
}

.hero-logo{
	height: 80px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.hero-link{
	margin-top: 40px;
}

.hero-link{
	display: inline-block;
	width: 50%;
}

.hero-link img{
	width: 100%;
	margin-bottom: 0;
}

.hero-bar{
	height: 40px;
	background: linear-gradient(to right, #ff7300 0%,#f9d9c0 50%);
	color: white;
	margin-top: 0;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
}

.menu{
	text-align: right;
	padding-left: 270px;
	padding-right: 20px;
}

.menu-item{
	display: inline-block;
	margin-left: 10px;
	color: #FF7300;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.90rem;
	line-height: 40px;
	vertical-align: middle;
}

.menu-item i{
	font-size: 1.8em;
}

.footer-col-2 .menu-item, .footer-col-3 .menu-item{
	color: black;
	display: block;
	font-size: 0.85rem;
	line-height: 1.8em;
}

.footer-col-3 .menu-item{
	font-weight: 400;
	text-transform: initial;
}

.menu-item:hover{
	color: black;
}


.page-image{
	display: inline-block;
	width: 25%;
	padding: 20px;
	background-color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-sizing: border-box;
	vertical-align: top;
}

.page-content{
	display: inline-block;
	width: 100%;
	padding: 20px;
	background-color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-sizing: border-box;
	text-align: left;
}

.content{
	padding: 20px;
	background-color: white;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.blocks{
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.block{
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}

.footer{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	color: rgb(122, 122, 122)
}

a{
	text-decoration: none;
	color: #5E7977;
}

hr{
	border: none;
	border-bottom: 1px solid rgb(204, 204, 204);
}

h1{
	color: #FF7300;
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 1.2em;
	font-size: 2rem;
	font-weight: 600;
}

h2{
	margin-top: 0px;
	color: #FF7300;
	font-size: 1.4rem;
	font-weight: 600;
}


h2.collapsable{
	font-size: 1.2rem;
	font-weight: 500;
	background-color: rgb(255, 243, 231);
	padding: 10px;
	padding-left: 40px;
	padding-right: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

h2.collapsable i{
	position: absolute;
	top: 15px;
	left: 15px;
}

h2.open i{
	transform: rotate(90deg);
}

.page-content h2{
	color: #000000;
}

.block h2{
	margin-bottom : 0;
}

h3{
	margin-top: 0px;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.3em;
}

.subtitle{
	color: #000000;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

p{
	margin: 0;
}

.img{
	border-radius: 12px;
	margin-bottom: 5px;
}

.footer-logo{
	width: 200px;
}

.footer-col-1{
	display: inline-block;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 30px;
	vertical-align: top;
}

.footer-col-1 i{
	font-size: 2.2em;
	margin-right: 4px;
	margin-top: 10px;
}

.footer-social{
	padding-top: 10px;
}

.footer-col-2, .footer-col-3{
	display: inline-block;
	width: 25%;
	padding: 20px;
	padding-left: 0px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 30px;
	vertical-align: top;
}

.sytral{
	width: 150px;
}

.cta, .cta2{
	text-align: center;
}

.grey, #result{
	background-color: rgb(255, 243, 231);
	padding: 20px;
	border-radius: 10px;
}

#result{
	opacity: 0;
	transition: opacity 1s linear;
}

#result img{
	border-radius: 10px;
	mix-blend-mode: darken;
}

.page-content a{
	color: #FF7300;
}

.page-content a:hover{
	color: #000000;
}

.text .cta a, button[type=submit]{
	-webkit-appearance: none;
	display: inline-block;
	background-color: #FF7300;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 4px;
	border-radius: 20px;
	border: none;
	font-size: 14px;
}

.text .cta a:hover, button[type=submit]:hover{
	background-color: #000000;
}

.text .cta2 a{
	-webkit-appearance: none;
	display: inline-block;
	background-color: #ffffff;
	color: rgb(255, 115, 0);
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 20px;
	font-weight: 600;
	margin-top: 4px;
	border-radius: 20px;
	border: none;
	font-size: 14px;
	border: 1px rgb(255, 115, 0) solid;
}

button[type=submit]:disabled{
	opacity: 0.5;
}

iframe{
	border: none;
	border-radius: 10px;
	margin-bottom: 20px;
}

a{
	color: black;
}



.news a{
	color: black;
}

ul{
	padding-left: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.answer{
	padding: 20px;
}

select{
	-webkit-appearance: none;
	background-color: white;
	border: solid 1px #FF7300;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.1rem;
	border-radius: 20px;
	background-image: url(/template/select-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	color: black;
}

.form{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.orange{
	color: #FF7300;
}

.burger{
	font-size: 20px;
	line-height: 40px;
	display: none;
	color: #FF7300;
}

#burger-menu{
	position: absolute;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	display: none;
	text-align: left;
	background-color: #FF7300;
	top: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.burger-menu-item{
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	
}

.top-bar{
	z-index: 1;
}

#burger-menu.visible{
	display: block;
}

.interco{
	padding-top: 15px;
	padding-bottom: 20px;
}

.interco a{
	width: 7%;
	vertical-align: middle;
	padding-left: 0.3%;
	padding-right: 0.3%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	display: inline-block;
}

.interco a.small{
	width: 6%;
}

.interco a.big{
	width: 9%;
}

@media only screen and (max-width: 760px) {
	.hero-img, .hero-img-overlay{
		display: none;
	}
	
	.hero-txt{
		width: 100%;
	}
	
	.tagline{
		display: none;
	}
	
	.form{
		width: 100%;
	}
	
	.footer-col-1{
		width: 100%;
		text-align: center;
	}
	
	.footer-col-2, .footer-col-3{
		display: none;
	}
	
	.menu{
		display: none;
	}
	
	.burger{
		display: block;
	}
	
	.hero{
		position: initial;
	}
	
	body{
		margin-top: 60px;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.top-bar{
		background-color: white;
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		left: 0;
		padding-top: 10px;
		padding-right: 10px;
		border-bottom: 1px solid #FF7300;
	}
	
	.logo{
		top: 10px;
		left: 20px;
	}
	
	.interco a{
		width: 14%;

		padding-left: 0.6%;
		padding-right: 0.6%;

	}
	
	.interco a.small{
		width: 12%;
	}
	
	.interco a.big{
		width: 18%;
	}
}

@media only screen and (max-width: 500px) {
	.interco a{
		width: 28%;
	
		padding-left: 1.2%;
		padding-right: 1.2%;
	
	}
	
	.interco a.small{
		width: 24%;
	}
	
	.interco a.big{
		width: 36%;
	}
}


