/*!
Theme Name: TNG Consulting
Theme URI: http://underscores.me/
Author: Insite Media AS
Author URI: https://insitemedia.no
Description: Custom boilerplate for TNG Consulting.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: im-tngconsulting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TNG Consulting is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: "Garnet";
	src: url('./fonts/Garnett-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Garnet";
	src: url('./fonts/Garnett-RegularItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Garnet";
	src: url('./fonts/Garnett-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

#cal-pop {
    z-index: 10;
}

.cky-notice-des P:last-child {
    font-size: 13px;
    line-height: 1.8;
}

@font-face {
	font-family: "Garnet";
	src: url('./fonts/Garnett-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

:root {
	--var-main: #dce9f5;
	--var-blue25: #EEF4FA;
	--var-brown: #3b2314;
	--var-white: #ffffff;
	--var-blue: #BAD3EC;
	--var-acc: #9D9189;
	--var-black: #000;
	--var-main-font: "Garnet", sans-serif;
}

.single-custom_courses #brown .container-fluid,
.single-services #brown .container-fluid {
    padding: 47px 74px;
}

body {
    font-family: 'Garnet', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 1200px) {
    .b-left.compass-sidebar a:first-child {
        display: block;
        margin-top: 55px;
    }
    
    .b-left.compass-sidebar a img {
        width: 100%;
        height: auto;
    }
}

html {
	font-size: 100%;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *::after, *::before {
	box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--var-main-font);
	font-weight: 400;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6, p, label, td, th, span, strong, dl, dt, small {
	color: var(--var-brown);
}

b, strong {
	font-weight: 500 !important;
}

p {
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.container-fluid {
	max-width: 1440px;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#masthead {
	height: 125px;
}

#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap: 30px;
}

.minihero {
	margin-top: 35px;
}

#masthead ul li a {
	color: #000;
	font-family: "Rethink Sans", sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

ul.contact,
ul.eventlist {
	list-style: none;
	margin: 21px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

ul.eventlist li {
	border-bottom: 1px solid var(--var-blue);
}

ul.eventlist li:hover {
    border-bottom: 1px solid var(--var-brown);
}

ul.contact li,
ul.contact li a,
ul.eventlist li,
ul.eventlist li a {
	color: var(--var-brown);
}

ul.eventlist li {
	flex: 1 0 100%;
}

ul.eventlist li a {
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 5px;
	text-decoration: none;
	display: inline-block;
}

#mobOverlay ul li a {
    white-space: nowrap;
}



ul.eventlist li a:hover {
	text-decoration: none;
}

.status-wrap,
.course-status {
	display: flex;
	gap: 10px;
	align-items: center;
}

.course-status {
	margin-top: 35px;
	margin-bottom: 35px;
}

.status-circle {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--var-white);
}

.status-circle.waiting,
.status-circle.full {
	background: #fe621d;
}

#course_dates {
	width: 100%;
	margin-bottom: 35px;
}

#course_dates td {
	padding: 15px 0;
	border-bottom: 1px solid #9D9189;
}

#course_dates tr td:last-child {
	text-align: right;
}

#course_dates tr td.center:last-child {
	text-align: center;
}

#courses {
	margin-bottom: 155px;
}

#courses .col-sm-8,
#courses .col-sm-4 {
	margin-bottom: 25px;
}

.course-calendar-dates {
	display: flex;
	gap: 0;
	flex-direction: column;
	margin-bottom: 14px;
}

.intro-section .course-calendar-dates p,
.intro-section .course-calendar-dates a strong,
.intro-section .course-calendar-dates a {
	color: #9D9189 !important;
	margin-bottom: 0;
	transition: all 0.25s;
	text-decoration: none;
}

.intro-section .course-calendar-dates a {
	text-decoration: none;
}

.intro-section .course-calendar-dates p strong {
	color: #9D9189 !important;
	transition: all 0.25s;

}

.intro-section .course-calendar-dates:hover p,
.intro-section .course-calendar-dates:hover a,
.intro-section .course-calendar-dates:hover a strong {
	color: var(--var-brown) !important;
}

.intro-section .course-calendar-dates:hover a {
	text-decoration: underline;
}

.intro-section .course-calendar-dates:hover p strong {
	color: var(--var-brown) !important;
}

#blue.learn {
	padding-top: 212px;
	padding-bottom: 110px;
	margin-bottom: 110px;
	position: relative;
}

#blue.learn #learn-img {
	position: absolute;
	top: 0;
	right: 75px;
	padding: 15px 11px 0 11px;
	background: #fff;
}

#blue.learn #learn-img img {
	width: 190px;
	height: auto;
}

#blue.learn h3 {
	color: var(--var-black, #000);
	font-family: var(--var-main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
	margin-bottom: 33px;
}

#blue.learn p {
	color: var(--var-black, #000);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.brown-card,
.grey-card {
	display: flex;
	width: 100%;
	min-height: 427px;
	padding: 50px 40px 40px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
}

.brown-card .textarea,
.grey-card .textarea {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
}

.brown-card .textarea h3 {
	color: var(--white, #FFF);

	/* tittel 03 (36-50) */
	font-family: var(--var-main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.brown-card .textarea .card-text p {
	color: var(--var-white, #FFF);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}


.brown-card .button-wrap,
.grey-card .button-wrap {
	margin-top: auto;
}

.full-img {
	width: 100%;
	height: auto;
}

.status-wrap,
.status-wrap p {
	color: var(--var-white, #FFF);
	font-family: var(--var-main-font);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 153.846% */
	display: flex;
	align-items: center;
}

.grey-card .status-wrap,
.grey-card .status-wrap p {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 215.385% */
}

.grey-card h3 {
	color: var(--brown, #3B2314);

	/* ingress (26-44) */
	font-family: var(--var-brown);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.grey-card .textarea p {
	margin-bottom: 0;
}

.status-wrap p {
	margin-bottom: 0;
}

.brown-card .status-wrap {
	color: var(--var-white);
}

.status-circle.available {
	background: #6eeb83;
}

.status-circle.ondemand {
	background: #bad3ec;
}

#event-content .col-sm-7 {
	padding-right: 5%;
}

#event-content .b-left {
	height: 100%;
}

#event-content .b-left h3 {
	margin-top: 75px;
	color: var(--var-brown, #3B2314);

	/* ingress (26-44) */
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
}

.b-left h3 {
	color: var(--var-black, #000);

	/* tittel 03 (36-50) */
	font-family: var(--var-main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
}

ul.eventlist li a:hover {
	text-underline-offset: 8px;
	text-decoration-color: var(--var-brown);
}

#masthead ul li.current-menu-item a {
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: var(--var-main);
	text-decoration-thickness: 2px;
}

.custom-logo {
	max-width: 135px;
	height: auto;
}

#hero {
	max-width: 100%;
	background: var(--var-brown);
	padding-top: 350px;
	padding-bottom: 100px;
	margin: 400px auto 0 auto;
	position: relative;
}

#hero .hero-img {
	position: absolute;
	top: -400px;
	right: 8.5%;
}

.service-card {
	display: flex;
	height: 427px;
	min-width: 100%;
	padding: 50px 40px 40px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	background: #F5F4F3;
}

.service-card h3 {
	color: var(--brown, #3B2314);

	/* ingress (26-44) */
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
	margin-bottom: 0;
}

.service-card p {
	color: var(--brown, #3B2314);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.service-card .titlearea {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	align-self: stretch;
}

.row.negative {
	margin-top: -760px;
}

.service-card .button-wrap {
	margin-top: auto;
}

.service-card a.btn.sec {
	display: inline-block;
}

.selector {
	display: flex;
	gap: 10px;
	align-items: center;
}

.selector:hover {
	cursor: pointer;
}


.sel-drop {
	display: none;
	padding: 4px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	z-index: 10;
	bottom: -100px;
	left: calc(50%);
	min-width: 90px;
	transform: translateX(-50%);
	text-align: center;
	-webkit-box-shadow: 0px 0px 16px 7px #F5F4F3;
	-moz-box-shadow: 0px 0px 16px 7px #F5F4F3;
	box-shadow: 0px 0px 16px 7px #F5F4F3;
}

.sel-drop .square {
    width: 12.5px;
    height: 12.5px;
    background: var(--var-white);
    transform: rotate(-45deg) translateX(-50%);
    top: -9.5px;
    left: 50%;
    z-index: 20;
    position: absolute;
}




.customdropdown {
	position: absolute;
	right: 40px;
	top: 62.5px;
	transform: translateY(-50%);
}

.logged-in .customdropdown {
    top: 94.5px;
}

@media screen and (max-width: 1550px) {
    .customdropdown {
        position: relative;
        top: unset;
        right: unset;
        transform: unset;
        margin-left: 0;
    }
    
    .logged-in .customdropdown {
        top: unset;
        margin-left: 0;
    }
}

.customdropdown.active .sel-drop {
	display: block;
}

#currentLang {
    font-family: "Rethink Sans", sans-serif;
}

.sel-drop span {
	padding: 8px 24px;
	background: var(--var-white);
	display: block;
	color: var(--var-black);
	font-size: 16px;
	font-family: "Rethink Sans", sans-serif;
}

.sel-drop span:hover {
	background: var(--var-blue25);
	cursor: pointer;
}


@media screen and (max-width: 1680px) {
	.sel-drop { 
		left: calc(50%);
	}
}

@media screen and (max-width: 1450px) {
	.sel-drop { 
		left: 50%;
	}

	.customdropdown {
		margin-left: 0;
	}
}

h1 {
	font-size: 72px;
	color: var(--var-blue);
	font-style: normal;
	font-weight: 400;
	line-height: 98px; /* 136.111% */
}

.name-divider {
	margin-left: 5px;
	margin-right: 5px;
}

h3 {
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 26px;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
}

h3.big {
	color: var(--brown, #3B2314);

	/* tittel 03 (36-50) */
	font-family: var(--var-main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
}

h3.italic {
	font-style: italic;
}

.inner {
	padding-left: 10%;
	padding-right: 10%;
}

p.ingress {
	color: var(--var-white);
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
	margin-bottom: 0;
}

.service-intro {
	padding-top: 70px;
	padding-bottom: 110px;
}

.service-intro p {
	color: var(--var-brown);
}

.service-intro p:not(.ingress) {
	color: var(--var-brown, #3B2314);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-top: 35px;
}

#hero p.ingress {
	margin-top: 45px;
}

#hero p {
	color: var(--var-white);
}

#hero h1 {
	margin-top: 103px;
}

a.btn {
	display: inline-flex;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: var(--var-blue);
	color: var(--var-brown);
	text-align: center;
	font-family: var(--var-main-font);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
}

a.btn.main {
	background: var(--var-blue);
	color: var(--var-brown);
	border-color: var(--var-main);
}

a.btn.main:hover {
	background: transparent;
	color: var(--var-white);
}

button.btn {
	display: inline-flex;
	padding: 8px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: var(--var-blue);
	color: var(--var-brown);
	text-align: center;
	font-family: var(--var-main-font);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
}

button.btn.sec {
	background: var(--var-brown);
	color: var(--var-white);
	border-color: var(--var-brown);
}

a.btn.sec {
	background: var(--var-brown);
	color: var(--var-white);
	border-color: var(--var-brown);
}

a.btn.sec:hover {
	background: transparent;
	color: var(--var-brown);
}

button.btn.sec:hover {
	background: transparent;
	color: var(--var-brown);
	cursor: pointer;
}

#join {
	display: none;
	margin: 75px auto 110px auto;
}

a.btn:hover {
	cursor: pointer;
}

a.btn.white {
	color: var(--var-black);
	border: 1px solid var(--var-white);
	background: var(--var-white);
}

a.btn.white:hover {
	color: var(--var-black);
	background: var(--var-white);
	border: 1px solid var(--var-black);
}

.brown-card {
	background: var(--var-brown);
	padding-right: 15%;
}

.single-custom_courses #blue .col-sm-7 p {

}

.moreinfo p span {
	text-underline-offset: 6px;
}

.moreinfo .b-left h1,
.moreinfo .b-left h2,
.moreinfo .b-left h3,
.moreinfo .b-left h4,
.moreinfo .b-left h5,
.moreinfo .b-left h6 {
	font-size: 18px;
	font-weight: 500;
}

.moreinfo p strong {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 233.333% */
	text-underline-offset: 6px;
}

#brown .article-img {
	margin-bottom: 0;
}

.grey-card {
	background: #f5f4f3;
}

.brown-card a.btn:hover {
	background: var(--var-white);
	border-color: var(--var-white);
	color: var(--var-brown);
}

.brown-card,
.grey-card {
	height: 100%;
	margin-top: 25px;
}

.brown-card h3 {
	color: var(--var-main);
}

.brown-card p {
	color: var(--var-white);
}

.brown-card a.btn,
.grey-card a.btn {
	display: inline-block;
}

#blue.fullblue {
	width: 100%;
	background: #EEF4FA;
	padding: 145px 0 0 0;
	margin-top: 35px;
	max-width: 100%;
}

.container-fluid.space {
	margin: 120px auto;
}

.container-fluid.space.space-10 {
	margin: 110px auto;
}

.container-fluid.space.space-16 {
	margin: 160px auto 110px auto;
}


.container-fluid.space.m-t-50 {
	margin: 50px auto 110px auto;
}

.container-fluid.space.space-16 {
	margin: 160px auto 110px auto;
}

p.big {
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
}



.call-intro {
	padding-top: 110px;
	padding-bottom: 75px;
}

a.btn.main.wb:hover {
	color: var(--var-brown);
}

a.btn.main.wb.blue50 {
	background: var(--var-main);
	border-color: var(--var-main);
}

a.btn.main.wb.blue50:hover {
	background: transparent;
}

p.big strong {
	font-weight: 500;
}

article a {
	color: var(--var-brown);
	text-decoration: none;
}

article .article-content h3 {
	font-style: italic;
	margin-bottom: 11px;
}

.ref-col .article-img {
	margin-bottom: 15px;
}

.article-img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}


#blue {
	background: var(--var-main);
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
	padding: 47.5px 0;
}

.page-template-page-about-php .intro-section p a {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    color: var(--brown, #3B2314);
    font-family: var(--var-main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--var-blue);
    text-underline-offset: 13px;
    line-height: 28px;
    letter-spacing: 0.16px;
}

p.date {
	margin: 0;
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 22.4px */
}

#brown {
	background: #3B231410;
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
	padding: 47.5px 0;
}

#blueintro {
	background: var(--var-main);
	width: 95%;
	margin: 35px auto;
	padding: 145px 90px 102px 90px;
}

#blue.intro {
	width: 95%;
	padding: 100px 35px 0 35px;
}

.ref-about {
	padding-top: 22px;
}

.page-template-page-contact-php .b-left p:first-child {
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 32px !important; /* 177.778% */
}

.ref-content .ingress p,
.single-services .ingress p,
.page-template-page-singleservice .ingress p {
	font-size: 26px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 44px !important; /* 169.231% */
}

.sidebar-gallery {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.single-services .col-sm-5 p {
	padding-top: 100px;
}

.single-services .intro-section {
	padding-bottom: 0;
}

.single-services .ingress {
	margin-bottom: 40px;
}

.ref-content h2.wp-block-heading,
.intro-section h2.wp-block-heading,
.moreinfo h4,
.intro-section h4.wp-block-heading {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px;
	margin-top: 40px;
}

.intro-section h2.wp-block-heading,
.moreinfo h4,
.moreinfo h4.wp-block-heading { 
    margin-bottom: .5rem;
}

.ref-about h5 {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
	margin-bottom: 0;
}

.ref-about p {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}

#blue h2 {
	color: var(--brown, #3B2314);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */
}

.service-boxes {
	padding-top: 110px;
	padding-bottom: 35px;
}

.white-card {
	background: #fff;
	display: flex;
	height: 427px;
	padding: 50px 40px 40px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	margin-bottom: 42px;
}

.service-boxes .white-card {
	height: 100%;
}

.service-boxes .col-sm-4 {
	margin-bottom: 25px;
}

.white-card .button-wrap {
	margin-top: auto;
}

#blue .inner h3.big {
	margin-bottom: 53px;
}

#blue hr {
	background: #000;
	border-color: #000;
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 62px;
	opacity: 1;
}

.employee h1 {
	color: var(--var-black, #000);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */

	margin-bottom: 7px;
}

.emp-links {
	padding-top: 24px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.emp-links a {
	text-decoration: none;
}

.emp-links a.phonelink {
	color: var(--var-black, #000);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.emp-links a.maillink {
	color: var(--var-acc, #9D9189);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.employee p.title {
	margin-bottom: 0;
}

#blue .col-sm-6 p {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

#blue.m-b-10 {
	margin-bottom: 110px;
	padding-top: 90.74px;
}

#blueintro h1 {
	margin-bottom: 20px;
}

#blueintro h3 {
	margin-bottom: 39px;
}

.ref-col {
	margin-bottom: 50px;
}

.ref-col h5 {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 175% */
	margin-bottom: 0;
}

.ref-col p {
	color: var(--var-brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
}

#blue.tips {
	padding-top: 145px;
	padding-bottom: 102px;
	margin-top: 35px;
	background: var(--var-blue25);
}

#blue.tips h1 {
	color: var(--var-brown, #3B2314);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */
	margin-bottom: 29px;
}

#blue.tips p.ingress {
	color: var(--var-brown, #3B2314);

	/* ingress (26-44) */
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
	margin-bottom: 29px;
}

#blue.tips p:not(.ingress) {
	color: var(--var-brown, #3B2314);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	margin-bottom: 0;
}

#service-content ul li {
	font-size: 1.25rem;
	margin: 8px 0;
}

.reference-container {
	margin-bottom: 60px;
}

#service-content h1 {
	color: var(--var-brown);
}

.videolist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.videolist li {
	color: var(--var-brown);
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--var-main);
	font-size: 1.25rem;
	transition: all 0.25s;
}

.compass_text {
	max-width: 480px;
	margin: 100px auto 0 auto;
}

.videolist li {
	margin: 20px 0;
}

.videolist li.active {
	font-weight: 500;
	text-decoration-color: var(--var-brown);
}

.videolist li:hover {
	text-decoration-color: var(--var-brown);
	text-underline-offset: 8px;
	cursor: pointer;
}

video {
	max-width: 100%;
}

.ref-col a {
	text-decoration: none;
}

.ref-content h3 {
	color: var(--var-brown, #3B2314);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */
}

.ref-content .ingress {
	margin-top: 72px;
	margin-bottom: 32px;
}

.ref-content p:not(.ingress) {
	color: var(--var-brown, #3B2314);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.ref-content a.btn.main {
	margin-top: 80px;
}

#c2a p {
	margin-bottom: 0;
	font-size: 1.5rem;
	color: var(--var-brown);
}

#c2a a.btn.main {
	margin-top: 36px;
}

#c2a a.btn.main:hover {
	color: var(--var-brown);
}

#colophon .nf-form-content label#nf-label-field-2,
#colophon .nf-form-content label#nf-label-field-33 {
	display: none !important;
}

#colophon input[type="email"] {
	border-radius: 5px !important;
	border: none !important;
	background: #9d9189 !important;
}

#colophon input[type="email"]::placeholder {
	color: #fff !important;
	opacity: 0.5 !important;
}

.emp-single-content {
	margin-top: 192px;
	margin-bottom: 125px;
}

.emp-single-content img.empimg {
	width: 100%;
	height: auto;
}

.empmaincontent {
	margin-top: 71px;
}

a.phonelink {
	color: var(--black, #000);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	text-decoration: none;
}

a.maillink {
	color: var(--var-acc, #9D9189);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	text-decoration: none;
}

.page-template-page-about .intro-section .b-left p.ingress {
	/* ingress (26-44) */
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
}

.emp-single-content hr {
	background: #000;
	width: 100%;
	border-color: #000;
	margin: 0;
	opacity: 1;
}

.link-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.empmaincontent p {
	color: var(--var-black, #000);
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.emp-image-badge {
	max-width: 330px;
	height: auto;
	margin-top: 82px;
}

#colophon input[type="email"]:focus {
	background: var(--var-white) !important;
	color: var(--var-brown) !important;
}

#colophon input[type="submit"] {
	background: var(--var-white) !important;
	border-radius: 25px !important;
	color: var(--var-brown) !important;
	font-weight: 400 !important;
	padding: 0 18px !important;
	border: 2px solid var(--var-white) !important;
	margin-left: 10px !important;
	line-height: 38px;
}

#colophon input[type="submit"]:hover {
	background: var(--var-main) !important;
	border-color: var(--var-main) !important;
}

#colophon .col-sm-4.flex-lists {
	display: flex;
	gap: 60px;
}

#colophon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-c2a {
	display: flex;
	align-items: center;
	gap: 40px;
}

.flex-c2a .content-text {
	margin-top: 44px;
}

#colophon ul.menu {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

#colophon ul li a {
	color: var(--brown-50, #9D9189);
	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

#colophon ul.menu li {
	margin: 0;
}

#colophon ul li {
	margin: 8px 0;
}

#colophon ul li a {
	color: var(--var-white);
	opacity: 0.65;
	transition: all 0.25s;
	text-decoration: none;
}

#nf-label-field-5,
#nf-label-field-35 {
	color: var(--var-white);
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
}

#colophon ul li a:hover {
	cursor: pointer;
	opacity: 1;
}

.checkbox-container.label-right label {
	margin: 0 0 0 35px !important;
}

.checkbox-container.label-right label:after,
.checkbox-wrap .nf-field-label label.nf-checked-label:before {
	top: 50% !important;
	transform: translateY(-50%);
}

.checkbox-container.label-right label:after {
	left: -34px !important;
}

.checkbox-wrap .nf-field-label label.nf-checked-label:before {
	color: var(--var-black) !important;
}

.checkbox-wrap .nf-field-label label.nf-checked-label:after {
	border-radius: 3px !important;
}

.nf-form-content,
.nf-multi-cell .nf-cell {
	padding: 0 !important;
}

#colophon h2 {
	color: var(--var-white);
	font-size: 1.15rem;
	margin-bottom: 10.75px;
}

#colophon ul.wp-block-social-links svg {
	font-size: 2.25rem;
}

.intro-section {
	padding-top: 180px;
	padding-bottom: 150px;
}

.intro-section.m-b-11 {
	padding-bottom: 110px;
}

img {
	max-width: 100%;
	height: auto;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}

.intro-section .col-sm-8 {
	padding-right: 5%;
}

.intro-section h2 {
	margin-bottom: 32px;
	margin-top: 40px;
}

.b-left {
    border-left: 1px solid var(--var-brown);
    padding: 0;
    margin-left: 10%;
    padding-left: 10%;
}

.b-left.noborder {
	border-left: unset;
	margin-left: 5%;
	padding-left: 5%;
}

.b-right {
	border-right: 1px solid var(--var-brown);
	padding: 0;
	margin-right: 5%;
	padding-right: 10%;
}



.intro-section  .b-left p.ingress {
	margin-bottom: 5px;
}

p.title {
	color: var(--var-black, #000);
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
}

p.title strong {
	font-weight: 500;
}

.intro-section p {
	color: var(--var-brown);
}

.intro-section p.ingress {
	margin-bottom: 36px;
}

.intro-section p:not(.ingress) {
	color: var(--brown, #3B2314);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 177.778% */
}

.intro-section ul li {
    font-family: var(--var-main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.single-services .intro-section .col-sm-7 {
	padding-right: 3%;
}

@media screen and (max-width: 1200px) {
	.single-services .intro-section .col-sm-7 {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
}

a.line-link {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	color: var(--brown, #3B2314);
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	line-height: 28px; /* 175% */
	letter-spacing: 0.16px;
}

a.line-link hr {
	background: var(--var-blue);
	height: 1px;
	width: 100%;
	border-color: var(--var-blue);
	margin: 0;
	opacity: 1;
}

#grey {
	background: #f5f4f3;
	padding-bottom: 58px;
}

.emp-card {
	background: var(--var-white);
	height: 100%;
}

.emprow .col-sm-4 {
	margin-bottom: 42px;
}

.emp-content {
	display: flex;
	width: 100%;
	padding: 40px 40px 50px 40px;
	flex-direction: column;
	align-items: flex-start;
	gap: 35px;
}

.emp-content h2 {
	color: var(--var-black, #000);
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 44px; /* 169.231% */
}

.emp-content h5 {
	color: var(--var-black, #000);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.emp-content h5 strong {
	font-weight: 500;
}

.emp-content p {
	color: var(--black, #000);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
	margin-bottom: 0;
}

.emp-card img {
	width: 100%;
	height: auto;
}

a.read-more {
	display: flex;
	padding: 0px 18px;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
	color: var(--var-white, #FFF);
	text-align: center;
	font-family: var(--var-main-font);
	font-size: 14px;
	font-style: normal;
	border: 1px solid var(--var-brown);
	font-weight: 400;
	border-radius: 30px;
	text-decoration: none;
	background: var(--var-brown, #3B2314);
	line-height: 38px; /* 271.429% */
	transition: all 0.25s;
}


a.read-more:hover {
	background: transparent;
	color: var(--var-brown);
}

p.big,
.ingress p {
	color: var(--brown, #3B2314);

	/* ingress (26-44) */
	font-family: var(--var-main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px; /* 169.231% */
}

p.action-text {
	margin-bottom: 40px;
}

.event-content p {
	color: var(--var-brown, #3B2314);

	/* brødtekst (16-28) */
	font-family: var(--var-main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 175% */
}

#event-content .ingress {
	margin-bottom: 40px;
}

#event-content .action-text {
	padding-top: 100px;
}

#nf-form-2-cont nf-cells,
#nf-form-4-cont nf-cells,
#nf-form-3-cont nf-cells,
#nf-form-6-cont nf-cells {
	display: flex;
	gap: 164px;
}

#nf-form-3-cont nf-cells,
#nf-form-6-cont nf-cells {
	gap: 65px;
}

.nf-field-label label {
	font-weight: 400 !important;
	font-size: 16px !important;
}

#nf-form-2-cont nf-cells .nf-cell:last-child,
#nf-form-4-cont nf-cells .nf-cell:last-child  {
	margin-top: auto !important;
}

#nf-field-11,
#nf-field-22,
#nf-field-29,
#nf-field-46 {
	background: var(--var-brown) !important;
	color: var(--var-white) !important;
	font-size: 22px !important;
	line-height: 38px !important;
	height: auto !important;
	padding: 8px 32px !important;
	transition: all 0.25s;
	border: 2px solid var(--var-brown) !important;
	border-radius: 30px !important;
	font-family: var(--var-main-font) !important;
	font-weight: 400 !important;
}

.wp-block-list li {
	color: var(--var-brown, #3B2314);
    font-family: var(--var-main-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

#event-content .wp-block-list li {
    font-size: 16px;
    line-height: 28px;
}

.sidebar-gallery img {
    box-shadow: 1px 0px 8px 4px rgba(186,211,236,0.1);
    -webkit-box-shadow: 1px 0px 8px 4px rgba(186,211,236,0.1);
    -moz-box-shadow: 1px 0px 8px 4px rgba(186,211,236,0.1);
}

.b-left p.ingress {
	color: var(--var-brown);
	font-weight: 500;
}

.points {
	margin-top: 15px;
	margin-bottom: 60px;
}

.points.nolist {
	padding: 0;
	list-style: none;
}

.points li {
	color: var(--var-brown, #3B2314);

	/* brødtekst (18-32) */
	font-family: var(--var-main-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px;
}

h1.page-title {
	color: var(--var-brown, #3B2314);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */
}

#nf-field-11:hover,
#nf-field-22:hover,
#nf-field-46:hover {
	color: var(--var-brown) !important;
	background: transparent !important;
	cursor: pointer !important;
}


.container-fluid.mobileinfo {
	display: none;
}

#nf-form-2-cont label,
#nf-form-2-cont span,
#nf-form-4-cont label,
#nf-form-4-cont span,
#nf-form-3-cont label,
#nf-form-3-cont span,
#nf-form-6-cont label,
#nf-form-6-cont span {
	font-size: 16px !important;
	line-height: 28px !important;
	color: var(--var-brown) !important;
	font-weight: 400 !important;
	font-style: normal !important;
	margin-bottom: 6px !important;
}

#nf-form-2-cont .nf-field-label,
#nf-form-4-cont .nf-field-label,
#nf-form-3-cont .nf-field-label,
#nf-form-6-cont .nf-field-label {
	margin-bottom: 0 !important;
}

#nf-form-2-cont .nf-field-element ul,
#nf-form-4-cont .nf-field-element ul,
#nf-form-3-cont .nf-field-element ul,
#nf-form-6-cont .nf-field-element ul {
	display: flex;
	gap: 30px;
	margin-top: 9px;
}

#nf-form-2-cont .listcheckbox-wrap .nf-field-element label:after,
#nf-form-4-cont .listcheckbox-wrap .nf-field-element label:after,
#nf-form-3-cont .listcheckbox-wrap .nf-field-element label:after,
#nf-form-6-cont .listcheckbox-wrap .nf-field-element label:after {
	background: var(--var-white) !important;
	border: 1px solid #3b231450 !important;
	border-radius: 3px !important;
}

.call-intro p.big {
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 138.889% */
}

#nf-form-2-cont .listcheckbox-container .nf-field-element label:before,
#nf-form-4-cont .listcheckbox-container .nf-field-element label:before,
#nf-form-3-cont .listcheckbox-container .nf-field-element label:before,
#nf-form-6-cont .listcheckbox-container .nf-field-element label:before {
	top: -2px !important;
    left: -27px !important;
    bottom: auto !important;
}

#formText, #formTextMobile, #chevron, #chevronMobile {
	color: #fff;
}

#formBtn:hover #formText,
#formBtn:hover #formTextMobile,
#formBtn:hover #chevron,
#formBtn:hover #chevronMobile {
	color: var(--var-brown);
}

#nf-form-2-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
#nf-form-4-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
#nf-form-3-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
#nf-form-6-cont .listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
	color: var(--var-acc) !important;
}

#nf-form-2-cont .listcheckbox-wrap .nf-field-element label:before,
#nf-form-4-cont .listcheckbox-wrap .nf-field-element label:before,
#nf-form-3-cont .listcheckbox-wrap .nf-field-element label:before,
#nf-form-6-cont .listcheckbox-wrap .nf-field-element label:before{
	font-size: 17px !important;
}

#nf-form-2-cont .nf-form-content input[type="text"],
#nf-form-2-cont .nf-form-content input[type="email"],
#nf-form-2-cont .nf-form-content input[type="tel"],
#nf-form-2-cont .nf-form-content textarea,
#nf-form-4-cont .nf-form-content input[type="text"],
#nf-form-4-cont .nf-form-content input[type="email"],
#nf-form-4-cont .nf-form-content input[type="tel"],
#nf-form-4-cont .nf-form-content textarea,
#nf-form-3-cont .nf-form-content input[type="text"],
#nf-form-3-cont .nf-form-content input[type="email"],
#nf-form-3-cont .nf-form-content input[type="tel"],
#nf-form-3-cont .nf-form-content textarea,
#nf-form-6-cont .nf-form-content input[type="text"],
#nf-form-6-cont .nf-form-content input[type="email"],
#nf-form-6-cont .nf-form-content input[type="tel"],
#nf-form-6-cont .nf-form-content textarea,
.nf-form-content select.ninja-forms-field:not([multiple]) {
	border: 1px solid var(--brown-50, #9D9189) !important;
	border-radius: 7px !important;
	padding: 10px;
	box-sizing: border-box;
	color: var(--var-brown) !important;
	background: var(--var-white) !important;
}

#nf-field-10-wrap {
	gap: 10px;
}


.nf-form-content .list-select-wrap .nf-field-element>div {
	border: none !important;
}

#nf-form-3-cont .nf-form-content textarea,
#nf-form-6-cont .nf-form-content textarea {
	max-height: 92px !important;
}

#event-content h1 {
	color: var(--var-brown, #3B2314);

	/* tittel 02 (52-72) */
	font-family: var(--var-main-font);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
	line-height: 72px; /* 138.462% */
	margin-bottom: 30px;
}

a.read-more:hover {
	background: transparent;
	color: var(--var-brown);
}

#colophon {
	background: url('/wp-content/uploads/2025/03/Vector.svg') no-repeat;
	background-size: cover;
	padding-top: 205px;
	padding-bottom: 72px;
}

#colophon #block-11 {
	margin-top: 42px;
}

#nf-field-5-container {
	margin-bottom: 0 !important;
}

#colophon p {
	color: var(--var-white);
}

#colophon a {
	color: var(--var-main);
	text-decoration: none;
}

p a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--var-blue);
	transition: all 0.25s;
}

.moreinfo li {
    font-family: var(--var-main-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

p a:hover {
	text-decoration-color: var(--var-brown);
	text-underline-offset: 4px;
}

#openMenu {
	display: none;
}

#openMenu .line {
	width: 36px;
	height: 3px;
	background: var(--var-black);
	margin: 9px 0;
}

.logged-in .hero-background {
	top: 32px;
}

.services-template-default h1.page-title {
	margin-bottom: 29px;
}

.m-top {
	margin-top: 75px;
}

button.btn.desktop {
	display: inline-flex;
}

button.btn.mobile {
	display: none;
}

#mobOverlay {
	position: fixed;
	top: 0;
	right: -200vw;
	width: 100vw;
	z-index: 200;
	background: var(--var-main);
	transition: all 0.25s;
	height: 100vh;
}

.logged-in #mobOverlay {
	top: 46px;
}

#mobOverlay.active {
	right: 0;
}

#mobOverlay .container-fluid,
#mobOverlay .container-fluid .row,
#mobOverlay .container-fluid .row .col-sm-12 {
	height: 100%;
}

#closeMenu {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 58px;
	color: var(--var-black);
}

#mobOverlay ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 220px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#mobOverlay ul li {
	margin: 15px 0; 
}

#mobOverlay ul li a {
	color: var(--var-black);
	font-family: var(--var-main-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 140.625% */
	text-decoration: none;
}

.error404 h1.big {
	color: var(--var-brown);
	font-size: 128px;
	font-family: var(--var-main-font);
	margin-bottom: 30px;
}

.error404 p.ingress {
	color: var(--var-brown);
}


#nf-form-2-cont #nf-label-field-31,
#nf-form-4-cont #nf-label-field-36 {
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important; /* 16.8px */
}

#nf-form-2-cont #nf-label-field-31::after,
#nf-form-4-cont #nf-label-field-36::after {
	background: var(--var-white) !important;
    border: 1px solid #3b231450 !important;
    border-radius: 3px !important;
}

.single-services .fullblue p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.single-services .white-card .titlearea h3 {
	margin-bottom: 18px;
}

#nf-label-field-32,
#nf-label-field-48 {
    height: unset;
    margin: 0 0 0 30px;
    display: block;
}

.checkbox-wrap .nf-field-label label#nf-label-field-32:after,
.checkbox-wrap .nf-field-label label#nf-label-field-48:after {
    left: -28px !important;
    bottom: 33px !important;
}

.checkbox-wrap .nf-field-label label#nf-label-field-32:before,
.checkbox-wrap .nf-field-label label#nf-label-field-48::before {
    left: -28px !important;
    bottom: -30px !important;
}

#nf-form-2-cont #nf-label-field-31::before {
    left: -34px !important;
    bottom: auto !important;
    font-size: 17px !important;
    color: var(--var-acc) !important;
}

@media screen and (max-width: 1200px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.order-md-1,
	.order-md-2 {
		order: 0 !important;
	}

	#masthead .col-sm-2,
	#masthead .col-sm-9,
	#masthead .col-sm-1 {
		flex: 1 0 50%;
		max-width: 50%;
		width: 50%;
	}

	#masthead .col-sm-9 {
		display: none;
	}

	#masthead .col-sm-1 {
		display: flex;
		gap: 15px;
		justify-content: flex-end;
		align-items: center;
	}

	.row.negative {
		margin-top: -520px;
	}

	#hero {
		margin: 184px auto 0 auto;
	}

	#hero h1 {
		font-size: 35px;
		line-height: 130%; /* 45.5px */
		margin-top: 42px;
	}

	#hero .row.h-100 {
		flex-direction: column-reverse;
	}

	#hero p.ingress {
		margin-top: 20px;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 24px */
	}

	#hero a.btn.main {
		margin-top: 30px;
	}

	#masthead nav {
		display: none;
	}

	.container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}

	.container-fluid.space {
		margin: 50px auto;
	}

	.container-fluid.space.space-10 {
		margin-top: 50px;
	}
	
	.article-img {
		margin-bottom: 20px;
	}

	h3.italic {
		font-size: 18px;
		font-style: italic;
		font-weight: 400;
		line-height: 140%; /* 25.2px */
	}

	.logged-in .hero-background {
		top: 46px;
	}

	.article-content p {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
		margin-bottom: 30px;
	}

	#masthead #openMenu {
		display: block;
	}

	#blue {
		width: calc(100% - 50px);
	}

	#blue.safe .container-fluid .row {
		flex-direction: column-reverse;
	}

	#blue.safe .inner {
		padding: 0;
		padding-top: 30px;
	}

	#blue.safe h3.big {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
		margin-bottom: 30px;
	}

	#c2a .col-sm-4 {
		flex: 1 0 25%;
	}

	#c2a .col-sm-8 {
		flex: 1 0 75%;
	}

	#c2a .col-sm-4.my-auto {
		margin-top: unset !important;
	}

	#c2a p.ingress {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 25.2px */
	}

	#colophon .nf-row:first-child .nf-multi-cell .nf-cell:first-child {
		width: 60% !important;
	}

	#colophon .nf-row:first-child .nf-multi-cell .nf-cell:last-child {
		width: 30% !important;
	}

	#colophon .flex-lists {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	#colophon {
		background-size: 205%;
		padding-top: 200px;
		padding-bottom: 72px;
		background-position: 40% 0%;
	}

	#colophon .container-fluid {
		background: var(--var-brown);
	}

	.intro-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.intro-section p.ingress {
		margin-bottom: 20px;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	.intro-section p:not(.ingress) {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.b-left {
		border-left: none;
		padding: 0;
		margin: 0;
	}

	#grey {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.emp-content {
		display: inline-flex;
		padding: 35px 20px;
		align-items: center;
		gap: 10px;
	}

	a.read-more {
		align-self: flex-start;
		margin-top: 30px;
	}

	.call-intro {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	#blue.m-b-10 {
		width: 100%;
		padding-top: 40px;
	}

	#blue h2 {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
	}

	#blue hr {
		margin-top: 28px;
		margin-bottom: 28px;
	}

	#blue .col-sm-6 p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.emp-single-content {
		margin-top: 12px;
		margin-bottom: 110px;
	}

	.employee h1 {
		margin-top: 37px;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: 130%; /* 28.6px */
	}

	p.title {
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 22.4px */
	}

	.emp-links {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.emp-single-content hr {
		display: none;
	}

	.empmaincontent {
		margin-top: 0;
	}

	.emp-image-badge {
		margin-top: 100px;
	}

	.container-fluid.miniherocontainer {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.container-fluid.miniherocontainer .minihero {
		min-height: 275px !important;
		margin-top: 10px;
	}

	.service-intro {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	a.btn {
		padding: 15px 25px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
	}

	.service-intro p.ingress {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	.service-card {
		margin-bottom: 30px;
	}

	.container-fluid.space.space-16 {
		margin-top: 50px;
		margin-bottom: 110px;
	}

	.article-img {
		margin-bottom: 0;
	}

	.call-intro p.big {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	#blue.fullblue {
		padding-top: 42px;
	}

	.b-right {
		border: none;
		padding: 0;
		margin: 0;
	}

	.ingress p {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	.service-boxes {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.white-card {
		gap: 0;
		min-height: 427px;
		height: auto;
	}

	a.btn.main.wb {
		margin-top: 44px !important;
	}

	.b-left h3 {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 45.5px */
		margin-top: 70px;
	}

	.intro-section.m-b-11 {
		padding-bottom: 50px;
	}

	.brown-card .status-wrap {
		flex-wrap: wrap;
		gap: 10px;
	}

	.brown-card .status-wrap p {
		flex: 1 0 100%;
	}

	.brown-card .textarea .card-text p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.brown-card .button-wrap, .grey-card .button-wrap {
		margin-top: 40px;
	}

	.brown-card, .grey-card {
		height: auto;
		min-height: unset;
	}

	#courses {
		margin-bottom: 72px;
	}

	#blue.learn {
		width: 100%;
		padding-bottom: 40px;
	}

	#blue.learn h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
		color: var(--var-brown);
	}

	#blue.learn p {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
		color: var(--var-brown);
	}

	#blue.learn #learn-img {
		right: 25px;
	}

	.m-top {
		margin-top: 20px;
	}

	h1.page-title {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 45.5px */
	}

	button.btn.desktop {
		display: none;
	}

	button.btn.mobile {
		display: inline-flex;
	}

	.custom_courses-template-default .b-left {
		margin-top: 40px;
	}

	#nf-form-3-cont nf-cells {
		gap: 0;
		flex-wrap: wrap;
	}

	#nf-form-3-cont .nf-multi-cell .nf-cell {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.divider {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
		padding-left: 0;
		padding-right: 0;
	}

	.moreinfo h1.page-title {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
	}

	#brown .row {
		flex-direction: column-reverse;
	}

	#brown .inner {
		padding: 20px 0 0 0;
	}

	#brown .inner h3.big {
		font-size: 18px;
		font-style: italic;
		font-weight: 400;
		line-height: 140%; /* 25.2px */
	}

	#brown .inner p {
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}

	#brown .inner a.btn.sec {
		margin-top: 30px !important;
	}

	.ref-col {
		margin-bottom: 20px;
	}

	.ref-content h3 {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 45.5px */
	}

	.ref-content .ingress p {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	.ref-content .ingress {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.container-fluid.space.ref-content {
		margin-bottom: 110px;
	}

	.ref-content a.btn.main.wb {
		margin-top: 30px !important;
	}

	#blue.tips {
		padding-top: 40px;
		width: 100%;
		margin-top: 10px;
		padding-bottom: 40px;
	}

	#blue.tips h1 {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 45.5px */
	}

	#blue.tips p.ingress {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	.videolist {
		margin-top: 50px;
		display: flex;
		gap: 17px;
		flex-direction: column;
	}

	.videolist li {
		flex: 1 0 100%;
		margin: 0;
	}

	#event-content h1 {
		font-size: 35px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%; /* 45.5px */
	}

	#page {
		overflow-x: hidden;
	}

	#event-content .b-left {
		border-top: 1px solid #000;
		margin-top: 50px;
		padding-top: 30px;
	}

	.services-template-default .ingress p {
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 33px */
	}

	#nf-form-2-cont nf-cells,
	#nf-form-4-cont nf-cells {
		gap: 0;
		flex-wrap: wrap;
	}

	#nf-form-2-cont nf-cells .nf-cell,
	#nf-form-4-cont nf-cells .nf-cell {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#colophon {
		padding-bottom: 0;
	}

	#colophon .container-fluid {
		padding-bottom: 50px;
	}

	.custom-logo {
		max-width: 90px;
	}

	#hero {
		padding-bottom: 69px;
	}

	.home .article-content {
		padding-top: 20px;
	}

	.home .article-content p {
		margin-bottom: 0;
	}

	.home article {
		margin-bottom: 30px;
	}

	.home .col-sm-6:last-child article {
		margin-bottom: 0;
	}

	.home #blue.safe {
		padding-top: 30px;
	}

	.flex-c2a {
		align-items: flex-start;
	}

	.flex-c2a .logoicon {
		flex: 1 0 25%;
	}

	#colophon .col-sm-4.flex-lists {
		display: none !important;
	}

	#colophon #block-9 p a {
		display: inline-block;
		margin-top: 15px;
	}

	.wp-container-core-social-links-is-layout-1 {
		justify-content: flex-start !important;
	}

	.page-template-page-about .b-left {
		margin-top: 14px;
	}

	.emp-content h5 {
		font-size: 14px;
		font-style: normal;
		line-height: 160%; /* 22.4px */
	}

	a.phonelink,
	a.maillink {
		font-size: 14px;
		font-style: normal;
		line-height: 140%; /* 19.6px */
	}

	.service-intro p:not(.ingress) {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.call-intro p.big:last-child {
		margin-bottom: 0;
	}

	.col-sm-9 a.btn.main.wb {
		margin-top: 0 !important;
	}

	.services .row .col-sm-4:last-child .service-card {
		margin-bottom: 0;
	}

	.titlearea p:last-child {
		margin-bottom: 0;
	}

	.white-card {
		padding: 40px;
		margin-bottom: 30px;
	}

	.page-template-page-courses .b-left {
		border-left: 1px solid var(--var-brown);
		padding-left: 10%;
	}

	.brown-card .textarea h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
	}

	.brown-card, .grey-card {
		gap: 40px;
		margin-top: 0;
	}
	
	.brown-card .button-wrap, .grey-card .button-wrap {
		margin-top: 0 !important;
	}

	#courses .col-sm-8, #courses .col-sm-4 {
		margin-bottom: 30px;
	}

	.grey-card h3 {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
	}

	#blue.learn {
		padding-top: 176px;
	}

	.single-custom_courses .b-left p.ingress {
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 33px */
	}

	.points li {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.single-custom_courses #blue.fullblue {
		padding-bottom: 50px !important;
	}

	#formBtnMobile {
		margin-top: 50px;
	}

	.single-custom_courses .b-left p:last-child {
		margin-bottom: 0;
	}

	.nf-form-content select.ninja-forms-field:not([multiple]) {
		appearance: auto !important;
		-webkit-appearance: auto !important;
	}

	.single-custom_courses #blue.fullblue {
		margin-bottom: 50px !important;
	}

	#join h3 {
		margin-bottom: 40px !important;
	}

	#nf-field-21-container {
		margin-bottom: 40px !important;
	}

	#join h3#fullCourseTitle {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 33.6px */
	}

	#join {
		margin-bottom: 50px;
	}

	.moreinfo .b-left,
	.single-services .b-left {
		border-top: 1px solid #000;
		padding-top: 30px;
	}

	.single-custom_courses .b-left p.ingress {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%; /* 25.6px */
	}

	.single-custom_courses .points {
		margin-bottom: 1rem;
	}

	.single-custom_courses .moreinfo p strong {
		text-decoration: none !important;
	}

	.container-fluid.moreinfo {
		margin-bottom: 50px !important;
	}

	.single-custom_courses #brown {
		padding: 35px 0;
	}

	.single-custom_courses #brown .inner p {
		margin-bottom: 0;
	}

	.reference-container .ref-col .article-content p {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}

	.ref-about p,
	.ref-about h5 {
		font-size: 12px;
		font-style: normal;
		line-height: 160%; /* 19.2px */
	}

	.ref-content a.btn.main.wb {
		margin-top: calc(30px - 1rem) !important;
	}

	.page-template-page-tips .container-fluid.space.m-t-50 {
		margin-top: 30px !important;
	}

	.videolist li {
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 28px; /* 175% */
	}

	.error404 .col-6 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#event-content .action-text,
	.single-services .col-sm-5 p {
		padding-top: 0;
	}

	.single-services .ingress {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.services-template-default .ingress p {
		margin-bottom: 0;
	}

	.single-services .b-left {
		margin-top: 30px;
	}

	.single-services .b-left p {
		margin-bottom: 0;
	}

	.single-services .b-left a.btn.sec {
		margin-top: 30px !important;
	}

	.wp-block-list li {
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 160%; /* 25.6px */
	}

	.page-template-page-contact #blue .b-left {
		display: none;
	}

	.container-fluid.mobileinfo {
		display: block;
		margin-bottom: 50px;
	}

	.container-fluid.mobileinfo .b-left {
		border-top: 1px solid #000;
		padding-top: 30px;
	}

	#nf-field-11 {
		padding: 15px 25px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 120%; /* 19.2px */
	}

	#formBtnMobile {
		background: var(--var-brown) !important;
	}
}

@media screen and (max-width: 870px) {
	.service-card {
		height: auto;
		gap: 40px;
	}
}

@media screen and (max-width: 550px) {
    #mobOverlay ul li a {
        font-size: 26px;
    }
}