/* Custom Fonts */

@font-face{
    font-family: 'SourceSans3VF';
    font-weight: 200 900;
    font-style: normal;
    font-stretch: normal;
    src: url('./fonts/SourceSans3VF-Upright.woff2') format('woff2'),
         url('./fonts/SourceSans3VF-Upright.woff') format('woff');
}

@font-face{
    font-family: 'SourceSans3VF';
    font-weight: 200 900;
    font-style: italic;
    font-stretch: normal;
    src: url('./fonts/SourceSans3VF-Italic.woff2') format('woff2'),
         url('./fonts/SourceSans3VF-Italic.woff') format('woff');
}

 body {
/* -webkit-font-smoothing: subpixel-antialiased; */
/* background: #fff; */
}

html {
  scroll-padding-top: 6rem;
}

.display-none {
display:none;
}

/* Navigation */

.uk-navbar {
	border-top: 1px solid #F2F4F6;
}

.mobile-nav-cta-btn {
	background: #DDEBF6;
	color: #4896D2 !important;
	padding: 0 30px;
	line-height: 50px;
	font-size: 22px!important;
	border-radius:50px;
	font-weight:700;
	display:inline-block;
	margin: 20px 0 20px 0;
}

.uk-nav-primary > li.mobile-nav-sub > a {
	font-size:14px!important;
}

#tm-mobile .uk-background-default {
	background:#EDF4FA;
	/* border-bottom: 8px solid #4896D2;*/
	box-shadow: rgba(75, 150, 210, 0.2) 0px 18px 50px -10px;
}

#tm-mobile .uk-padding {
	padding:40px;
}

#tm-mobile .uk-modal-body {
	padding:40px;
}

/* Typography */


.headline-bg-darkblue {
    background: #dddfeb;
    padding: 0.3em 0.8em;
    border-radius: 60px;
    color: #001a45;
    font-weight: 700;
		display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;
}

.headline-bg-darkblue-neg {
    background: #FFF;
    padding: 0.3em 0.8em;
    border-radius: 60px;
    color: #001a45;
    font-weight: 700;
		display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-blue {
	background: #EDF4FA;
	padding: 0.3em 0.8em;
	display:inline;
	border-radius:60px;
	color: #4896D2;
	font-weight: 700;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-blue-neg {
    background: #FFF;
    padding: 0.3em 0.8em;
    border-radius: 60px;
    color: #4896D2;
    font-weight: 700;
		display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-orange {
	background: #FDF2E6;
	padding: 0.3em 0.8em;
	display:inline;
	border-radius:60px;
	color: #EF7C00;
	font-weight: 700;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-orange-neg {
    background: #FFF;
    padding: 0.3em 0.8em;
    border-radius: 60px;
    color: #EF7C00;
    font-weight: 700;
	display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-purple{
	background: #F3E6F0;
	padding: 0.3em 0.8em;
	display:inline;
	border-radius:60px;
	color: #870668;
	font-weight: 700;
	box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.headline-bg-purple-neg {
    background: #FFF;
    padding: 0.3em 0.8em;
    border-radius: 60px;
    color: #870668;
    font-weight: 700;
	display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2.1em;	
}

.center-inline-block {
	position: relative;
  	/* Move the element to the right by 50% of the container's width */
  	left: 50%; 
  	/* Calculates 50% of the element's width, and moves it by that */ 
  	/* amount across the X-axis to the left */
  	transform: translateX(-50%);
}

a.link-reverse {
	color:#001A45;
}

a.link-reverse:active, a.link-reverse:focus {
	color:#4896D2 !important;
	text-decoration:none;
}

/* blockquote {
	padding:60px;
	font-size:25px
}

blockquote p.quote-author {
	margin-top:30px;
	font-size:18px;
	font-weight: bold;
	font-style:italic;
} */

span.tag-orange {
	background: #FDF2E6;
	padding: 0px 12px;
	border-radius:5px;
	color:#EF7C00;
	margin-left:-12px;
	font-weight:700;
}

span.tag-blue {
	background: #EDF4FA;
	padding: 0px 12px;
	border-radius:5px;
	color:#4896D2;
	margin-left:-12px;
	font-weight:700;
}

span.tag-purple {
	background: #F3E6F0;
	padding: 0px 12px;
	border-radius:5px;
	color:#870668;
	margin-left:-12px;
	font-weight:700;
}

.team-contact-blue {
	padding:27px 30px 30px;
	background:#EDF4FA;
	border-radius:15px;
	font-weight:700;
	color:#4896D2;
}

.team-contact-blue a {
	color:#4896D2;
}

.team-contact-purple {
	padding:27px 30px 30px;
	background:#F3E6F0;
	border-radius:15px;
	font-weight:700;
	color:#870668;
}

.team-contact-purple a {
	color:#870668;
}

.team-contact-orange {
	padding:27px 30px 30px;
	background:#FDF2E6;
	border-radius:15px;
	font-weight:700;
	color:#EF7C00;
}

.team-contact-orange a {
	color:#EF7C00;
}

.light-subheadline-blue {
	color: #4896D2;
	font-weight:500;
}

.text-highlight-blue {
	color:#4896D2;
}

.text-highlight-blue a {
	color:#4896D2;
}

.text-highlight-orange {
	color:#EF7C00;
}

.text-highlight-orange a {
	color:#EF7C00;
}

.text-highlight-purple {
	color:#870668;
}

.text-highlight-purple a {
	color:#870668;
}


.annotation-circle-title {
	position:relative;
}

.annotation-circle-title::after {
	content: '';
    position: absolute;
    left: -10%;
    bottom: -10%;
    right: 0;
    height: 120%;
    width: 120%;
    background-image: url('https://www.2leadership.org/wp-content/uploads/2025/04/2L-text-annotation-circle-solid.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.annotation-circle {
	position:relative;
	color:#4896D2;
}

.annotation-circle::after {
	content: '';
  	position: absolute;
	  bottom: -12%;
	  left: -15%;
	  right: 0;
	  height: 125%;
	  width: 135%;
	z-index:-1;
	background-image: url('https://www.2leadership.org/wp-content/uploads/2022/10/2leadership-text-annotation-circle-opt.svg');
  	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}

.annotation-zickzack-title {
	position:relative;
}

.annotation-zickzack-title::after {
	content: '';
    position: absolute;
    bottom: -12%;
    left: 0;
    /* right: 0; */
    height: 30%;
    width: 100%;
    background-image: url('https://www.2leadership.org/wp-content/uploads/2025/04/2L-text-annotation-zickzack-solid.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.annotation-zickzack {
	position:relative;
	color:#EF7C00;
}

.annotation-zickzack::after {
	content: '';
	position: absolute;
	/* bottom: -2.3rem; */
	left: -0.1em;
	/* right: 0; */
	height: 140%;
	width:110%;
	z-index:-1;
	background-image: url('https://www.2leadership.org/wp-content/uploads/2022/10/2leadership-text-annotation-zickzack.svg');
	background-repeat: no-repeat;
	background-position: 0 1.05em;
}

.annotation-line-title {
	position:relative;
}

.annotation-line-title::after {
	content: '';
	position: absolute;
	bottom: -8%;
    left: -5%;
    /* right: 0; */
    height: 100%;
    width: 110%;
    background-image: url('https://www.2leadership.org/wp-content/uploads/2025/04/2L-text-annotation-line-solid.svg');
    background-repeat: no-repeat;
    background-position: 0 90%;
    background-size: contain;
}

.annotation-line {
	position:relative;
	color:#870668;
}

.annotation-line::after {
	content: '';
	position: absolute;
    bottom: -20%;
    left: -10%;
    /* right: 0; */
    height: 115%;
    width: 120%;
    z-index: -1;
    background-image: url('https://www.2leadership.org/wp-content/uploads/2022/10/2leadership-text-annotation-line.svg');
    background-repeat: no-repeat;
    background-position: 0 80%;
    background-size: contain;
}

.text-light {
	font-weight: 500;
}

.text-box-lightblue {
	background:#EDF4FA;
	padding:40px;
	border-radius:15px;
	margin-left:40px;
	width: calc(50% - 40px);
	margin-top:-40px;
}

.text-box-lightblue h2 {
	color:#4896D2;
}

.casestudy-author-quote {
	font-size:25px;
	padding: 0 40px
}

blockquote {
	position:relative;
	padding:0;
	display:inline;
	font-size:1em;
	line-height:1.1;
}

blockquote p:last-of-type {
	display:inline;
}

blockquote::before {
	content:'“';
	position:absolute;
	font-weight:900;
	font-size:2.5em;
	top:-0.3em;
	left:-0.25em;
}

blockquote::after {
	content:'“';
	position:absolute;
	font-weight:900;
	font-size:2.5em;
	bottom:-0.25em;
	right:-0.2em;
}

/* Table */

.team-table td, .team-table th {
	padding: 4px 6px 12px !important;
}

.team-table .el-title {
	font-weight:700;
}

/* Images */

img.uk-border-rounded {
	border-radius:15px;
}

/* Button */

.button-blue, .button-blue-primary .uk-button-primary {
	background:#DDEBF6;
	color:#4896D2;
}

.button-purple, .button-purple-primary .uk-button-primary {
	background:#F3E6F0;
	color:#870668;
}

.button-orange, .button-orange-primary .uk-button-primary {
	background:#FDF2E6;
	color:#EF7C00;
}

.playbutton-2l.uk-button-primary {
	color:#4896D2;
	background: #DDEBF6;
	padding:0 30px 7px;
	margin-top:30px;
	border:none;
}

.playbutton-2l.uk-button-primary span {
	position: relative;
	font-size:22px;
	
}

.playbutton-2l.uk-button-primary span::before {
	position: relative;
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	font-size:40px;
	content: "\f144";
	padding-right:10px;
	bottom:-7px;
	text-rendering: optimizeLegibility;
}

.btn-row-2L .el-item:first-of-type a {
	background: #F3E6F0;
  	color: #870668;
	border-color:#F3E6F0;
}

.btn-row-2L .el-item:nth-of-type(2) a {
	background: #FDF2E6;
  	color: #EF7C00;
	border-color:#FDF2E6;
}

.playbtn-sub {
	font-weight: 700;
	color:#FFF;
}

.contact-cta-container {
    position:fixed;
    display:flex;
    right:30px;
    bottom:30px;
	display:flex;
    width:85px;
	height:85px;
	background-color:#EF7C00;
	border-radius:50px;
    align-items:center;
    justify-content:center;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 4s infinite;
	z-index:99;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(239, 124, 0, 0.7);
	}
    30% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(239, 124, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(239, 124, 0, 0);
	}

	100% {
		transform: scale(0.9);
		box-shadow: 0 0 0 0 rgba(239, 124, 0, 0);
	}
}

.contact-cta-container svg {
	width:65px;
    height:65px;
    fill:#FDF2E6;
}

/* Forms */

.request-form-2L .uk-form {
	background:#001a45;
	padding:50px;
	border-radius:15px;
}

.request-form-2L .uk-form label {
	font-size:16px;
}

.request-form-2L .uk-form .uk-form-controls {
	margin-top:5px;
}

.request-form-2L .uk-form h3 {
	color: #4896D2;
}

.quform .quform-button-submit-default button {
	border:none;
    border-radius:25px;
    padding:10px 25px;
    font-size:18px;
    background-color: #001f47;
    color:#fff;
    margin-top:10px;
}

.quform .quform-button-submit-default button:hover {
	background-color: #DDEBF6;
    color:#4896D2;
}

.quform .quform-label-text, .quform .quform-option-label-1_16_1, .quform .quform-option-label-2_16_1 {
	font-size:16px;
}

.quform .quform-form-1 {
	margin-top:30px;
}

.quform input, .quform textarea {
	border-radius:5px;
}

.quform .quform-field-text, .quform .quform-field-textarea {
	font-size:18px;
}

.quform .quform-field-text::placeholder {
	color:rgba(0, 26, 69, 0.46);
}

.quform .quform-field-textarea {
	height:100px;
}

/* Calendly */

.calendly-inline-widget {
	min-width:320px;
	height:620px;
}
.calendly-inline-widget iframe {
	border-radius:15px;
}

/* Switcher */

.switcher-contact-cta .uk-switcher {
	padding: 10px 40px 40px;
}

.switcher-contact-cta .uk-subnav-pill li a {
	padding: 20px;
    justify-content: center;
}

.switcher-contact-cta .uk-subnav-pill li.uk-active a {
	background-color:#FFF;
    color:#4896D2;
}

.switcher-contact-cta .uk-subnav-pill li:not(.uk-active) a {
    background-color:#DDEBF6;
}

.switcher-contact-cta .uk-subnav-pill li:not(.uk-active) a:hover {
    background-color:#001f47;
    color:#fff;
}

.switcher-contact-cta .uk-subnav-pill li:nth-child(1) a {
    border-radius:10px 0 0 0;
}

.switcher-contact-cta .uk-subnav-pill li:nth-child(2) {
	padding-left: 0;
}

.switcher-contact-cta .uk-subnav-pill li:nth-child(2) a {
    border-radius:0 10px 0 0;
}

.switcher-contact-cta strong {
	color: #001a45 !important;
}

/* Overlay */

.overlay-highlight-blue h3 {
	color:#4896D2;
}

.overlay-highlight-blue .el-overlay {
	background:#EDF4FA;
	mix-blend-mode: hard-light;
	height:100%;
	border-radius:15px;
}

.overlay-highlight-blue a.el-link {
	color:#4896D2;
	background:#FFF;
}

.overlay-highlight-orange h3 {
	color:#EF7C00;
}

.overlay-highlight-orange .el-overlay {
	background:#FDF2E6;
	mix-blend-mode: hard-light;
	height:100%;
	border-radius:15px;
}

.overlay-highlight-orange a.el-link {
	color:#EF7C00;
	background:#FFF;
}

.overlay-highlight-purple h3 {
	color:#870668;
}

.overlay-highlight-purple .el-overlay {
	background:#F3E6F0;
	mix-blend-mode: hard-light;
	height:100%;
	border-radius:15px;
}

.overlay-highlight-purple a.el-link {
	color:#870668;
	background:#FFF;
}

.team-grid-desktop .el-image, .team-grid-mobile .el-image{
	filter: grayscale(1);
}

.team-intro .el-image {
	filter: grayscale(1);
}


/* Cards */

.card-orange {
		background: #FDF2E6;
    padding: 60px;
    border-radius: 15px;
}

.card-orange h2 {
	color:#EF7C00;
}

.card-purple {
		background: #F3E6F0;
    padding: 60px;
    border-radius: 15px;
}

.card-purple h2 {
	color:#870668;
}

.card-blue {
		background: #EDF4FA;
    padding: 60px;
    border-radius: 15px;
}

.card-blue h2 {
	color:#4896D2;
}


.card-orange-w-picture, .card-purple-w-picture, 
.card-blue-w-picture {
	transition: 0.2s ease-in-out;
}

.card-orange-w-picture {
	background: #FDF2E6;
  border-radius: 15px;
}

.card-orange-w-picture h3.uk-card-title {
	color:#EF7C00;
}

.card-orange-w-picture .uk-button-primary {
	background: #F9D9BA;
	color:#EF7C00;
}

.card-purple-w-picture {
	background: #F3E6F0;
  border-radius: 15px;
}

.card-purple-w-picture h3.uk-card-title {
	color:#870668;
}

.card-purple-w-picture .uk-button-primary {
	background: #E8D0E2;
	color:#870668;
}

.card-blue-w-picture {
	background: #EDF4FA;
  border-radius: 15px;
}

.card-blue-w-picture h3.uk-card-title {
	color:#4896D2;
}

.card-blue-w-picture .uk-button-primary {
	background: #DDEBF6;
	color:#4896D2;
}

.case-stury-cards .uk-card {
	box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 30px -30px;
}

.case-stury-cards-mute .uk-card {
	border: 1px solid #e6e6e6;
}
.case-stury-cards-mute .el-image {
	filter: grayscale(1);
}

/* .casestudy-author-card {
	background:#FFF;
	box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 30px -30px;
} */

.services-cs-panel .el-title {
	margin-left:-30px;
}

.team-panel-2L .el-title {
	color: #4896D2;
}

.team-panel-2L .el-meta {
	color: #4896D2;
	background: #DDEBF6;
	display:inline-block;
	padding: 0.3em 0.5em;
	border-radius:50px;
}

.team-panel-2L-purple .el-title {
	color: #870668;
}

.team-panel-2L-purple .el-meta {
	color: #870668;
	background: #F3E6F0;
	display:inline-block;
	padding: 0.3em 0.5em;
	border-radius:50px;
}

.team-panel-2L-orange .el-title {
	color: #EF7C00;
}

.team-panel-2L-orange .el-meta {
	color: #EF7C00;
	background: #FDF2E6;
	display:inline-block;
	padding: 0.3em 0.5em;
	border-radius:50px;
}

/* Sections */

.bg-image-boxed {
 	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 15px;
	margin-top:40px;
}

.bg-image-boxed .uk-grid {
	padding: 0 30px;
}

.bg-image-boxed .uk-background-cover, .bg-image-boxed .uk-position-cover {
	border-radius:15px;
}

.cta-section-darkblue {
	max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  background: #dddfeb;
  padding: 40px 10px;
  border-radius: 15px;
}

.cta-section-lightblue {
	max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
	background:#EDF4FA;
  padding:40px 10px;
  border-radius:15px;
}


.cta-section-lightblue .uk-button-primary {
	background:#DDEBF6;
	color:#4896D2;
}

.cta-section-orange {
	max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
	background:#FDF2E6;
  padding:40px 10px;
  border-radius:15px;
}

.cta-section-orange-rounded {
	max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
	background:#FDF2E6;
  padding:20px 0;
  border-radius:100px;
}

.cta-section-orange .uk-button-primary,.cta-section-orange-rounded .uk-button-primary{
	background:#F9D9BA;
	color:#EF7C00;
}

.cta-section-purple {
	max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
	background:#F3E6F0;
  padding:40px 10px;
  border-radius:15px;
}

.cta-section-purple .uk-button-primary {
	background:#E8D0E2;
	color:#870668;
}

.cta-section-casestudies {
	padding:40px;
	background:#001a45;
	border-radius:15px;
	margin-left:0;
}

.cta-section-casestudies p {
  color: #4896D2;
	font-weight:700;
	line-height:1.25em;
	font-size:1.2em;
}

.cta-section-casestudies .uk-button-primary {
	background: #DDEBF6;
  color: #4896D2;
}

.cta-section-casestudies .uk-button-primary::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	padding-left:10px;
	text-rendering: optimizeLegibility;
}

.company-section-lightgrey {
	max-width:1200px;
  	margin-left:auto;
  	margin-right:auto;
	background:#F2F4F6;
  	padding: 40px 40px 40px 0px;
  	border-radius:15px;
}

.casestudy-auther-section {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding: 40px 0 !important;
	border-radius:15px;
	background:#FFF;
	box-shadow: rgba(50, 50, 93, 0.15) 0px 30px 100px -20px, rgba(0, 0, 0, 0.1) 0px 30px 30px -30px;
}

.expertise-counter .fs-counter.counter-intro .fs-counter-item:first-of-type h2.el-counter {
	font-size:6em;
	color:#fff !important;
	font-weight:700 !important;
}

.expertise-counter .fs-counter-item h2.el-counter {
	color:#fff !important;
	font-weight:700 !important;
}

.expertise-counter .fs-counter-item .el-content {
	color:#fff !important;
	opacity:0.4;
}

.expertise-2l {
	position:relative;
	  padding: 0 0 0 40px;
	margin-top:40px;
}

.expertise-2l::before {
	position:absolute;
	content:"";
	width:78%;
	height: 110%;
	top:-5%;
	left:40px;
	max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #001a45;
	border-radius:20px;
}

.expertise-2l .st0 {
	fill: #4896D2 !important;
}

.expertise-video-bg {
	padding:20px;
	min-height:320px;
}

.expertise-video-bg a .uk-h4, .expertise-video-bg a .uk-h1 {
	color:#fff;
}

.expertise-video-bg .uk-cover-container {
	box-shadow: rgb(50 50 93 / 0%) 0px 10px 40px ;
	top:0;
}

.expertise-video-bg .uk-cover-container, .expertise-video-bg video, .expertise-video-bg .uk-position-cover {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	isolation: isolate;
}

.expertise-video-bg video {
	-webkit-filter: grayscale(100%);
   	-moz-filter: grayscale(100%);
   	-ms-filter: grayscale(100%);
   	-o-filter: grayscale(100%);
   	filter: grayscale(100%);
}


.expertise-video-bg .uk-cover-container {	
	transition: all 0.3s;
}

.expertise-video-bg p.playbtn-sub {
	color:#fff;
	font-weight:700;
}

.section-painpoints {
	padding:40px;
	border-radius:15px;
	border:3px dotted #dddfeb;
	transition: all 0.3s;
}

.section-painpoints .uk-button-primary {
	background: #F9D9BA;
  color: #EF7C00;
}



.section-painpoints .uk-button-primary::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	padding-left:10px;
	text-rendering: optimizeLegibility;
}


.subpage-hero-2L {
	margin-top: 20px !important;
}

.subpage-hero-2L .sph-first-column .uk-background-cover, .subpage-hero-2L .sph-first-column .uk-cover-container, .subpage-hero-2L .sph-first-column .uk-position-cover  {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding:60px;
	isolation: isolate;
}

.subpage-hero-2L .sph-second-column {
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background:#dddfeb;
	padding:50px;
	min-height:400px;

	align-items:center;
}

.sph-quotation {
	position:relative;
	display: inline;
}

.sph-darkblue
blockquote::before, 
.sph-darkblue
blockquote::after {
	color:rgb(0 26 69 / 20%);
}

.sph-darkblue .sph-second-column {
	background:#dddfeb;
}

.sph-orange
blockquote::before, 
.sph-orange
blockquote::after {
	color:rgb(239 124 0 / 20%);
}

.sph-orange .sph-second-column {
	background:#FDF2E6;
}

.sph-orange .uk-cover-container .uk-position-cover, .sph-orange .uk-position-cover {
	background: rgba(239, 124, 0, .85) !important;
}

.sph-orange .sph-quote {
	color:#EF7C00;
}

.sph-purple
blockquote::before, 
.sph-purple
blockquote::after {
	color:rgb(135 6 104 / 20%);
}

.sph-purple .sph-second-column {
	background:#F3E6F0;
}

.sph-purple .sph-quote {
	color:#870668;
}

.sph-purple .uk-cover-container .uk-position-cover, .sph-purple .uk-position-cover {
	background: rgba(135, 6, 104, .85) !important;
}

.sph-blue
blockquote::before, 
.sph-blue
blockquote::after {
	color:rgb(72 150 210 / 20%);
}

.sph-blue .sph-second-column {
	background:#DDEBF6;
}

.sph-blue .uk-cover-container .uk-position-cover, .sph-blue .uk-position-cover {
	background: rgba(72, 150, 210, .85) !important;
}

.sph-blue .sph-quote {
	color:#4896D2;
}

.sph-quote strong::before {
	content:'“';
	position:absolute;
	font-weight:900;
	font-size:2.5em;
	top:-35px;
	left:-15px;
	
}

.sph-quote em::after {
	content:'„';
	font-weight:900;
	font-size:2.5em;
	position:absolute;
	bottom:5px;
	right:-30px;
}

.sph-second-column blockquote {
	font-size:1em;
}

.cta-team-overview .uk-button-primary  {
	background:#fff;
	color:#001a45;
}

.cta-team-overview .uk-grid {
	min-height:500px;
}



/* Modal */

.uk-modal-dialog {
	background:#fff;
}

.uk-modal-body {
	padding:40px;
}

.uk-modal {
	background:rgba(0, 10, 30, .92);
}

.vp-modal .uk-button-default::before {
	content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
  text-rendering: optimizeLegibility;
}


/* Video */

.uk-modal-dialog, .uk-modal-dialog video, .uk-modal-dialog iframe {
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/* Grid */

.grayscal-references .uk-grid .el-image {
	filter: grayscale(100%);
}

.grayscal-references .uk-grid .el-item a{
	position:relative;
}

.grayscal-references .uk-grid .el-item a::after {
	position:absolute;
	content:'+';
	z-index:100;
	right:0;
	font-weight:700;
	font-size:22px;
	padding:0 10px;
	background: #DDEBF6;
	border-radius:20px;
	transition: all 0.2s ease-in-out;
	text-align:right;
}

.grid-text-team {
	padding: 0 60px;
	font-size:30px;
	font-weight: 500;
	line-height:1.2em;
}

.grid-text-team-small {
	padding: 0 30px;
	font-size:30px;
	font-weight: 500;
	line-height:1.2em;
}

.highlight-points {
	position:relative;
	color:#EF7C00;
	font-weight:700;
}

.highlight-points::before {
	position:absolute;
	content:'';
	background:#FDF2E6;
	width: 220%;
	height:170%;
	z-index:-1;
	border-radius:100px;
	left:-25px;
	top:-10px
}

.points-grid .el-title{
	font-weight:500;
	font-size:35px;
}

.video-post-grid-2L .el-item {
	border: 1px solid #dddfeb;
}
.video-post-grid-2L .el-item .uk-flex-middle {
	background:#001a45;
	color:#fff;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
}



/* Slider */



.testimonial-slider .el-content {
	font-size:28px;
}


.testimonial-slider-2L .uk-position-center-left-out svg polyline, .testimonial-slider-2L .uk-position-center-right-out svg polyline {
	stroke:#fff !important;
}

.testimonial-slider-2L .uk-position-center-left-out {
	position:relative;
	top:12%;
}

.testimonial-slider-2L .uk-position-center-left-out::before {
	content:"\f060";
	font-family: 'Font Awesome 5 Free';
	position:absolute;
	color:#4896D2;
	padding:30px 16px;
	border-radius:100px;
	background:#fff;
	font-weight:700;
	left:-40px;
	z-index:1;
	font-size:1.6em;
	text-rendering: optimizeLegibility;
}



.testimonial-slider-2L .uk-position-center-right-out {
	position:relative;
	top:12%;
}

.testimonial-slider-2L .uk-position-center-right-out::before, .testimonial-slider-2L .uk-position-center-right::before {
	content:"\f061";
	font-family: 'Font Awesome 5 Free';
	position:absolute;
	color:#4896D2;
	padding:30px 16px;
	border-radius:100px;
	background:#fff;
	font-weight:700;
	right:-40px;
	z-index:1;
	font-size:1.6em;
	text-rendering: optimizeLegibility;
}



.testimonial-slider-2L .uk-slider-items.uk-grid {
	align-items:center;
}

/* Glossary */

.glossary-sidebar {
	margin-bottom:20px;
}

.glossary-sidebar ul li.el-item:first-of-type {
	background: #F3E6F0;
	display:inline-block;
	padding: 0 18px;
	border-radius:50px;
	margin-bottom:10px;
	font-weight:800;
}

.glossary-sidebar ul li.el-item:first-of-type a {
	color:#870668;
}




/* Video */

.videorounded iframe {
	-webkit-border-radius: 15px !important;
-moz-border-radius: 15px !important;
border-radius: 15px !important;
}

/* Falang Plugin */

ul.falang-language-switcher li img {
    padding: 0 5px 3px 0;
}

ul.falang-language-switcher.lang-h li a:not(.current) {
    opacity:0.2;
    padding: 6px 8px;
	border-radius:20px;
	transition: all 0.3s ease-in;
}



ul.falang-language-switcher.lang-h li a {
    color:#001f47;
}

ul.falang-language-switcher.lang-h li a.current {
    background:#fff;
	padding: 6px 8px;
	border-radius:20px;
    font-weight:700 !important;
}

ul.falang-language-switcher {
    background:#dddfeb;
    padding: 10px 6px;
    border-radius:40px;
    color:#001f47;
	transition: all 0.3s ease-in;
}

ul.falang-language-switcher li {
	margin:0;
}

/* Borlabs Cookies */

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
	display: inline !important;
	margin:0 !important;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed img {
	border-radius:15px !important;
}

/* Media Queries */

@media (hover: hover) {
	.mobile-nav-cta-btn:hover a {
        color:#fff!important;
    }
    
    .mobile-nav-cta-btn:hover {
        background: #4896D2;
        color: #DDEBF6 !important;
    }
    a.link-reverse:hover {
        color:#4896D2 !important;
        text-decoration:none;
    }
    .button-blue:hover, .button-blue-primary .uk-button-primary:hover {
	    background:#4896D2;
	    color:#DDEBF6;
    }
    .button-purple:hover, .button-purple-primary .uk-button-primary:hover {
        background:#870668;
        color:#F3E6F0;
    }
    .button-orange:hover, .button-orange-primary .uk-button-primary:hover {
        background:#EF7C00;
        color:#FDF2E6;
    }
    .playbutton-2l.uk-button-primary:hover {
        color:#DDEBF6;
        background: #4896D2;
        border:none;
    }
    .btn-row-2L .el-item:first-of-type a:hover {
        background: #870668;
          color: #F3E6F0;
        border-color:#870668;
    }
    .btn-row-2L .el-item:nth-of-type(2) a:hover {
        background: #EF7C00;
          color: #FDF2E6;
        border-color:#EF7C00;
    }
    .overlay-highlight-blue a.el-link:hover {
        color:#DDEBF6;
        background:#4896D2;
    }
    .overlay-highlight-orange a.el-link:hover {
        color:#F9D9BA;
        background:#EF7C00;
    }
    .overlay-highlight-purple a.el-link:hover {
        color:#F3E6F0;
        background:#870668;
    }
    .card-orange-w-picture.uk-card-hover:hover {
        background:#FDF2E6;
        border:none;
        box-shadow: 0px 15px 40px 0 rgb(253 242 230 / 80%);
    }
    .card-purple-w-picture.uk-card-hover:hover {
        background:#F3E6F0;
        border:none;
        box-shadow: 0px 15px 40px 0 rgb(243 230 240 / 100%);
    }
    .card-blue-w-picture.uk-card-hover:hover {
        background:#EDF4FA;
        border:none;
        box-shadow: 0px 15px 40px 0 rgb(237 244 250 / 100%);
    }
    .cta-section-orange .uk-button-primary:hover,.cta-section-orange-rounded .uk-button-primary:hover{
        background:#EF7C00;
        color:#F9D9BA;
    }
    .cta-section-purple .uk-button-primary:hover {
        background:#870668;
        color:#E8D0E2;
    }
    .cta-section-casestudies .uk-button-primary:hover {
        background: #4896D2;
      color: #DDEBF6;
    }
    .expertise-video-bg:hover .uk-position-cover {
        background:#4896D2 !important;
        opacity:0.9;
    }
    .expertise-video-bg:hover .uk-cover-container {
        box-shadow: rgb(72 150 210 / 70%) 0px 10px 40px ;
        top:-10px;
        -webkit-filter: grayscale(0%);
           -moz-filter: grayscale(0%);
           -ms-filter: grayscale(0%);
           -o-filter: grayscale(0%);
           filter: grayscale(0%);
    }
    .expertise-video-bg:hover .uk-position-cover {	
        transition: all 0.3s;
    }
    .section-painpoints:hover {
        position:relative;
        background:#F9D9BA;
        border-color:transparent;
    }
    .section-painpoints:hover h4 {
        color:#EF7C00;
    }
    .section-painpoints:hover .uk-button-primary {
        background: #FFF;
      color: #EF7C00;
    }
    .section-painpoints .uk-button-primary:hover {
        background: #EF7C00;
        color: #F9D9BA;
    }
    .cta-team-overview .uk-button-primary:hover  {
        background:#fff;
        color:#4896D2;
    }
    .grayscal-references .uk-grid .el-image:hover {
        filter: grayscale(0%);
    }
    .grayscal-references .uk-grid .el-item a:hover::after {
        background: #4896D2;
        color:#DDEBF6;
    }
    .case-study-grid a.el-item:hover .el-title {
        color:#4896D2;
    }
    .reference-slider-2L:hover {
        cursor: url('https://www.2leadership.org/wp-content/uploads/2022/11/2leadership-Referenz-Slider-cursor.svg'), auto;
    }
    .testimonial-slider-2L a:hover.uk-position-center-left-out::before {
        background:#EDF4FA;
    }
    .testimonial-slider-2L a:hover.uk-position-center-right-out::before {
        background:#EDF4FA;
    }
    .glossary-sidebar ul li a:hover {
        color:#870668;
    }
    ul.falang-language-switcher.lang-h li a:not(.current):hover {
        opacity:1;
    }
    ul.falang-language-switcher:hover {
        background:#001f47;
    }
    ul.falang-language-switcher:hover li a:not(.current) {
        color:#fff !important;
        opacity:1;
    }
	a.contact-cta-link:hover .contact-cta-container {
		background-color:#001f47;
		animation:none;
	}
}

/* Smartphone */

@media only screen and (max-width: 640px) {
	.uk-margin-medium .big-idea-3rd-box  {
		margin-top:-20px !important;
	}
	.bg-image-boxed .uk-grid {
		padding:0 20px!important;
	}
	.casestudy-auther-section {
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.bg-image-boxed {
		margin-left:15px !important;
		margin-right:15px !important;
	}
	.bg-image-boxed .fa-play-circle {
		font-size:5em;
		margin-top:30px;
	}
	.bg-image-boxed .uk-h3 {
		font-size:25px;
	}
	.cta-section-purple {
		margin-left:15px !important;
		margin-right:15px !important;
		text-align:center;
	}
	.cta-section-purple .uk-text-right {
		text-align:center !important;
	}
	.cta-section-orange {
		margin-left:15px !important;
		margin-right:15px !important;
		text-align:center;
	}
	.cta-section-orange .uk-text-right {
		text-align:center !important;
	}
	h2.grid-text-team-small {
		padding: 30px 15px;
	}
	h2.grid-text-team {
		padding:30px 15px;
	}
	.case-stury-cards .uk-card-body {
		padding:30px;
	}
	
	.expertise-counter .fs-counter.counter-intro .fs-counter-item:first-of-type h2.el-counter {
		font-size:4em;
	}
	.expertise-counter h2.el-counter {
		font-size:2.2em;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:30px;
	}
	.grayscal-references .uk-text-meta {
		max-width:80%;
	}
	.subpage-hero-2L .sph-second-column h3 {
    font-size: 25px;
	line-height:1.2;
	}
	.case-stury-cards-mute .uk-card-body{
		 padding:30px;
	}
	.casestudy-author-quote {
		font-size:20px !important;
		padding:20px 20px 0 !important;
	}
	.what-happens-slider .uk-card-body {
		padding:30px;
	}
	.what-happens-slider .uk-grid > * {
		padding-left:0;
	}
	.card-purple, .card-blue, .card-orange {
		padding: 30px!important;
	}
	.uk-section-xlarge {
		padding-top: 80px;
	}
	.playbutton-2l.uk-button-primary {
    padding: 7px 30px 7px!important;
		line-height: 2em!important;
	}
	.uk-navbar {
		padding: 0 15px;
	}
	#why .uk-grid, .expertise-2l, #pain-points .uk-grid,.footer-2L {
		text-align: center !important;
	}
	.footer-2L .uk-nav li>a {
		justify-content: center;
	}
	.expertise-2l::before {
		width: 95%;
		height: 89%;
		top: -2%;
		left: 20px;
	}
	.expertise-2l {
		padding:0 20px 0 20px;
	}
	.expertise-video-bg {
		padding-right:0;
	}
	.sph-first-column .uk-cover-container {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-left-radius: 0px !important;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottomleft: 0px !important;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 0px !important;
		padding: 100px 40px !important;
	}
	.subpage-hero-2L .sph-second-column {
		-webkit-border-top-right-radius: 0px !important;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-topright: 0px !important;
		-moz-border-radius-bottomright: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		padding:30px;
	}
	.request-form-2L .uk-form {
		padding:30px;
	}
	.request-form-2L .uk-form h3,.request-form-2L .uk-form p, .request-form-2L .uk-form .uk-margin-medium:last-of-type {
		text-align:center;
	}
	.subpage-hero-2L .sph-first-column {
		min-height:250px;
	}
	.subpage-hero-2L .sph-first-column .uk-background-cover {
		-webkit-border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-bottom-left: 0px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius:0px;	
	}
	.subpage-hero-2L .sph-second-column {
		min-height:250px;
		padding:40px;
	}
	.services-cs-panel .el-title {
		font-size:20px;
		margin-left:-15px;
	}
	.points-grid .el-title {
		padding: 0 30px;
		font-size: 30px;
	}
	.highlight-points::before {
		left:-17px;
	}
	.uk-button-large {
		padding: 0 16px;
    	line-height: 45px;
	}
	.video-post-grid-2L .el-item .uk-flex-middle {
		-webkit-border-bottom-right-radius: 15px; 
		-moz-border-radius-bottomright: 15px;
    	border-bottom-left-radius: 15px;
		-webkit-border-bottom-right-radius: 15px; 
		-moz-border-radius-bottomright: 15px;
    	border-bottom-right-radius: 15px;
		-webkit-border-top-right-radius: 0; 
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
		padding:25px;
	}
	/* .uk-accordion {
		padding: 0 20px;
	} */

	.uk-card-body {
		padding: 40px 20px;	
	}
	.team-panel-2L .el-image, .team-panel-2L-orange .el-image, .team-panel-2L-purple .el-image {
		width:180px;
		height:180px;
	}

	.team-panel-2L, .team-panel-2L-orange, .team-panel-2L-purple {
		text-align:center !important;
	}
	
	.cta-team-overview .uk-grid {
		min-height:250px;
	}
	.contact-cta-container {
		right:20px;
		bottom: 20px;
		width:75px;
		height:75px;
	}
	
	.contact-cta-container svg {
		width:55px;
		height:55px;;
	}

	#modal_link_contact .uk-modal-close-outside {
		right:-9px;
		top:30px;
	}

	.calendly-inline-widget {
		min-width:300px;
	}

	.calendly-inline-widget.modal {
		min-width:320px;
		margin-left:-20px;
		height:600px;
	}

	.column-calendly-widget .uk-card-primary {
		margin-left:-20px;
	}

	.cta-appoimtment {
		padding: 20px;
	}

	.contact-grid-2L .uk-cover-container {
		max-height: 260px;
	}

	.video-thumbnails-grid .uk-panel {
		text-align:center;
	}

	.break-desktop {
		display:none;
	}

}

/* Greater than Smartphone */

@media only screen and (min-width: 640px) {
	
}

/* Tablet (Portrait) */

@media only screen and (max-width: 1024px) and (min-width:640px){
	.case-stury-cards .uk-card-body {
		padding:40px;
	}
	.cta-section-purple {
		margin-left:20px !important;
		margin-right:20px !important;
		text-align:center;
	}
	.cta-section-purple .uk-text-right {
		text-align:center !important;
	}
	.cta-section-orange {
		margin-left:20px !important;
		margin-right:20px !important;
		text-align:center;
	}
	.cta-section-orange .uk-text-right {
		text-align:center !important;
	}
	.uk-margin-medium .big-idea-3rd-box  {
		margin-top:-20px !important;
	}
	.bg-image-boxed {
		margin-left:20px !important;
		margin-right:20px !important;
		text-align:center;
	}
	.bg-image-boxed .fa-play-circle {
		font-size:5em;
		margin-top:30px;
	}
	.grid-text-team-small {
		padding:40px!important;
	}
	.grid-text-team {
		padding:40px!important;
	}
	
}

/* Smaller then Tablet (Landscape) */

@media only screen and (max-width: 1023px) {
	.casestudy-auther-section {
		margin-left:20px !important;
		margin-right:20px !important;
	}
	.uk-navbar-container.uk-navbar-sticky {
		background:#fff;
		box-shadow: rgba(75, 150, 210, 0.2) 0px 18px 50px -10px;
	}
	.team-grid-desktop {
		display:none;
	}
	
	.widget_weglot-translate{
		margin-top:-15px;
		padding-bottom:40px;
	}
	
.country-selector.weglot-dropdown span, .country-selector.weglot-dropdown a {
	padding:0;
	height:35px;
	font-size:24px!important;
	text-decoration:none;
}
	
	.country-selector.weglot-dropdown, .country-selector.weglot-dropdown ul {
		background:none;
	}

.country-selector.weglot-dropdown .wgcurrent span {
	padding-right:25px;
}

.country-selector.weglot-dropdown .wgcurrent, .country-selector.weglot-dropdown ul {
	border:none;
}

.country-selector.weglot-dropdown .wgcurrent:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	background:none;
	font-weight: 900;
	top:13px;
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 2px;
    top: 6px;
	text-rendering: optimizeLegibility;
}

.country-selector.weglot-dropdown input:checked ~ .wgcurrent:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 2px;
    top: 23px;
}
	.cta-section-orange-rounded {
	margin-left: 15px !important;
  margin-right: 15px !important;
  text-align: center;
		border-radius:15px!important;
}
}

/* Greater then Tablet (Portrait) */

@media only screen and (min-width: 1020px) {
	.testimonial-slider .uk-card-large .uk-card-body, .uk-card-large.uk-card-body {
		padding: 70px 70px 0 70px
	}

	.uk-navbar-primary .uk-navbar-right {
		gap:20px;
	}
}

/* Bigger Screens */

@media only screen and (min-width: 1650px) {
	
}


/*unsorted*/

.cta-appoimtment {
	padding: 30px;
    background: #EDF4FA;
    border-radius: 15px;
    margin-left: 0;
}

.form-placeholder-2L .uk-margin {
	margin-bottom:0;
}

[class*=uk-modal-close-] {
    top: 20px;
    right: 20px;
    padding: 12px;
    background: #dddfeb;
    border-radius: 20px;
}

.uk-modal-dialog .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
	stroke-width:2;
	stroke: #001a45;
}

.uk-icon:not(.uk-preserve):hover [stroke*='#']:not(.uk-preserve) {
	stroke: #4896D2;
}

.uk-modal-dialog .uk-panel .el-meta {
	background: #FDF2E6;
	display:inline;
	padding:10px 25px;
	border-radius:40px;
	font-weight:700;
	color: #EF7C00;
}

.uk-modal-dialog .uk-panel .el-meta::before {
	content:'\f0e7';
	font-family: "Font Awesome 5 Free";
	padding-right:10px;
	text-rendering: optimizeLegibility;
}

.uk-modal-dialog .uk-panel strong {
	color:#EF7C00;
}

.uk-modal-dialog .uk-card-primary {
	background:#001a45;
	border-radius:15px;
	padding:20px 30px !important;
}

.uk-modal-dialog .uk-card-primary .el-title {
	font-weight:700;
}

.uk-modal-dialog .uk-card-primary .uk-grid {
	align-items:center;
}

.uk-modal-dialog .uk-card-primary .el-link {
	float:right;
}

.uk-modal-dialog .uk-card-default {
	min-height:100%;
	background:#eff0f6;
	display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uk-dropbar .uk-icon svg {
	stroke:#FFF!important;
}

.about-panel-left-2L {
	background:#F3E6F0;
	/* -webkit-border-top-left-radius: 0
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0; */
	color:#870668;
	font-weight:700;
}

.about-panel-left-2L .el-content span {
	padding-right:10px;
}

.about-panel-right-2L {
	background:#FDF2E6;
	/* -webkit-border-top-left-radius: 0
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0; */
	color:#EF7C00;
	font-weight:700;
}

.about-panel-right-2L .el-content span {
	padding-left:10px;
}



.uk-panel ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary):not(.uk-nav-sub) li:before {
        content: "\f105";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 800;
		text-rendering: optimizeLegibility;
}

.uk-panel ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary) li {
	list-style:none;
	position:relative;
}

.uk-panel.cta-consultion-list ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary):not(.uk-nav-sub) li:before {
        content: "\f0a9";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
	  position:absolute;
    margin-left: -1.5em;
    width: 1.5em;
    font-weight: 800;
		color:#EF7C00;
		font-size:1.5em;
		top:-8px;
		text-rendering: optimizeLegibility;
}

.uk-panel.cta-consultion-list ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary) li {
	margin-left:1em;
	font-weight:700;
	margin-bottom:15px;
	color: #EF7C00;
}

.uk-panel.cta-consultion-list-blue ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary):not(.uk-nav-sub) li:before {
        content: "\f0a9";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
	  position:absolute;
    margin-left: -1.5em;
    width: 1.5em;
    font-weight: 800;
		color:#dddfeb;
		font-size:1.5em;
		top:-8px;
		text-rendering: optimizeLegibility;
}

.uk-panel.cta-consultion-list-blue ul:not(.el-nav):not(.uk-slider-items):not(.uk-nav-primary) li {
    margin-left: 1em;
    font-weight: 700;
    margin-bottom: 15px;
    /* color: #4896D2; */
}

.invisible-captcha-2L .uk-form-controls {
	font-size:16px;
	margin-top: 10px!important;
}

.invisible-captcha-2L .uk-form-controls::before {
	content: "\f3ed";
  font-family: 'Font Awesome 5 Free';
	font-weight:800;
	text-rendering: optimizeLegibility;
}

.contact-grid-2L .el-content {
	line-height:1.4em;
}

.contact-grid-2L .el-item {
	 transition: all 0.3s;
	top:0;
}
/* .contact-grid-2L .el-item:hover {
	top:-5px; 
	transition: all 0.3s;
	-webkit-box-shadow: 0px 15px 40px 0px rgba(0,26,69,0.3); 
box-shadow: 0px 15px 40px 0px rgba(0,26,69,0.2);
}
*/
.contact-grid-2L .el-content strong {
	font-size:23px;
}

.contact-grid-2L .el-content span.small {
	font-size:16px;
}

.contact-grid-2L .el-content a {
	color:#001a45;
	font-weight:700;
}

.contact-grid-2L .el-content a.mail::before {
	content:'\f0e0';
	font-family: "Font Awesome 5 Free";
	padding-right:8px;
	font-weight:500;
	text-rendering: optimizeLegibility;
	text-decoration:none;
}

.contact-grid-2L .el-content a.linkedin::before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg fill='%23001a45' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
	margin-right:8px;
	margin-left:-1px;
	margin-bottom:-2px;
  width: 1.1em;
  height: 1.1em;
  background-size: cover;
  display: inline-block;
}

.contact-grid-2L .uk-grid > div:nth-child(1) .el-item, .contact-grid-2L .uk-grid > div:nth-child(3) .el-item, .contact-grid-2L .uk-grid > div:nth-child(10) .el-item {
	background:#FFF;
}

.contact-grid-2L .uk-grid > div:nth-child(1) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(3) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(10) .el-item .el-content strong {
	color:#4896D2;
}

.contact-grid-2L .uk-grid > div:nth-child(1) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(3) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(10) .el-item .el-content a:hover {
	color:#4896D2;
	text-decoration:none;
}

.contact-grid-2L .uk-grid > div:nth-child(1) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(3) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(10) .el-item .el-content a.linkedin:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg fill='%234896D2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}

.contact-grid-2L .uk-grid > div:nth-child(2) .el-item, .contact-grid-2L .uk-grid > div:nth-child(5) .el-item, .contact-grid-2L .uk-grid > div:nth-child(8) .el-item {
	background:#F3E6F0;
}

.contact-grid-2L .uk-grid > div:nth-child(2) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(5) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(8	) .el-item .el-content strong {
	color:#870668;
}

.contact-grid-2L .uk-grid > div:nth-child(2) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(5) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(8	) .el-item .el-content a:hover {
	color:#870668;
	text-decoration:none;
}

.contact-grid-2L .uk-grid > div:nth-child(2) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(5) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(8) .el-item .el-content a.linkedin:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23870668' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}

.contact-grid-2L .uk-grid > div:nth-child(4) .el-item, .contact-grid-2L .uk-grid > div:nth-child(6) .el-item, .contact-grid-2L .uk-grid > div:nth-child(7) .el-item, .contact-grid-2L .uk-grid > div:nth-child(9) .el-item {
	background:#FDF2E6;
}

.contact-grid-2L .uk-grid > div:nth-child(4) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(6) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(7) .el-item .el-content strong, .contact-grid-2L .uk-grid > div:nth-child(9) .el-item .el-content strong {
	color:#EF7C00;
}

.contact-grid-2L .uk-grid > div:nth-child(4) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(6) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(7) .el-item .el-content a:hover, .contact-grid-2L .uk-grid > div:nth-child(9) .el-item .el-content a:hover {
	color:#EF7C00;
	text-decoration:none;
}

.contact-grid-2L .uk-grid > div:nth-child(4) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(6) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(7) .el-item .el-content a.linkedin:hover::before, .contact-grid-2L .uk-grid > div:nth-child(9) .el-item .el-content a.linkedin:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23EF7C00' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='20' height='20'%3E%3Cpath d='M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z'/%3E%3C/svg%3E");
}



.cta-section-systemic-trap {
	padding:40px;
	background:#E8D0E2;
	border-radius:15px;
	margin-left:0;
}

.cta-section-systemic-trap p {
  color: #870668;
	font-weight:700;
	line-height:1.25em;
	font-size:1.2em;
}

.cta-section-systemic-trap .uk-button-primary {
	background: #870668;
  color: #FFF;
}

.cta-section-systemic-trap .uk-button-primary:hover {
	background: #FFF;
  color: #870668;
}


.cta-section-systemic-trap .uk-button-primary::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	padding-left:10px;
	text-rendering: optimizeLegibility;
}

.cta-wireframe-lightgrey {
	padding: 40px;
    background: lightgrey;
    border-radius: 15px;
    margin-left: 0;
    color:#000 !important;
}

.cta-wireframe-lightgrey .uk-first-column {
padding-left:0;
}

.video-poster-panel .uk-button-primary::before {
content: '\f144';
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    text-rendering: optimizeLegibility;
}


