/*
 * rsult CSS
 */

html,
body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

a,
a:visited {
	color: #00b3ec;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.container {
	max-width: 1240px;
	position: relative;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
}

.has-white-color {
	color: #ffffff !important;
}

.has-black-color {
	color: #212529 !important;
}

.has-gray-color {
	color: #eeeeee !important;
}

.has-dark-blue-color {
	color: #112958 !important;
}

.has-light-blue-color {
	color: #00b3ec !important;
}

.has-green-color {
	color: #bbed00 !important;
}

.has-purple-color {
	color: #9468b0 !important;
}

.has-red-color {
	color: #ef4137 !important;
}

.has-white-background-color {
	background-color: #ffffff !important;
}

.has-black-background-color {
	background-color: #212529 !important;
}

.has-gray-background-color {
	background-color: #eeeeee !important;
}

.has-dark-blue-background-color {
	background-color: #112958 !important;
}

.has-light-blue-background-color {
	background-color: #00b3ec !important;
}

.has-green-background-color {
	background-color: #bbed00 !important;
}

.has-purple-background-color {
	background-color: #9468b0 !important;
}

.has-red-background-color {
	background-color: #ef4137 !important;
}

/* Sticky Footer */
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
main {
	flex: 1 0 auto;
}

.site-header-image {
	display: block;
	margin: auto;
}

.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.screen-reader-text {
}
.gallery-caption {
}

.bypostauthor {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
}

/* Max img widths */

img,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* Author bio */

.author-bio .avatar {
	border: 1px solid #dee2e6;
	border-radius: 50%;
}

/* Main content */

/* Sidebar */

/* Hide form placeholders on focus */

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent;
} /* FF 19+ */
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
textarea:focus:-moz-placeholder {
	color: transparent;
} /* FF 4-18 */
textarea:focus::-moz-placeholder {
	color: transparent;
} /* FF 19+ */

/* Comments */

#comments,
#reply-title {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.commentlist,
.commentlist ul {
	padding-left: 0;
}

.commentlist li {
	padding: 1rem;
}

.comment-meta {
	margin-bottom: 1rem;
}

.comment > .children {
	margin-top: 1rem;
	margin-right: -0.625rem;
	margin-bottom: -1.625rem;
}
/* Site footer */

.navbar {
	background-color: #112958;
	color: white;
	height: 70px;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}
.navbar > .container,
.navbar > .container-fluid {
	display: block;
}
.navbar a {
	color: white;
}
.logo {
	width: 110px;
	margin: 20px 0 0;
}
#navbarDropdown {
	float: right;
	height: 70px;
	margin-right: 50px;
}
#navbarDropdown > ul > li {
	white-space: nowrap;
	position: relative;
}
#navbarDropdown > ul > li > a {
	padding: 23px 25px 21px 10px;
}
#navbarDropdown > ul > li > a:hover {
	text-shadow: 0px 0px 0px white;
}
#navbarDropdown > ul > li:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: 20%;
	border-radius: 9px;
	width: 18px;
	height: 18px;
	background-color: #bbed00;
	z-index: 1000;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.dropdown .dropdown-menu a {
	color: #112958;
}
.dropdown .dropdown-menu a:hover {
	background-color: transparent;
	text-shadow: 0px 0px 0px #112958;
}
.dropdown-item {
	padding: 0px 0 0px 14px;
}
.dropdown .dropdown-menu {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 14px 0px;
	border: none;
}
.dropdown-toggle::after {
	display: none;
}
.lang-selector {
	margin-left: 10px;
	white-space: nowrap;
}
.lang-selector a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 0px white;
}
.lang-selector a:first-child::after {
	content: "|";
	margin-left: 5px;
	opacity: 0.7;
}
.lang-selector a:hover:first-child::after {
	text-shadow: none;
}
.search-button {
	width: 30px;
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 0px;
	z-index: 1000;
}
.search-button:hover {
	opacity: 0.9;
}
select[name="cat"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	cursor: pointer;
}
.promo-block {
	background: #cee8f8;
}
.promo-block .container {
	height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: auto 100%;
}
.promo-block.short .container {
	height: 350px;
}
.promo-block .row {
	height: 100%;
}
.promo-block .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
}
.promo-block .text .right {
	display: flex;
	align-items: center;
	padding-right: 50px;
}
.promo-3 .text .right {
	padding-right: 0;
	padding-left: 50px;
}
.promo-block h1 {
	margin-bottom: 0.5em;
}
.promo-block h2 {
	margin-bottom: 2.5em;
	font-size: 1.6em;
}
.promo-block.short h2 {
	margin-bottom: 0.5rem;
	font-size: 1.6em;
}
.promo-2 {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.promo-3 .left {
	height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0% bottom;
	background-size: auto 100%;
}
.btn {
	border-radius: 0;
	font-size: 18px;
	padding: 6px 22px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active {
	background-color: #00b3ec;
	border-color: #00b3ec;
	color: white !important;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active {
	background-color: #bbed00;
	border-color: #bbed00;
	color: #112958 !important;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:active {
	background-color: #112958;
	border-color: #112958;
	color: white !important;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active {
	background-color: #bbed00;
	border-color: #bbed00;
	color: #112958 !important;
}
.btn:hover {
	opacity: 0.9;
}
#navbarDropdown .lang-item-fi a {
	padding-right: 0;
}
#navbarDropdown .lang-item-en a {
	padding-left: 5px;
}
#navbarDropdown .lang-item-fi a::after {
	content: "|";
	margin-left: 5px;
	opacity: 0.7;
}
.mobile-menu {
	display: none;
}
.color-block {
	padding: 3.5em 0;
	text-align: center;
}
.color-block h1 {
	font-weight: 600;
}
.color-block .row > div {
	padding: 0 3em;
}
.color-block .image {
	width: 90px;
}
.color-block .header {
	margin-top: 0.5em;
	font-weight: 600;
	color: #112958;
	line-height: 1em;
}
.color-block .content {
	font-size: 17px;
	padding-top: 0.3em;
}
.color-block .link {
	display: block;
	font-size: 18px;
	padding-top: 0.7em;
}
.dark-blue-block {
	background-color: #112958;
	color: white;
}
.light-blue-block {
	background-color: #00b3ec;
	color: white;
}
.green-block {
	background-color: #bbed00;
	color: #112958;
}
.dark-blue-block .header,
.light-blue-block .header,
.green-block .header {
	color: white;
}
.dark-blue-block h1 {
	color: #00b3ec;
	font-weight: 600;
}
.color-block h2 {
	font-weight: 300;
	margin-bottom: 1.5em;
	line-height: 1em;
}
.color-block .ball {
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.ball {
	border-radius: 11px;
	width: 22px;
	height: 22px;
	background-color: #112958;
}
.bg-light-blue {
	background-color: #00b3ec;
}
.bg-yellow {
	background-color: #bbed00;
}
.bg-purple {
	background-color: #9468b0;
}
.bg-red {
	background-color: #ef4137;
}
.bg-gray {
	background-color: #f4f4f5;
}
.light-blue-block .row > div,
.green-block .row > div {
	padding: 0 5em;
}
.light-blue-block .container,
.green-block .container {
	background-image: url("/wp-content/themes/rsult/img/arrow-blue.png"),
		url("/wp-content/themes/rsult/img/arrow-blue.png");
	background-repeat: no-repeat, no-repeat;
	background-position-x: 33%, 68%;
	background-position-y: 60%, 60%;
	background-size: 5%, 5%;
}
.image-block {
	padding: 3.5em 0;
	text-align: center;
}
.image-block.white {
	color: #112958;
}
.image-block h1 {
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 0.3em;
}
.image-block h2 {
	font-size: 20px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.image-block .header {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0.7em;
	padding: 0 1em;
}
.image-block .content {
	font-size: 17px;
}
.image-block .image {
	width: 100%;
	height: 0;
	background-color: #f4f4f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 56.25%;
}
.image-block .inner {
	height: 100%;
	padding-bottom: 1em;
	border-bottom: 6px solid #00b3ec;
}
.image-block .row:nth-child(odd) .inner {
	border-bottom: 6px solid #bbed00;
}
.image-block-blog .row:nth-child(odd) .inner {
	border-bottom: 6px solid #00b3ec;
}
.image-block a {
	color: #112958;
	transition: 0.2s;
	margin-bottom: 2em;
}
.image-block.dark-blue-block a {
	color: white;
}
.image-block a:hover {
	text-decoration: none;
	transform: scale(1.03);
}
.image-block-blog .categories {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 1.5em;
	margin: 0.8em;
}
.image-block-blog .category {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: small;
	color: #00b3ec;
}
.image-block-blog .header {
	margin-top: 0;
}
.form-block {
	background-color: #bbed00;
	color: #112958;
	padding: 2.5em 0 1.5em;
}
.image-container {
	text-align: center;
	margin-bottom: 1em;
}
.image-container img {
	width: 90px;
	margin: 0 auto;
}
.form-block h1 {
	font-size: 36px;
	margin-bottom: 0.5em;
}
.form-block h2 {
	font-size: 24px;
	line-height: 1.5em;
}
.form-block h2 span {
	display: block;
	white-space: nowrap;
}
.form-block .left-side {
	padding-right: 8em;
}
.form-block a {
	color: #112958;
}
form input[type="text"],
form input[type="email"] {
	border-radius: 0;
	border-color: transparent;
	padding: 1.5em 1em;
}
form textarea {
	border-radius: 0 !important;
	border-color: transparent !important;
	padding: 1em 1em !important;
}
::placeholder {
	color: #aaa !important;
	opacity: 1;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaa !important;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #aaa !important;
}
form .left {
	padding-right: 7.5px;
}
form .right {
	padding-left: 7.5px;
}
.label-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.label-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	margin-top: 4px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.label-container input:checked ~ .checkmark:after {
	display: block;
}
.label-container .checkmark::after {
	left: 9px;
	top: 4px;
	width: 8px;
	height: 14px;
	border: solid #112958;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.label-container .terms {
	font-size: 18px;
	line-height: 1.2em;
}
.label-container .terms span {
	display: block;
}
.label-container .terms span a {
	font-size: 14px;
	text-decoration: underline;
}
footer {
	background-color: #112958;
	padding: 4em 0;
	color: white;
	font-size: 14px;
	line-height: 1.4em;
}
footer .logo-footer {
	width: 120px;
	margin-top: 0.3em;
}
footer .desc strong {
	color: #bbed00;
	font-weight: 600;
}
footer a {
	color: white !important;
}
footer .address span,
footer .links span {
	display: block;
	white-space: nowrap;
}
footer .some {
	font-size: 20px;
}
footer .some i {
	margin-left: 2px;
}
footer p {
	margin-bottom: 0.3em;
}
.search-group {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 3em;
}
.search-group input[type="search"] {
	border-radius: 0;
}
.btn:disabled {
	pointer-events: none;
	opacity: 0.2;
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.article {
	margin-top: 5em;
}
.article h1,
.content h1 {
	font-weight: 600;
	color: #112958;
}
.article .info {
	font-size: 20px;
	color: #112958;
	position: relative;
	padding-left: 32px;
	margin-top: 0.5em;
}
.article .info::before {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	top: 8px;
	border-radius: 9px;
	width: 18px;
	height: 18px;
	background-color: #bbed00;
}
.article .info span:first-child::after {
	content: "|";
	padding-left: 8px;
}
.article .content {
	margin: 2em 0;
	font-size: 17px;
}
.article .content p,
.article .content h4 {
	margin-bottom: 2rem;
}
.content h2 {
	font-size: 1.5em;
	margin-bottom: 0.7em;
	margin-top: 2em;
}
.article .some {
	font-size: xx-large;
	margin-bottom: 2em;
}
.article .some a {
	margin-right: 5px;
	color: #112958;
}
.wp-block-quote {
	border-left: none !important;
	font-size: 40px;
	max-width: 800px;
	line-height: 1.3em;
	padding-left: 2.5em !important;
	color: #112958;
	position: relative;
	margin-top: 2.5em;
	margin-bottom: 1.75em;
}
.wp-block-quote::before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	top: -30px;
	border-radius: 70px;
	width: 140px;
	height: 140px;
	background-color: #bbed00;
	z-index: -10;
}
.wp-block-image {
	margin-top: 4.5em;
	margin-bottom: 3.5em;
}
.wp-block-image figcaption {
	font-size: 17px;
	font-style: italic;
	font-weight: 500;
	margin-top: 1.5em;
}
.read-next {
	background-color: #f4f4f5;
	padding: 2em 0;
}
.read-next h1 {
	font-size: 24px;
	color: #112958;
	margin-bottom: 1em;
}
.read-next .image {
	width: 120px;
	height: 120px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 60px;
}
.read-next .category {
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	font-size: small;
	color: #00b3ec;
}
.read-next a,
.read-next a:hover {
	text-decoration: none;
	color: black;
	margin-bottom: 1em;
	transition: 0.2s;
}
.read-next a:hover {
	transform: scale(1.05);
}
.read-next .header {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	margin-top: 4px;
	hyphens: auto;
}
.people-block {
	padding: 4.5em 0 3.5em;
}
.people-block .image,
.people .image {
	background-color: #f4f4f5;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 0;
	padding-top: 75%;
	position: relative;
}
.people .image {
	padding-top: 100%;
}
.people h1 {
	font-size: 2.3em;
}
.people-block .image > div,
.people .image > div {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	color: #112958;
	padding: 0.8em 1.5em;
}
.people .image > div {
	padding: 0.8em 1.2em;
}
.people-block .firstname,
.people .firstname {
	font-weight: 600;
	line-height: 1em;
}
.people-block .lastname,
.people .lastname {
	line-height: 0.5em;
	font-size: 1.4em;
}
.people .lastname {
	font-size: 1.3em;
}
.people-block .title,
.people .title {
	position: absolute;
	right: 6%;
	bottom: 7%;
	font-size: 18px;
}
.people-block .description,
.people .description {
	padding: 1.6em;
	line-height: 1.3em;
}
.people .description {
	padding: 1.4em 1.2em;
	border-bottom: 6px solid #bbed00;
	position: relative;
}
.people-block .content,
.people .content {
	margin-top: 1em;
}
.people .content {
	font-size: 1rem;
	margin-bottom: 1em;
}
.people .content p {
	margin-bottom: 1rem;
}
.people-block .linkedin,
.people .linkedin {
	position: absolute;
	right: 1.5em;
	font-size: 20px;
	color: #112958;
}
.people-block a,
.people a {
	color: #112958;
}
.people-block .person,
.people.person {
	margin-bottom: 3em;
}
.people-block .inner {
	height: 100%;
	padding-bottom: 1em;
	border-bottom: 6px solid #bbed00;
}
.people .inner {
	max-width: 280px;
}
.single-post .col-md-9 {
	padding-left: 4em;
}
.location-block {
	background-color: #112958;
	color: white;
}
.location-block .text {
	padding: 3.5em 0 3.5em;
}
.location-block .container {
	max-width: 100%;
}
.location-block .inner {
	max-width: 620px;
	margin: 0 auto;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.location-block h2 {
	font-size: 20px;
	margin-top: 1em;
}
.location-block .address1,
.location-block .address2,
.location-block .phone,
.location-block .email {
	white-space: nowrap;
}
.location-block .address1 {
	margin-top: 1.5em;
}
.location-block .phone {
	margin-top: 1.5em;
}
.location-block a {
	color: white;
}
.location-block img {
	max-width: 80px;
	margin: 0 25%;
	display: block;
	margin-bottom: 1em;
}
.gmap {
	margin-right: -15px;
}
.gmap iframe {
	width: 100%;
	height: 500px;
	display: block;
	margin: 0;
}
.side-block {
	background-color: #00b3ec;
	color: white;
}
.side-block .container {
	max-width: 100%;
}
.side-block h1 {
	color: #bbed00;
	font-weight: 600;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
.side-block .left-side {
	background-repeat: no-repeat;
	background-position: center 10%;
	background-size: cover;
	min-height: 300px;
}
.side-block .inner {
	max-width: 560px;
	margin-right: auto;
	padding-right: 15px;
}
.side-block .on-left .inner {
	margin-right: unset;
	margin-left: auto;
}
.side-block .right-side {
	padding: 2.5em 3em 3em;
}
.side-block .right-side p:last-child {
	margin-bottom: 0;
}
.color-block .ball.ring {
	border-radius: 40px;
	width: 80px;
	height: 80px;
	position: relative;
}
.color-block .ball.ring::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	background-color: #112958;
	content: "";
	border-radius: 30px;
}
.image-block h3 {
	font-size: 18px;
	max-width: 800px;
	margin: 2.5em auto;
}
.text-block {
	padding: 4em 0;
}
.container > .row > div > .content > :first-child {
	margin-top: 80px;
}
.container > .row > .first > .content > :first-child {
	margin-top: 40px;
}
.container > .row > div > .content > :last-child {
	margin-bottom: 80px;
}
.search-button {
	display: none !important;
}

.content img.alignright {
	margin-left: 1em;
	margin-bottom: 1em;
}

.content img.alignleft {
	margin-right: 1em;
	margin-bottom: 1em;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.promo-block .container {
		padding-top: 40%;
		height: 0;
	}

	.promo-block.short .container {
		padding-top: 30%;
	}
	.promo-block h1 {
		font-size: 32px;
	}
	.promo-block h2 {
		font-size: 22px;
		margin-bottom: 1.5em;
	}
	.promo-block .text .right {
		padding-right: 1em;
	}
	.light-blue-block .row > div,
	.green-block .row > div {
		padding: 0 5em;
	}
	.form-block .left-side {
		padding-right: 3em;
	}
	.form-block h1 {
		font-size: 32px;
	}
	.promo-3 .left {
		padding-top: 40%;
		height: 0;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.promo-block h1 {
		font-size: 28px;
	}
	.promo-block h2 {
		font-size: 18px;
	}
	#navbarDropdown > ul > li > a {
		padding-right: 18px;
	}
	.search-button {
		/*width: 20px;*/
		margin-left: 10px;
	}
	.color-block .row > div {
		padding: 0 1em;
	}
	.color-block .content {
		font-size: 16px;
	}
	.color-block .link {
		font-size: 17px;
	}
	.light-blue-block .row > div,
	.green-block .row > div {
		padding: 0 3em;
	}
	.form-block .left-side {
		padding-right: 2em;
	}
	.address,
	.links,
	.some {
		padding-top: 30px;
	}
	.people-block {
		padding: 2.5em 0 3.5em;
	}
	.location-block h1 {
		font-size: 2rem;
	}
	.location-block h2 {
		font-size: 18px;
	}
	.article {
		margin-top: 2.5em;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.logo {
		float: left;
		margin: 10px 0 0;
		width: 90px;
	}
	.side-block h1 {
		font-size: 2.5rem;
	}
	.mobile-menu {
		display: block;
		float: left;
		font-size: 37px;
		padding: 5px;
		margin-right: 15px;
		cursor: pointer;
		color: #bbed00;
	}
	.menu {
		display: none;
		z-index: 1000;
		padding: 0;
	}
	.navbar {
		height: 62px;
	}
	#navbarDropdown {
		float: none;
		margin-right: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.dropdown .dropdown-menu {
		display: none !important;
	}
	.navbar-nav {
		background-color: #112958;
		padding: 15px 0px;
	}
	#navbarDropdown .lang-item-fi a {
		color: transparent;
		font-size: 0;
		border-top: 1px solid white;
		margin-top: 10px;
		padding-top: 25px;
	}
	#navbarDropdown .lang-item-fi a::after {
		content: "Suomeksi";
		color: white;
		font-size: 16px;
		margin-left: 10px;
		opacity: 0.7;
	}
	#navbarDropdown .lang-item-en a {
		color: transparent;
		font-size: 0;
	}
	#navbarDropdown .lang-item-en a::after {
		content: "In English";
		color: white;
		font-size: 16px;
		margin-left: 10px;
		opacity: 0.7;
	}
	#navbarDropdown .lang-item-fi img, #navbarDropdown .lang-item-en img {
		margin-top: -10px;
	}
	.nav-link {
		padding-left: 20px !important;
	}
	.search-button {
		top: 8px;
	}
	#navbarDropdown > ul > li:hover::after {
		display: none;
	}
	.light-blue-block .row > div,
	.green-block .row > div {
		padding: 0 2em;
	}
	.form-block .left-side {
		padding-right: 1em;
	}
	.form-block h1,
	.form-block h2 {
		text-align: center;
	}
	.form-block h2 {
		margin: 0.5em 0 1.5em 0;
	}
	.gmap {
		margin-left: -15px;
	}
	.gmap iframe {
		height: 300px !important;
	}
	.location-block .inner {
		max-width: auto;
	}
	.single-post .col-md-9 {
		padding-left: 15px;
	}
	.side-block .on-left .inner {
		margin-left: unset;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	h1, h2, h3, h4, h5, .btn {
		hyphens: auto;
	}
	.btn {
		white-space: unset;
	}
	.search-group input {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.promo-block .text .right {
		padding-right: 0;
		padding-left: 30px;
		text-align: center;
	}
	.promo-block .text .left {
		display: none;
	}
	.promo-block h1 {
		font-size: 32px;
	}
	.promo-block h2 {
		font-size: 22px;
	}
	.promo-1 .container {
		background-image: none !important;
		padding-top: 0 !important;
		height: auto !important;
	}
	.promo-block .text {
		position: relative;
		padding: 20px 0;
	}
	.color-block .row > div {
		padding: 0 2em;
		padding-bottom: 2em;
	}
	.color-block .row > div:last-child {
		padding-bottom: 0;
	}
	.light-blue-block .container,
	.green-block .container {
		background-image: none;
	}
	.logo-footer {
		margin-bottom: 3em;
	}
	.color-block h2 {
		margin-bottom: 0;
	}
	.mt-5 {
		margin-top: 1rem !important;
	}
	.image-block {
		padding: 3.5em 0 1.5em 0;
	}
	.form-block {
		padding: 2em 0;
	}
	footer {
		padding: 3em 0;
	}
	.label-container .terms {
		font-size: 16px;
	}
	.wp-block-quote {
		font-size: 30px;
	}
	.wp-block-image {
		margin-top: 2.5em;
		margin-bottom: 2em;
	}
	.article h1 {
		font-size: 2.2em;
		line-height: 1.2em;
	}
	.container > .row > div > .content > :first-child {
		margin-top: 40px;
	}
	.container > .row > div > .content > :last-child {
		margin-bottom: 40px;
	}
}
