/*
Theme Name: Estreia
Theme URI: http://www.estreia.net
Author: ESTREIA New Media
Author URI: http://www.estreia.net
Description: Custom theme
Version: 1.0
License: Proprietary
License URI: http://www.estreia.net
Tags: Territorial Agenda 2030
Text Domain: estreia
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	height: 100%;
	font-size: 62.5%; /* helps to translate rem units to pixels */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	height: 100%;
	background-color: #1c68a6;
	font-family: 'Nunito', sans-serif;
	font-size: 1.7rem; /* 17px */
	line-height: 140%;
	color: #224364;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	transition: all 1s;
	-webkit-animation: fadein 1s;
	animation: fadein 1s;
}

body.el {
	font-family: 'M PLUS Rounded 1c' !important;
}

/* Light theme */
body.light {
	background-color: #feb811;
}

/* -- body fade transition -- */
@-webkit-keyframes fadein { from {opacity:0} to {opacity:1} }
@keyframes fadein { from {opacity:0} to {opacity:1} }

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: visible;
	clear: left;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #3f4a54;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	display: inline-block;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 100%;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 1;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}




/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/

a {
	color: #224364;
	text-decoration: none;
}

a:focus {
	/*outline: thin dotted;*/
}

a:hover,
a:active {
	color: #224364;
	outline: 0;
}




/*--------------------------------------------------------------
MISCELANEA
--------------------------------------------------------------*/

/* Accessibility style for text readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Force pointer cursor on hover */
.handCursor:hover {
	cursor: pointer !important;
}

/* Styles for selected text  */
::selection,
::-moz-selection {
    background-color: #b3d806;
}

/* Rulers */
hr {
	height: 1px;
	background-color: #505050;
	border: 0;
	margin: 15px -30px 19px -30px;
}

hr.half {
	width: calc(55% - 15px);
	margin: 15px -30px 19px -30px;
}

@media (max-width: 799px) {
	hr.half {
		width: auto;
	}
}

:focus {
	outline: none;
}




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

.el {
	font-family: 'M PLUS Rounded 1c' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	padding: 1.5rem 0 0 0;
	clear: both;
}

hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}


h5 {
}

h6 {
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

.small {
	font-size: 1.5rem;
}

.grey {
	font-size: 1.5rem;
	color: #a8adb9;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	background-color: #ebedf2;
	font-size: 2rem;
	font-style: italic;
	border-radius: 5px;
	margin: 0 0 20px 0;
	padding: 15px;
	display: table;
}

blockquote p {
	margin: 0;
}

blockquote .outerBubble {
    position: absolute;
    width: 40px;
    height: 20px;    
    bottom: -18px;
    right: 20px;
    overflow: hidden;
    z-index: 2000;
}

blockquote .innerBubble {
    position: relative;
    top: -40px;
    left: -5px;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); 
    background-color: #ebedf2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

blockquote cite {
	font-style: normal;
	font-weight: 700;
	margin-top: 2rem;
	display: block;
}

address {
	margin: 0 0 2rem;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.7rem;
	line-height: 140%;
	margin-bottom: 2rem;
	padding: 2rem;
	max-width: 100%;
	overflow: auto;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.7rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #b9bcc2;
	cursor: help;
}

mark,
ins {
	background: #b9bcc2;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}






/*--------------------------------------------------------------
ALIGNMENTS
--------------------------------------------------------------*/

.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 2rem;
}

.alignright {
	float: right;
	margin-left: 2rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}





/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
a.button {
	position: relative;
    height: 36px;
	background-color: #ffffff;
    font-size: 1.7rem;
    line-height: 35px;
	letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    padding: 0 18px;
    border-radius: 18px;
	border: 2px solid rgba(255, 255, 255, 1);
    transition: all 0.2s;
	display: inline-block;
}

a.button:hover {
	background-color: transparent;
	color: #ffffff;
}

a.button.hollowWhite {
	background-color: transparent;
	color: #ffffff;
	font-weight: 300;
	border: 2px solid rgba(255, 255, 255, 0.2);
    line-height: 34px;
}

a.button.hollowWhite:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}


/* TABS */
#intro article a.button {
	line-height: 34px;
	box-shadow: none;
    padding-right: 35px;
	border: 2px solid #e2e9f0;
}

#intro article a.button:hover {
	color: #224364;
}

#intro article a.button::after {
	position: absolute;
	top: -2px;
	right: 0;
	width: 36px;
	height: 36px;
	content: " ";
    background-image: url("media/yellow_dot.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 50%;
	transition: all 0.2s;
	overflow: hidden;
	display: inline-block;
}

#intro article a.button:hover::after {
    background-position: left center;
}





/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
	background-color: transparent;
	text-align: right;
	padding: 0 3.5vw;
	transition: all 0.2s;
	z-index: 2000;
}

.scrollHeader {
	height: 56px;
	background-color: #1c68a6;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	padding: 0;
}

/* Light theme */
.light .scrollHeader {
	background-color: #feb811;
}

#logo {
	position: absolute;
	top: 25px;
	top: max(4.5vh, 25px);
	left: 3.5vw;
	width: 413px;
	height: 140px;
	transition: all 0.2s;
	display: block;
	z-index: 3000;
	opacity: 1;
}

/* Mobile */
@media screen and ( max-width: 1365px ) {
	#logo {
		top: 60px;
		top: max(6vh, 60px);
		width: auto;
		height: 105px;
	}
}

.logoSmall {
	top: 0px !important;
	left: 0px !important;
	width: 220px !important;
	height: 56px !important;
	transition: all 0.4s;
}







/*--------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------*/

nav {
	position: absolute;
	top: 100px;
	top: max(11vh, 100px);
	right: 3.5vw;
	max-width: calc(100% - 200px);
	height: 56px;
	background-color: #1c68a6;
	border-radius: 5px 5px 0px 5px;
	transition: top 0.2s, border-radius 0.2s, background 1s;
	z-index: 2500;
	opacity: 1;
}

/* Light theme */
.light nav {
	background-color: #feb811;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav {
		height: 100px;
		width: 100%;
		max-width: 100%;
		top: 55px;
		right: 0;
		background-color: transparent !important;
	}
}

.scrollHeader nav {
	top: 0;
	right: 0;
	border-radius: 0 0 5px 5px;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.scrollHeader nav {
		height: 56px;
	}
}

nav > ul {   
	position: relative;
    top: 0px;
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul {
		top: 100px;
		right: 0px;
		background-color: #ffffff;
		text-align: left;
		padding-right: 0 !important;
	}
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.js nav ul,
.js nav ul ul,
.js nav > div > ul {
	display: block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	.js nav ul ul,
	.js nav > div > ul {
		display: none;
	}
}

nav > ul > li {
	position: relative;
	background-color: transparent;
	vertical-align: middle;
	transition: all 0.3s;
	border-radius: 5px;
	display: inline-block;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li {
		border-bottom: 1px solid #e6e9ec;
		display: block;
	}
}

/* Langs menu */
#langsMenu {
	border-right: none;
}

nav > ul > li:hover,
nav > ul > li.focus {
	background-color: #ffffff;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover,
	nav > ul > li.focus {
		background-color: transparent;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children:hover {
	border-radius: 5px 5px 0 0;
}

nav > ul > li > a {
	height: 100%;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 56px;
	letter-spacing: 1px;
	padding: 0 1.5vw;
	transition: color 0.3s;
	display: block;
}

/* Light theme */
.light nav > ul > li > a {
	color: #224364;
}

/* laptops */
@media screen and ( max-width: 1499px ) {
	nav > ul > li > a {
		padding: 0 1vw;
	}
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	nav > ul > li > a {
		font-size: 1.7rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li > a {
		height: auto !important;
		color: #224364;
		font-size: 2rem;
		line-height: 26px !important;
		padding: 15px 20px;
	}
}

/* Mobile - small smartphones */
@media screen and ( max-width: 399px ) {
	nav > ul > li > a {
		padding: 25px 60px 25px 20px;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children > a {
	padding-right: calc(1.5vw + 25px);
	background-image: url('media/top_menu_arrow.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	transition: background 0.3s, color 0.3s;
}

/* Mobile - small smartphones */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		background-image: none !important;
	}
}

/* Light theme */
.light nav > ul > li.menu-item-has-children > a {
	background-image: url('media/light/top_menu_arrow.png');
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li.menu-item-has-children > a {
		padding-right: 20px;
		background-image: none;
	}
}

/* Parent menus */
nav > ul > li.menu-item-has-children:hover > a {
	background-position: right top;
}

/* Langs menu */
#langsMenu ul > li > a {
	text-align: right;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul > li > a {
		text-align: left;
	}
}

/* Highlight menus */
nav > ul > li.current-menu-item > a {
}

nav > ul > li:hover > a,
nav > ul > li.current-menu-item:hover > a,
nav > ul > li.focus > a {
	color: #224364;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav > ul > li:hover > a,
	nav > ul > li.focus > a {
	}
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript. */
@media screen and ( max-width: 1023px ) {
	.js nav ul,
	nav .menu-item-has-children > a > .menuArrow,
	nav .page_item_has_children > a > .menuArrow,
	nav ul a > .subMenuArrow {
		display: none;
	}
}

.js nav.toggled-on > ul {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	.js nav.toggled-on > ul {
		/* make sure smartphone users can scroll through long menus */
		max-height: calc(100 - 100px);; /* Menu can occupy 100% of the screen height, minus the menu (for browsers that do not support Custom Properties bellow) */
		/* Mobile browsers as Chrome and Safari dont count with the address bar, so 100vh is not accurate and will cut the menu */
		max-height: calc(var(--vh, 1vh) * 100 - 100px); /* --vh is a Custom Propery, a js variable defined on header.php */
		overflow: auto; /* allow scroll on the menu */
		top: 120px;
	}
}

@media screen and ( max-width: 399px ) {
	.js nav.toggled-on > ul {
	  	max-height: calc(var(--vh, 1vh) * 100 - 80px); /* --vh is a Custom Propery, a js variable defined on header.php */
	}
}

/* Sub Menus */
nav ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	min-width: 100%;
	width: auto;
	background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
	border-radius: 0px 5px 5px 5px;
	padding: 15px 0 20px 0;
	margin: 0;
	overflow: hidden;
	z-index: 99999;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul {
		position: relative;
		top: 0;
		left: initial;
		background-color: transparent;
		padding: 0 0 10px 0;
		border-radius: 0px;
		z-index: 99999;
		box-shadow: none;
	}
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: 0px;
	right: initial;
}

/* Langs menu */
#langsMenu:hover > ul,
#langsMenu.focus > ul {
	right: 0px;
	left: initial;
	border-radius: 5px 0px 5px 5px;
}

nav ul ul.toggled-on {
	display: block;
}

@media screen and ( max-width: 1023px ) {
	nav ul ul.toggled-on {
		padding-top: 10px;
	}
}

nav ul ul li > a {
	position: relative;
	background-color: transparent;
	font-size: 1.9rem;
	font-weight: 300;
	text-align: left;
	white-space: nowrap;
	padding: 10px 1.5vw;
	transition: all 0.3s;
	display: block;
}

@media screen and ( max-width: 1279px ) {
	nav ul ul li > a {
		font-size: 1.7rem;
		line-height: 2.2rem;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul ul li > a {
		font-size: 2rem;
		font-weight: 300;
		white-space: normal;
		padding: 13px 20px 13px 40px;
	}
}

/* Langs submenu */
#langsMenu {
    width: 100px;
    background-image: url("media/menu_langs.png"), url('media/top_menu_arrow.png');
    background-position: 10px bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

/* Laptops */
@media screen and ( max-width: 1499px ) {
	#langsMenu {
		width: 90px;
		background-position: left bottom, right bottom;
	}
}

/* Laptops small */
@media screen and ( max-width: 1279px ) {
	#langsMenu {
		width: 75px;
		background-size: 44px auto, auto;
		background-position: left calc(100% - 7px), right bottom;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu {
		width: auto;
		background-image: none !important;
	}
}

/* Light theme */
.light #langsMenu {
    background-image: url("media/light/menu_langs.png"), url('media/light/top_menu_arrow.png');
}

#langsMenu:hover {
    background-position: 10px top, right top;
}

/* Laptops */
@media screen and ( max-width: 1499px ) {
	#langsMenu:hover {
		background-position: left top, right top;
	}
}

/* Laptops small */
@media screen and ( max-width: 1279px ) {
	#langsMenu:hover {
		background-position: left 7px, right top;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu:hover {
		background-image: none !important;
	}
}

#langsMenu > a {
    overflow: hidden;
    opacity: 0;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu > a {
		overflow: visible;
		opacity: 1;
	}
}

#langsMenu ul {
	width: 600px !important;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul {
		width: auto !important;
	}
}

#langsMenu ul li {
	width: 33.33% !important;
    float: left !important;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	#langsMenu ul li {
		width: auto !important;
		float: none !important;
	}
}

/* Short menus */
@media ( min-width: 1024px ) {
	nav ul li.short ul li > a {
		width: 400px;
		white-space: normal;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1365px ) {
	nav ul li.short ul li > a {
		width: 350px;
	}
}

@media ( min-width: 1024px ) and ( max-width: 1279px ) {
	nav ul li.short ul li > a {
		width: 300px;
	}
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	nav ul li.short ul li > a {
		width: auto;
	}
}

/* Highlight submenus */
nav ul ul li.current-menu-item > a {
	background-color: #eaf2fd;
	color: #224364;
}

nav ul ul li > a:hover {
	background-color: #edf4fa;
	color: #224364;
}

/* Menu toggle */

.menu-toggle {
	position: absolute;
	top: 40px;
	right: 40px;
	background-color: transparent;
	border: 0;
	padding: 0;
	box-shadow: none;
	text-shadow: none;
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.menu-toggle {
		top: 20px;
		right: 10px;
	}
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.scrollHeader .menu-toggle {
		top: 0;
		right: 0;
	}
}

/* Hide hamburger menu on desktop */
.js .menu-toggle,
.js .dropdown-toggle {
	display: none;
}

/* Show hamburger menu on mobile */
@media screen and ( max-width: 1023px ) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: block;
	}
}

.topMenu.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent !important;
	box-shadow: none;
}

.menu-toggle .icon-bars {
	width: 60px;
	height: 60px;
	display: block;
}

.menu-toggle .icon-close {
	width: 60px;
	height: 60px;
	display: none;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 56px;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent !important;
}

.dropdown-toggle:focus {
}

.dropdown-toggle.toggled-on .subMenuArrow {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.subMenuArrow {
	display: block !important;
    width: 50px;
	height: 56px;
    transition: all 0.2s;
}








/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

form {
	display: inline-block;
}

label {
	min-height: 50px;
    text-align: center;
    padding: 14px 10px;
	display: block;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #3f4a54;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px;
	margin: 5px 0 0 0;
	border: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	border-radius: 25px;
	display: inline-block;
}

input[type="file"] {
	padding: 10px 20px;
    line-height: 25px;
}

select {
	height: 50px;
	background-color: #ffffff;
	background-image: url('media/icon_select.png');
	background-position: calc(100% - 1vw) center;
	background-repeat: no-repeat;
	font-family: inherit; /* reset style from jQuery UI */
	font-size: 1.7rem;
	font-weight: 400;
	color: #3f4a54;
	line-height: 50px;
	text-align: center;
	vertical-align: top;
	padding: 0 25px 0 10px;
	border-radius: 25px;
	margin: 5px 0 0 0;
	border: 0;
    transition: all 0.2s;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; /* reset browser default styles */
	display: inline-block;
}

select[multiple] {
    height: 150px;
	background-image: none;
}

select:hover {
	cursor: pointer;
}

textarea {
	min-height: 120px;
	line-height: 150%;
	padding: 15px;
}

button,
input[type="button"],
input[type="submit"] {
	position: relative;
	height: 40px;
	background-color: #3f4a54;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 300;
	line-height: 40px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 25px;
	border: 0;
	border-radius: 20px;
    transition: all 0.2s;
	display: inline-block;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #7ac242 !important;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 0;
}

/* Checkboxes styles */

input[type="radio"],
input[type="checkbox"] {
	width: auto !important;
	margin-right: 0.5em;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
}

.checkboxLabel {
	position: relative;
	min-height: 25px;
    line-height: 25px;
	font-size: 1.7rem;
	font-weight: 300;
	padding: 0 0 0 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline;
	cursor: pointer;
}

/* Hide the browser's default checkbox */
.checkboxLabel input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	cursor: pointer;
	opacity: 0;
}

/* Create a custom checkbox */
.customCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: 2px solid #999aaa;
	transition: all 0.2s;
	border-radius: 3px;
}

/* When the checkbox is checked, add a background */
label input:checked ~ .customCheckbox {
	background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customCheckbox:after {
	position: absolute;
	content: "";
	display: none;
}

/* Show the checkmark when checked */
label input:checked ~ .customCheckbox:after {
	display: block;
}

/* Style the checkmark/indicator */
label .customCheckbox:after {
	top: 3px;
	left: 6px;
	width: 6px;
	height: 10px;
	border: solid #3f4a54;
	border-width: 0 3px 3px 0 !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}

.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

/* Autofill - force transparent bg on input fields */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 0s 5000s;
}

/* Placeholder text styles -- selectors need to be separate to work. */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

:-ms-input-placeholder { /* IE 10+ */
	font-size: 1.7rem;
	font-weight: 400;
	color: #999aaa !important;
}





/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/

#topSearch {
	display: inline;
}

#topSearch input[type="search"] {
	width: 120px;
	height: 56px;
	background-color: transparent;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
    padding: 1px 0 0 1.5vw;
	margin: 0;
}

.light #topSearch input[type="search"] {
    color: #224364;
}

/* laptops */
@media screen and ( max-width: 1499px ) {
	#topSearch input[type="search"] {
		width: 105px;
		padding: 1px 0 0 1vw;
	}
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"] {
		width: 90px;
		font-size: 1.7rem;
	}
}

nav > ul > li.search:hover input[type="search"],
#topSearch input[type="search"]:hover {
    color: #224364;
}

#topSearch input[type="submit"] {
    height: 56px;
    background-color: transparent;
    background-image: url("media/search.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    line-height: 56px;
	vertical-align: middle;
    padding: 0 20px;
    border-radius: 0;
}

nav > ul > li.search:hover input[type="submit"],
#topSearch:hover input[type="submit"],
#topSearch input[type="submit"]:hover {
    background-color: transparent !important;
    background-position: left top;
}

/* Placeholder text styles -- selectors need to be separate to work. */
#topSearch input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
    opacity: 1; /* Firefox */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]::placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]:-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]input[type="search"]::-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]::-webkit-input-placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]::-moz-placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
    letter-spacing: 1px;
	text-align: right;
	transition: color 0.3s;
	opacity: 1; /* by default, placeholders in Firefox have an opacity value applied to them, so lets clear that  */
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]:-moz-placeholder {
		font-size: 1.7rem;
	}
}

#topSearch input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 56px;
	text-align: right;
	transition: color 0.3s;
    letter-spacing: 1px;
}

/* Small laptops */
@media screen and ( max-width: 1279px ) {
	#topSearch input[type="search"]:-ms-input-placeholder {
		font-size: 1.7rem;
	}
}

/* Light theme */
/* Placeholder text styles -- selectors need to be separate to work. */
.light #topSearch input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]::-moz-placeholder { /* Firefox 19+ */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]:-moz-placeholder { /* Firefox 18- */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

.light #topSearch input[type="search"]:-ms-input-placeholder { /* IE 10+ */
    color: #224364 !important;
}

.light #topSearch input[type="search"]:hover:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
}





/*--------------------------------------------------------------
TOP CONTACTS
--------------------------------------------------------------*/

#topContacts {
	position: relative;
    top: 0;
	right: 0;
	width: auto;
	height: 56px;
	background-color: #ffffff;
	color: #7a8ea2;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
	padding: 0 15px 0 20px;
	display: inline-block;
	z-index: 2000;
	opacity: 1;
}

#topContacts a {
	color: #7a8ea2;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 1px;
}

#topContacts a:hover {
	color: #224364;
}

#topContacts .sep {
	color: #224364;
	font-weight: 300;
	padding: 0 20px;
}

/* Light theme */
.light #topContacts .sep {
	color: #feb811;
}

/* Mobile - below ipad normal/mini */
@media ( max-width: 1023px ) {
	#topContacts .sep:last-of-type {
		display: none;
	}
}

.scrollHeader #topContacts {
	display: none;
}





/*--------------------------------------------------------------
THEME switch
--------------------------------------------------------------*/

#formMenuSwitch {
	width: auto;
	display: inline-block;
}

.switch {
	position: relative;
	width: 40px;
	height: 20px;
	top: 4px;
	padding: 0 0 0 35px;
	min-height: auto;
	display: inline-block;
}
  
.switch input {
	width: 0;
	height: 0;
	opacity: 0;
}
  
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #e2e9f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/* Mobile */
@media screen and ( max-width: 1023px ) {
	.slider {
		border: 2px solid #edf3ff;
	}
}
  
.slider:before {
	position: absolute;
	left: 4px;
    top: 3px;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #1c68a6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
  
.light .slider:before {
	background-color: #feb811;
}
  
input:checked + .slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}









/*--------------------------------------------------------------
SHARE
--------------------------------------------------------------*/

#topContacts .sharethis-inline-share-buttons {
	text-align: right;
	white-space: nowrap;
	display: inline-block !important;
}

/* Mobile - below ipad normal/mini */
@media ( max-width: 1023px ) {
	#topContacts .sharethis-inline-share-buttons {
		display: none !important;
	}
}

.sharethis-inline-share-buttons::before {
	content: "share ";
}

@media (max-width: 599px) {
	.sharethis-inline-share-buttons::before { 
		content: "";
	}
}

#st-1 {
    text-align: right !important;
	font-family: inherit !important;
}

/* Mobile */
@media ( max-width: 799px ) {
	#st-1 {
    	text-align: center !important;
	}
}

#st-1 .st-btn {
	top: -2px !important;
	min-width: auto !important;
	vertical-align: middle !important;
	margin: 0 0.5rem !important;
	border: none !important;
}

#st-1 .st-btn:hover {
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	opacity: 1 !important;
}

#st-1 .st-btn > span {
	min-width: auto !important;
}

.st_fblike_large > span {
	bottom: 8px !important;
}

.st_facebook_large > span {
	top: 8px !important;
}

.st_twitter_large > span {
	top: 8px !important;
}

.st_linkedin_large > span {
	top: 8px !important;
}

.st_email_large > span {
	top: 8px !important;
}

#st-1 .st-total {
    color: #96a5bf !important;
    vertical-align: middle !important;
}





/*--------------------------------------------------------------
BG PAGE
--------------------------------------------------------------*/

#bgPage {
	position: absolute;
	top: 0;
	left: 0;
    background-image: url("media/bg_circles_top.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
	transition: all 1s;
	-webkit-animation: bgin forwards 1.5s;
	animation: bgin forwards 1.5s;
	z-index: 100;
}

.light #bgPage {
    background-image: url("media/light/bg_circles_top.png");
}

/* -- body fade transition -- */
@-webkit-keyframes bgin {
	from {opacity:0; width: 80vw; height: 80vh;}
	to {opacity:0.6; width: 100vw; height: 100vh;}
}
@keyframes bgin {
	from {opacity:0; width: 80vw; height: 80vh;}
	to {opacity:0.6; width: 100vw; height: 100vh;}
}





/*--------------------------------------------------------------
MAIN
--------------------------------------------------------------*/

main {
	position: absolute;
	top: 190px;
	top: max(25vh, 190px);
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 500;
}

@media ( max-width: 1023px ) {
	main {
		top: 190px;
	}
}





/*--------------------------------------------------------------
INTRO
--------------------------------------------------------------*/

#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	padding: 0 3.5vw;
	margin: 0 auto;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#container {
		flex-direction: column;
	}
}

#intro {
	width: 75%;
	max-width: 1200px;
	background-color: #ffffff;
	text-align: left;
	border-radius: 5px;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#intro {
		width: 100%;
		max-width: 100%;
	}
}

/* TABS */

#tabs {
	height: 100%;
}

#intro h1,
#intro h2 {
	font-size: 2.4rem;
    font-weight: 400;
	line-height: 130%;
	margin: 0;
	padding: 0 0 15px 0;
}

.ui-tabs .ui-tabs-nav li:first-of-type {
	min-width: 110px !important;
	background-image: none !important;
	padding-left: 25px !important;
}

#intro article {
	height: calc(100% - 64px);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
	padding-right: 250px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#intro article {
		background-size: auto 60%;
		padding-right: 50px;
	}
}





/*--------------------------------------------------------------
DOWNLOADS
--------------------------------------------------------------*/

.download {
	width: 128px;
	min-height: 120px;
	background-color: #ffffff;
	font-size: 1.5rem;
    line-height: 130%;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	transition: all 0.2s;
	display: inline-block;
}

.download::before {
	width: 60px;
	height: 60px;
	content: " ";
    background-image: url("media/downloads.png");
    background-position: center bottom;
    background-repeat: no-repeat;
	border: 2px solid #e2e9f0;
	border-radius: 50%;
	transition: all 0.2s;
	margin: 0 34px 10px 34px;
	overflow: hidden;
	display: block;
}

.download:hover::before {
    background-position: center top;
}





/*--------------------------------------------------------------
NEWS
--------------------------------------------------------------*/

#news {
	position: relative;
	width: 25%;
	max-width: 400px;
	background-color: #feb811;
	text-align: left;
	padding: 15px 0 0 0;
	border-radius: 5px;
	transition: background 0.3s;
	overflow: hidden;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 1023px ) {
	#news {
		width: 100%;
		max-width: 100%;
	}
}

/* Light theme */
.light #news {
	background-color: #1c68a6;
}

#news a.section {
	font-size: 2.1rem;
	font-weight: 700;
    line-height: 38px;
	color: #224364;
	padding: 0 15px 11px 20px;
	transition: color 0.3s;
	display: block;
}

/* Light theme */
.light #news a.section {
	color: #ffffff;
}

#news article {
    background-image: url("media/news_shadow.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
	transition: background 0.3s;
}

/* Light theme */
.light #news article {
    background-image: url("media/light/news_shadow.png");
}

#news .date {
	width: auto;
	height: 28px;
	font-size: 1.5rem;
	font-weight: 400;
    line-height: 28px;
	background-color: #ffffff;
	border-radius: 14px;
	padding: 0 14px;
	display: inline-block;
}

#news a.title {
	font-size: 1.9rem;
	font-weight: 600;
    line-height: 130%;
	color: #ffffff;
	letter-spacing: 0.5px;
	padding: 8px 0 5px 0;
	display: block;
}

#news a.title:hover {
	color: #224364;
}

/* Light theme */
.light #news a.title:hover {
	color: #feb811;
}

#news .author {
	font-size: 1.7rem;
	transition: color 0.3s;
}

/* Light theme */
.light #news .author {
    color: #62baff;
}


#news .thumb {
	position: relative;
	top: 20px;
	left: -20px;
	width: calc(100% + 40px);
	height: auto;
}

#bend {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 700;
}







/*--------------------------------------------------------------
HIGHLIGHTS
--------------------------------------------------------------*/

#highlights {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	padding: 35px 3.5vw;
	padding: max(5vh, 35px) 3.5vw;
	margin: 35px auto 0 auto;
	margin: max(5vh, 35px) auto 0 auto;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 599px ) {
	#highlights {
		flex-direction: column;
	}
}

#highlights > a {
	position: relative;
	width: 50%;
	max-width: 800px;
	height: 360px;
	background-color: #e6e9ec;
	border-radius: 5px;
	overflow: hidden;
}

/* Mobile */
@media ( max-width: 599px ) {
	#highlights > a {
		width: 100%;
	}
}

#highlights > a:first-of-type {
	width: calc(50% - 1px);
	max-width: calc(800px - 1px);
	margin-right: 1px;
}

/* Mobile */
@media ( max-width: 599px ) {
	#highlights > a:first-of-type {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

#highlights > a span {
	position: absolute;
	left: 50%;
	top: 50%;
	width: fit-content;
    max-width: 70%;
	background-color: #ffffff;
	color: #224364;
	font-size: 2.4rem;
	line-height: 30px;
	text-align: center;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 8px 23px;
	border-radius: 23px;
	display: block;
	z-index: 1500;
}

#highlights > a img {
	position: absolute;
	left: 0;
	top: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transition: all 0.2s;
	transform: none;
	z-index: 1000;
}

#highlights > a:hover img {
	transform: scale(1.2);
}





/*--------------------------------------------------------------
BOTTOM
--------------------------------------------------------------*/

footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 3.5vw 0 3.5vw;
	padding: max(3.3vh, 30px) 3.5vw 0 3.5vw;
	margin: 0 auto;
	z-index: 600;
}

#logoFooter {
	max-width: 100%;
	height: auto;
}

/* Mobile */
@media ( max-width: 799px ) {
	#logoFooter {
		width: 75%;
	}
}

#bottomContacts {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1600px;
	text-align: left;
	margin: 20px auto 0 auto;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: stretch;
	flex-wrap: nowrap;
	z-index: 600;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts {
		flex-direction: column;
	}
}

#bottomContacts > div:first-of-type {
	background-color: #1a619b;
	border-radius: 5px;
	white-space: nowrap;
	padding: 30px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts > div:first-of-type {
		text-align: center;
	}
}

/* Light theme */
.light #bottomContacts > div:first-of-type {
	background-color: #ffffff;
}

#bottomContacts > div:last-of-type {
	background-color: #1a619b;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	text-align: right;
	border-radius: 5px;
	margin-left: 1px;
	padding: 30px;
}

/* Mobile */
@media ( max-width: 799px ) {
	#bottomContacts > div:last-of-type {
		margin-top: 1px;
		margin-left: 0;
		text-align: center;
	}
}

/* Light theme */
.light #bottomContacts > div:last-of-type {
	background-color: #ffffff;
	color: #224364;
}

#bottomContacts > div:first-of-type a.button {
	margin: 5px 0;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button {
	background-color: #e6e9ec;
	border: 2px solid #e6e9ec;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button:hover {
	background-color: #ffffff;
	color: #224364;
	border: 2px solid #feb811;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button.hollowWhite {
	background-color: #ffffff;
	color: #224364;
	border: 2px solid #e6e9ec;
}

/* Light theme */
.light #bottomContacts > div:first-of-type a.button.hollowWhite:hover {
	color: #224364;
	border: 2px solid #feb811;
}







/*--------------------------------------------------------------
LEGAL
--------------------------------------------------------------*/

#legal {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 1px;
	padding: 30px 3.5vw;
	padding: max(3vh, 30px) 50px;
}

/* Light theme */
.light #legal {
	color: #224364;
}

#legal span {
	padding: 10px;
	display: inline-block;
}

#legal a {
	color: #ffffff;
	font-weight: 300;
	line-height: 34px;
	border-radius: 19px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	padding: 0 1.5rem;
	display: inline-block;
}

/* Light theme */
.light #legal a {
	color: #224364;
	border: 2px solid rgba(255, 255, 255, 0.6);
}

#legal a:hover {
	border: 2px solid rgba(255, 255, 255, 1);
}







/*--------------------------------------------------------------
COOKIE CONSENT
--------------------------------------------------------------*/

#cookieConsent {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: auto;
	background-color: #1c68a6;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	transition: all 0.2s;
	padding: 8px 20px;
	z-index: 2000;
	display: flex;
	justify-content: center;
    align-items: center;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
	opacity: 1;
}

/* Light theme */
.light #cookieConsent {
	background-color: #feb811;
	color: #224364;
}

#cookieConsent a {
	color: #ffffff;
	text-decoration: underline;
}

/* Light theme */
.light #cookieConsent a {
	color: #224364;
}

#cookieConsent a:hover {
	color: #feb811;
	text-decoration: none;
}

/* Light theme */
.light #cookieConsent a:hover {
	color: #1c68a6;
}

#cookieConsent a.button {
	color: #224364;
	font-weight: 700;
	text-decoration: none;
	margin-left: 15px;
}

#cookieConsent a.button:hover {
	color: #ffffff;
}







/*--------------------------------------------------------------
SCROLLBARS - only desktop
--------------------------------------------------------------*/

/* Firefox */
:not(.mobile) {
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
}

/* Chrome / Safari */
:not(.mobile) ::-webkit-scrollbar {
    width: 8px;
	background-color: rgba(0, 0, 0, 0);
}
 
/* Track */
:not(.mobile) ::-webkit-scrollbar-track {
	margin: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
 
/* Handle */
:not(.mobile) ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0, 0, 0, 0.2);
}

:not(.mobile) ::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.2);
}





