/* Wraps
-------------------------------------------------- */

.wrap {
	width: 100%;
	position: relative;
	padding: 85px 0 70px;
	background-color: #fff;
	z-index: 1;
}
.wrap.header {
	position: fixed;
	top: 0;
	padding: 20px 0;
	z-index: 100;
	background: rgba(35,74,89,0.0);
	transition: background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	box-sizing: border-box;
	display: flex;
}
	.noHeader .wrap.header {
	}
	.wrap.header.shadow,
	.noHeader .wrap.header.shadow {
		background: rgba(35,74,89,0.9);
	}

.wrap.breadcrumb {
	background: #4189a6;
	padding: 9px 0 11px;
	z-index: 2;
	text-align: center
}
.mapHolder {
	padding: 0;
}
.wrap.content.light {
	background: #cfdedd;
	color: #234a59;
}
article.wrap:nth-of-type(1) {
	z-index: 6;
}
article.wrap:nth-of-type(2) {
	z-index: 5;
}
article.wrap:nth-of-type(3) {
	z-index: 4;
}
.wrap.content div.triangle {
	position: absolute;
	bottom: -23px;
	left: calc(50% - 30px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 30px 0 30px;
	border-color: #fff transparent transparent transparent;
}
	.wrap.content.light div.triangle {
		border-color: #cfdedd transparent transparent transparent;
	}
	.wrap.content.light hr {
		border-color: #9eb1b2;
	}
.wrap.map {
	padding: 0;
}
.wrap.footer {
	background: transparent;
}
#luxy {
	position: relative;
	z-index: 2;
	pointer-events: none;
}
#luxy * {
	pointer-events: all;
}
.mainImg {
	height: 100vh;
	min-height: 550px;
	background: #234a59;
	background-size: cover !important;
	background-position: center !important;
	box-sizing: border-box;
	position: relative;
}
	.mainImg.title {
		height: 60vh;
	}
.mainImg .overlay {
	background: rgba(0,0,0,0.0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}
.mainImg .vBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
.mainImg .vBg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fadeIn 5s;
}
.mainImg .container {
	z-index: 3;
	height: 100%;
}
.mainImg .columns {
	position: relative;
    bottom: 0;
	box-sizing: border-box
}
.mainImg :not(.button) {
	color: #fff;
}
#slideText {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mainImg h1,
.mainImg p {
	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), transform 2s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mainImg h1 {
	margin-bottom: 1.2rem;
}
.wrap.luxy-el.strip {
	min-height: auto;
	height: 131px;
	padding: 0;
	background: transparent;
	background-size: cover !important;
	background-position: center !important;
}
	.wrap.luxy-el.strip .container {
		height: 100%;
	}
	.wrap.luxy-el.strip a {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 10px 15px;
		font-size: 1em;
		text-transform: uppercase;
		background: #ffffff;
	}
	.wrap.luxy-el.strip a:hover {
		color: #fff;
		background: #234a59;
	}

.bgBlack {
	background: #111;
}
.invert * {
	color: #fff !important;
}
	.invert a p.icon::after,	
	.invert p.icon a::after,
	.invert p.icon.left a::before {
		filter: brightness(5);
	}
.bgWhite {
	background: #fff;
}
#instagram {
	position: relative;
    z-index: 10;
}


/* Header
-------------------------------------------------- */

#logo {
	flex: 1;
	padding-left: 25px;
	position: absolute;
	z-index: 500;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
#logo a {
	display: block;
	width: 162px;
	height: 180px;
	float: left;
    border-bottom: none;
	transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	/*-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);*/
}
#logo .logo {
	display: block;
    float: left;
	width: 162px;
	height: 180px;
	transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#logo.menuShowing {
	opacity: 0;
}
#miniLogo {
	display: flex;
	flex: 1 1 100px;
	align-self: flex-start;
	align-items: center;
	margin-left: 82px;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	.wrap.header.shadow #miniLogo,
	.noHeader .wrap.header.shadow #miniLogo {
		opacity: 1;
	}
#miniLogo a {
	display: flex;
	flex: 1;
	align-items: center;
	background: none;
}
#miniLogo img {
	width: 85px;
	height: auto;
}
#menu {
	flex: 1 1 calc(100% - 130px);
	align-self: flex-end;
	margin-right: 30px;
	height: 91px;
	position: relative;
	z-index: 2;
	}
	#menu ul.linklist {
		position: absolute;
		top: -20px;
		right: 0;
		padding: 8px 0 0 10px;
		margin: 0 !important;
		background: #234a59;
	}
		#menu ul.linklist::before {
			content: '';
			position: absolute;
			top: 0;
			left: -60px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 60px 47px 0;
			border-color: transparent #234a59 transparent transparent;
		}
	#menu ul.linklist li {
		display: inline-block;
		margin-right: 15px;
	}
		#menu ul.linklist li:last-child {
			margin-right: 20px;
		}
	#menu ul.linklist li a {
		font-size: 0.9rem;
		color: #fff;
	}
		#menu ul.linklist li::before {
			width: 16px;
			height: 16px;
			margin-top: 7px;
			margin-left: -24px;
			filter: brightness(0) invert(1);
		}

#menuOverlay {
	height: 100%;
	width: 100%;
	position:fixed;
	left: -9999px;
	top: 0;
	background:rgba(25,53,64,0.95);
	z-index:1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	pointer-events: none;
	overflow-y: scroll;
}
#menuOverlay .container {
	height: 100%;
}
#menuOverlay.showing {
	opacity: 1;
	left: 0;
	pointer-events: visible;
}
	#menuOverlay ul.linklist {
		margin-left: 20px !important;
	}
	#menuOverlay ul.linklist li a {
		font-size: 0.9rem;
		color: #fff;
	}

	#menuOverlay ul.linklist li::before {
		filter: brightness(0) invert(1);
	}

/* burger */

.hamburger {
	position: absolute;
	right: 0;
	bottom: 6px;
	height: 28px;
	padding: 0;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	opacity: 1;
}
.hamburger:active,
.hamburger:focus {
	outline: none;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #bfcecd;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	background-color: #fff;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Breadcrumb
-------------------------------------------------- */
	
.breadcrumb ul, .breadcrumb li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	font-size: 0.8em;
	text-transform: uppercase;
	display: inline-block;
	margin: 0;
	color: #fff;
}
.breadcrumb li span.divider,
.breadcrumb li a {
	color: #a7ddf2;
}
.breadcrumb li a:hover {
	color: #fff;
	background: none;
	text-decoration: underline;
}


/* Map
-------------------------------------------------- */

#gMap {
	max-width: 100%;
	height: 550px;
	background: #eee;
}
		
		
/* Content
-------------------------------------------------- */

.mouse {
	max-width: 2.5rem;
	width: 100%;
	height: auto;
}

.scroll {
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	will-change: transform;
}

.scroll-link {
	position: absolute;
	bottom: 5vH;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 8000;
	background: none;
}

	.scroll-link:hover {
		background: none;
	}

@-webkit-keyframes scroll {
	0%, 20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	10% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
		opacity: 0.01;
	}
}

@keyframes scroll {
	0%, 20% {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}

	10% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
		opacity: 0.01;
	}
}

.motif {
	width: 100px;
	margin-bottom: 25px;
}

.intro {
	text-align: center;
	margin-bottom: 30px;
}
#mainContent {
	box-sizing: border-box;
}
#mainContent.alpha {
	padding-right: 60px;
}
#mainContent.omega {
	padding-left: 60px;
}

/* sub navigation */

#sideBar {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.subNav, ul.subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
    background: none;
}
ul.subNav {
	margin: 0 0 30px;
}
ul.subNav li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
ul.subNav li:last-child {
	border-bottom: none
}
ul.subNav li a {
	font-size: 1em;
	font-weight: 500;
	display: block;
	padding: 12px 30px 10px 10px;
	background: #fff;
	border-left: 1px solid #fff;
	
}
ul.subNav li a:after {
	display: block;
	content: "";
	float: right;
	background: url('../images/icons/arrow-right.svg');
	background-size: 8px 14px;
	width: 8px;
	height: 14px;
	margin-right: -15px;
	margin-top: 7px;
	transition: all 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
	ul.subNav li a:not(.selected):hover::after {
		transform: translateX(10px);
	}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	padding-left: 10px;
}
ul.subNav li a:hover {
	color: #234a59;
	background: #fff;
	padding-left: 10px;
	border-left: 10px solid #b9c5c3;
}
ul.subNav li a.selected, ul.subNav li a.selected:hover {
	padding-left: 10px;
	border-left: 10px solid #234a59;
}

	/* sub sub */
	ul.subNav li ul {
		margin: 0;
	}

	ul.subNav li li a {
		text-transform: none;
		color: #615d59;
		background: #f5f4f4;
		display: block;
		padding: 11px 0 11px 15px;
		border-bottom: 1px solid #ccc;
	}
		ul.subNav li li a:after {
			display: none;
		}
	ul.subNav li li a:hover {
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 11px 0 11px 20px;
	}
	ul.subNav li li a.selected, ul.subNav li li a.selected:hover {
		background: rgba(255,118,119,0.1);
		color: #615d59;
		padding-left: 20px;
	}
	
/* video embed */

.embedVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 0; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	/*max-width: 100%;*/
	height: auto;
}

.embedVideo iframe,
.embedVideo object,
.embedVideo embed,
.embedVideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	
/* feature */

.flexrow {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 10px;
	justify-content: center;
}
.umbraco-forms-page .flexrow {
	margin: 0;
}
.columns .flexrow {
	margin-left: 0;
	margin-right: 0;
}
.flexitem {
	display: flex;
	flex: 0 1 50%;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), background 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	position: relative;
	box-sizing: border-box;
}
.flexitem .text {
	padding: 1.5em;
	display: flex;
	flex-direction: column;
	flex: 1;
	align-self: center;
}
.flexitem.image {
	background-size: cover !important;
}
	.half .flexitem .text h2 {
		font-size: 2em;
	}	
	.flexitem p.icon {
		margin-bottom: 0;
	}

.flexitem figure {
	background: #234a59;
}
.flexitem.image figure {
	padding-bottom: 56.25%;
}
.flexitem img {
	z-index: 1;
	margin-bottom: 0;
	transition: filter 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}
	.flexitem:hover img {
		filter: grayscale(1);
		opacity: 0.5;
	}

/* split box */
.flexrow.reverse {
	flex-direction: row-reverse;
}
	.flexrow.reverse.half .flexitem .text {
		padding: 1.5em 3em 1.5em 0;
	}

	.half .flexitem.bg {
		background: rgba(35,74,89,0.06);
	}

	.half .flexitem.bg .text {
		padding: 1.5em 3em 1.5em 5em;
	}
	.flexrow.reverse.half .flexitem.bg .text {
		padding: 1.5em 5em 1.5em 3em;
	}

/* team */

.teamHolder {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
}
.flexrow.team {
	display: flex;
	flex: 0 0 calc(50% - 20px);
	gap: 0 30px;
	margin-bottom: 0;
	justify-content: flex-start;
	padding-top: 30px;
	border-top: 1px solid #cfdedd;
}
	.flexrow.team figure {
		max-width: 150px;
	}
	.flexrow.team .biog {
		flex: 1;
	}
	.flexrow.team .biog h3 {
		margin-bottom: 0;
	}
	.flexrow.team .biog p.jobTitle {
		font-size: 0.75em;
		text-transform: uppercase;
		margin-bottom: 20px;
	}


/* form + feature */
.flexrow.featureholder {
	justify-content: center;
}
form .flexrow {
	justify-content: space-between;
}
form .flexitem,
.flexitem.feature {
	flex: 0 1 calc(50% - 2em);
	box-sizing: border-box;
	margin: 1em;
}
	form .flexitem {
		flex: 0 1 calc(50% - 1em);
		flex-direction: column;
		margin: 0;
	}
	.flexrow.featureholder.three .flexitem.feature {
		flex: 0 1 calc(33.333% - 2em);
	}
.flexitem.feature a {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: stretch;
	padding: 2.5em 2em;
	color: inherit;
	text-align: center;
	border: 1px solid #9eb1b2;
}
.flexitem.feature a * {
	transition: color 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexitem.feature a:hover {
	background: #234a59;
}
.flexitem.feature a:hover * {
	color: #fff;
}
.flexitem.feature p.desc {
	margin-bottom: 0;
	font-size: 0.9em;
}
.flexitem.feature img.icon {
	width: auto;
	height: 110px;
	margin: 0 auto 1.8em;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000), filter 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000)
}
.flexitem.feature:hover img.icon {
	filter: grayscale(0) brightness(0) invert(1);
	transform: scale(1.15);
	opacity: 1;
}

/* awards */

.flexrow.awards {
	justify-content: flex-start;
	grid-gap: 5%;
	margin-top: 0;
	margin-bottom: 0;
}

.flexrow.awards figure {
	display: flex;
	flex: 0 0 18%;
	text-align: center;
	align-items: center;
}
.flexrow.awards figure img {
	width: 100%;
	max-width: 150px;
	max-height: 80px;
	margin: 1.5rem auto;
}

/* grid */
.galleryGrid,
.gridHolder {
	width: 100%;
	margin: 2em 0 2.2em;
	display: grid;
	grid-template-columns: repeat(12, minmax(0,1fr));
	justify-content: space-around;
	justify-items: center;
	grid-gap: 2rem;
	gap: 2rem;
	justify-content: center;
	justify-items: center;
	grid-auto-rows: auto;
}
form.gridHolder {
	margin: 0 0 1em;
}
.gridHolder.reverse .gridItem:nth-child(1) { order: 2; }
.gridHolder.reverse .gridItem:nth-child(2) { order: 1; }

.gridHolder.shadow {
	grid-gap: 1.5rem;
}
.gridHolder .gridHolder {
	margin: 0;
	grid-gap: 0 1.5rem;
}
.gridHolder.start {
	justify-items: flex-start;
}
.gridHolder.end {
	justify-items: flex-end;
}
.gridItem {
	grid-column: auto / span 4;
	display: flex;
	align-content: flex-start;
	width: 100%;
	transition: transform 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem.full {
	grid-column: auto / span 12;
}
.gridItem.nine {
	grid-column: auto / span 9;
}
.gridItem.eight {
	grid-column: auto / span 8;
}
.gridItem.six {
	grid-column: auto / span 6;
}
.gridItem.four {
	grid-column: auto / span 4;
}
.gridItem.three {
	grid-column: auto / span 3;
}
.gridItem.two {
	grid-column: auto / span 2;
}
.galleryGrid figure,
.gridHolder figure {
	width: 100%;
	background: #cfdedd;
	transition: opacity 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000), filter 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.gridItem.image figure {
	padding-bottom: 56.25%;
	background-size: cover;
}

.gridItem img.scale {
	margin-bottom: 0px;
}

.galleryGrid figure:hover img {
	opacity: 0.5;
	filter: grayscale(1)
}

.gridHolder a:hover figure {
	opacity: 1;
	filter: grayscale(1);
	mix-blend-mode: soft-light;
}
.gridHolder a:hover * {
	color: #fff;
}
.gridItem a {
	position: relative;
	border: none;
	flex: 1;
	perspective: 1000px;
	perspective-origin: 20% 50%
}
.gridItem .text {
	flex: 1;
	padding: 1.5em;
}
.gridItem .text * {
	transition: color 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem .text *:last-child {
	margin-bottom: 10px;
}
.gridItem p {
	font-size: 0.9em
}
.gridItem p.icon {
	align-self: end !important;
}

.gridItem figure::before {
	content: '';
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	background: url("../images/logo-wh.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: rotateY(90deg);
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.gridItem a:hover figure::before {
	transform: rotateY(0deg);
	opacity: 1;
}

/* gallery */

.galleryGrid {
	grid-gap: 20px;
	gap: 20px;
	margin: 30px 0;
}

.galleryGrid.testimonials {
	/*column-count: 2;*/
	grid-gap: 40px;
	gap: 40px;
	margin: 0;
}

.galleryGrid blockquote {
	margin: 0 0 15px;
	display: grid;
	grid-template-rows: 1fr auto;
	break-inside: avoid;
}

.galleryGrid figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	break-inside: avoid;
}

	.galleryGrid figure:hover {
		background: #242430;
	}

	.galleryGrid figure > img {
		grid-row: 1 / -1;
		grid-column: 1;
	}

.galleryGrid a::before {
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(0.8);
	transition: 0.5s cubic-bezier(0.690, -0.500, 0.260, 1.500);
}

.galleryGrid a:hover::before {
	transform: scale(1);
	opacity: 1;
}

	
/* call out box */

.callOut {
	padding: 25px 25px 0px 25px;
	margin-bottom: 20px !important;
	background: #f9f9f9;
	border: 1px solid rgba(0,0,0,0.1);
	/*border-radius: 4px;*/
	box-sizing: border-box;
}

	.callOut p, .callOut li {
		font-size: 0.9em;
	}
	.callOut ul, .callOut ol {
		margin-left: 16px;
	}

/* photoswipe image */

.enlarge img {
	transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover img {
	filter: grayscale(1) brightness(0.7);
}
.enlarge a::before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url("../images/icons/magnify.svg") no-repeat;
	background-size: cover;
	opacity: 0;
	transform: rotateY(135deg);
	transition: 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.enlarge a:hover::before {
	transform: rotateY(0deg);
	opacity: 1;
}

		
/* Footer
-------------------------------------------------- */

#goTop a {
	display: block;
	background: url('../images/icons/arrow-up.svg') 0 5px no-repeat;
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	float: right;
}

#goTop a:hover {
	background: url('../images/icons/arrow-up.svg') 0 0 no-repeat;
}

.footer li,
.footer p {
	font-size: 0.85em;
}

.footer ul, #footer li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.footer * {
	color: #fff;
}
.footer li {
	margin: 0 0 5px;
}
.footer li a,
.footer p a {
	padding: 0;
	color: #bfcecd;
	background: none;
	font-weight: 500;
}
.footer a {
	border-color: transparent;
}
.footer a:hover {
	color: #fff !important;
	border-color: transparent;
}

.footer ul.linklist li::before {
	filter: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(330%) hue-rotate(127deg) brightness(97%) contrast(89%);
}

/* social buttons */

#social, #social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#social li {
	margin-bottom: 10px;
}
#social li a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 1.5em;
	width: 20px;
	height: 20px;
	background-size: 20px 20px !important;
}
	#social li a.fb::before {
		background: url(../images/icons/i-facebook.svg)
	}
	#social li a.in::before {
		background: url(../images/icons/i-instagram.svg)
	}
	#social li a.li::before {
		background: url(../images/icons/i-linkedin.svg)
	}
	#social li a.tw::before {
		background: url(../images/icons/i-twitter.svg)
	}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1600px) {
	#slideText {
		width: 80%;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (max-width: 1279px) {
	body {
		font-size: 16px;
	}
	.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
		padding: 8px 15px;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
		padding: 9px 10px;
	}
	.insetL,
	.insetR {
		max-width: calc(50% - 20px);
		height: auto;
		display: block;
	}

	.insetL {
		float: left;
		margin: 0 30px 20px 0;
	}
	.insetR {
		float: right;
		margin: 0 0 20px 30px;
	}
	.wrap {
		padding: 70px 0 60px;
	}
	#menu {
		height: 87px;
	}
		#menu ul.linklist::before {
			left: -58px;
			border-width: 0 58px 44px 0;
			border-color: transparent #234a59 transparent transparent;
		}
	#sideBar {
		margin-top: 12px
	}
	form .flexitem {
		flex: 1 1 100%;
	}
	.flexrow.team {
		gap: 0 40px;
		margin: 0 0 20px;
	}
	.half .flexitem.bg .text {
		padding: 2em 2em 1.5em 3em;
	}
	.flexrow.reverse.half .flexitem.bg .text {
		padding: 2em 3em 1.5em 2.2em;
	}
}

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder .gridItem.four,
	.gridHolder .gridItem.six {
		grid-column: auto / span 6;
	}
	.gridHolder .gridItem.four:nth-child(3n) {
		grid-column: auto / span 12;
	}
	#mainContent.alpha {
		padding-right: 40px;
	}
	#mainContent.omega {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 959px) {
	body {
		font-size: 15px;
	}
	.button, input[type="submit"], input[type="button"], .ms-options-wrap button {
		padding: 8px 15px 7px;
	}
	hr {
		padding-top: 30px;
		margin-bottom: 50px;
		height: 0;
	}
	.wrap {
		padding: 55px 0 45px;
	}
	.accordion h2 button {
		font-size: 1.1em;
	}
	#cssmenu {
		display: none;
	}
	#menu {
		height: 84px;
	}
	#menu ul.linklist {
		top: -20px;
		right: -30px;
	}
		#menu ul.linklist::before {
			left: -58px;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 58px 42px 0;
			border-color: transparent #234a59 transparent transparent;
		}
		#menu ul.linklist li:last-child {
			margin-right: 30px;
		}
		#menu ul.linklist li::before {
			margin-top: 4px;
		}
	.hamburger {
		display: block;
	}
	#logo a,
	#logo .logo {
		width: 126px;
		height: 144px;
	}
	#miniLogo {
		margin-left: 30px;
	}
		#miniLogo img {
			width: 78px;
		}
	.wrap.luxy-el.strip {
		height: 144px;
	}
	nav.pagination {
		width: 100%;
	}
	.infogrid img {
		width: 16px !important;
	}
	.flexitem {
		flex: 0 1 calc(50% - 1px);
	}
	.feature {
		flex: 1 1 auto;
		width: calc(50% - 1.25em);
	}
	.flexitem.feature:nth-child(2n+1) a,
	.flexitem.feature:nth-child(2n) a {
		transform: none;
	}
	.flexitem.feature img.icon {
		height: 80px;
		margin-bottom: 1.5em;
	}
	.flexrow.team {
		display: flex;
		flex: 1 1 100%;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
		
	.gridItem,
	.gridItem.two,
	.gridItem.three,
	.gridItem.four,
	.gridItem.five,
	.gridItem.six,
	.gridItem.seven,
	.gridItem.eight,
	.gridItem.nine {
		grid-column: auto / span 6;
	}
	.gridHolder .gridItem.four:nth-child(3n),
	.gridItem.buttons {
		grid-column: auto / span 12;
	}
	.galleryGrid.testimonials  {
		column-count: 1;
		grid-gap: 0;
	}
	#filters form .flexrow {
		flex-direction: column;
	}
}

/* Tablet Portrait size to standard 960  */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.no-mob-all{
		display: none;
	}
	.mob-only-all {
		display: block !important;
	}
	.no-tab {
		display: none !important;
	}
	.tab-only {
		display: block !important;
	}
	#mainContent.alpha {
		padding-right: 10px;
	}
	#mainContent.omega {
		padding-left: 10px;
	}
	ul.subNav li a {
		font-size: 1.05em;
	}
	ul.subNav li a:after {
		margin-top: 6px;
	}
}

/* All Mobile Sizes  */
@media only screen and (max-width: 767px) {
	.no-mob, .no-mob-all {
		display: none !important;
	}
	.mob-only, .mob-only-all {
		display: block !important;
	}
	h1 {
		font-size: 2.1em;
	}
	h2 {
		font-size: 2.1em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.1em;
	}
	hr, hr.narrow {
		margin-right: 0;
		margin-left: 0;
	}
	hr.underTitle {
		margin-bottom: 30px;
	}
	.insetL,
	.insetR {
		max-width: 100%;
		margin: 0 0 25px;
	}
	ul.linlist
	.divider.mob-only {
		display: inline-block !important;
	}
	.wrap {
		padding: 40px 0 30px;
	}
	.wrap.header,
	.wrap.header.shadow,
	.noHeader .wrap.header.shadow {
		padding: 10px 0 10px;
	}
	#logo {
		padding-left: 10px;
	}
		#logo a,
		#logo .logo {
			width: 96px;
			height: 110px;
		}
	.wrap.luxy-el.strip {
		height: 110px;
	}
	#menu {
		height: 36px;
		margin-right: 20px;
	}
		#menu ul.linklist {
			display: none;
		}
	#miniLogo {
		margin-left: 20px;
	}
	#miniLogo img {
		width: 36px;
	}
	.hamburger {
		bottom: 3px;
	}
	.hamburger-box {
		width: 32px;
	}
	.hamburger,
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 32px;
	}
	#slideText {
		width: 100%;
	}
	.mainImg h1 {
		font-size: 2em;
	}
	.wrap.content div.triangle {
		bottom: -15px;
		left: calc(50% - 20px);
		border-width: 16px 20px 0 20px;
	}
	.wrap.content.light div.triangle {
	}
	#gMap {
		height: 450px;
		margin-bottom: 0;
	}
	#mainContent{
		padding: 0 !important;
	}
	.motif {
		width: 80px;
		margin-bottom: 20px;
	}
	#sideBar.alpha {
		margin-top: -10px;
		margin-bottom: 1.5rem;
	}
	.flexrow {
		margin: 0 0 20px;
	}
	.flexrow.half,
	.flexrow.reverse,
	form.flexrow {
		flex-direction: column;
	}
	.flexrow.reverse.half .flexitem .text,
	.flexrow.half .flexitem .text {
		padding: 1.5em 0 1.5em 0;
	}
	.flexrow.featureholder {
		margin-bottom: 1.5rem;
	}
	.flexitem.feature {
		flex: 0 1 calc(50% - 1.2em);
		margin: 0.8em 0.6em;
	}
	.flexitem.image {
		width: 100%;
	}
	.flexitem.feature a {
		padding: 2em 1.5em;
	}
	.feature::after,
	.feature::before {
		display: none;
	}
	.gridHolder {
		margin: 1.6em 0 1.8em;
		grid-gap: 1.6rem;
		gap: 1.6rem;
	}
	.gridItem .text p {
		font-size: 0.9em;
	}
	.galleryGrid  {
		column-count: 2;
	}
	
	ul.subNav {
		flex-direction: column !important;
		margin: 0;
	}
		.subNav {
			display: none;
			height: auto;
			padding: 0;
			text-align: left;
		}
			.subNav li:first-child a {
				border-top: none;
			}
	
		#sideBar a#pull,
		#sideBar a#pull:hover,
		#sideBar a#pull:active {
			display: block;
			position: relative;
			height: 44px;
			line-height: 20px;
			color: #899593;
			background: none;
			margin-bottom: 0;
			text-decoration: none;
			border: 1px solid #b9c5c3;
			box-sizing: border-box;
			padding: 10px;
		}
			#sideBar a#pull.open {
				color: #fff;
				border: 1px solid #234a59;
				background: #234a59
			}
			#sideBar a#pull:after {
				font-size: 1.2em;
				font-weight: 500;
				content: "In this section";
				display: block;
				position: relative;
				left: 0;
				top: 1px;
				background: url(../images/icons/arrow-down.svg) right center no-repeat;
				background-size: 16px 8px;
			}
			#sideBar a#pull.open:after {
				background: url(../images/icons/arrow-up.svg) right center no-repeat;
				background-size: 16px 8px;
			}
		.subNav:after {
			display: none;
		}
		ul.subNav li a{
			font-size: 1em;
			padding-top: 9px;
			padding-left: 0;
			padding-bottom: 10px;
		}
		ul.subNav li a:after {
			margin-right: -16px;
		}
		ul.subNav li a.selected {
			border-right: none;
		}
		ul.subNav li a.selected:after {
			transform: rotate(90deg);
		}
		.mouse {
			transform: rotate(180deg)
		}
}

/* Mobile Landscape Size to Tablet Portrait  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.flexrow.awards figure {
		flex: 0 0 30%;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size  */
@media only screen and (max-width: 479px) {
	.wrap:not(.footer) .twoCol {
		column-count: 1;
		column-gap: 0;
	}
	.no-mob-p {
		display: none !important;
	}
	.mob-only-p {
		display: block;
	}
	td.mob-only-p {
		display: table-cell;
	}
	label, legend, input[type="text"], input[type="password"], input[type="email"], textarea,  select {
		width: 100%
	}
	.mainImg {
		height: calc(100vH - 40px);
		min-height: 500px
	}
	.mainImg p {
		font-size: 1em;
	}
	.flexrow {
		flex-direction: column;
	}
	.flexrow.split {
		flex-direction: row;
	}
	.flexitem {
		width: 100%
	}
	.flexitem.feature {
		flex: 1;
		margin: 0 0 1.2em;
	}
	form .flexitem {
		margin: 0;
	}
	form legend {
		font-size: 1.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	.flexrow.awards {
		flex-direction: row;
	}
	.flexrow.awards figure {
		flex: 0 0 30%;
		filter: none;
		opacity: 1;
	}
	.flexrow.team figure {
		max-width: 100px;
	}
	.feature {
		flex: 1;
		width: 100%;
	}
	.gridItem {
		border-bottom: 1px solid #cfdedd;
	}
	.gridHolder .gridItem,
	.gridHolder .gridItem.two,
	.gridHolder .gridItem.three,
	.gridHolder.YY .gridItem.four,
	.gridHolder.process .gridItem.six {
		grid-column: auto / span 12;
	}
}
