body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue,
		Arial, sans-serif;
	background-color: #fff;
	color: #1d1d1b;
	font-size: 16px;
}

.flex1 {
	flex: 1;
}

header h1, 
article h1 {
	font-size: 3.3rem;
}

h1,
h2, 
h3,
.two_columns h3 {
	font-weight: 700;
}

h3 {
	color: var(--font-blue);
	text-align: left;
	margin-bottom: 1rem;
}

h5 {
	font-weight: 600;
}

.errormessagedisplay {
    text-align: center;
    display: none;
  }
.text-green {
	color: var(--font-green) !important;
}

.text-blue {
	color: var(--font-blue) !important;
}

.btn.outline-green {
	border: 1px solid #05676a;
	/* box-shadow: none; */
	background-color: white;
	color: #05676a;
}

.btn.outline-green:hover {
	background-color: var(--background-light-green);
}

.dark_green_background{
	background: #05676a;
}

.green_background {
	background: var(--font-green);
	color: #1d1d1b;
}

.light_green_background {
	background: var(--background-light-green);
	color: #1d1d1b;
}

.light_blue_background {
	background: #e6f3f9;
	color: #1d1d1b;
}

.blue_background {
	background: #444fd8;
	color: #fff;
}

.black_background {
	background: #1d1d1b;
	color: #fff;
}

.teal_green_background {
	background: #08696b;
	color: #fff;
}

article.blue_green_background {
	background-image: url(../images/background/blue_green_background.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* #formrecommend iframe,#formrecommend .g-recaptcha div:first-child,#formrecommend .rc-anchor-normal{
	width: 100% !important;
} */
#whyassessarticle #formrecommend #rc-imageselect,
#whyassessarticle #formrecommend .g-recaptcha {
	transform: scale(0.9);
	transform-origin: 0;
	transform: scale(0.9);
	transform-origin: 0 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transform-origin: 0 0;
	transform-origin: center 100%;
}

#formrecommend #rc-imageselect,
#formrecommend .g-recaptcha {
	transform: scale(1.1);
	transform-origin: 0;
	transform: scale(1.1);
	transform-origin: 0 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#formnewsletter #rc-imageselect,
#formnewsletter .g-recaptcha {
	transform: scale(1);
	transform-origin: 0;
	transform: scale(1);
	transform-origin: 0 0;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#dialog_formnewsletter #rc-imageselect,
#dialog_formnewsletter .g-recaptcha {
	transform: scale(1.2);
	transform-origin: 0;
	transform: scale(1.2);
	transform-origin: 0 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#dialog_formnewsletter #emailHelp {
	margin-top: -18px;
	margin-bottom: 16px;
	font-size: x-small;
	font-style: italic;
}

.newsletter #email {
	display: inline-block;
	max-width: 300px;
}


.uppercase {
	text-transform: uppercase;
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
}


button.wait,
button.btn.wait,
a.btn.wait,
a.button.wait {
	background: #FFF url("../images/wait.gif") no-repeat scroll 50% 0 / 30px !important;
	width: 34px;
}


p.link, p.link a {
	text-decoration: underline;
}

a.link {
	color: #007bff;
	text-decoration: underline;
}

article img {
	width: 100%;
}

article h1,
h2 {
	font-family: "Epilogue", Open Sans;
}

button,
input,
select,
a.btn {
	margin-bottom: 10px;
}

.modal-footer button.create {
	background: var(--font-green);
	border-color: var(--font-green);
}

.modal-footer button.cancel {
	background: var(--background-light-green);
	border-color: var(--background-light-green);
}

.select {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 2px;
}

select {
	height: 40px;
	padding: 5px;
	border: 0;
	width: 240px;
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select:after {
	content: "\f078";
	font-family: 'Font Awesome 6 Pro';
	color: #000;
	padding: 28px 8px;
	position: absolute;
	right: 20px;
	top: -35%;
	z-index: 1;
	text-align: center;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.select:focus:after {
	content: "\f077";
}

label {
	/* padding-right: 20px; */
	font-weight: bold;
}

.smaller {
	font-size: 0.75em;
}

.nopadding {
	padding: 0;
}

.form-row{
	flex:0 0 100%;
}
input[type="checkbox"] {
	z-index: 1;
	width: auto;
}

.horizontal label.checkbox_label {
	top: 10px;
	left: 14px;
}
input[type="checkbox"]:checked + label:after {
	background-color: var(--font-green);
	border: none;
}

.modal-body label,
.modal-body select,
.modal-body input,
.modal-body {
	font-size: 0.9rem;
}

.modal-body label {
	font-weight: 400;
}

.horizontal label {
	top: 9px;
	position: relative;
	font-size: 0.9rem;
}
.valid-feedback,
.invalid-feedback {
	display: flex;
}

.valid-feedback {
	width: auto;
}

.vertical .valid-feedback {
	position: absolute;
	top: 33px;
	right: -15px;
}

footer div.row,
div.row {
	max-width: 1280px;
	margin: auto;
	width: 100%;
}

input[type="radio"] {
	margin-right: 5px;
}

input[type="radio"]:checked:after {
	width: 15px;
	height: 15px;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: var(--font-green);
	content: "";
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
	border-radius: 50%;
	box-shadow: 0 0 0 3px var(--font-green);
}

#finalstepper .active .bs-stepper-circle {
	background-color: var(--font-green);
}

#finalstepper .active .step-trigger {
	color: var(--font-green);
}

footer {
	font-size: 0.8rem;
	min-height: 250px;
	background-size: contain;
}

footer .row {
	justify-content: space-around;
}

footer .row svg {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px;
}

footer div.container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: initial;
}

footer div.container > div {
	/* clear: none;
	flex: 0 0 23%; */
	font-size: 0.8rem;
}

footer div.container > div img:not(.advice-img) {
	width: 48px;
	height: 48px;
}

footer div.container .footer_background {
	width: 30%;
	max-width: 30%;
	background-image: url(../images/background/footer-background.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom ;
}

footer div.container .adress_container,
footer div.container .social_links {
	flex: 1;
	min-width: 30%;
	padding: 1.5rem 1.5rem 0;
}

footer div.second_column a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 1.2rem;
}

footer div.container .other_links {
	flex: 0 0 95%;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem 0;
	gap: 1rem;
	flex-wrap: wrap;
}

footer ul li {
	list-style-type: none;
}

footer div.other_links a {
	font-weight: bold;
	font-size: 1rem;
}

footer div > h3, footer #formnewsletter > h3 {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.1rem;
}

footer div.second_column a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	font-size: 1.1rem;
}

footer .social_links ul li {
	margin-right: 10px;
}

footer div.address {
	margin-bottom: 10px;
}

footer span[itemprop="name"] {
	font-weight: bold;
}

footer .social_links {
	text-align: left;
	width: 27%;
}

footer .social_links ul {
	padding: 0;
	margin: 0;
	display: flex;
}

footer .social_links h4 {
	font-size: 0.9rem;
	font-weight: bold;
}

footer .newsletter p {
	font-weight: initial;
}

.newsletter p.input_desc {
	font-size: 0.6rem;
	font-style: italic;
	max-width: 275px;
	text-align: justify;
}



.newsletter .button {
	text-transform: capitalize;
}

.btn.btn-success {
	background: var(--font-green);
	border-color: var(--font-green);
}

article .container {
	max-width: 1100px;
	width: 100%;
	position: relative;
	padding: 30px 15px;
}

.container.rtl {
	direction: rtl;
	text-align: right;
}

footer div.container .footer_content {
	display: flex;
	justify-content: space-between;
	flex: 1;
	flex-wrap: wrap !important;
}

footer div.container .adress_content {
	display: flex;
	gap: 3rem;
}

footer div.container {
	max-width: 1680px;
	width: 100%;
}
/***********************************************************************************/

/* 			MEDIA QUERIES		 */

/*********************************************************************************/

@media screen and (max-width: 768px) {
	footer div.container {
		display: block;
		max-width: initial;
	}

	footer div.container .adress_content {
		flex-wrap: wrap;
		gap: initial;
	}

	footer div.container .second_column {
		width: 100%;
	}

	footer div.container .adress_2 {
		margin-top: 0;
	}

	footer div.container .adress,
	footer div.container .adress_2 {
		flex: 0 0 100%;
	}
}

@media screen and (max-width: 575px) {
	footer div.container > .other_links {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
	}

	footer div.container .other_links {
		padding: 1rem 0 0;
		flex: initial;
	}

	footer div.container .other_links li {
		width: 100%;
	}

	footer div.container .footer_content,
	footer div.container .adress_container,
	footer div.container .social_links {
		width: 100%;
		padding: 0;
		flex: initial;
	}

	footer div.container .footer_content {
		padding-top: 2rem;
	}

	#innovationarticle .video-container {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
	}

	#innovationarticle .video-container iframe {
		margin: auto;
	}
}

.optin_container_create_demopack {
	margin-top: 7px;
}

.optin_label_create_demopack {
	margin-top: -7px;
	margin-left: 21px;
}
