/*
Theme Name: KWT1
Theme URI: 
Author: Anders Hallin-Bergvall / Kransell & Wennborg AB
Author URI: http://www.kw.se
Description: Kransell & Wennborg, homepage
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kwt1
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


	
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* CUSTOM RULES */

@media (min-width: 1050px ) {



}

@media (max-width: 1050px ) {

	.kw-header	{ height: 50px ! important; padding: 16px 16px 16px 16px ! important;	}
	.kw-header-logo {	height: 48px ! important; }
	.kw-header-nav { height: 24px ! important; font-size: 14px ! important;}
	.kw-header-icons { height: 24px ! important; }

	.kw-logo-vid-wrapper { width: 600px !important; height: 400px !important; font-size: 20px !important; }
	.kw-logo-vid-text1 { line-height: 30px !important; }
	.kw-logo-vid-text2 { font-size: 80% !important; line-height: 27px !important; }
	.kw-is-parallax { height: 400px !important; }

	.kw-is-parallax + main {margin-top: 388px !important;}
	
	/*.kw-people-filter-select { grid-column-start: 1 !important; grid-column-end: span 5 !important;}
	.kw-people-filter-options { grid-column-start: 1 !important; grid-column-end: span 5 !important; grid-template-columns: repeat(auto-fill, minmax(200px, 1ft)) !important;}*/

	.kw-people-filter { grid-template-columns: 1fr !important; }
	.kw-people-filter-selects { grid-template-columns: 1fr !important; }
	.kw-people-filter-optionslists { grid-column-end: -1 !important;  }
	.kw-people-filter-optionslist {grid-column-end: -1 !important; } 
	.kw-people-filter-optionslist ul {column-count: 3 !important;} 

	.kw-header-nav {display: none !important;}
	.kw-header-nav-mobile-icon {display: block !important;}

}

@media (max-width: 720px ) 
{
	 .kw-header	{ box-sizing: border-box !important; line-height: 18px !important; height: 50px ! important; padding: 16px 12px 16px 12px ! important;	} 
	
	.kw-header-logo {	height: 18px ! important; grid-row-start: 1 !important; grid-row-end: 2 !important;}
	.kw-header-logo img {height: 18px !important; }
	.kw-header-logo a {display: block !important; height: 18px !important; width: 306px !important; padding: 0 !important;}
	.kw-header-icons { height: 30px ! important;  align-items: center ! important; }
	.kw-header-icons a { align-self: center ! important; height: 65% ! important;}

	.kw-header-nav { 
		height: 28px !important; 
		grid-row-start: 2 !important; 
		grid-row-end: 3 !important; 
		justify-content: center !important; 
		grid-column-start: 1 !important; 
		grid-column-end: 3 !important; 
		display: none !important;
			
	}

	.kw-header-nav a {
		
		line-height: 1em;
	}


	.kw-logo-vid-wrapper { width: 300px !important; height: 200px !important; font-size: 12px !important; }
	.kw-logo-vid-text1 { line-height: 14px !important; letter-spacing: 3px !important; }
	.kw-logo-vid-text2 { font-size: 70% !important; line-height: 15px !important; }
	.kw-is-parallax { height: 200px !important; }	
	.kw-is-parallax + main {margin-top: 188px !important;}

  .kw-people-filter-optionslist ul {column-count: 2 !important;} 

}

@media (max-width: 499px ) 
{
	.kw-people-filter-optionslist ul {column-count: 1 !important;} 
}


* {
  box-sizing: border-box;
}

*::after { box-sizing: border-box; }
*::before { box-sizing: border-box; }


video {
    isolation: isolate;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
	-webkit-appearance: none;
    -moz-backface-visibility: hidden;
}


.kw-header-nav-optional
{
	
	display: inline-block;
}


.kw-logo-vid-wrapper { 
	width: 900px; height: 600px; 
	font-size: 40px;
}

.kw-logo-vid-text1 
{
	font-size: 100%; letter-spacing: 6px;
	left: 0%; top: 16%;
	line-height: 50px;
}

.kw-logo-vid-text2 {
	font-size: 70%; letter-spacing: 0.5px;
	right: 0%; bottom: 16%;
	line-height: 40px;
}


:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: inherit;
}


.contrast-1-color { color: #000000; }
.contrast-2-color { color: #666666; }
.contrast-3-color { color: #999999; }
.kw-base-font { font-family: "Poppins", sans-serif; }

.kw-color-1 { color: #001f54; }
.kw-color-2 { color: #d4af37; }

body
{
	background-color: #E9E9E9;
}


.logo_linkedin
{
	background-color: #777777;
}
.logo_linkedin:hover
{
	background-color: #0072B1;
	
}

.logo_linkedin_gray
{
	background-color: #777777;
	border: 0;
}
.logo_linkedin_gray:hover
{
	background-color: #0072B1;
	border: 0;
}


.kw-header
{
	padding: 20px 20px 20px 20px; 
	height: 60px;
	background-color: #FFFFFFFA;
	box-sizing: border-box;
}

.kw-header-autodark { background-color: #FFFFFF;  }

.kw-header-mobile
{
	width: 100%;
	height: 54px;
	display: none;
	background-color: #FFFFFF;
}

.kw-header-logo-mobile-text
{

	width: 90%;
	padding-top: 10px;
	margin-left: auto !important;
	margin-right: auto !important;
	/*margin-left: -230px;*/

}

.kw-header-logo-mobile-text img
{
	width: 100%;

	content: url(/wp-content/themes/kwt1/assets/images/logo_mobile_text.svg);	

}

.kw-header-logo-mobile-circle
{
	position: absolute;
	display: block;
	box-sizing: border-box;
	left: 50%;
	margin-left: -34px;
	margin-top: -34px;
	top: 54px;

}

.kw-header-logo-mobile-circle img
{
	height: 68px;
	width: 68px;
	content: url(/wp-content/themes/kwt1/assets/images/kw_logo_circle_outline64.png);	

}


.kw-header-grid
{
	display: grid;
	grid-template-columns: auto auto;
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
}


.kw-header-logo 
{
	box-sizing: border-box;
	/*grid-row-start: 1;
	grid-row-end: 3;*/


}

.kw-header-logo img
{
	height: 20px;
	content: url(/wp-content/themes/kwt1/assets/images/logo_color_single.svg);
}



.kw-header-nav
{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	/*grid-row-start: 2;
	grid-row-end: 3;*/

	height: 20px;
	float: right;

}

.kw-header-nav a
{
	font-weight: 500;
	letter-spacing: 2px;
	/* text-transform: uppercase; */
	text-decoration: none;
	align-self: flex-end;
	line-height: 1em;
	padding: 2px;
	color: #052053; 
	font-size: 16px;

}

.kw-header-nav-font a:hover { color: #D0AE3F; }


.kw-header-nav2
{
	box-sizing: border-box;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 250px;
	background-color: #000000EE;
	z-index: 2;
	padding-top: 60px;
	padding-left: 20px;
	display: block;
}

.kw-header-nav2 a
{
	font-weight: 500;
	text-decoration: none;
	display: block;
	line-height: 1em;
	padding: 10px;
	color: #FFFFFF;
	font-size: 20px;
}



.kw-header-nav-mobile-icon
{
	width: 32px;
	height: 20px;
	box-sizing: border-box;
 	float: right;
	cursor: pointer;
	position: relative;
	z-index: 3;
	display: none;
}

.kw-header-nav-mobile-icon span 
{
	height: 3px;
	width: 100%;
	border-radius: 16px;
	top: 9px;
	left: 0;
	position: absolute;
}

.kw-header-nav-mobile-icon-inactive span:nth-child(1)
{
	top: 0px;
}

.kw-header-nav-mobile-icon-inactive span:nth-child(2)
{
	top: 17px;
}


.kw-header-nav-mobile-icon-inactive span 
{
	background-color: #000000;
}

.kw-header-nav-mobile-icon-active span
{
	background-color: #FFFFFF;
	transform: rotate(-45deg);
}

.kw-header-nav-mobile-icon-active span:nth-child(1)
{
	top: 9px;
	transform: rotate(45deg);
}

.kw-header-nav-mobile-icon-active span:nth-child(2)
{
	display: none;
}



.kw-header-icons
{
	text-align: right;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	grid-row-start: 1;
	grid-row-end: 2;

	height: 30px;
}

.kw-header-icons a
{
	height: 75%;
}



.kw-header-icons img
{
	height: 100%;
	width: auto;

}

.kw-header-icons .linkedin img
{
	background-color: #777777;
}
.kw-header-icons .email img
{
	background-color: #777777;
}

.kw-header-icons .language img
{
	filter: grayscale(0.5);
}

.kw-header-icons a img:hover
{
	filter: grayscale(0);
	
}

.kw-header-icons .linkedin img:hover
{
	background-color: #0072B1;
}

.kw-header-icons .email img:hover
{
	background-color: #d4af37;
}

.kw-navigation .wp-block-navigation-item__content {
	color: #6b6c6e;
}

.wp-block-navigation-item__content:hover {
	text-decoration: none;
	color: #8ac0cd;
}

.wp-block-navigation-item__label:hover {
	color: #8ac0cd;
}

/* styles specifically for sub menu items */
.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    font-size: 12px;
    color: #00f;
    background-color: #f00;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    color: #00f;
    background-color: #0f0;
}

.topbutton {
     height:48px;
     width:48px;
     position:fixed;
     right:10px;
     bottom:10px;
     Z-index:1;
     background-image:url("/wp-content/themes/kwt1/assets/images/topbutton.svg");
     background-repeat:no-repeat;
     display:none;
     background-size: cover;
     opacity: 0.75;
}


.filterbutton {
     height:48px;
     width:48px;
     position:fixed;
     right:10px;
     top: 100px;
     Z-index:1;
     background-image:url("/wp-content/themes/kwt1/assets/images/filterbutton.svg");
     background-repeat:no-repeat;
     display:none;
     background-size: cover;
     opacity: 0.75;
}

.topbutton:hover
{
	transform: scale(1.05);
}
.filterbutton:hover
{
	transform: scale(1.05);
}

/*fix for Firefox */
button::-moz-focus-inner{
  border: 0;
  padding: 0;
}

/*reset button CSS */
button{
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  box-sizing: border-box;
}


.kw-people-filter-wrap
{
	margin-left: auto !important; 
	margin-right: auto !important; 
	max-width: 1320px;
	box-sizing: border-box;	
	padding: 24px 20px 20px 20px;

}

.kw-people-filter
{
	box-sizing: border-box;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(10, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-left: 0px;
	margin-right: 0px;

}


.kw-people-filter-selects
{
	box-sizing: border-box;
	display: grid;
	grid-column-start: 1;
	grid-column-end: -1; 
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;

	font-family: "Open Sans",sans-serif;
	font-size: 14px;
}

.kw-people-filter-select
{
	display: block;
	box-sizing: border-box;
	height: 30px;
	border: 0;
	opacity: 0.5;

}

.kw-people-filter-select:hover
{
	
	opacity: 1.0;
}

.kw-people-filter-select.reset
{
	border: 0.8px solid #999999;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
}

.kw-people-filter-select.reset:hover
{
	
	opacity: 1.0;
}
 

.kw-people-filter-select button
{
	border: 0;
	border-bottom: 0.8px solid #999999;
	text-align: left;
	width: 100%;
	height: 100%;
	position: relative;
	padding-left: 4px;
	cursor: pointer;
	color: #000000;
	background-color: inherit;
}

.kw-people-filter-select.reset.hasoptions
{
	background-color: #000000;
	color: #FFFFFF;
}

.kw-people-filter-select.select-active 
{
	opacity: 1.0;

}




.kw-people-filter-select button:after 
{
	background: transparent url('/wp-content/themes/kwt1/assets/images/arrow-down.svg');
	background-size: 12px 6px;
	display: block;
	content: '';
	height: 6px;
	width: 12px;
	top: 50%;
	right: 4px;
	position: absolute;
	pointer-events: none;
	transform: translateY(-50%) rotate(0deg);

}

.kw-people-filter-select.select-active button:after
{
	transform: translateY(-50%) rotate(180deg);
}


.kw-people-filter-optionslists
{
	box-sizing: border-box;
	display: grid;
	grid-column-start: 1;
	grid-column-end: -1;
	column-gap: 10px;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;

	font-family: "Open Sans",sans-serif;
	font-size: 12px;
}

.kw-people-filter-optionslist
{
	box-sizing: border-box;
	display: grid;
	grid-column-start: 1;
	grid-column-end: span 5; 
	grid-template-columns: 1fr;
	display: none;
}

.kw-people-filter-optionslist ul
{
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	grid-column-start: 1;
	grid-column-end: span 5;
	column-count: 5;
	column-gap: 10px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;

}

.kw-people-filter-optionslist ul p
{
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;

}
.kw-people-filter-optionslist ul li
{
	box-sizing: border-box;
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 3px;
	position: relative;
}

.kw-people-filter-optionslist ul li label
{
	box-sizing: border-box;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	margin-left: 20px;
	width: 100%;
	break-inside: avoid;
	align-items: baseline;
}

.kw-people-filter-optionslist ul li input
{

	box-sizing: border-box;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	border-radius: 0;

}


.kw-people-filter-selectedoptions 
{

	box-sizing: border-box;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
	grid-column-start: 1;
	grid-column-end: -1;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	display: none;
	margin: 0;
}

.kw-people-filter-selectedoptions button
{
	border: 0.8px solid #000000;
	padding: 0;
	padding-left: 4px;
	padding-right: 18px;
	font-size: 12px;
	background-image: url('/wp-content/themes/kwt1/assets/images/cross-icon.svg');
	background-clip: border-box;
	background-position-x: calc(100% - 5px);
	background-position-y: center;
	background-repeat: no-repeat; 
	background-size: 10px;
	cursor: pointer;


}






.kw-people-grid
{
	/* min(240px, 50%) */
	--column-width: max(15%, min(240px, 50%));

	display: grid;
	/* minmax(var(--column-width),1fr) */
	grid-template-columns: repeat(auto-fit, minmax(var(--column-width),1fr));
	
	grid-gap: 0px;
	list-style: none;
}



.kw-person-splash
{
	box-sizing:border-box;
	border: 0; 
	padding:0px; 
	position: relative;
	aspect-ratio: 1 / 1;
	background-position: 50%, 50%;
	background-size: 100%, 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	transition: background-size 0.5s, filter 0.5s ease-in-out;
	filter: brightness(100%);
	text-align: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0 0;
	font-size: 14px;
	line-height: 20px;

	scroll-margin-top: 70px;
}


.kw-person-splash-active::after {

  	display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: .7rem;
    border-bottom-color: #FFFFFF;
    transform: translateX(-50%);
    left: 50%;
    content: "";
}


.kw-person-gradient
{
	position: absolute;
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1.0) 100%);
	z-index: -1;
}

.kw-person-name
{
	font-family: "Open Sans",sans-serif;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 100%;
	text-align: center;
	color: inherit;
	text-transform: uppercase;
	line-height: inherit;
	margin-bottom: 4px;

}

.kw-person-role
{
	font-family: "Open Sans",sans-serif;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 80%;
	text-align: center;
	text-wrap: nowrap;
	color: inherit;
	line-height: 1;
	margin-bottom: 22px;
}

.kw-people-width
{
	height: 1px;
	background-color: #111111;
	width: 100%;
	position: relative;
	grid-column-start: 1;
	grid-column-end: -1;
}

.kw-people-inforow
{
	background-color: #FFFFFF;
	
	display: none;
	width: 100%;
	height: 0;
	position: relative;
}

.kw-person-info-close
{
	position: absolute; 
	display: block;
	right: 24px;
	top: 24px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.kw-person-info-close::after,.kw-person-info-close::before {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #78787a;
    content: "";
    transform: rotate(45deg)
}

.kw-person-info-close::after {
    transform: rotate(-45deg)
}

.kw-person-info-close:hover
{
	transform: scale(1.1);
}

.kw-person-info-holder
{
	display: none;
}

.kw-person-info
{
	margin-left: auto !important; 
	margin-right: auto !important; 
	max-width: 1320px;
	box-sizing: border-box;	
	padding: 24px 20px 20px 20px;
	
}

.kw-person-info-name
{
	font-family: "Open sans", sans-serif;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #D0AE3F;
	margin-bottom: 20px;

}

.kw-person-info-linkedin
{
	height: 24px;
	width: 24px;
	margin-bottom: 12px;
		
	color: #FFFFFF;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #00000099;

}

.kw-person-info-linkedin img 
{
	height: 24px;
	width: 24px;
	
	filter: grayscale(1);
}

.kw-person-info-linkedin:hover img
{
	filter: grayscale(0);	
}


.kw-person-info-columns
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.kw-person-info-left
{
	width: 300px;
	flex-shrink: 0;
	flex-grow: 100;
}

.kw-person-info-right
{
	flex-basis: 55%;
	flex-grow: 100;

}

.kw-person-info-role
{
	display: block;
}

.kw-person-info-area
{
	display: block;
}

.kw-person-info-label
{
	font-family: "Open sans", sans-serif;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 12px;
	color: #AAAAAA;
	text-transform: uppercase;
	
}

.kw-person-info-general
{
	font-family: "Open sans", sans-serif;
	letter-spacing: .02em;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	
}

.kw-person-info-techfield
{
	box-sizing: border-box;
	display: inline-block;
	padding: 4px 6px 4px 6px;
	font-family: "Open sans", sans-serif;
	font-size: 10px;
	border-style: solid;
	border-width: 1px; 
	margin-right: 0px;
	margin-top: 4px;
	line-height: 10px;
}


.kw-person-splash:hover
{
		background-size: 105%, 105%;
		filter: brightness(100%); 

}

.kw-person-splash-img-container
{
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	border: 0; 
	overflow: hidden;
	position: relative;
	
}

.kw-person-splash-img
{
	
	width: 100%;
	height: auto;
	border: 0;
	transition: transform 0.5s, filter 0.5s ease-in-out;
	transform-origin: center center;
	filter: brightness(90%);
}


.kw-person-splash-img:hover 
{
	filter: brightness(100%);
	transform: scale(1.05);
}


.kw-person-splash-info-container
{
	width: 100%;
	height: 20%;
	border: 0px; 
	position: absolute;
	bottom: 0px; left: 0;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
	vertical-align: middle;
}

.splash-nametitle
{
	position: absolute;
 	
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}

.splash-nametitle h2
{
	font-family: inherit; 
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0; 
	padding: 0;
	color: inherit;
	text-transform: uppercase;
}

.splash-nametitle h3
{
	font-family: inherit;
	font-size: 70%;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0; 
	padding: 0;
	color: inherit;
	margin-top: 4px;
	
}

.splash-fullname a
{
	text-decoration: none;
	color: inherit;
}

.splash-fullname a:hover
{
	color: #AAAA7D;
}

.splash-primary-title
{
	line-height: 1em;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	float: left;
	clear: left;
	margin-top: 4px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}

.splash-contact-linkedin
{
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
}

.splash-contact-linkedin img
{
	width: 100%;
	height: 100%;
}


.splash-contact-wrapper
{
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;

}

.splash-phone
{
	
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;

	padding-left: 16px;
	float: left;
	

}

.splash-email
{
	
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;

	clear: left;
	float: left;
	padding-left: 16px;
}


.splash-location
{
	
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;

	text-align: right;
	margin-left: 16px;
	float: left;
	clear: left;
}

.splash-moreinfo
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-family: "Tahoma";
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	background-color: #777777;
	border-radius: 10px 10px 10px 10px ;
	padding: 6px 6px 6px 6px;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 1em;
}

.splash-moreinfo:hover
{
	background-color: #d4af37;
}


/* Style the list */
ul.kw-breadcrumb {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  list-style: none;
}

/* Display list items side by side */
ul.kw-breadcrumb li {
  display: inline;
  font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.kw-breadcrumb li+li:before {
  padding: 4px;
  color: #777777;
  content: "> ";
}

/* Add a color to all links inside the list */
ul.kw-breadcrumb li a {
  color: #777777;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.kw-breadcrumb li a:hover {
  color: #D0AE3F;
  
}

/* News carousel, front page */

.kw-nc-wrap
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px ;
	
}


.kw-nc-nav
{
	display: flex;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 130px;
	border-radius: 20px;
	justify-content: center;
	align-items: 	center;
	z-index: 1;
	background-color: #FFFFFF;
	cursor: pointer;
	opacity: 0.5;
	box-shadow: 0px 0px 5px #aaaaaa;
}

.kw-nc-nav:hover 
{
	opacity: 1.0;
}

.kw-nc-prev
{
	left: -8px;
}

.kw-nc-next
{
	right: -8px;
}

.kw-nc-posts-wrap 
{
	display: block;
	position: absolute;
	height: 100%;
	left: 16px;
	right: 16px;
	z-index: 0;
	overflow: hidden;
	padding: 0;
}

.kw-nc-posts
{
		
		
}

.kw-nc-posts a
{
	text-decoration: none;
}


.kw-nc-post
{
	box-sizing: border-box;
	display: flex;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	height: 300px;
	width: 100%;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: 50% 0%;
	flex-direction: column;
	justify-content: flex-end;



}



.kw-nc-post-fade
{
	box-sizing: border-box;
	background:linear-gradient(0,#00000077,#00000000);
	padding: 0;
	border: 0;
	height: 30px;
	width: 100%;
}

.kw-nc-post-date
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 10px 0 10px;
	height: 20px;
	width: 100%;
	background-color: #00000077;
}


.kw-nc-post-text
{
	box-sizing: border-box;
	background: linear-gradient(to bottom, #00000077,#00000099);
}


.kw-nc-post-title
{
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.4px;
	line-height: 24px;
	overflow: hidden;
  padding: 0 10px 10px 10px;
}

.kw-nc-post-single .kw-nc-post-title
{
	color: #FFFFFF;
}

.kw-nc-post-multi .kw-nc-post-title
{
	background: linear-gradient(to bottom, #FFFFFFFF 75%, #FFFFFF00);
	color: transparent;
	-webkit-background-clip: text;
  background-clip: text;
  height: 70px;
}


.kw-nc-post-linkedin
{

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	background-color: #00000099;
	height: 30px;

}

.kw-nc-post-linkedin hr
{
	display: block;
	box-sizing: content-box;
	height: 1px;
	padding: 0;
	margin: 0 0 4px 0;
	border: 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

.kw-nc-post-linkedin img 
{
	height: 16px;
	width: 16px;
	float: right;
	vertical-align: middle;
	filter: grayscale(1);
}

.kw-nc-post:hover .kw-nc-post-linkedin img
{
	filter: grayscale(0);	
}


/* People carousel, front page */

.kw-pc-wrap
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	
}

.kw-pc-nav
{
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	top: 50%;
	left: 0px;
}

.kw-pc-nav-button
{
	border-radius: 20px;
	justify-content: center;
	align-items: 	center;
	z-index: 1;
	background-color: #FFFFFF;
	color: #333333;
	cursor: pointer;
	opacity: 0.5;
	box-shadow: 0px 0px 10px #AAAAAA;
	position: absolute;
	display: flex;
	width: 40px;
	height: 40px;
	top: -20px;
}

.kw-pc-nav-button:hover 
{
	opacity: 1.0;
}

.kw-pc-prev
{
	left: -20px;
	top: -20px;
}

.kw-pc-next
{
	right: -20px;
	top: -20px;
}

.kw-pc-people-wrap 
{
	display: block;
	position: absolute;
	height: 440px;
	left: 16px;
	right: 16px;
	z-index: 0;
	overflow: hidden;
	padding: 0;
}

.kw-pc-people
{
	
		height: 100%;
}

.kw-pc-person-stack
{
	height: 100%;


}

.kw-pc-person
{
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-wrap: wrap;
	border: 0;
	text-align: center;
	height: 220px;
}

.kw-pc-person:hover .kw-pc-person-img
{
	transform: scale(1.1);
}


.kw-pc-person-spacer
{
	display: inline-block;
	width: 20px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}


.kw-pc-person-lower
{
	padding-left: 0px;
	padding-right: 0px;
	height: 250px;
}

.kw-pc-person-lower hr
{
	display: block;
	box-sizing: content-box;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

.kw-pc-person-text
{
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	text-decoration: none;
}

.kw-pc-person-img 
{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 96px;
	width: 96px;
	
	border-radius: 48px;
	
	background-size: cover;
	background-position: 50% 50%; 
	-webkit-tap-highlight-color: transparent !important;
	outline: none !important; 

	transition: transform 0.1s ease-in-out;
	transform-origin: center center;

}



.kw-pc-person-name
{
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.4px;
	line-height: 24px;
	color: #E9E9E9;
	width: 100%;
	text-align: center;
	text-decoration: none;
}


.kw-pc-person-title
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	line-height: 19px;
	text-decoration: none;

}

.kw-pc-progress
{
	text-align: center;
}

.kw-pc-progress-dot
{
	display: inline-block;
	height: 10px;
	width: 10px;
	background-color: #C9C9C9;
	border-radius: 5px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	cursor: pointer;
} 

.dot-active
{
	background-color: #D0AE3F !important;
	cursor: auto !important;
}



/* Parallax */

.kw-is-parallax3
{
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	background-size: cover;

}


/* Services, front-page */

.kw-services-fp-menu-wrap
{
	position: relative;
	display: block;
	box-sizing: border-box;
	height: 48px;
	max-width: 360px;
	padding: 4px;
	background-color: #000000AA;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.kw-services-fp-menu
{
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: 40px;
	padding: 0px;
	margin: 0px;

}

.kw-services-fp-menu li
{
	display: list-item;
	box-sizing: border-box;
	list-style-type: none;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	font-size-adjust: 100%;
	padding: 4px;
	min-width: 33.333%;
	max-width: 33.333%;
	line-height: 32px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}

.kw-services-fp-menu-item-active
{
	background-color: #FFFF0033;
}

.kw-services-fp-item
{
	display: none;
}

.kw-services-fp-item-active
{
	display: inline;
}


.kw-career-accordion-item
{
	border-bottom: 1px solid #333333;
}

.kw-career-accordion-item button
{
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #000000;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;

}
.kw-career-accordion-item button:focus
{
	cursor: pointer;
	color: #052053;
}

.kw-career-accordion-item button:hover
{
	cursor: pointer;
	color: #052053;
}

.kw-career-accordion-item button::after
{
	cursor: pointer;
	color: #052053;
	border: 1px solid #052053;
}

.kw-career-accordion-title
{
	padding: 1em 1.5em 1em 0;
}

.kw-career-accordion-icon
{
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}

.kw-career-accordion-icon::before
{
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px; 
	width: 10px;
	height: 2px;
	background: currentColor;
}

.kw-career-accordion-icon::after
{
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px; 
	width: 2px;
	height: 10px;
	background: currentColor;
}

.kw-career-accordion-content
{
	opacity: 0;
	overflow: hidden;
	max-height: 0;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

.kw-career-accordion-item button[aria-expanded="true"] .kw-career-accordion-icon::after { width: 0; }

.kw-career-accordion-item button[aria-expanded="true"] + .kw-career-accordion-content {opacity: 1; max-height: 100em; transition: all 200ms linear; will-change: opacity, max-height;  }