::selection {
	background-color: #80f5d2;
	color: black;
}

html {
	line-height: 1.35; /* 1 */
}

section, nav, footer {
	overflow: auto;
}

ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;

	font-size: 12pt;
    font-family: 'Roboto', sans-serif;
	/* width: 360px; */
	text-align: left;
	font-weight: 300;

	/* padding-top: 60px; */
	min-width: 300px;
}

p {
	font-size: inherit;
	margin: 0 0 17px 0;
}

a {
	color: inherit;
	text-decoration: underline;
}

	a:hover {
		text-decoration: underline;
	}

h1,
h2,
h3 {
	text-transform: uppercase;
	color: #44d62c;

    font-family: 'Jura', sans-serif;

	font-size: 26pt;
	line-height: 1.15;

	font-weight: lighter;

	margin: 0 0 17px 0;
	padding: 0;
}

h3 {
	font-size: 18pt;
}

#page h3 {
	margin: 34px 0 17px 0;
}

p.fixed-height {
	font-size: 90%;
	/* border: 1px solid pink; */
	min-height: 150px;
}

.block-dialogs img {
	width: 200px;
}

.block-dialogs .fixed-height {
	min-height: 100px;
}

.block-blogs .col {
	background-color: #f6f6f6;
	padding: 20px 20px;
}

	.block-blogs .blog-cat {
		text-transform: uppercase;
		font-size: 11px;
		color: #555;
		line-height: 40px;
		display: inline-block;
	}

	.block-blogs h2,
	.block-blogs h3 {
		font-family: 'Roboto', sans-serif;
		color: #333;
		text-transform: none;
		font-size: 18pt;
		text-align: left;
	}

	.block-blogs p {
		color: #666;
		text-align: left;
	}

	.block-blogs a {
		text-decoration: none;
	}

	.block-blogs p a {
		color: #333;
	}

	.block-blogs .thumb-window {
		overflow: hidden;
		max-height: 220px;
		display: inline-block;
	}


.block-blogitems {
}

	.block-blogitems h2,
	.block-blogitems h3 {
		font-family: 'Roboto', sans-serif;
		color: #333;
		text-transform: none;
		font-size: 18px;
		text-align: left;
		font-weight: 500;
		margin-bottom: 0px;
	}

		.block-blogitems h2 {
			font-size: 23px;
			margin-bottom: 20px;
		}

	.block-blogitems a {
		text-decoration: none;
	}

		.block-blogitems a:hover {
			color: #44d62c;
			transition: all .4s ease;
			-webkit-transition: all .4s ease;
		}

	.block-blogitems .blog-item {
		border-top: 1px solid #ddd;
		text-align: left;
		font-size: 13px;
		padding: 7px 0 0 0;

	}

		.block-blogitems .blog-item p {
			margin-bottom: 7px;
			color: #777;
		}

			.block-blogitems .blog-item p a {
				color: #44d62c;
			}



blockquote {
	border-left: 5px solid #ccc;
	padding: 5px 30px;
	margin: 0;
	font-style: italic;
}

#progress {
	height: 2px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

	#progress .progress-bar {
		background-color: #44d62c;
		width: 0;
		height: 2px;
		opacity: 0.5;
	}

#header {
	background-color: #333;
	color: #ccc;
	min-height: 450px; /* 75vh; */

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);

	padding: 50px 50px; /* 75px 50px */

	/* background-image: url(); */
	/* background-size: cover; */

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%233c3c3c' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

	#header .container {
		text-align: left;
		margin: 25px auto;
		/* border: 1px solid red; */
		max-width: 800px;
	}


#header .slide {
	display: none;
}

#header .slider .slide:nth-child(1) {
	display: block;
}

#header .slider-nav {
	text-align: center;
	/* border: 1px solid red; */
	margin: 75px auto 0px auto;
}

	#header .slider-nav .dot {
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 0 2px;
		background: transparent url(./circle.svg) 0 0 no-repeat;
		background-size: cover;
		cursor: pointer;
	}

	#header .slider-nav .dot:hover,
	#header .slider-nav .active {
		background-image: url(./circle-filled.svg);
	}


#header p img,
section img {
	max-width: 100%;
}


#menu {
	height: 60px;
	line-height: 60px;
	background-color: #111;
	color: #ddd;

	position: relative;
	text-transform: uppercase;
	padding: 0 50px 0 75px;
	overflow: visible;

	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: calc(100% - 50px - 75px); */
}

	#menu .logo {
		font-size: 16pt;
		letter-spacing: 2px;
		font-family: 'Jura', sans-serif;
		text-transform: uppercase;
	}

		#menu .logo .branding {
			font-size: 6pt;
		}

	#menu a {
		text-decoration: none;
	}

		#menu .links a {
			color: #bbb;
		}

		#menu a.current,
		#menu a:hover {
			color: white;
		}

	#menu .links {
		position: absolute;
		top: 0;
		right: 75px;
		/* border: 1px solid red; */
		/* width: 50%; */
		text-align: right;
	}

		#menu .links li {
			display: inline-block;
			margin: 15px 0 15px 50px;
			line-height: 30px;
			height: 30px;
		}

		/* make a better click area for menu links */
		#menu .links li a {
			display: inline-block;
		}

	@media (min-width: 1024px) {
		#menu .links-promo {
			right: 0;
		}

		#menu .links-promo li:last-child {
			background-color: #ffff00;
			padding: 0 15px;
			margin: 0 0 0 35px;
			line-height: 60px;
			height: 60px;
			color: #111;

			background-color: Plum;
		}

		#menu .links-promo li:last-child a {
			color: #111;
		}
	}

		#menu .links a {
			font-size: 85%;
		}

.site-nav {
	/* border: 1px solid red; */
	position: absolute;
	top: 0;
	right: 25px;
	width: 100px;
	text-align: right;
}

.hamburger {
	display: none;
}

.hamburger-box {
	/* border: 1px solid green; */
	position: absolute;
	top: 18px;
	right: 0;
}

#blog article {
	padding: 75px 25px;
	margin: 0 auto;
	/* border: 1px solid red; */
	max-width: 560px;
}

	#blog article h1 {
		font-family: 'Roboto', sans-serif;
		color: #333;
		text-transform: none;
		font-size: 20pt;
	}

	#blog article h2 {
		font-size: inherit;
		font-family: 'Roboto', sans-serif;
		text-transform: none;
		color: #333;
		font-weight: 500;
		margin-bottom: 2px;
	}

	#blog article ul {
		list-style-type: disc;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	#blog article .blog-date {
		color: #666;
		margin: 0 0 10px 0;
		font-size: 75%;
	}

	#blog article img {
		max-width: 100%;
	}

.block {
	text-align: center;
	padding: 75px 25px;
}

	.block.block-extra-space {
		padding: 125px 25px;
	}

	.block .container {
		margin: 0 auto;
		/* border: 1px solid red; */
		max-width: 800px;
	}

	.block .container-wide {
		margin: 0 auto;
		/* border: 1px solid red; */
		max-width: 1600px;
	}

.block-logos img {
	height: 60px;
	margin: 30px 30px;
	/* border: 1px solid green; */
}

	.block-logos img.tall {
		margin: 0 40px;
	}


.block-logos2 .container {
	display: flex; /* Enables flexbox */
	align-items: center; /* Centers images horizontally based on their centers */
	justify-content: center;
	gap: 20px; /* Optional: Adds space between images */
}

.block-logos2 .container img {
	display: inline-block; /* Removes extra bottom space around inline images */
	flex-basis: 50%;
	width: 100px;
	border: 1px solid red;
}


.block-partners {
	background-color: #f1f1f1;
}

.block-included .container {
	max-width: 1280px;
}

.block-included .col {
	/* border: 1px solid red; */
	margin: 0;
	text-align: center;
	padding: 25px;
}

	.block-included .cols:nth-child(2) .col:nth-child(odd) {
		background-color: #f1f1f1;
	}

	.block-included .cols:nth-child(3) .col:nth-child(even) {
		background-color: #f1f1f1;
	}

	.block-included .cols:nth-child(4) .col:nth-child(odd) {
		background-color: #f1f1f1;
	}

.block-contact {
	text-align: left;
}

.block-steps .container {
	max-width: 1280px;
}


.block-services .container {
	max-width: 1024px;
}

.block-services .col {
	text-align: center;
	margin: 5px;
	padding: 75px 25px;
	/* border: 1px solid red; */
	background-color: #f1f1f1;
}

	.block-services img {
		width: 24px;
	}


.block-squares .col {
	padding: 75px 25px;
	text-align: center;
}


.block-employability .container {
	max-width: 1024px;
}

.block-employability .col {
	text-align: center;
	margin: 5px;
	padding: 50px 25px;
	/* border: 1px solid red; */
	background-color: #f1f1f1;
}

	.block-employability img {
		width: 24px;
	}

	.block-employability h3 {
		color: #333;
	}

	.block-employability .col-featured {
		background-color: #E6E6FA;
	}

	.block-employability .col-featured a {
		display: block;
		text-decoration: none;
	}


.block-patterns h2 {
	margin-bottom: 50px;
}

.block-patterns h3 {
	margin-bottom: 10px;
}


.block-channels img {
	width: 35px;
}

	.block-channels .items {
		display: flex;
		flex-wrap: wrap;
	}

	.block-channels .item {
		flex-basis: 120px;
		flex-grow: 1;

		text-align: center;
		color: #777;
		font-size: 90%;
		margin: 0 0 40px 0;
	}

.block-ecosystem h2,
.block-ecosystem h3,
.block-ecosystem p {
	color: #666;
	text-align: center;
}

.block-ecosystem a {
	text-decoration: none;
}

.block-cases img {
	width: 175px;
}

	.block-cases .item {
		flex-basis: 200px;
	}

.hr {
	background-color: #44d62c;
	height: 1px;
	display: block;
	width: 100px;
	margin: 0 auto 25px auto;
}

.lnk-primary {
	color: #44d62c;
	text-decoration: none;
}

.btn {
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
	cursor: pointer;
	font-weight: inherit;
	display: inline-block;
	margin: 5px 8px 5px 0;
	text-decoration: none;
	font-size: 14pt;
	min-width: 140px;
	text-align: center;

	/* clip-path: polygon(2% 10%, 98% 0, 100% 100%, 0 100%); */
}

	.btn:hover {
		text-decoration: none;
	}

.btn-primary {
	background-color: #44d62c;
	border: 1px solid #44d62c;
	color: #333;
}

.btn-alternative {
	background-color: DarkOrchid;
	border: 1px solid DarkOrchid;
	color: white;
}

.btn-outline-primary {
	background-color: transparent;
	color: #44d62c;
	border: 1px solid #44d62c;
}

	.btn-outline-primary:hover {
		background-color: white;
		color: #333;
	}

.btn-outline-dark {
	background-color: transparent;
	color: #999;
	border: 1px solid #999;
}

.btn-small {
	float: none;
	height: 22px;
	line-height: 22px;
	min-width: auto;
	font-size: 10pt;
	padding: 0 20px;
	text-transform: uppercase;
}

.btn-clip {
	-webkit-clip-path: polygon(2% 10%, 98% 0, 100% 100%, 0 100%);
	clip-path: polygon(2% 10%, 98% 0, 100% 100%, 0 100%);
}

.btn-lnk {
	float: none;
	display: block;
	height: 28px;
	line-height: 28px;
	min-width: auto;
	padding: 0 20px;
	text-decoration: none;

	border-radius: 0 14px 14px 0;
}

/* .form-control {
	font: inherit;
	border: none;
	line-height: 26px;
	width: 100%;
	max-width: 450px;
	background-color: #f1f1f1;
} */

.form-control {
	background-color: #333;
	font: inherit;
	border: none;
	border-bottom: 1px solid #555;
	line-height: 26px;
	width: 100%;
	max-width: 450px;
	color: white;
}

.form-control:focus {
	background-color: #555;
}


.form-error {
	/* display: inline-block; */
	display: none;
	color: DeepPink;
	width: 100%;
	font-style: italic;
	font-size: 85%;
}

.footer {
	background-color: #333;
	color: #ccc;
	padding: 50px 50px 75px 50px;
}

.footer > .social {
	margin: 0 30px;
	text-align: center;
}

.social img {
	width: 21pt;
	height: 21pt;
	margin: 12px 12px 22px 0;
	background-color: #999;
}

	.social img:hover {
		background-color: #44d62c;
		transition: background-color .3s ease-in-out;
	}

.scroll-up {
	float: right;
}

.cols {
	display: flex;
	flex-direction: row;
	/* align-items: center;
	justify-content: center; */
}

.col {
	/* border: 1px solid gray; */
	flex-grow: 1;
	margin: 0 30px 30px 30px;
	text-align: left;
	flex-basis: 200px;
}

.footer .col {
	/* border: 1px solid gray; */
}

.footer-mid {
	border-top: 1px solid #444;
	padding: 50px 0 0 0;
	position: relative;
}

.footer-bottom {
	border-top: 1px solid #444;
	margin: 0 30px;
	padding: 50px 0 0 0;
	font-size: 75%;
}

.footer .awards {
	position: absolute;
	left: 30px;
	bottom: 15px;
	border: 1px solid red;
}

	.footer .awards img {
		max-width: 200px;
	}

.alert {
	border: 1px solid;
	display: block;
	padding: 10px;
	max-width: 430px;
}

	.alert-success {
		color: #44d62c;
		border-color: #44d62c;
	}

#cookiebar {
	position: fixed;
	right: 30px;
	bottom: 30px;
	/* height: 50px; */
	line-height: 30px;
	padding: 15px 15px;
	max-width: 400px;
	/* color: #ddd; */
	/* background-color: #222; */
	color: #333;
	background-color: #fff;
	text-align: left;
	font-size: 80%;

	display: none;

	-webkit-box-shadow: 5px 5px 12px -6px #000000;
	box-shadow: 5px 5px 12px -6px #000000;
}

@media (min-width: 1024px) {
	#cookiebar {
		right: 30%;
		width: 40%;
		max-width: 600px;
		background-color: #f2f2f2;
	}
}

	#cookiebar .btn-small {
		line-height: 40px;
		height: 40px;
	}

	#cookiebar a {
		/* color: white; */
	}

	#cookiebar .cookiebar-close {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 15px;
		height: 15px;
		line-height: 15px;
		text-align: center;
		font-size: 15px;
		cursor: pointer;
		color: #aaa;
	}

#email2 {
	display: none;
}

/* .press-release {
} */

	.press-release li {
		font-size: 80%;
	}

	.press-release a {
		color: #000080;
		text-decoration: none;
	}

		.press-release a:hover {
			text-decoration: underline;
		}

.text-small {
	font-size: 75%;
}

.text-center {
	text-align: center;
}

/* .eco {
	display: flex;
	flex-direction: row;
}

	.eco div {
		height: 24px;
		line-height: 24px;
	} */

#page {
	text-align: left;
}

.menu-bottom a {
	text-decoration: underline;
	margin-right: 10px;
}

/* style for landing pages */

.landing .play {
	color: #333;
	font-size: 20pt;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	text-decoration: none;
	text-transform: uppercase;
}
	.landing .play:hover {
		color: DarkRed;
		border-color: DarkRed;
	}

.landing #progress {
	display: none;
}

.landing section h1,
.landing section h2,
.landing section h3 {
	font-family: 'Roboto', sans-serif;
	color: #333;
	text-transform: none;
	font-size: 20pt;
}

	.landing section h2 {
		font-size: 15pt;
	}

	.landing section h3 {
		font-size: 13pt;
	}

	.landing-light1 section {
		/* background-color: #a9f3ee; */
	}

	.landing-light2 section {
		background-color: #f0f8ff;
	}

	/* .landing-light4 #header {
		background-color: #c8bfe7;
	} */

	.landing .container {
		max-width: 600px;
	}

	.landing .footer .cols {
		/* display: none; */
	}

	.landing #header {
		text-align: center;
		background-image: none;
		min-height: 150px;
	}

	@media (max-width: 500px) {
		.landing #header {
			padding-bottom: 70px;
		}
	}

	.landing-light1 #header {
		background-color: #a9f3ee;
	}

	.landing-light3 #header {
		background-color: DarkRed;
	}

	.landing-treintrainer #header {
		background: rgb(202,235,255);
		background: linear-gradient(0deg, rgba(202,235,255,1) 0%, rgba(135,206,250,1) 100%);
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

		.landing-treintrainer #header img {
			max-width: 400px;
			width: 100%;
		}

	.landing-zoo #header {
		background: rgb(202,235,255);
		background: linear-gradient(0deg, rgba(202,235,255,1) 0%, rgba(235,206,250,1) 100%);
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

		.landing-zoo #header img {
			max-width: 400px;
			width: 100%;
		}

	body.landing-light1 {
		/* background-color: #e8fcfb; */
	}

	.landing #menu {
		background-color: white;
		color: #666;
	}

		.landing #menu a:hover {
			color: #666;
		}

	.landing #menu .links a {
		color: #aaa;
	}

		.landing #menu .links a:hover {
			color: #666;
		}

	.landing #menu .hamburger-inner,
	.landing #menu .hamburger-inner::before,
	.landing #menu .hamburger-inner::after	{
		background-color: #333;
	}

	.landing footer {
		text-align: center;
	}

.landing.landing-voicebot-games section h1  {
	color: white;
	font-size: 40pt;
}

.landing.landing-voicebot-games section h2 {
	font-size: 30pt;
}

	.landing-voicebot-games #header {
		background: #111 url(./images/dice-001.jpg) 0 0 no-repeat;
		background-size: cover;
		min-height: 450px;
	}

	.landing-chatbots #header {
		background: #111 url(./images/header-chatbot.jpg) 0 0 no-repeat;
		background-size: cover;
		min-height: 450px;
	}

	.landing-voicebot-games #header .container {
		text-align: center;
	}


.definition .container {
	text-align: left;
}

.definition section ul {
	margin-bottom: 20px;
}

.definition section li {
	list-style-type: disc;
	margin-left: 25px;
}

	.definition section a {
		color: #257f16;
		text-decoration: underline;
	}

		.definition section a:hover {
			color: #257f16;
			text-decoration: underline;
		}

.breadcrumb {
	background-color: #f1f1f1;
}

	.breadcrumb .breadcrumb-item {
		display: inline-block;
	}

	.breadcrumb-item + .breadcrumb-item::before {
		display: inline-block;
		padding-right: .5rem;
		padding-left: .5rem;
		color: #6c757d;
		content: "/";
	}


#header.header-botreporter {
	background: #111 url(./images/header-test-10821605.jpeg) 0 0 no-repeat;
	background-size: cover;
	min-height: 450px;
}

@media (max-width: 1280px) {
	.block-steps .cols {
		flex-direction: column;
	}

	.block-steps .col {
		flex-basis: auto;
	}
}

@media (max-width: 1280px) {
	#menu .links li {
		margin-left: 35px;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 14pt;
	}

	.cols {
		flex-direction: column;
	}

	.col {
		flex-basis: auto;
	}

	#menu {
		padding: 0 25px;

		width: calc(100% - 50px);
	}

	#header {
		padding: 75px 25px 75px 25px;
	}

	#menu ul {
		right: 25px;
	}

	.hamburger {
		display: block;
	}

	#menu .links {
		position: absolute;
		right: 0;
		top: 60px;
		z-index: 100;
		/* border: 1px solid red; */
		background-color: #000;
		width: 80%;
		height: calc(100vh - 60px);
		display: none;
		font-family: 'Roboto', sans-serif;
	}

		#menu .links li {
			text-align: left;
			padding: 0;
			margin: 0;
			width: calc(100% - 25px);
			padding-left: 25px;
			height: 60px;
			line-height: 60px;
			text-transform: none;
		}

		#menu .links.is-active {
			display: block;
		}

	.footer .col {
		margin: 0 0 30px 0;
	}

	.footer-bottom {
		margin: 0;
		font-size: 64%;
	}

	#header .slider-nav .dot {
		width: 16px;
		height: 16px;
		margin: 0 5px;
	}
}

@media (max-width: 500px) {
	#header {
		padding-bottom: 130px;

		-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
	}

	#cookiebar {
		width: 100%;
		max-width: calc(100% - 90px);
	}

	.footer {
		padding: 75px 25px;
	}

	.btn {
		padding: 0 30px;
	}

	.btn-small {
		padding: 0 10px;
	}

	.block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.block.block-extra-space {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

@media (max-width: 400px) {
	#menu .logo .branding {
		display: none;
	}

	.col {
		margin: 0 10px 30px 10px;
	}
}
