@font-face {
	font-family: 'fontello';
	src: url("fonts/fontello.woff?4564094") format("woff"),
		url("fonts/fontello.eot?4564094#iefix") format("embedded-opentype"), 
		url("fonts/fontello.ttf?4564094") format("truetype"), 
		url("fonts/fontello.svg?4564094#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
:root {
	--button-background: #ab3c55;
	--button-background-hover: #c24d67;
	--dark-background: #000000;
	--default-spacing: 25px;
	--small-spacing: 14px;
	--content-width: 1580px;
	--content-width-text: 880px;
	--heading-font: "Poppins", Arial, sans-serif;
    --body-font: "Poppins", Arial, sans-serif;
	--button-text-color: white;
	--button-font: 'Roboto', "Poppins", sans-serif;
	--symbol-font: "fontello";
}

/* Body */
html, body {
	margin: 0;
	padding: 0;
	background: var(--dark-background);
	color: white;
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-slide .content::after {
	position: absolute;
	z-index: 4;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: ' ';
}
.slick-slide .content > div {
	z-index: 8;
}
/* Press page */
.content-start.press + p {
	text-transform: uppercase;
	font-weight: 600;
}
.wp_rss_retriever li.wp_rss_retriever_item {
	margin-bottom: var(--default-spacing);
}
a.wp_rss_retriever_title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 0;
	letter-spacing: -0.04em
}
a.wp_rss_retriever_readmore {
	margin-left: 4px;
	line-height: 18px;
}
.module-text div.content .content-start.press + p {
	max-width: none;	
}
.wp_rss_retriever_metadata {
	opacity: 0.6;
}
/* zapper */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

:focus {
	outline: 0;
}

* {
	box-sizing: border-box;
}

div.wrapper {
	overflow: hidden;
	*zoom: 1;
}

.centered {
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 0;
}

.centered-vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blue {
	background: #3651a2 !important;
}

.green {
	background: #13a264 !important;
}

.red {
	background: #ef4d39 !important;
}

.pink {
	background: #d24266 !important;
}
.white-section {
	background: white;;
	color: #2b2b2b;
}
.grey-section {
	background: #eee;
	color: #2b2b2b;
}
.grey-section a, .white-section a {
    color: #2b2b2b;
    border-color: #2b2b2b;
}

.icon span {
    display: none;
}
.icon:hover {
    opacity: 0.7;
    border-bottom: 2px solid transparent;
    transition: opacity 0.2s ease-out;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: var(--symbol-font);
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 'ඉ' */
.icon-down-open:before, .module.module-case-menu p:before {
	content: '\e801';
}

/* '' */
.icon-right-open:before, .slideshow button.slick-next:before {
	content: '\e802';
}

/* '' */
.icon-right-dir:before {
	content: '\e803';
}

/* '' */
.icon-play:before, .module.module-video button.play-pause:before {
	content: '\e804';
}

/* '' */
.icon-left-open:before, .slideshow button.slick-prev:before {
	content: '\e805';
}

/* '' */
.icon-twitter:before {
	content: '\e806';
}

/* '' */
/* .icon-instagram:before {
	content: '\e807';
} */
article h3, article h2, article h1 {
	font-family: var(--heading-font);
	font-style: normal;
	font-weight: 700;
	line-height: 1.25;
	padding-bottom: var(--small-spacing);
	letter-spacing: -0.04em;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
article h1 {
	max-width: var(--content-width);
}
article h2 {
	font-size: 44px;
}
article h3 {
	font-size: 36px;
}
/* Section Background colors */
section.Charleston_Green, section.dark {
	background: var(--dark-background);
}
section.Bright_Gray {
	background: #ffffff;
	color: #2B2B2B;
}
section.has-background-image {
	background-size: cover;
}
/* Buttons */
.button {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	padding: 0 30px;
	display: inline-block;
	color: var(--button-text-color);
	font-family: var(--button-font);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 0.2em;
	border-bottom: 0;
	border-radius: 8px;
	transition: background .2s ease-out, color .2s ease-out !important;
}
.button:active, .button:visited {
    border-bottom: 0 !important;
    transition: background .2s ease-out, color .2s ease-out !important;
}
article.start a.button, a.button {
	background: var(--button-background);
	color: var(--button-text-color);
	border-bottom: 0px;
}
html.no-touch .button:hover {
    border-bottom: 0 !important;
	background: var(--button-background-hover);
    color: white;
    transition: background .2s ease-out, color .2s ease-out !important;
}

/* Forms */
input.wpcf7-text {
	height: 40px;
}
input.wpcf7-submit {
	background: var(--button-background);
	color: var(--button-text-color);
	border-radius: 8px;
	border: none;
	width: auto;
	transition: background .2s ease-out, color .2s ease-out;
	font-family: var(--button-font);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
}
span.wpcf7-spinner {
	display: block;
}
input.wpcf7-submit:enabled {
	cursor: pointer;
}
input.wpcf7-submit:enabled:hover {
	background: var(--button-background-hover);
}
/* Section content */
.box {
	margin-bottom: var(--default-spacing);
}
.box img {
	max-width: 100%;
	display: block;
}
div.medium-gaps {
	gap: 20px;
}
div.wide-gaps {
	gap: 50px;
}
div.expand {
	justify-content: center;
}
div.outline {
	border: 1px solid white;
	padding: 20px;
	width: 570px;
	margin-bottom: var(--default-spacing);
	margin-left: auto;
	margin-right: auto;
}
.flex .outline {
	margin-left: 0;
	margin-right: 0;
}
div.wp_rss_retriever {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.25em;
}
.text-uppercase {
	text-transform: uppercase;
}
.outline li {
	margin-bottom: 10px;
}
.space-above {
	margin-top: var(--default-spacing);
}
.space-below {
	margin-bottom: var(--default-spacing);
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
h2 big {
	display: block;
	font-size: 1.4em;
}
.space-left {
	padding-left: var(--default-spacing);
}
.thin-heading {
	font-size: 32px;
	font-weight: 100;
	text-transform: uppercase;
	width: 100%;
}
p.buttons {
	display: flex;
	justify-content: center;
	gap: var(--small-spacing);
}
@media (min-width: 660px) {
	section.flex, div.flex {
		display: flex;
	}
	div.expand > * {
		/* flex: 1; */
	}
	
}
@media (min-width: 660px) and (max-width: 1023px) {
    article h3, article h2, article h1 {
		font-size: 40px;
		line-height: 54px;
	}
}
@media (min-width: 0) and (max-width: 659px) {
    article h3, article h2, article h1 {
		font-size: 32px;
		line-height: 42px;
	}
}
article p {
	padding-bottom: var(--default-spacing);
}
article p strong, article p em {
    font-style: normal;
    font-weight: 700;
}
article a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	transition: border-bottom .2s ease-out;
}
html.no-touch article a:hover {
    border-bottom: 1px solid transparent;
    transition: border-bottom .2s ease-out;
}

div#spinner {
	position: fixed;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: white url(../img/preloader.gif) center center no-repeat;
	background-size: 198px 202px;
}
div#spinner.no-icon {
    background-image: none;
}

@media (min-width: 0) and (max-width: 1219px) {
    .button {
		padding: 0 20px;
		line-height: 40px;
	}
}

article {
	width: 100%;
	overflow: hidden;
	*zoom: 1;
}
article section {
    padding: 160px 40px;
    overflow: hidden;
    *zoom: 1;
}
article section.full-height {
	min-height: 620px;
	height: 70vh;
	min-height: 500px;
	height: 80vh;
	padding: 0 0;
}
article section.half-height {
	min-height: 400px;
	height: 50vh;
	padding: 0 0;
	text-align: center;
}

header[role="banner"] {
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 20px;
	pointer-events: none;
}
header[role="banner"] h1.logo {
    margin-left: 40px;
    position: absolute;
    z-index: 200;
    top: -1px;
    background: url(../img/logo.svg) center center no-repeat;
    width: 134px;
    height: 22px;
    pointer-events: auto;
}
header[role="banner"] h1.logo a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	border-bottom: none;
}
html.no-touch header[role="banner"] h1.logo a:hover {
	border-bottom: none;
}
header[role="banner"] button.toggle-menu {
    position: absolute;
    z-index: 2;
    right: 33px;
    top: -13px;
    pointer-events: auto;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: transparent;
}
header[role="banner"] button.toggle-menu span {
	display: block;
	position: absolute;
	top: 21px;
	left: 8px;
	right: 8px;
	height: 3px;
	background: white;
	transition: background 0.2s;
}
header[role="banner"] button.toggle-menu span::before, header[role="banner"] button.toggle-menu span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: white;
	content: "";
	transition-duration: 0.2s, 0.2s;
}
header[role="banner"] button.toggle-menu span::before {
	top: -10px;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
}
header[role="banner"] button.toggle-menu span::after {
	bottom: -10px;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}
header[role="banner"] button.toggle-menu.expanded span {
	background: transparent;
}
header[role="banner"] button.toggle-menu.expanded span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header[role="banner"] button.toggle-menu.expanded span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] button.toggle-menu {
        display: block;
	}
}
header[role="banner"] nav {
    position: relative;
    line-height: 20px;
    float: right;
    width: 100%;
    padding-right: 40px;
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] nav {
        margin-top: -40px;
        background: var(--dark-background);
        height: 100vh;
        padding-right: 0;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s, opacity 0.3s;
	}
}
header[role="banner"] nav.expanded {
	opacity: 1;
	visibility: visible;
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] nav div.menu-content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
        margin-top: -50px;
	}
}
header[role="banner"] nav ul {
	float: right;
	font-weight: 600;
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] nav ul {
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
	}
	header[role="banner"] nav ul.language {
		position: absolute;
		bottom: 90px;
	}
	header[role="banner"] nav ul.language li a {
		font-size: 16px;
	}
}
header[role="banner"] nav ul li {
	float: left;
	margin-left: 4px;
}
header[role="banner"] nav ul li.language-item {
	margin-left: 40px;
	font-weight: 400;
}
header[role="banner"] nav ul li.active-state a {
	border-bottom: 1px solid white;
	transition: border-bottom .2s ease-out;
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] nav ul li {
		clear: both;
		float: none;
		margin-left: 0;
		font-size: 28px;
		line-height: 2em;
	}
}
header[role="banner"] nav ul li a {
	text-decoration: none;
	display: block;
	pointer-events: auto;
	color: white;
	border-bottom: 1px solid transparent;
	transition: border-bottom .2s ease-out;
}
header[role="banner"] nav ul li a:active, header[role="banner"] nav ul li a:visited {
	color: white;
}
html.no-touch header[role="banner"] nav ul li a:hover {
	border-bottom: 1px solid white;
	transition: border-bottom .2s ease-out;
}
@media (min-width: 0) and (max-width: 859px) {
	header[role="banner"] nav ul li a {
		display: inline;
	}
}
/* Footer */
footer {
	width: 100%;
	background: var(--dark-background);
	padding: var(--default-spacing) 40px;
	color: white;
}
footer div.centered {
    padding: 0 40px;
}
footer a {
    text-decoration: none;
    color: white;
    border-bottom: 1px solid transparent;
    transition: border-bottom .2s ease-out;
    color: inherit;
}
html.no-touch footer a:hover {
	border-bottom: 1px solid var(--dark-background);
	transition: border-bottom .2s ease-out;
}
footer a.icon {
	border-bottom: 0;
	transition: opacity .2s ease-out;
}
html.no-touch footer a.icon:hover {
	border-bottom: 0;
	transition: opacity .2s ease-out;
}
footer h2 {
	font-size: 36px;
	line-height: 1;
	padding-bottom: var(--default-spacing);
}
footer section.flex > div {
	flex: 1;
}
footer section.last {
	align-items: flex-end;
}
footer p {
    margin-top: 0.5em;
}
footer p:empty {
	display: none;
}
footer p.left-content {
	max-width: 560px;
	padding-bottom: 40px;
	margin-top: 0;
}
footer .text-right {
	position: relative;
	top: 4px;
}

footer ul {
	display: flex;
	gap: var(--default-spacing);
}

footer .icon {
	height: 40px;
	opacity: 0.8;
}
footer .icon:hover {
	opacity: 1;
}
div.wpVideo {
	border: none;
	outline: none;
	background: var(--dark-background);
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}
div.wpVideo iframe, div.wpVideo video, div.wpVideo object {
    background: var(--dark-background);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module.module-case-menu {
	text-align: center;
	padding: 80px 0 0 0;
	overflow: visible;
}
.module.module-case-menu button.toggle-case-view-mode {
    position: relative;
    margin: 40px auto 0 auto;
    width: 80px;
    height: 40px;
    display: block;
    border: 0;
    outline: 0;
}
.module.module-case-menu button.toggle-case-view-mode:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(../img/toggle-case-view-mode@2x.png) top left;
	background-size: 80px 80px;
	width: 40px;
	height: 40px;
	display: block;
	transition: background-position 0.2s ease-out;
}
.module.module-case-menu button.toggle-case-view-mode:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../img/toggle-case-view-mode@2x.png) top right;
	background-size: 80px 80px;
	width: 40px;
	height: 40px;
	display: block;
	transition: background-position 0.2s ease-out 0.05s;
}
.module.module-case-menu button.toggle-case-view-mode.list:before {
	background-position: bottom left;
	transition: background-position 0.2s ease-out;
}
.module.module-case-menu button.toggle-case-view-mode.list:after {
	background-position: bottom right;
	transition: background-position 0.2s ease-out 0.05s;
}
.module.module-case-menu div.tag-wrap {
    position: relative;
    z-index: 1;
    background: #13a264;
    width: 280px;
    height: 41px;
    border-bottom: 1px solid white;
    margin: 0 auto;
    overflow: visible;
}
.module.module-case-menu div.tag-wrap.open ul.tag-list {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out;
}
.module.module-case-menu p {
    position: absolute;
    border: 1px solid white;
    display: block;
    width: 100%;
    background: #13a264;
    float: left;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: white;
    padding-bottom: 0;
    cursor: pointer;
}
.module.module-case-menu p:before {
	font-family: var(--symbol-font);
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.module.module-case-menu p:before {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 28px;
	line-height: 40px;
}
.module.module-case-menu ul.tag-list {
    border: 1px solid white;
    position: absolute;
    top: 41px;
    display: block;
    width: 100%;
    background: #13a264;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-out, visibility 0s ease-out 0.2s;
}
.module.module-case-menu ul.tag-list li {
	display: block;
	float: left;
	background: #13a264;
	width: 100%;
	height: 40px;
}
.module.module-case-menu ul.tag-list li button {
	float: left;
	width: 100%;
	border: 0;
	outline: 0;
	background: none;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
	color: white;
	background: rgba(255, 255, 255, 0);
	transition: background 0.2s ease-out;
}
.module.module-case-menu ul.tag-list li button.active {
	background: rgba(255, 255, 255, 0.2);
	transition: background 0.2s ease-out;
}
html.no-touch .module.module-case-menu ul.tag-list li button:hover {
	background: rgba(255, 255, 255, 0.2);
	transition: background 0.2s ease-out;
}
.module.module-grid {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.module.module-grid ul.grid {
    width: 100%;
}
.module.module-grid ul.grid.list {
	padding-left: 20px;
	padding-right: 20px;
}
.module.module-grid ul.grid.list li {
	width: 100%;
	border-bottom: 1px solid #219266;
	margin: 0;
	background-color: transparent;
	transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
}
@media (min-width: 0) and (max-width: 859px) {
	.module.module-grid ul.grid.list li p {
		display: none;
	}
}
html.no-touch .module.module-grid ul.grid.list li:hover {
	background-color: #24b274;
	transition: background-color 0.2s ease-out;
}
html.no-touch .module.module-grid ul.grid.list li:hover a div h2, html.no-touch .module.module-grid ul.grid.list li:hover a div p {
	color: white;
	transition: color 0.2s ease-out;
}
.module.module-grid ul.grid.list li a {
	padding: 45px 0 40px 0;
	background-size: 0;
	width: 100%;
	transition: none;
}
html.no-touch .module.module-grid ul.grid.list li a:hover {
	background-size: 0;
	background-image: none;
}
.module.module-grid ul.grid.list li a img {
	display: none;
}
.module.module-grid ul.grid.list li a div {
	top: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: static;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0 40px;
}
.module.module-grid ul.grid.list li a div h2, .module.module-grid ul.grid.list li a div p {
	width: auto;
	padding: 0;
	text-align: left;
	line-height: 42px;
	color: var(--dark-background);
	transition: color 0.2s ease-out;
}
.module.module-grid ul.grid.list li a div h2 {
	padding-right: 40px;
}
.module.module-grid ul.grid.list li a div p {
	padding-left: 40px;
	float: right;
}
.module.module-grid ul.grid li {
	width: calc(33.33333% - 40px);
	position: relative;
	float: left;
	margin: 0 20px 40px 20px;
	opacity: 1;
	transition: opacity 0.2s ease-out;
}
.module.module-grid ul.grid li.disabled {
	opacity: 0.2;
	transition: opacity 0.2s ease-out;
}
.module.module-grid ul.grid li.disabled a {
	pointer-events: none;
}
@media (min-width: 860px) and (max-width: 1219px) {
	.module.module-grid ul.grid li {
		width: calc(50% - 40px);
	}
}
@media (min-width: 0) and (max-width: 859px) {
	.module.module-grid ul.grid li {
		width: calc(100% - 40px);
	}
}
.module.module-grid ul.grid li a {
	float: left;
	display: block;
	border-bottom: 0;
	background-size: 100% 100%;
	background-position: center center;
	transition: background-size 0.2s ease-out;
	position: relative;
}
.module.module-grid ul.grid li a img {
	position: relative;
	z-index: 0;
}
.module.module-grid ul.grid li a div {
	z-index: 12;
}
.module.module-grid ul.grid li a::after {
	position: absolute;
	z-index: 8;
	content: ' ';
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
}
html.no-touch .module.module-grid ul.grid li a:hover {
	background-size: 120% 120%;
	transition: background-size 0.2s ease-out;
}
.module.module-grid ul.grid li a img {
	float: left;
	width: 100%;
}
.module.module-grid ul.grid li a div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.module.module-grid ul.grid li a div h2, .module.module-grid ul.grid li a div p {
	padding: 0 40px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.module.module-grid ul.grid li a div h2 {
	font-size: 32px;
	line-height: 42px;
}
article.centered .module.module-text div.content {
	width: 100%;
}
section.text-default .content {
	text-align: center;
	max-width: 880px;
}
section.text-left .content {
	text-align: left;
}
section.text-center .content {
	text-align: center;
}
section.text-right .content {
	text-align: right;
}
article.centered .module.module-text div.content h1, article.centered .module.module-text div.content h2, article.centered .module.module-text div.content p {
    margin-left: auto;
    margin-right: auto;
}
.module.module-text div.content {
	margin: 0 auto;
	max-width: 880px;
}
.module.module-text div.content h1, .module.module-text div.content h2 {
    width: 100%;
}
.module.module-text div.content h2, .module.module-text div.content p {
    width: 100%;
    max-width: 560px;
}
.module.module-quote {
	text-align: center;
}
.module.module-quote p {
    margin: 0 auto;
    max-width: 560px;
}
.module.module-quote h2 {
    font-size: 40px;
    line-height: 54px;
}
.module.module-selected-case {
	text-align: center;
	padding: 0;
}
.module.module-selected-case ul.slideshow ul.slick-dots {
    bottom: -80px;
}
.module.module-selected-case ul.slideshow li.slick-slide div.content {
    width: 100%;
	height: 790px;
    display: inline-block;
    position: relative;
    border-bottom: 0;
}
.module.module-selected-case ul.slideshow li.slick-slide div.content img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module.module-selected-case ul.slideshow li.slick-slide div.content div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.module.module-selected-case ul.slideshow li.slick-slide div.content div h2, .module.module-selected-case ul.slideshow li.slick-slide div.content div p {
	padding: 0 40px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
}
.module.module-selected-case ul.slideshow li.slick-slide div.content div button {
	margin-top: 40px;
}
.module.module-text p img, .module.module-text h2 img, .module.module-text h3 img, .module.module-text h4 img, .module.module-text h1 img, .module.module-text-col-left p img, .module.module-text-col-left h2 img, .module.module-text-col-left h3 img, .module.module-text-col-left h4 img, .module.module-text-col-left h1 img, .module.module-text-col-right p img, .module.module-text-col-right h2 img, .module.module-text-col-right h3 img, .module.module-text-col-right h4 img, .module.module-text-col-right h1 img {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: var(--default-spacing);
}
@media (min-width: 0) and (max-width: 859px) {
	.module.module-text-col-right div.content .column:first-child {
		padding-bottom: 40px;
	}
}
.module.module-text-col-left div.content, .module.module-text-col-right div.content {
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}
.module.module-text-col-left div.content .column, .module.module-text-col-right div.content .column {
    float: left;
    width: 100%;
}
.module.module-text-col-left div.content .column:first-child, .module.module-text-col-right div.content .column:first-child {
	padding-right: 40px;
}
.module.module-text-col-left div.content .column:last-child, .module.module-text-col-right div.content .column:last-child {
	padding-left: 40px;
}
.module.module-text-col-left div.content .column img, .module.module-text-col-right div.content .column img {
	width: 100%;
	float: left;
}
.module.module-text-col-left div.content .column h2, .module.module-text-col-left div.content .column p, .module.module-text-col-right div.content .column h2, .module.module-text-col-right div.content .column p {
	text-align: left;
	margin: 0;
	width: 100%;
}
.module.module-text-col-left div.content .column h2, .module.module-text-col-right div.content .column h2 {
	font-size: 40px;
	line-height: 54px;
}
.module.module-text-col-left div.content .column.column-50, .module.module-text-col-right div.content .column.column-50 {
	width: 50%;
}
@media (min-width: 0) and (max-width: 859px) {
	.module.module-text-col-left div.content .column.column-50, .module.module-text-col-right div.content .column.column-50 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}
.module.module-process {
	padding: 0;
	cursor: move;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid var(--dark-background);
	border-bottom: 1px solid var(--dark-background);
}
.module.module-process ul {
    overflow: hidden;
}
.module.module-statistics {
	padding: 320px 40px;
}
@media (min-width: 0) and (max-width: 1219px) {
    .module.module-statistics {
		padding: 160px 40px;
	}
}
.module.module-statistics.grey-section ul.statistics li h3 {
    color: #13a264;
}
.module.module-statistics.green ul.statistics li p {
    color: var(--dark-background);
}
.module.module-statistics ul.statistics {
    width: 100%;
    text-align: center;
}
.module.module-statistics ul.statistics li {
	display: inline-block;
	width: 33%;
}
@media (min-width: 0) and (max-width: 1219px) {
	.module.module-statistics ul.statistics li {
		padding-bottom: 80px;
		width: 100%;
	}
	.module.module-statistics ul.statistics li:last-child {
		padding-bottom: 0;
	}
}
.module.module-statistics ul.statistics li h3, .module.module-statistics ul.statistics li p {
	width: 100%;
	padding-bottom: 0;
}
.module.module-statistics ul.statistics li p {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: 700;
}
.module.module-logos {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.module.module-logos ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.module.module-logos ul li {
	display: inline-block;
	width: 33.33333%;
	padding: 40px;
	vertical-align: middle;
}
@media (min-width: 0) and (max-width: 599px) {
	.module.module-logos ul li {
		width: 100%;
		padding: 0;
	}
}
@media (min-width: 600px) and (max-width: 859px) {
	.module.module-logos ul li {
		width: 50%;
	}
}
.module.module-logos ul li img {
	width: 100%;
	max-width: 200px;
}
.module.module-related {
	padding: 0;
	text-align: center;
	width: 100%;
}
.module.module-related ul {
    width: 100%;
}
.module.module-related ul li {
	padding: 160px 40px;
	display: inline-block;
	width: 50%;
	text-align: center;
}
@media (min-width: 0) and (max-width: 599px) {
	.module.module-related ul li {
		width: 100%;
	}
}
@media (min-width: 600px) and (max-width: 859px) {
	.module.module-related ul li {
		width: calc(100%);
	}
}
@media (min-width: 860px) and (max-width: 1219px) {
	.module.module-related ul li {
		width: calc(50%);
	}
}
.module.module-related ul li:last-child {
	background: #229c67;
}
.module.module-related ul li div.wrap {
	position: relative;
	display: inline-block;
	max-width: 520px;
}
.module.module-related ul li a {
	float: left;
	display: block;
	border-bottom: 0;
	border-radius: 50%;
	background-size: 100% 100%;
	background-position: center center;
	transition: background-size 0.2s ease-out;
}
html.no-touch .module.module-related ul li a:hover {
	background-size: 120% 120%;
	transition: background-size 0.2s ease-out;
}
.module.module-related ul li a img {
	float: left;
	width: 100%;
}
.module.module-related ul li a div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.module.module-related ul li a div h2, .module.module-related ul li a div p {
	padding: 0 40px;
	width: 100%;
	max-width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}
.module.module-related ul li a div h2 {
	font-size: 32px;
	line-height: 42px;
}
.module.module-share {
	text-align: center;
	width: 100%;
	padding: 0;
}
.module.module-share ul {
    width: 100%;
}
.module.module-share ul li {
	float: left;
	width: 33.33333%;
	height: 140px;
	background: var(--dark-background);
}
.module.module-share ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 40px;
	line-height: 140px;
}
.module.module-share ul li a.icon {
	border-bottom: 1px solid transparent;
	transition: background 0.2s ease-out;
}
html.no-touch .module.module-share ul li a.icon:hover {
	opacity: 1;
	background: var(--dark-background);
	border-bottom: 1px solid transparent;
	transition: background 0.2s ease-out;
}
a.icon img {
	height: 40px;
	width: auto;
	display: block;
}
.module.module-share ul li a.icon-facebook {
	background: #33599e;
}
.module.module-share ul li a.icon-twitter {
	background: #00aef3;
}
.module.module-share ul li a.icon-linkedin {
	background: #007cbc;
}
.module.module-people.module-text h2 {
	font-size: 40px;
	line-height: 54px;
}
.module.module-people {
	padding-left: 20px;
	padding-right: 20px;
}
.module.module-people div.info-content {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 880px;
}
.module.module-people div.info-content h1, .module.module-people div.info-content h2 {
	width: 100%;
	margin: 0;
}
.module.module-people div.info-content p {
	width: 100%;
	margin: 0;
	max-width: 560px;
}
.module.module-people.module-contact {
    padding-left: 40px;
    padding-right: 40px;
}
.module.module-people p {
    margin: 0 auto;
    max-width: 560px;
}
.module.module-people ul.people-list {
    width: 100%;
    padding: 40px 0 0 0;
}
.module.module-people ul.people-list.contact li {
	width: calc(33.33333% - 40px);
	display: inline-block;
	float: none;
	border: 1px solid #f5abbd;
	padding: 20px;
	margin: 0;
	margin-right: 40px;
	margin-bottom: 40px;
	vertical-align: middle;
}
@media (min-width: 0) and (max-width: 859px) {
	.module.module-people ul.people-list.contact li {
		width: 100%;
		border: 1px solid #f5abbd;
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
	}
}
.module.module-people ul.people-list.contact li div.content {
	margin: 0;
	padding: 0;
	width: 100%;
}
.module.module-people ul.people-list.contact li div.content h3, .module.module-people ul.people-list.contact li div.content p {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
html.no-touch .module.module-people ul.people-list.contact li:hover div.content {
	background-color: var(--button-color);
}
.module.module-people ul.people-list.contact li div.content {
	position: static;
}
.module.module-people ul.people-list li {
	position: relative;
	width: calc(25% - 40px);
	float: left;
	margin: 0 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
@media (min-width: 0) and (max-width: 599px) {
	.module.module-people ul.people-list li {
		width: calc(100% - 40px);
	}
}
@media (min-width: 600px) and (max-width: 859px) {
	.module.module-people ul.people-list li {
		width: calc(50% - 40px);
	}
}
@media (min-width: 860px) and (max-width: 1219px) {
	.module.module-people ul.people-list li {
		width: calc(33.33333% - 40px);
	}
}
html.no-touch .module.module-people ul.people-list li:hover img.hv {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
html.no-touch .module.module-people ul.people-list li:hover div.content {
	bottom: 0;
	transition: bottom 0.3s ease-out;
}
.module.module-people ul.people-list li img.hv {
	position: absolute;
	top: 0;
	left: 0;
	background-position: bottom left;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.module.module-people ul.people-list li img {
	width: 100%;
	float: left;
	background-size: 100%;
	background-position: top left;
	transition: background-position 0.3s ease-out;
}
html.touch .module.module-people ul.people-list li img {
	background-position: bottom left;
}
.module.module-people ul.people-list li h3, .module.module-people ul.people-list li p {
	width: 100%;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	padding: 0 20px;
	color: white;
	text-overflow: ellipsis;
	overflow: hidden;
}
.module.module-people ul.people-list li h3 a, .module.module-people ul.people-list li p a {
	color: white;
	border-color: white;
}
html.no-touch .module.module-people ul.people-list li h3 a:hover, html.no-touch .module.module-people ul.people-list li p a:hover {
	border-color: transparent;
}
.module.module-people ul.people-list li h3.spaced, .module.module-people ul.people-list li p.spaced {
	padding-bottom: 20px;
}
.module.module-people ul.people-list li div.content {
	background: transparent;
	width: calc(100%);
	position: absolute;
	left: 0;
	bottom: -70px;
	margin: 0;
	padding: 20px 0;
	transition: bottom 0.3s ease-out;
}
html.touch .module.module-people ul.people-list li div.content {
	bottom: 0;
}
.module.module-gallery {
	text-align: center;
}
@media (min-width: 0) and (max-width: 1219px) {
    .module.module-gallery {
		padding-left: 0;
		padding-right: 0;
	}
}
.module.module-gallery.grey-section ul.slick-dots button {
    background: var(--dark-background);
}
.module.module-gallery ul.gallery.slideshow {
    position: relative;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: block;
}
.module.module-gallery ul.gallery.slideshow li.slick-slide {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	display: block;
	background-size: cover;
	background-position: center center;
}
.module.module-gallery ul.gallery.slideshow li.slick-slide p.caption {
	width: 100%;
	padding: 20px;
	padding-bottom: 0;
}
.module.module-gallery ul.gallery.slideshow ul.slick-dots {
	bottom: -80px;
}
.module.module-gallery ul.gallery.slideshow button.slick-prev {
	left: -84px;
}
.module.module-gallery ul.gallery.slideshow button.slick-next {
	right: -84px;
}
.module.module-video {
	position: relative;
	padding: 0;
	background-size: cover;
	background-position: center center;
}
html.no-touch .module.module-video.playing button.play-pause {
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
.module.module-video video {
    float: left;
    width: 100%;
    height: 100%;
}
@media (min-width: 0) and (max-width: 1219px) {
	html.touch .module.module-video video {
        opacity: 0;
	}
}
.module.module-video button.play-pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: background 0.2s ease-out, opacity 0.2s ease-out;
    color: white;
}
.module.module-video button.play-pause:before {
	font-family: var(--symbol-font);
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html.no-touch .module.module-video button.play-pause:hover {
	background: transparent;
	transition: background 0.2s ease-out, opacity 0.2s ease-out;
}
.module.module-video button.play-pause:before {
	border: 3px solid white;
	border-radius: 100px;
	width: 64px;
	height: 64px;
	font-size: 50px;
	line-height: 64px;
	margin: 0;
	padding: 2px 0 2px 4px;
	text-align: center;
}
.module.module-video button.play-pause span {
	display: none;
}
.module.module-bts {
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;

}
@media (min-width: 0) and (max-width: 1024px) {
    .module.module-bts {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.module.module-bts h2, .module.module-bts p {
    text-align: center;
}
.module.module-bts p {
    margin: 0 auto;
    width: 90%;
    max-width: 880px;
}
.module.module-bts ul.slideshow {
    padding: 40px 0 0 0;
}
.module.module-bts ul.slideshow li.slick-slide {
	margin: 0 20px;
}
.module.module-bts ul.slideshow li.slick-slide.follow-us {
	background: white;
	position: relative;
	text-align: center;
}
.module.module-bts ul.slideshow li.slick-slide.follow-us a {
	height: 100%;
	width: 100%;
	border: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #2b2b2b;
	transition: background 0.2s ease-out, color 0.2s ease-out;
}
html.no-touch .module.module-bts ul.slideshow li.slick-slide.follow-us a:hover {
	border: 0;
	color: white;
	background: var(--dark-background);
	transition: background 0.2s ease-out, color 0.2s ease-out;
}
.module.module-bts ul.slideshow li.slick-slide.follow-us a div {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module-bts ul.slick-dots {
    bottom: -50px;
}
.module.module-bts ul.slick-dots li button {
	background: var(--dark-background);
}
.module.module-top, .module.module-highlight {
	text-align: center;
	padding: 0;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.module.module-top.contact h2, .module.module-highlight.contact h2 {
    padding-bottom: 15px;
}
.module.module-top.contact a, .module.module-highlight.contact a {
    border-bottom: 0;
    transition: color 0.2s ease-out;
}
html.no-touch .module.module-top.contact a:hover, html.no-touch .module.module-highlight.contact a:hover {
	border-bottom: 0;
	color: var(--dark-background);
	transition: color 0.2s ease-out;
}
.module.module-top div.video-wrapper, .module.module-highlight div.video-wrapper {
    width: 100%;
    height: 100%;
}
.module.module-top div.video-wrapper video, .module.module-highlight div.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
html.touch .module.module-top div.video-wrapper video, html.touch .module.module-highlight div.video-wrapper video {
	display: none;
}
.module.module-top div.info, .module.module-highlight div.info {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.module.module-top div.info a, .module.module-highlight div.info a {
	pointer-events: auto;
}
.module.module-top div.info h1, .module.module-highlight div.info h1 {
	padding-bottom: 0;
	font-size: 72px;
}

.slideshow {
	position: relative;
	width: 100%;
	height: 100%;
}
.slideshow button.slick-prev, .slideshow button.slick-next {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    outline: 0;
    border: 3px solid white;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0;
    margin-top: -22px;
    border-radius: 44px;
    color: white;
    background: transparent;
    transition: background .2s ease-out;
}
html.no-touch .slideshow button.slick-prev:hover, html.no-touch .slideshow button.slick-next:hover {
	background: rgba(0, 0, 0, 0.2);
	transition: background .2s ease-out;
}
section.grey-section .slideshow button.slick-prev, section.grey-section .slideshow button.slick-next {
	color: #2b2b2b;
	border-color: #2b2b2b;
}
.slideshow button.slick-prev {
    left: 40px;
}
.slideshow button.slick-prev:before {
	font-family: var(--symbol-font);
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.slideshow button.slick-prev.ig {
	left: -40px;
	margin-top: 0;
	background: #eee;
}
html.no-touch .slideshow button.slick-prev.ig:hover {
	background: #eee;
}
.slideshow button.slick-prev:before {
	width: auto !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.slideshow button.slick-next {
    right: 40px;
}
.slideshow button.slick-next.ig {
	right: -40px;
	margin-top: 0;
	background: #eee;
}
html.no-touch .slideshow button.slick-next.ig:hover {
	background: #eee;
}
.slideshow button.slick-next:before {
	font-family: var(--symbol-font);
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
.slideshow button.slick-next:before {
	width: auto !important;
	margin-right: 0.1em !important;
}
.slideshow ul.slick-dots {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.slideshow ul.slick-dots li {
	display: inline-block;
	margin-left: 10px;
	opacity: 0.35;
	transition: opacity .2s ease-out;
}
.slideshow ul.slick-dots li:first-child {
	margin-left: 0;
}
.slideshow ul.slick-dots li.slick-active {
	opacity: 1;
	transition: opacity .2s ease-out;
}
.slideshow ul.slick-dots li button {
	outline: none;
	border: none;
	background: white;
	width: 8px;
	height: 8px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 8px;
	margin: 0;
	padding: 0;
}
.slideshow .slick-list, .slideshow .slick-track {
    height: 100%;
}
.slideshow .slick-slide {
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.slideshow .slick-slide img {
	width: 100%;
}
/* Extra CSS import */
/* navbar */
header[role="banner"] {
	position: fixed;
	top: 0;
	height: 60px;
	padding-top: 20px;
	background-color: var(--dark-background);
	pointer-events: auto;
}

/* navbar */
body.logged-in header[role="banner"] {
	top: 32px;
}

header[role="banner"] h1.logo {
	top: 20px;
}

header[role="banner"] button.toggle-menu {
	top: 8px;
}

html.no-touch header[role="banner"] nav ul li a:hover {
	border-bottom: 0px solid #fff;
	transition: border .2s ease-out;
}

header[role="banner"] nav ul li a {
	text-decoration: none;
	display: block;
	pointer-events: auto;
	color: #fff;
	border: 1px solid transparent;
	transition: border .2s ease-out;
	padding:4px 8px;
}

header[role="banner"] nav ul li.active-state a {
	border: 1px solid #fff;
	transition: border-bottom .2s ease-out;
	padding: 4px 8px;
	background: white;
	color: var(--dark-background);
}

html.no-touch header[role="banner"] nav ul li a:hover {
	border: 1px solid #fff;
	transition: border .2s ease-out;
	padding: 4px 8px;
	border-radius: 3px;
}

/* people list */
.module.module-people ul.people-list li h3, .module.module-people ul.people-list li p {
	padding: 0 17px;
}

/* colorscheme */

/* Bright Gray link */
section.Bright_Gray a {
	color: #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
}

/* case related, child */
.module.module-related ul li:last-child {
	background: #1E1E1E;
}

/* contact, module background */
.module.module-people ul.people-list.contact li {
	background: #1E1E1E;
	transition: background .2s ease-out,color .2s ease-out !important;
}
.module.module-people ul.people-list.contact li:hover {
	background: var(--button-background);
	transition: background .2s ease-out,color .2s ease-out !important;
}
.module.module-people ul.people-list.contact li div.content {
	min-height: 165px;
	background: transparent;
}

.module.module-people ul.people-list.contact li:hover div.content {
	background: transparent !important;
}

/* case grid */
.module.module-grid ul.grid.list li a div h2, .module.module-grid ul.grid.list li a div p {
	color: #EDEDED;
}

/* contact h1 
article.contact h1 {
	font-size: 48px;
  line-height: 72px;
}*/
@media (min-width: 660px) {
	article.contact h1 {
		font-size: 48px;
		line-height: 72px;
	}
}

/* section contact */
article.contact section {
	padding: 60px 40px;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}

/* section about */
article.about section {
	padding: 80px 40px;
    padding-right: 40px;
    padding-left: 40px;
	overflow: hidden;
}

/* section case */
article.grid section {
	padding: 120px 40px;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}

/* section start */
article.start section {
	padding: 80px 40px;
	padding-right: 40px;
	padding-left: 40px;
	overflow: hidden;
}


#sb_instagram .sbi_photo {
	border-bottom: 1px solid transparent;
}

/* rss plugin */
.wp_rss_retriever {
	text-align:left;
}

.wp_rss_retriever_image {
	border-bottom: 1px solid transparent;
}

/* nyhetsbrev */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    width: 100%;
}
.wpcf7 p {
	/*text-align:left;*/
}
.wpcf7-submit {
	padding: 0 20px;
	line-height: 40px;
	width: 100%;
	font-size: 18px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 auto;
	width: 63.5%;
	border-radius: 5px;
}
@media screen and (max-width: 782px) {
	.wpcf7 form .wpcf7-response-output {
		margin:0 auto;
		width:100%;
	}
}

/* startpage video height */
article section.full-height {
	min-height: 500px;
	height: 50vh;
	padding: 0;
}
article.smallTop section.full-height {
	min-height: 300px;
	height: 20vh;
	padding: 0;
}
article.smallTop .centered-vertical {
	top: 60%;
}
/* startpage video height */

.module.module-people ul.people-list.contact li {
	margin: 0 20px 40px;
}
@media (min-width: 0px) and (max-width: 859px) {
	.module.module-people ul.people-list.contact li {
		margin: 0 0 40px 0;
	}
}

/* module-logos */
.module.module-logos ul {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.module.module-logos ul li {
	display: inline-block;
	width: 11%;
	padding: 20px;
	vertical-align: middle;
}
@media (min-width: 0) and (max-width: 599px) {
	.module.module-logos ul li {
		width: 33.33333%;
		padding: 20px;
	}
}
@media (min-width: 600px) and (max-width: 859px) {
	.module.module-logos ul li {
		width: 20%;
	}
}
.module.module-logos ul li img {
	width: 100%;
	max-width: 200px;
}

div#spinner {
	position: fixed;
	z-index: 4;
	width: 100%;
	height: 100%;
	/* background: url(../img/preloader.gif) center center/198px 202px no-repeat #fff;*/
	background: #fff;
}

#footer_banner img {
	width:50%;
	height:50%;
}
@media (min-width: 0px) and (max-width: 859px) {
	#footer_banner img {
		width:100%;
		height:100%;
	}
}