
/*!
Theme Name: marketize
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: marketize
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */



/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */



/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 100%;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner  {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */



/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */



/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */



/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */



/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */



/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */



/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: open-sans, sans-serif;
	font-size: 18px;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 120%;
}

p strong {
	font-weight: 600;
}




		button,
		input,
		select,
		optgroup,
		textarea {
			color: #000000;
			font-family: open-sans, sans-serif;
			font-weight: 300;
			font-size: 18px;
			line-height: 150%;
		}


		a {
			color: #007bff;
		}

		a:hover {
			color: #fb01a6;
		}




		p {
			font-size: 18px;
			line-height: 150%;
			font-weight: 300;

		}

		h2,
		h1 {
			font-size: 28px;
			margin-bottom: 20px;
		}

		.main-heading h1,
		.main-heading h2 {
			font-weight: 300;
		}

		.main-heading h1 span,
		h2 span {
			display: block;
		}

		.main-heading h1 strong,
		.main-heading h2 strong {
			font-weight: 500;
		}


		h3 {
			font-size: 20px;
			margin-bottom: 10px;
			font-weight: 600;
		}




		h4 {
			font-size: 18px;
			padding-top: 15px;
		}


		@media only screen and (min-width : 400px) {
			h2,
			h1 {
				font-size: 32px;
			}

			h3 {
				font-size: 22px;
			}
		}


		@media only screen and (min-width : 768px) {
			h2,
			h1 {
				font-size: 36px;
				margin-bottom: 40px;
			}

			h3 {
				font-size: 24px;
			}
		}

/* === BUTTONS===============================================================*/

	button {
		background: none!important;
		border: none!important;
		margin: 0!important;
		padding: 0!important;
		display: inline-block;
	}

	.button-container {
		margin: 20px 0 0 0;
	}

	.container-button {
		font-size: 18px;
		line-height: 150%;
		margin-right: 10px;
	}

	.container-button button {
		display: inline-block!important;
	}

	button > a {
		text-decoration: none!important;
	}

	a.button-style  {
		background: #00b3e6!important;
		display: inline-block;
		color: white;
		font-weight: 400;
		font-size: 18px;
		padding: 6px 30px;
		border-radius: 12px;
		min-width: 220px;
	}


	a.button-style:hover  {
		background: #00a7e1!important;
		color: white;
	}



	a span.button-state {
	display: block;
	}

	a span.button-hover-state {
	display: none;
	}

	a:hover span.button-hover-state {
	display: block;
	}

	a:hover span.button-state {
	display: none;
	}



/* === LINKS===============================================================*/
/**  Remove the gray background on active links in IE 10. */
a:link,
a {
	font-weight: 400;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}


/* === SPRITES===============================================================*/





/* === WHATS APP =====================================*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}



body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
	color: grey;
}


table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/



a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
SHOW/HIDE
--------------------------------------------------------------*/



/*--------------------------------------------------------------
GLOBAL
--------------------------------------------------------------*/

	#main {
		overflow-y: scroll;
	}


.show-desktop {
	display: none;
}


	html, body {width: auto!important; overflow-x: hidden!important}
	body { background: white; }

	#hero.logged-in{
		display:none;
	}



/* ==== row =========================================*/
.narrow-gutter .row > [class*="col-"] {
padding-right: 10px;
padding-left: 10px;
}

.narrow-gutter .row {
  margin-right: -10px;
  margin-left: -10px;
}
/* ==== COLORS =========================================*/




.dark-blue {
	background: #1f2a44;
}

.dark-blue h1,
.dark-blue h2,
.dark-blue h3,
.dark-blue h4,
.dark-blue h5,
.dark-blue h6,
.dark-blue p,
.dark-blue {
	color: white;
}

.dark-blue h3 {
	color: #70a8c1;
}

.medium-blue h3 strong,
.dark-blue h3 strong {
	font-weight: 500;
}



.dark-blue h2,
.dark-blue h3 {
	font-weight: 300;
}

.dark-blue h2 strong {
	font-weight: 600;
}

.charcoal-blue {
	background: #383d52;
}

.charcoal-blue h1,
.charcoal-blue h2,
.charcoal-blue h3,
.charcoal-blue h4,
.charcoal-blue h5,
.charcoal-blue h6,
.charcoal-blue p,
.charcoal-blue {
	color: white;
}

.medium-blue {
	background: #326295;
}

.dark-blue-tint {
	background: #2d3a59;
}

.medium-blue h1,
.medium-blue h2,
.medium-blue h3,
.medium-blue h4,
.medium-blue h5,
.medium-blue h6,
.medium-blue p,
.dark-blue-tint h1,
.dark-blue-tint h2,
.dark-blue-tint h3,
.dark-blue-tint h4,
.dark-blue-tint h5,
.dark-blue-tint h6,
.dark-blue-tint p,
.dark-blue-tint {
	color: white;
}


.light-grey {
	background: #eeefef;
}

.light-grey h1,
.light-grey h2,
.light-grey h3,
.light-grey h4,
.light-grey h5,
.light-grey h6,
.light-grey p,
.light-grey {
	color: black;
}

.clear-background {
	background: none;
}




/* ==== VIDEO =========================================*/
		.youtube-player {
			 position: relative;
			 padding-bottom: 56.25%;
			 height: 0;
			 overflow: hidden;
			 max-width: 100%;
			 background: #000;

		 }

		 .youtube-player iframe {
			 position: absolute;
			 top: 0;
			 left: 0;
			 width: 100%;
			 height: 100%;
			 z-index: 100;
			 background: transparent;
		 }

		 .youtube-player img {
			 object-fit: cover;
			 display: block;
			 left: 0;
			 bottom: 0;
			 margin: auto;
			 max-width: 100%;
			 width: 100%;
			 position: absolute;
			 right: 0;
			 top: 0;
			 border: none;
			 height: auto;
			 cursor: pointer;
			 -webkit-transition: 0.4s all;
			 -moz-transition: 0.4s all;
			 transition: 0.4s all;
		 }

		 .youtube-player img:hover {
			 -webkit-filter: brightness(75%);
		 }

		 .youtube-player .play {
			 height: 72px;
			 width: 72px;
			 left: 50%;
			 top: 50%;
			 margin-left: -36px;
			 margin-top: -36px;
			 position: absolute;
			 background: url('//i.imgur.com/TxzC70f.png') no-repeat;
			 cursor: pointer;
		 }



		 /* === CONTACT PAGE ===============================================================*/

		 	.display-contacts {
		 		padding-top: 40px;
		 	}

		 	.display-contacts ul {
		 		padding-left: 0;
		 	}

		 	.display-contacts li {
		 		list-style: none;
		 	}


		 	.display-contacts a:hover {
		 		color: #fb01a6;
		 	}

		 	.display-contacts .social-icons {
		 		margin-left: -10px;
		 		padding-top: 5px;
		 	}



		 	address p {
		 		line-height: 200%;
		 		margin-bottom: 0;
		 	}

		 	address a {
		 		text-transform: uppercase;
		 		margin-top: -10px;
		 	}


		 #location {
		   width: 100%;
		   height: 400px;
		   margin: 0;
		   padding: 0;
		   position: relative;
		 }


/* === MODAL =====================================================================*/


	.close-modal {
		display: none;
	}

	.modal-closer {
		display: inline-block;
		position: absolute;
		right: 50px;
		top: 20px;

	}

	.modal-closer a {
		color: white;
		background: #fb01a6;
		text-decoration: none;
		padding: 3px 8px;
		border-radius: 30px;
		font-weight: 600!important;
	}

	.modal-closer a:hover {
		background: black;
		text-decoration: none;
		padding: 3px 8px;
	}

	.blocker::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
	}

	.blocker {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 5000;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.75);
    text-align: center;
		padding-top: 80px;
}



.modal {
    display: none;
    vertical-align: top;
    position: relative;
    z-index: 2;
    box-sizing: border-box;

    background: white;
    padding: 25px 10px 50px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
		overflow: scroll;
}


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

	.modal {
		max-height: none;
		padding: 30px 60px;
		background-repeat: no-repeat;
				background-size: 100px auto;
				background-position: bottom 50px center;
	}
	}



div.wpforms-container-full .wpforms-form button[type="submit"] {
	background: #00b3e6!important;
	color: white!important;
	padding: 8px 20px!important;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 12px;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover  {
	background: #00a7e1!important;
	color: white!important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%!important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-weight: 400!important;
	text-align: left;
}

.form-brand {
	width: 100%;
	padding-top: 30px;
}


/* === FAQ ACCORDION =====================================*/

	.accordion {
		padding-top: 30px;
	}

	.card-header {
		padding: 0;
	}

	.card {
		background-color: none;
		background: none;
		}


	#main-accordion #faq .card {
		margin-bottom: 10px;
		border: 0;
		}


		#main-accordion #faq .card .card-header {
			box-shadow: none!important;
			background: none;
			}

			#main-accordion #faq .card .collapsing {
				background: none;
			}

			#questions-answers .btn {
				padding: 5px 10px;

			}

			.card-header a.btn:focus h3,
			.card-header a.btn:active h3,
			.card-header:hover a h3 {
				color: #fb01a6!important;
				}

			.btn:focus {
				box-shadow: none;
				}

			#main-accordion #faq .card .collapse {
				border: 0;
				}

	#main-accordion #faq .card .collapse.show {
		line-height: 30px;
		color: #222;
		}

	#questions-answers h3 {
		font-weight: 300;
		font-size: 20px;
		text-transform: none;
		font-weight: 300;
		padding-top: 5px;
		padding-bottom: 5px;
		}

	.card-body {
		transform: translateY(-12px);
		border-bottom: 1px solid #fb01a6;
		padding: 30px 10px 15px 10px;
		padding-bottom: 20px;
		}

		.card:last-child .card-body {
			border-bottom: none;
			}


	#questions-answers p {
		font-size: 18px;
		font-weight: 300;
		}

	.card-body a {
		line-height: 110%;
		margin-bottom: 15px;
		color: #1d8af4;
		}




	#main-accordion .card .card-header .btn-header-link {
		display: block;
		text-align: left;
		background: none;
		}

	#main-accordion .btn:after {
		content: "";
		background-image:url('assets/img/vector-social-sprites-white.svg');
		display: inline-block;
		height: 30px;
		width: 30px;
		background-size: contain;
		background-size: 1400px!important;
		background-position: -230px -90px !important;
		background-repeat: no-repeat!important;
		content: "";
		float: right;
		margin-top: -35px!important;
		}

		#main-accordion .btn:active:after,
		#main-accordion .btn:focus:after,
		#main-accordion .btn:hover:after {
			background-image:url('assets/img/vector-social-sprites-dark-box.svg');
			}

	#main-accordion .btn-header-link[aria-expanded="true"]::after {
		background-position: -373px -90px !important;
		background-image:url('assets/img/vector-social-sprites-dark-box.svg');
		}







/* === JOINCHAT ===============================================================*/

	.joinchat {
		bottom: 10px!important;
		right: 10px!important;
		--btn: 40px!important;
	}

	.joinchat__button {
		width: 50px!important;
		height: 50px!important;
		min-width: 50px!important;
		min-height: 50px!important;
		background: #fb01a6!important;
	}

	.joinchat__button:hover {
		background: #fb01a6!important;
	}

	.joinchat__button__open {
		border-radius: 50px;

		background-color: #1aa6a5;
		width: 50px!important;
		height: 50px!important;
		min-width: 50px!important;
		min-height: 50px!important;

	}



	.joinchat__button__sendtext  {
		width: 200px!important;
		min-width: 200px!important;
		background: #fb01a6;
		transform: translateX(-150px);
		line-height: 30px!important;
		padding: 10px 0 0 35px!important;
	}

	.joinchat__button__send {
		position: absolute;
		top: -2px;
		left: -20px;
		z-index: 20;
		transform: translate(-30px -10px);
		width: 50px!important;
		height: 50px!important;
	}

	.joinchat__tooltip {
		transform: translateY(-10px);
	}

	#CookiebotWidget {
		display: none;
	}





	/* === HERO =====================================*/


	.show-landscape {
		display: none;
		visibility: hidden;
		position: relative;
		}


	#hero {
		width: 100%;
		position: relative;
		background-color: #151c29;
		scroll-snap-align: start;
		height: auto;
		overflow: hidden;
	}







	/* === HERO MOBILE =====================================*/


	.hero-image {
		height: auto;

	}

	.hero-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}



	.show-portrait img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}

	.hero-text {
		background: #1f2a44;
		padding: 4vh 0;
	}

	.hero-heading p,
	.hero-heading h1 {
		font-size: 6.5vw;
		color: white;
		line-height: 110%;
		font-weight: 400;
	}



	.hero-heading p strong,
	.hero-heading h1 strong {
		font-weight: 600;
	}



	.hero-heading p span,
	.hero-heading h1 span {
		display: block;
	}

	.hero-descriptor p {
		color: white;
	}

	.solid-hero-text p span,
	.solid-hero-text h1 span {
		color: #70a8c1;
	}

	.multi-hero-buttons {
		position: absolute;
		left: 50%; transform: translateX(-50%);
		bottom: 20px;
		width: 90%;
		text-align: center;
	}


	.multi-hero-buttons a.button-style {
		display: inline-block;
		width: 200px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		padding: 3px 10px;
		z-index: 10;
	}

	.multi-hero-buttons a.button-style span {
		display: none;
	}

	a.page-scroll-icon {
		display: none;
	}




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



			.multi-hero-buttons {
				bottom: 40px;
			}

		}



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

		.hero-button {
			bottom: 50px;
		}

	}


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

		.hero-heading p,
		.hero-heading h1 {
			font-size: 7vw;
		}

		.half-width-featured {
		  padding: 0 50px;
		}

	}

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


		.show-portrait {
			height: 60vw;
		}

			.multi-hero-buttons {
				bottom: 80px;
			}

			.hero-heading p,
			.hero-heading h1 {
				font-size: 42px;
			}


			.section-half-padding-bottom .page-scroll-icon {
				bottom:10px;
			}





}

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






	}

/* === HERO DESKTOP ============*/
	@media only screen and (min-width : 992px) {



		.show-portrait {
			display: none;
			visibility: hidden;
			}




			.show-landscape {
				display: block;
				visibility: visible;
				overflow: hidden;
			}


			.show-landscape {
				height: 55vw;
				min-height: 500px;
			}

			.dark-hero .show-landscape {
				height: calc(55vw + 82px);
				min-height: calc(500px + 82px);
			}

			.country-page .show-landscape {
					height: calc(60vh + 82px);
				}



			.show-landscape img {
				object-fit: cover;
				object-position: center right;
				width: 100%;
				height: 100%;
				max-width: 100%;
				max-height: 100%;
				text-align: left;
			}

			.hero-text {
				position: absolute;
				top: 50%; transform: translateY(-50%);
				left: 5vw;
				width: 50%;
				text-align: left;
				z-index: 1000;
				padding: 0;
				background: none;
			}




			.hero-descriptor {
				width: 35vw;
			}



			.hero-heading p,
			.hero-heading h1 {
				font-size: 36px;
			}

			.hero-heading p span:last-child,
			.hero-heading h1 span:last-child {
				display: block;
			}

			.solid-hero-text {
				background: #1f2a44;
				width: auto;
				height: auto;
				min-width: 420px;
				min-height: 320px;
				left: 10vw;
			}



			.solid-hero-text .container {
				margin: 0;
				padding: 0;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				height: auto;
			}

			.solid-hero-text .hero-heading p,
			.solid-hero-text .hero-heading h1 {
				padding: 30px 60px 30px 40px;
			}

		.hero-gradient {
			position: absolute;
		  top: 0;
		  left: 0;
		  z-index: 5;
		  height: 100%;
		  width: 100%;
		 background-image: -moz-linear-gradient(to top, rgba(12,16,32,0)60%, rgba(12,16,32,.9)90%);
		 background-image: -webkit-linear-gradient(to top, rgba(12,16,32,0)60%, rgba(12,16,32,.9)90%);
		 background-image: -o-linear-gradient(to top, rgba(12,16,32,0)60%, rgba(12,16,32,.9)90%);
		 background-image: linear-gradient(to top, rgba(12,16,32,0)60%, rgba(12,16,32,.9)90%);
 }



			.light-hero .hero-descriptor p,
			.light-hero .hero-heading p,
			.light-hero .hero-heading h1 {
				color: black;
			}

		.light-hero	.solid-hero-text p,
		.light-hero	.solid-hero-text h1 {
					font-size: 2.6vw;
					color: white;
				}



			.multi-hero-buttons a.button-style {
				display: inline-block;
				margin: 20px 10px 0 10px;
				padding: 3px 10px;
				z-index: 10;
			}

			.multi-hero-buttons {
				bottom: 100px;
			}



	}

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

		.show-landscape {
			height: 80vh;
			min-height: 600px;
		}

		.dark-hero .show-landscape {
			height: calc(80vh + 82px);
			min-height: calc(600px + 82px);
		}

		.country-page .show-landscape {
				height: calc(60vh + 82px);
			}


		.multi-hero-buttons {
			bottom: 120px;
		}





}





/* === ANNIMATION =============*/

















/* === SLIDER =====================================*/

.slick-track {
	display: flex !important;
	margin-left: 0;
	margin-right: 0;
	}

.slick-slide {
	 height: inherit !important;
}


.slider-section {
	width: 100%;
}

.slider-container {
	width: 100%;
}

.slider-wrapper {
	padding: 0 10px;
}

.slick-slide {
	margin: 0px;
}

.slick-slide img {
	width: 100%;
}

.slider-image {
	width: 100%;
	height: 70vw;
}

.slider-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}



.slider-text h3 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.slider-text > a > h3  {
	color: black;
	font-weight: 300;
}

.slider-text > a:hover > h3 {
	color: #00b3e6!important;
}

@media only screen and (min-width : 600px) {
	.slider-wrapper {
		padding: 0 10px;
	}
}


@media only screen and (min-width : 768px) {
	.slider-container {
		max-width: calc(540px + 120px);
		margin: 0 auto;
	}
}


@media only screen and (min-width : 992px) {
	.slider-container {
		max-width: calc(85vw - 60px);
		margin: 0 auto;
	}
}

@media only screen and (min-width : 1200px) {
	.slider-container {
		max-width: calc(1240 - 60px);
		margin: 0 auto;
	}
}


	/* === custom slick styles =====================================*/
		.slickwprev-prev::before,
		.slickwprev-next::before,
		.responsive-slider .slick-prev::before,
		.responsive-slider .slick-next::before,
		.responsive-slider .slickwprev-next::before,
		.responsive-slider .slickwprev-prev::before,
		.slick-prev::before,
		.slick-next::before,
		.slickwprev-next::before,
		.slickwprev-prev::before {
		background-image:url('assets/img/vector-social-sprites-blue.svg');
		}



		.slickwprev-prev:hover::before,
		.slickwprev-next:hover::before,
		.slick-prev:hover::before,
		.slick-next:hover::before,
		.slickwprev-next:hover::before,
		.slickwprev-prev:hover::before,
		.responsive-slider .slick-prev:hover::before,
		.responsive-slider .slick-next:hover::before,
		.responsive-slider .slickwprev-next:hover::before,
		.responsive-slider .slickwprev-prev:hover::before  {
		background-image:url('assets/img/vector-social-sprites-dark-blue.svg');
		}

	.slickwprev-prev::before,
	.slickwprev-next::before,
	.slick-prev::before,
	.slick-next::before {
		content: ""!important;
		display: inline-block;
		height: 45px;
		width: 30px;
		background-size: contain;
		background-size: 1800px;
		background-repeat: no-repeat;
		background-position: -31px -112px;
	}


	.slickwprev-next::before,
	.slick-next::before {
		 background-position: -122px -112px;
	}

	.slickwprev-prev::before,
	.slickwprev-next::before,
	.slick-prev::before,
	.slick-next::before {
		opacity: 1;
	}

	.slickwprev-prev,
	.slick-prev {
		left: -50px;
		top: 50%;
	}

	.slickwprev-next,
	.slick-next {
		right: -50px;
		top: 50%;
	}

	.slickwprev-prev::before,
	.slick-prev::before {
		 margin-left:15px;
	}

.slickwprev-next::before,
	.slick-next::before {
		 margin-left:-15px;
	}

	button.slickwprev-next,
	button.slickwprev-prev,
	button.slick-next,
	button.slick-prev {
		width: 50px!important;
		height: 50px!important;
	}

	/* === REVIEWS SLIDER PRO =====================================*/

		.desktop-rewiews {
			display: none;
		}
		span.wprevpro_t2_DIV_title,
		p span.wprevpro_t1_DIV_title {
			font-weight: 400!important;
		}

		.slickwprev-slide p {
			width: 100%!important;
			font-family: open-sans, sans-serif!important;
		}

		.wprev_preview_bg1_T5,
		.wprev_preview_bg1_T2 {
			border-bottom: none!important;
		}

		.dark-blue .wpforms-confirmation-container-full,
		.dark-blue .wprev_preview_bg1_T2 {
			background: #1f2a44!important;
		}

		.charcoal-blue .wprev_preview_bg1_T2 {
			background: #414142!important;
		}

		.charcoal-blue .wpforms-confirmation-container-full,
		.charcoal-blue  .wprev_preview_bg1_T2 {
			background: #383d52!important;
		}



		.dark-blue-tint .wpforms-confirmation-container-full,
		.dark-blue-tint  .wprev_preview_bg1_T2 {
			background: #2d3a59!important;
		}

		.wpforms-confirmation-container-full {
			border: none!important;
		}

		.dark-blue .wprev_preview_tcolor2_T2,
		.dark-blue .wprev_preview_tcolor1_T2,
		.charcoal-blue .wprev_preview_tcolor2_T2,
		.charcoal-blue .wprev_preview_tcolor1_T2,
		.dark-blue-tint .wprev_preview_tcolor2_T2,
		.dark-blue-tint .wprev_preview_tcolor1_T2 {
			color: white!important;
		}


		div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type="date"], .wp-core-ui div.wpforms-container-full input[type="datetime"], .wp-core-ui div.wpforms-container-full input[type="datetime-local"], .wp-core-ui div.wpforms-container-full input[type="email"], .wp-core-ui div.wpforms-container-full input[type="month"], .wp-core-ui div.wpforms-container-full input[type="number"], .wp-core-ui div.wpforms-container-full input[type="password"], .wp-core-ui div.wpforms-container-full input[type="range"], .wp-core-ui div.wpforms-container-full input[type="search"], .wp-core-ui div.wpforms-container-full input[type="tel"], .wp-core-ui div.wpforms-container-full input[type="text"], .wp-core-ui div.wpforms-container-full input[type="time"], .wp-core-ui div.wpforms-container-full input[type="url"], .wp-core-ui div.wpforms-container-full input[type="week"], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	  background-color: #2c3e5a!important;
	  background-clip: padding-box;
	  border-radius: 0!important;
	  color: white!important;
	  border-width: none;

	  font-size: 18px!important;
	  line-height: 100%;
	  box-shadow: none;
	  transition: border 0.15s, box-shadow 0.15s;
	}

	.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
   color: #eeefef !important;
}

.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #eeefef !important;
   opacity: 1 !important;
}

.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #eeefef !important;
   opacity: 1 !important;
}

.wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #eeefef !important;
}

.wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
   color: #eeefef !important;
}

.wpforms-container ::placeholder {
   color: #eeefef !important;
}


		#review-generator {
			width: 100%;
			position: relative;

		}

		.single-block-review,
		.double-block-review {
			position: relative;
		}

		.single-block-review:first-child {
			  text-align: center;
			}

			.thumbs-up-message  p:first-child {
				text-transform: uppercase;
				font-size: 26px;
			}

			.thumbs-up-message  p:nth-child(2) {
				font-size: 22px;
			}

			.double-block-review:first-child {
				text-align: center;
			}

		.review-icon {
			padding: 20px 0;
		}

		.review-icon img {
			width: 250px;
			height: auto;
		}



		.thumb-icons {
			width: 100%;
			position: relative;
		}

		.thumbs-icon {
			display: inline-block;
			padding-top: 20px;
			width: 45%;
			max-width: 140px;
		}

		.thumbs-icon img {
			height: auto;
		}

		.thumbs-down-message,
		.thumbs-up-message {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}



		.google-icon img {
			width: 130px;
			height: auto;

		}


		.google-review-icon {
			width: 100%;
			text-align: center;
			padding-top: 20px;
			width: 100%;
			margin: auto;
		}

		.google-review-star-icon img {
			padding-top: 20px;
			padding-bottom: 40px;
			width: 220px;
		}

				/* === INCREASE BOOSTRAP GUTTER ==========*/

		.row {
		    margin-right: -60px;  /* Adjust to half of the gutter width you want */
		    margin-left: -60px;   /* Adjust to half of the gutter width you want */
		}

		.row > .col,
		.row > [class*="col-"] {
		    padding-right: 60px; /* Adjust for desired gutter width */
		    padding-left: 60px;  /* Adjust for desired gutter width */
		}

		/* === CONTAINER WIDTH ==========*/

	.container-main {
		padding-left: 20px;
		padding-right: 20px;
		}

@media only screen and (min-width : 360px) {
	.container-main {
		padding-left: 40px;
		padding-right: 40px;
		}
}

@media only screen and (min-width : 992px) {
	.container-main {
		max-width: 85vw;
		}
}

		/* === PADDING  AND MARGINS ==========*/

		.pt-spacer {
			padding-top: 30px;
		}

		.padding-top {
			padding-top: 60px;
		}

		.padding-bottom {
			padding-bottom: 60px;
		}

		.para-padding-top,
		.half-padding-top {
			padding-top: 30px;
		}

		.para-padding-bottom,
		.half-padding-bottom {
			padding-bottom: 30px;
		}

		.row {
			row-gap: 30px;
		}

		.row-eq-height {
		  display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display:         flex;
		}

		@media only screen and (min-width : 768px) {
			.padding-top {
				padding-top: 100px;
			}

			.padding-bottom {
				padding-bottom: 100px;
			}

			.half-padding-top {
				padding-top: 60px;
			}

			.half-padding-bottom {
				padding-bottom: 60px;
			}
		}

		/* === end padding ==========*/

	/* === SECTION GENERATOR =====================================*/

	.columns-section {
		width: 100%;
		position: relative;
		clear: both;
	}

	.section-column {
		display: flex;
		flex-direction: column;
	}



	.column-text.image-bottom {
		order: 0;
	}

	.column-image.image-bottom {
		order: 1;
	}

	.column-button  {
		order: 2;
		margin-top: 20px;
	}



	.column-image {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.column-image img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}


	.blocks-section {
		width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}

	.blocks-section .image-bottom .container {
		display: flex;
		flex-direction: column;
	}

	.image-bottom .block-text {
	order : 0;
	}

	.image-bottom .block-image {
	order : 1;
	}

	.image-bottom .block-button {
	order : 2;
	}






	.fourth-page-block,
	.third-page-block,
	.half-page-block {
		position: relative;
		flex: 1;
		flex: 0 0 100%;
	}



	.block-background-img,
	.section-background-img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.block-background-img img,
	.section-background-img img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.block-image {
		width: 100%;
	}

	.block-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.text-image .column-image {
		margin-bottom: 20px;
	}

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

		.fourth-page-block,
		.half-page-block {
			-ms-flex: 0 0 50%;
		  flex: 0 0 50%;
		  max-width: 50%;
		}

		.third-page-block {
			-ms-flex: 0 0 33.333%;
		  flex: 0 0 33.333%;
		  max-width: 33.333%;
		}


	}

		@media only screen and (min-width : 992px) {
			.fourth-page-block {
				-ms-flex: 0 0 25%;
			  flex: 0 0 25%;
			  max-width: 25%;
			}
		}

		/* === SECTION GENERATOR CUSTOM CLASSES=====================================*/

		@media only screen and (min-width : 768px) {
			.divider-2col	.row-eq-height > .col-md-6:nth-child(odd) {
					border-right: 1px solid white;
			}
		}

		.count-columns {
		    counter-reset: section-counter;
		}

		/* Increment the counter for each .section-column */
		.count-columns .section-column::before {
    counter-increment: section-counter;
    content: counter(section-counter); /* Display only the number */

    /* Styling for the circular appearance */
    display: inline-flex; /* Center the text within the circle */
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%; /* Makes the element circular */
    background: #383d52;
    color: white; /* Text color for contrast */
    font-size: 22px; /* Text size */
    font-weight: 400;
    /* Positioning and spacing */
    margin-bottom: 20px; /* Space below the circle */
}

.count-columns.medium-blue .section-column::before,
 .count-columns.dark-blue .section-column::before {
	background: #70a8c1!important;
}

.square-to-wide-image {
	height: 100vw;
	max-height: 550px;
}

.our-clients .column-image img {
	height: auto;
	width: 100%;
}

.our-clients .column-image {
	height: auto!important;
}

#main {
  counter-reset: section-counter;
}

/* Increment and style the number for each section with .count-section */
.count-section .col-section-main-heading::before {
  counter-increment: section-counter;
  content: counter(section-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #70a8c1;
  color: white;
  font-size: 22px;
  font-weight: 400;
	text-align: center;
  margin-right: 10px; /* Adds spacing between the circle and the heading */
	margin-bottom: 20px;
}

.count-section .col-section-main-heading {
	margin-bottom: 10px;
}

.count-section h3 {
	color: white;
	font-weight: 600;
	font-size: 22px;
		margin-bottom: 20px;
}

.count-section h4 {
	color: #70a8c1;
	font-weight: 400;
	font-size: 22px;
}

		@media only screen and (min-width : 768px) {
			.count-section h3 {
				font-size: 27px;
			}
			.count-section h4 {
				font-size: 24px;
			}

			.count-section h3,
			.count-section .col-section-main-heading::before {
				display: inline-block;
			}

			.count-section .col-section-main-heading::before {
					margin-bottom: 0;
					padding-top: 4px;
			}

			.count-section h3 {
				padding-top: 13px;
			}
		}

.light-blue-left-rule .column-text {
	border-left: 1px solid #70a8c1;
	padding-left: 15px;
	height: 100%;
}

.light-blue-left-rule .section-column {
	height: 100%;
}

.light-blue-left-rule .column-text h4,
.light-blue-left-rule .column-text p {
	margin: 0;
	padding: 0;
}

.light-blue-left-rule .column-text h4 {
	margin-bottom: 10px;
}

@media only screen and (min-width : 768px) {
	.light-blue-left-rule .section-column {
		padding-left: 20px;
	}
}

@media only screen and (min-width : 992px) {
	.light-blue-left-rule .column-text {
padding-left:30px;
	}
}

/* === TEAM =====================================*/

.team-section {
	position: relative;
}

.team-colour-strip {
	position: absolute;
	width: 100%;
	height: 130px;
	background:  #326295;
	top: 0;
	left: 0;
}


.team-image {
	height: 250px;
	overflow: hidden;
}

.team-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;

}

.team-text {
	padding: 40px 0 0 0;
}

.team-text h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.team-linked-in {
	width: 54px;
	padding-top: 6px;
	height: 56px;
}

.team-contacts,
.team-linked-in {
	display: inline-block;
		vertical-align: top;
}

.team-contacts {
		height: 62px;
}



.team-member .social-icon::before {
	background-color: #383d52;
	background-image: url('assets/img/vector-social-sprites-white.svg');
	width: 44px;
	height: 44px;
	border-radius: 30px;
	background-size: 1400px;
	background-position: -571px -13px;
}



.team-contacts p {
	margin: 0;
}

.team-contacts a {
	color: black;
}

.team-contacts a:hover {
	color: #00b3e6;
}



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


	.team-image {
		height: 250px;
	}
	.team-text {
		padding: 40px;
		background: #eeefef;
		height: 100%;
	}



	.team-section .row {
	  margin-right: -10px; /* Negative margin to offset the column padding */
	  margin-left: -10px;  /* Negative margin to offset the column padding */
	}



}

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

	.team-image {
		height: 300px;
	}


}

/* === JOB PAGE =====================================*/

.slider-wrapper {
	height: 100%;
}

	.job-wrapper {
		position: relative;
		background: #eeefef;
		width: 100%;
		height: 100%;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding-top: 45px;
		padding-bottom: 90px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.job-wrapper .slider-text h3 {
		padding-bottom: 10px;
		font-size: 22px;
		font-weight: 600;
	}

	.job-wrapper .slider-text p {
		font-size: 16px;
	}



	.country-tag {
		position: absolute;
		top: 0;
		left: 0;
		height: 44px;
		width: 100%;
		background-image: linear-gradient(to right, rgba(12,16,32,1)0%, rgba(50,98,149,1)100%);
		z-index: 10;
		border-top-left-radius: 15px;
		padding: 10px 20px;
	}


	.country-tag p {
		color: white;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 16px;
	}

	.city-tag {
		margin-top: 10px;
	}



	.job-slider-button {
		position: absolute;
		bottom: 30px;
		left: 15px;
	}

	.job-slider-button a.button-style {
		min-width: inherit;
	}


/* === SINGLE JOB =====================================*/

.job-details {
	width: 100%;
}

.job-details .col-sm-12 strong {
	display: block;
}

.job-detail {
	padding-bottom: 15px;
	border-bottom: 1px solid black;
}

.job-details .row > .col-sm-12:last-child .job-detail {
    padding-bottom: 0;
    border-bottom: none;
}


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


	.job-wrapper {
		padding-top: 55px;
		padding-right: 25px;
		padding-left: 25px;
	}

	.job-slider-button {
		left: 25px;
	}
}

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

	.country-tag {
		width: auto;
	}
	.city-tag {
		position: absolute;
		top: 0;
		right: 0;
		height: 44px;
		width: auto;
				z-index: 10;
		border-top-left-radius: 15px;
		padding: 10px 20px;
		margin-top: 0;
	}

	.job-wrapper {
		padding-right: 35px;
		padding-left: 35px;
	}

	.job-slider-button {
		left: 35px;
	}


}


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

	.job-details .row > .col-sm-12:nth-child(7) .job-detail {
	    padding-bottom: 0;
	    border-bottom: none;
	}




}

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

	.job-detail {
		padding-bottom: 0;
    border-bottom: none;
	}

	.job-details {
		width: 90vw;
		margin: auto;
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

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

	.job-details {
		width: 1180px;
	}

}

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

	.job-details {
		width: 1250px;
	}

}

/* === DEFAULT =====================================*/
	.intro-blox-column {
		padding-top: 50px;
	}

	/* === INTRO CONTENT =====================================*/

#intro-section {
	position: relative;
	height: 100%;
}

.intro-col {
	height: 100%;

}

.intro-image {
	width: 100%;
	height: 100%;
}

.intro-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}





/* ==== CONTAINER IMAGE CLASSES =========================================*/
/* ==== SQUARE IMAGES =========================================*/
.square-img .intro-image,
.square-img .block-image {
	height: calc(100vw - 40px);
}

.square-img .column-image {
	height: calc(100vw - 80px);
}


.square-img .slider-image {
	border: 5px solid red;
	height: calc(100vw - 140px);
}

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

	.square-img .intro-image,
	.square-img .block-image  {
		height: calc(100vw - 80px);
		max-height: calc(540px - 80px);
	}


	}

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

		.square-img .slider-image {
			height: calc(100vw - 220px);
		}

		}

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

			.square-img .slider-image {
				height: 480px;
			}

			.square-img.screen-break-1222 .slider-image {
				height: 460px;
			}

			.square-img .column-image {
				max-height: calc(540px - 80px);
			}

			}


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

		.square-img .intro-image {
			height: calc(100vw - 80px);
			max-height: calc(720px - 80px);
		}


		 .square-img .half-page-block .block-image,
		 .square-img .fourth-page-block .block-image {
			height: calc( 50vw - 80px);
			max-height: none;
		}

		.square-img .third-page-block .block-image {
		 height: calc( 33.333vw - 80px);
		 max-height: none;
		}


		.square-img .slider-image {
			height: 315px;
		}

		.square-img.screen-break-1222 .slider-image {
			height: 310px;
		}


		.square-img .column-image {
			height: calc((750px / 2) - 80px);
			max-height: none;
		}

		}



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

			.square-img .intro-image {
		    height: 100%;
		    max-height: none;
		  }

			.square-img .fourth-page-block .block-image {
			 height: calc( 25vw - 80px);
			 max-height: none;
			}



			.square-img.screen-break-2222 .slider-image,
			.square-img.screen-break-1222 .slider-image {
				height: calc( calc(85vw / 2 ) - 50px );
			}

			.square-img.screen-break-1233 .slider-image {
				height: calc( calc(85vw / 3 ) - 40px );
			}

			.square-img.screen-break-1244 .slider-image {
				height: calc( calc(85vw / 4 ) - 40px );
			}

			.square-img.screen-break-1222 .column-image,
			.square-img.screen-break-2222 .column-image {
				height: calc((85vw / 2) - 80px);
				max-height: none;
			}

			.square-img.screen-break-1234 .column-image,
			.square-img.screen-break-1233 .column-image {
				height: calc((85vw / 3) - 60px);
				max-height: none;
			}

			.square-img.screen-break-1244 .column-image {
				height: calc((85vw / 4) - 60px);
				max-height: none;
			}

			}



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



				.square-img .slider-image {
					height: calc( calc(85vw - 90px) / 4);
				}

				.square-img.screen-break-1222 .slider-image {
					height: calc( calc(85vw - 95px) / 2);
				}

				.square-img.screen-break-1233 .slider-image {
					height: calc( calc(85vw / 3 ) - 40px );
				}

				.square-img.screen-break-1234 .column-image {
					height: calc((85vw / 4) - 60px);
					max-height: none;
				}

				}

/* ==== LANDSCAPE IMAGES =========================================*/
				.landscape-img .column-image,
				.landscape-img .intro-image,
				.landscape-img .block-image {
					height: calc(70vw - 40px);
				}


				.landscape-img .slider-image {
					border: 5px solid red;
					height: 37vw;
				}

				@media only screen and (min-width : 360px) {
					.landscape-img .column-image,
					.landscape-img .intro-image,
					.landscape-img .block-image {
							height: calc(62vw - 40px);
					}


					}

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



			}

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

				.landscape-img .column-image,
				.landscape-img .intro-image,
				.landscape-img .block-image {
					height: calc(62vw - 80px);
				}

				.landscape-img .column-image {
					max-height: calc(540px - 80px);
				}

				.landscape-img .slider-image {
					height: 50vw;
				}

				.landscape-img.screen-break-2222 .slider-image {
					height: 25vw;
				}

				}


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

			.landscape-img.screen-break-1244 .column-image,
			.landscape-img.screen-break-1234 .column-image,
			.landscape-img.screen-break-1233 .column-image,
			.landscape-img.screen-break-1222 .column-image,
			.landscape-img.screen-break-2222 .column-image {
				height: 27vw;
			}

			.landscape-img .third-page-block .block-image {
			 height: calc( 33.333vw - 80px);
			 max-height: none;
			}


			.landscape-img.screen-break-1244 .slider-image,
			.landscape-img.screen-break-1234 .slider-image,
			.landscape-img.screen-break-1233 .slider-image,
			.landscape-img.screen-break-2222 .slider-image,
			.landscape-img.screen-break-1222 .slider-image {
				height: 27vw;
			}


			}



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

				.landscape-img .intro-image {
			    height: 25vw;
			    max-height: none;
			  }

				.landscape-img .fourth-page-block .block-image {
				 height: calc( 25vw - 80px);
				 max-height: none;
				}

				.landscape-img.screen-break-1222 .column-image,
				.landscape-img.screen-break-2222 .column-image {
					height: 25vw;
				}

				.landscape-img.screen-break-1234 .column-image,
				.landscape-img.screen-break-1233 .column-image {
					height: 17vw;
				}

				.landscape-img.screen-break-1244 .column-image {
					height: 13vw;
				}

				.landscape-img.screen-break-2222 .slider-image,
				.landscape-img.screen-break-1222 .slider-image {
					height: 27vw;
				}

				.landscape-img.screen-break-1234 .slider-image,
				.landscape-img.screen-break-1233 .slider-image {
					height: 18vw;
				}

				.landscape-img.screen-break-1244 .slider-image {
					height: 13vw;
				}


				}


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

					.landscape-img.screen-break-1234 .column-image,
					.landscape-img.screen-break-1244 .column-image {
						height: 12vw;
					}

					.landscape-img.screen-break-1234 .slider-image,
					.landscape-img.screen-break-1244 .slider-image {
						height: 13vw;
					}

					}

					/* ==== PORTRAIT IMAGES =========================================*/
						.portrait-img .column-image,
						.portrait-img .intro-image,
						.portrait-img .block-image {
							height: 118vw;
						}

						.portrait-img.screen-break-2222 .column-image {
							height: 44vw;
						}


						.portrait-img .slider-image {
							border: 5px solid red;
							height: 75vw;
						}

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

							.portrait-img.screen-break-2222 .column-image {
								height: 46vw;
							}

							.portrait-img .slider-image {
								height: 85vw;
							}


							}

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

						.portrait-img .slider-image {
							height: 75vw;
						}

						.portrait-img .column-image,
						.portrait-img .intro-image,
						.portrait-img .block-image {
							height: 95vw;
							max-height: 550px;
						}

					}

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

						.portrait-img .column-image,
						.portrait-img .intro-image,
						.portrait-img .block-image {
							height: 85vw;
							max-height: 550px;
						}

						.portrait-img.screen-break-2222 .column-image {
							height: 42vw;
							max-height: 260px;
						}



						}


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

					.portrait-img.screen-break-1244 .column-image,
					.portrait-img.screen-break-1234 .column-image,
					.portrait-img.screen-break-1233 .column-image,
					.portrait-img.screen-break-1222 .column-image,
					.portrait-img.screen-break-2222 .column-image {
						height: 44vw;
						max-height: 360px;
					}



					.portrait-img.screen-break-1244 .slider-image,
					.portrait-img.screen-break-1234 .slider-image,
					.portrait-img.screen-break-1233 .slider-image,
					.portrait-img.screen-break-1222 .slider-image,
					.portrait-img.screen-break-2222 .slider-image  {
						height: 45vw;
						max-height: 380px;
					}






					}



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

						.portrait-img .intro-image {
					    height: 25vw;
					    max-height: none;
					  }

						.portrait-img.screen-break-1234 .slider-image,
						.portrait-img.screen-break-1233 .slider-image {
							height: 32vw;
							max-height: 370px;
						}

						.portrait-img.screen-break-1244 .slider-image {
							height: 22vw;
							max-height: 370px;

						}


						.portrait-img.screen-break-1222 .column-image,
						.portrait-img.screen-break-2222 .column-image {
							height: 44vw;
							max-height: 440px;
						}

						.portrait-img.screen-break-1234 .column-image,
						.portrait-img.screen-break-1233 .column-image {
							height: 30vw;
							max-height: none;
						}

						.portrait-img.screen-break-1244 .column-image {
							height: 23vw;
							max-height: none;
						}


						}


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

							.portrait-img.screen-break-1234 .column-image,
							.portrait-img.screen-break-1244 .column-image {
					height: 22vw;
							}

							.portrait-img.screen-break-1222 .column-image,
							.portrait-img.screen-break-2222 .column-image {
								height: 50vw;
								max-height: 70vh;
							}

							.portrait-img.screen-break-1234 .slider-image,
							.portrait-img.screen-break-1244 .slider-image {
					height: 22vw;
							}

							}




/* ==== SERVICE PAGES =========================================*/

/* ==== BLOG =========================================*/

.index-page h2 {
	text-transform: uppercase;
	padding-top: 0;
}

.ra-blog-heading h2 {
	padding-top: 0;
	padding-bottom: 30px;
}


.index-page .featured-tab h2 {
	font-weight: 300;
}

.sign-up-image {
	padding: 50px;
}

.signup-message h3 {
	font-size: 56px;
}

.sign-up-text {
	height: 100%;
	position: relative;
	margin-top: auto;
	padding-bottom: 50px;
}


 h3.blog-link {
	padding-top: 10px;
}

 .blog-button {
	 min-width: 130px;
	 padding: 8px 0;
 }



.featured-tab {
	margin-top: 30px;
}






#fa-blog-header {
	opacity: .4;
}

#featured-article {
	position: relative;
}

#featured-article #fa-blog-header h2 {
	font-weight: 300;
	margin-top: 10px;
}

.featured-content h3 {
	font-size: 36px;
}






/* ==== SINGLE BLOG =========================================*/


	.single-intro-image {
		height: 80vw;
	}

	.single-intro-image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}


	.author {
		padding-top: 20px;
	}

	.blog-intro-feature p{
		font-weight: 400;
	}



	.norm_row {
		width: 100%!important;
	}

	.signup-message h4 {
		padding-top: 30px;
		text-transform: uppercase;
	}

	@media only screen and (min-width : 600px) {
		.single-intro-image {
			height: 70vw;
			max-height: 60vh;
		}
	}

	/* === ARCHIVE =====================================*/

	.archive-page {
		padding-bottom: 100px;
	}

	.archive-page h1 {
		padding-bottom: 30px;
	}

	.archive-breadcrumb p {
		text-transform: uppercase;
	}

	.archive-blog-nav a {
		font-weight: 300;
		text-transform: uppercase;
	}




/* === SITEMAP PAGE =====================================*/




	/* === FOOTER =====================================*/

#footer {
	position: relative;
	width: 100%;
	padding: 100px 0 100px 0;
	min-height: calc(100vh - 82px);
}

#footer .row {
	row-gap: 40px;
}




#footer p {
	font-size: 18px;
}


.scroll-up  {
	position: absolute;
	top:30px;
	left: 50%; transform: translateX(-50%);
	z-index: 5;
	z-index: 10;
}

#footer ul {
	margin-top: 20px;
	padding-bottom: 20px;
}

#footer .footer-contacts ul {
	border-bottom: none;
}



#footer #contact-nav ul {
	border-bottom: none;
}

#footer li {
	color: #707977!important;
	list-style: none;
	margin-left: -20px;
	padding-bottom: 10px;
	width: 100%;
}

	#footer .footer-contacts li {
		margin-left: -40px;
		padding-bottom: 0;
		margin-top: -10px;
		margin-bottom: 10px;
	}

	.social-icons {
		padding-top: 20px;
	}

#footer a {
	text-decoration: none;
	font-weight: 300;
	color: white;
}


#footer a:hover {
	color: #70a8c1;
}

.footer-icon img,
.footer-icon p {
	display: inline-block;
}

.footer-icon p {
	display: inline-block;
  padding: 20px 0 20px 20px;
	transform: translateY(5px);
}

	li.social-icons > a {
		display: inline-block;
		width: 35px;
		height: 35px;
		margin-right: 5px;
	}




	#menu-social-1 li {
		display: inline-block;
		width: 62px;
	}


	.imprint-box {
		position: absolute;
		bottom: 5vw;
		width: 100%;
	}



	.imprint a {
		font-size: 16px;
		width: 100%;
		font-weight: 300;
		padding-bottom: 30px;
			color: #70a8c1!important;
	}



@media only screen and (min-width : 768px) {
	.footer-text {
		padding-left: 20px;
		border-left: .5px solid #70a8c1;
	}
}




/* === MEDIA 480 ===============================================================*/

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




	.slick-prev::before {
		 margin-left:0;
	}

	.slick-next::before {
		 margin-left:0;
	}

	.slickwprev-prev::before {
		 margin-left:-25px;
	}

	.slickwprev-next::before {
			 margin-left: 25px;
		}


}


/* === MEDIA 600 ===============================================================*/
@media only screen and (min-width : 600px) {





		.slickwprev-prev::before {
			 margin-left:-40px;
		}

		.slickwprev-next::before {
				 margin-left: 40px;
			}

}





/* === MEDIA 768 ===============================================================*/

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




}


/* === MEDIA 992 ===============================================================*/

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




  }

	/* === MEDIA 1200 ===============================================================*/
	@media only screen and (min-width : 1200px) {






  }

/* === MEDIA 1300 ===============================================================*/
@media only screen and (min-width : 1300px) {



	.slickwprev-prev::before {
		 margin-left:-10px;
	}

	.slickwprev-next::before {
			 margin-left: 10px;
		}
}


		/* === MEDIA 1400 ===============================================================*/
		@media only screen and (min-width : 1400px) {



			.slickwprev-prev::before {
				 margin-left:-60px;
			}

		.slickwprev-next::before {
				 margin-left: 60px;
			}

	    }

			/* === MEDIA 1500 ===============================================================*/
			@media only screen and (min-width : 1500px) {


		    }









					/* === SCREEN SIZE ===============================================================*/
					.screen-size {
						position: fixed;
						bottom: 20px;
						left: 0;
						background: #383738;
						z-index: 5000;
						padding: 2px 10px 0 ;
						height: 24px;
					}

					.screen-size p  {
						color: white;
						font-size: 10px;
					}




				.iphone-5 {
					position: absolute;
					left: 0;
					top: 366px;
					width: 100%;
					height: 50px;
					border-top: 1px solid yellow;
					border-bottom:1px solid yellow;
					z-index: 5000;
				}

				.iphone-12 {
					position: absolute;
					left: 0;
					top: 610px;
					width: 100%;
					border-top: 1px solid yellow;
					z-index: 5000;
				}



				@media only screen and (min-width : 360px) { .iphone-12  { display: block; }
					.iphone-5 { display: none; }	}

					@media only screen and (min-width : 319px) {
					.size320, .size480,	.size600, .size768, .size992, .size1200, .size1300, .size1400 { display: none; }	}

					@media only screen and (min-width : 320px) { .size320 { display: inline; }
					.size480,	.size600, .size768, .size992, .size1200, .size1300, .size1400 { display: none; }	}

					@media only screen and (min-width : 480px) { .size480 { display: inline; }
					.size320,	.size600, .size768, .size992, .size1200, .size1300, .size1400 { display: none; }	}

					@media only screen and (min-width : 600px) { .size600 { display: inline; }
					.size320,	.iphone-12, .size480, .size768, .size992, .size1200, .size1300, .size1400 { display: none; }	}

					@media only screen and (min-width : 768px) { .size768 { display: inline; }
					.size320,	.size480, .size600, .size992, .size1200, .size1300, .size1400 {	display: none; }	}

					@media only screen and (min-width : 992px) { .size992 { display: inline; }
						.size320,	.size480, .size600, .size768, .size1200, .size1300, .size1400 {	display: none; }	}

					@media only screen and (min-width : 1200px) { .size1200 { display: inline; }
					.size320, .size480, .size600, .size768, .size992, .size1300, .size1400 {	display: none; }	}

					@media only screen and (min-width : 1300px) { .size1300 { display: inline; }
							.size320,	.size480, .size600, .size768, .size992, .size1200, .size1400 {	display: none; }	}

					@media only screen and (min-width : 1400px) { .size1400 { display: inline; }
						.size320,	.size480, .size600, .size768, .size992, .size1200, .size1300 {	display: none; }	}

						.iphone-5,
						.iphone-12 {
							display: none;
						}

						.screen-size {
							display: none;
						}

						.logged-in .screen-size {
							display: block;
						}

						.logged-in  .contact-menu {
					    top: 32px;
					  }

						/* === SOCIAL NAV ===============================================================*/

						.social-menu {
							position: absolute;
							right: 0;
							top: 5px;
							z-index: 2000;
							width: 120px;
							height: auto;
							margin: 0 10px 0 0;
  					padding: 0;
						}

						.social-menu li {
							display: inline-block;

						  width: 35px;
						  height: 35px;


						}


						/* Apply the background image once in the main .social-icon class */
						.social-icon::before {
						    content: "";
						    background-image: url('assets/img/vector-social-sprites-dark-blue.svg');
						    display: inline-block;
						    height: 29px;
						    width: 29px;
						    background-size: 1000px; /* Adjust to sprite sheet width */
						    background-repeat: no-repeat;
								background-color: white;
								border-radius: 20px;
						}

						.social-icon:hover::before{
							background-image: url('assets/img/vector-social-sprites-blue.svg');

						}

						/* Specific background positions for each social icon */
						.facebook-icon::before {
						    background-position: -309px -8px;
						}

						.instagram-icon::before {
						    background-position: -360px -10px
						}

						.linkedin-icon::before {
						    background-position: -409px -10px;
						}

						.twitter-icon::before {
						    background-position: -648px -8px;
						}

						.youtube-icon::before {
						    background-position: -718px -8px;
						}

						.pinterest-icon::before {
						    background-position: -787px -8px;
						}

						.telephone-icon::before {
						    background-position: -259px -4px;
						}

						.mobile-icon::before {
						    background-position: -208px -4px;
						}

						.email-icon::before {
						    background-position: -158px -4px;
						}

						/* === NAV MOBILE ===============================================================*/



						#site-header {
							width: 100%;
							height: 82px;
							position: fixed;
							z-index: 2000;
								padding: 0;
						}


						#primary {
							margin-top: 82px;
						}




						.navbar {
							width: 100%;
							height: 82px;
							position: relative;
							background: #1f2a44;
						}



						.navbar > .container {
							display: flex;
							display: block;
						}



						.main-logo {
							margin-left: 20px;
							display: inline-block;
						}

						.main-logo img {
								height: 57px;
								width: auto;
								max-width: none;
								margin-top: 3px;
								}

								.main-logo a:hover img {
										opacity: .8;
										}

	.contact-menu {
		margin-top: 30px;
		}

	.contact-menu a {
		background: #00b3e6;
		border-radius: 12px;
		padding: 5px 30px;
		}

.navbar ul li.contact-menu a:hover,
	.contact-menu a:hover {
		background: #00a7e1;
		color: white;!important;
		}

						.nav {
						    display: block;
						    -ms-flex-wrap: wrap;
						    flex-wrap: wrap;
						    padding-left: 0;
						    margin-bottom: 0;
						    list-style: none;
							}




							.navbar-collapse ul li a {
									color:  white;
									font-weight: 400;
									font-size: 22px;
									line-height: 180%;
									font-style: normal;
									}



							.navbar ul li a:hover {
								color: #70a8c1;
							}


							/* === Remove caret ====*/
							.dropdown-toggle:after { content: none }



							.dropdown-menu.depth1 {
								display: block;
								position: relative;
								float: none;
								background: none;
							}






						@media only screen and (max-width : 991px) {
							.navbar-collapse {
							    position: absolute;
							    background:  #1f2a44;
							    width: 100%;
							    padding: 50px 0;
							    border: 0;
							    margin-top: 0;
							    height: auto;
							    left: 0;
							    top: 71px;
							    z-index: 2000;
									width: 100vw;
									left: 50%;
									margin-left: -50vw;
									border-bottom: 1px solid #01a89b;
							    }

									.navbar-collapse ul.navbar-nav {
										padding: 0 40px;
										max-width: 720px;
										margin: auto;
										border: none;
									}

							.dropdown-menu.depth0 {
							    display: block;
									position: relative;
									float: none;
									background: none;
							}



							.extended-menu a.dropdown-toggle {
								color: grey;
								cursor: default;
							}

							.extended-menu a.dropdown-toggle:hover {
								color: grey;
							}

							.top-level-menu {
								margin-top: 30px;
							}

						}

						@media only screen and (max-width : 600px) {
							.navbar-collapse ul.navbar-nav {
								padding: 0 40px;
								max-width: 540px;
							}
						}

						@media only screen and (max-width : 360px) {
							.navbar-collapse ul.navbar-nav {
								width: 100%;

								padding: 0 20px;
							}
						}





						/* === HAMBURGER ICON =============*/

						.navbar-toggler {

						  border: none;
						  background: transparent !important;
							transform: translateY(12px);
						}


						.navbar-toggler:focus {
						  outline: none;
						  background: transparent !important;
						}

						.navbar-toggler .icon-bar {
						  background-color: #00a7e1;
						  transform: rotate(0deg) translate(0px, 0px);
						  transition: ease all .2s;
						}

						.navbar-toggler .icon-bar {
						  display: block;
						  width: 38px;
						  height: 2px;
						  border-radius: 1px;
						}

						.navbar-toggler .icon-bar+.icon-bar {
						  margin-top: 12px;
						}



						.icon-bar:nth-child(2) {

						  transition: ease all .2s;
						}



						.navbar-toggler.active .icon-bar:nth-child(1) {
						  transform: rotate(45deg) translate(5px, 15px);
						  transition: ease all .2s;
						}

						.navbar-toggler.active .icon-bar:nth-child(2) {
						  opacity: 0;
						  transition: ease all .2s;
						}

						.navbar-toggler.active .icon-bar:nth-child(3) {
						  transform: rotate(-45deg) translate(5px, -15px);
						  transition: ease all .2s;
						}


@media only screen and (min-width : 360px) {
	.navbar-expand-lg > .container {
		padding-left: 40px!important;
		padding-right: 40px!important;
	}


}

@media only screen and (min-width : 400px) {
	.main-logo {
		position: absolute;
		padding-right: 50px;
		top: 50%;
left: 50%;
transform: translate(-50%, -50%);
	}
}

@media only screen and (min-width : 480px) {
	.navbar-expand-lg > .container {
		padding-left: 45px!important;
		padding-right: 45px!important;
	}
}

@media only screen and (min-width : 600px) {
	.navbar-expand-lg > .container {

		max-width: 540px;
	}
}



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

			.navbar-expand-lg > .container {
				max-width: 720px;
			}
}






						/* === NAV EXPAND ON DESKTOP AT MEDIA 992 =================*/


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


							#primary {
								margin-top: 82px;
							}


							#primary.page-with-hero {
								margin-top: 0;
							}

							.offset-hero {
								margin-top: 81px;
							}


							.navbar.hero-nav {
								background: none;
							}


							.navbar.hero-nav.light-header {
								background: #1f2a44;
							}

							.hero-nav.solid-nav {
								background: #1f2a44;
							}
							.navbar-expand-lg > .container {
								max-width: 85vw;
							}
							.navbar > .container {
								display: flex;
							}

							.mobile-menu {
								display: none;
							}

							.main-logo {
								margin-left: 0;
								position: relative;
								display: block;
								padding-right: 0;
								transform: none;
								left: 0;
								top: 0;
							}



							.contact-button {
								top:0;
							}

							.contact-menu {
								margin-top: 0;
								}

							.contact-menu a {
								border-radius: 0;
								border-bottom-left-radius: 12px;
								}

								.navbar ul li.contact-menu {
										padding-top: 0;
										line-height: 44px;
										}


							.social-menu {
								right: 60px;

							}

							.social-menu li {
								padding-right: 20px;
							}

							/* === top-level-menu ====*/
							.navbar-collapse {
								text-align: center;
								z-index: 1000;
								flex-grow: none;

							}

							.navbar-expand-lg .navbar-collapse {
								padding-left: 80px;
							}

							.contact-button {
								margin-left: 44px;
							}


							#menu-primary-menu {
								margin:auto;
								transform: translateX(40px);
							}

							.navbar ul {
								height: 82px;
							}


							.navbar ul li {
								line-height: 20px;
								width: 130px;
								padding-top: 40px;
							}

							.navbar ul li:hover a {
								color: #70a8c1;
							}

							.navbar-collapse ul li a {

								line-height: 18px;
							}






							.navbar ul li.extended-menu a {
								padding: 50px 20px 10px 20px;
							}




							.navbar ul li.extended-menu a:hover,
							.navbar ul li.extended-menu a:active,
							.navbar ul li.extended-menu:hover a {
								color: white!important;
							}

							.navbar ul li.extended-menu.show,
							.navbar ul li.extended-menu:hover,
							.navbar ul li.extended-menu:active,
							.navbar ul li.extended-menu:focus {
								background: #b3c234;
								color: white!important;
							}

							.contact-menu {
								position: fixed;
								top: 0;
								right: 0;
							}



							.navbar ul li.contact-menu:hover a {
								background: #00a7e1;
								color: white;!important;
							}

							/* === SINGLDROPDOWN =================*/

							.depth0 {
									position: relative;
							    background: #1f2a44;
							    padding: 0 ;
							    border: 0;
									border-radius: 0;
							    z-index: 0;
									width: 160px;
									margin-left: -10px;
									margin-top:0;
							}


								.navbar ul ul {
									height: auto;
								}

								 ul.depth0 li {
							    line-height: 20px;
							    width: 130px;
							    padding: 15px 20px;
									width:100%;
									vertical-align: top;
							  }
								ul.depth0 li:hover {
								 background: #00b3e6;
							 }



								.navbar ul ul li a {
									padding: 0!important;
									text-transform: none;
									color: white!important;
									font-size: 20px;
									line-height: 20px;
									padding: 10px 0!important;
								}

								.navbar ul li.extended-menu:hover ul a:hover {
									color: black!important;
								}


.show-desktop { display: block; }
.show-mobile { display: none!important; }

}

@media only screen and (min-width : 1200px) {
	.navbar-expand-lg > .container {
	max-width: 1140px;
	}
}

@media only screen and (min-width : 1200px) {
	.navbar-expand-lg > .container {
	max-width: 1140px;
	}
}

@media only screen and (min-width : 1200px) {
	.navbar-expand-lg > .container {
		max-width: 85vw;
	}
}
