/
* { outline: none; }

body, html {
	background-color:rgb(229, 229, 229);
	letter-spacing: 0.03em;
	min-width: 320px;
	font: normal 14px/1.50em Verdana,Arial,Helvetica, sans-serif;
	color: #333;
	min-height: 60px;
}

.pl {
	padding-left: 50px;
	padding-top: 25px;
}

div#overlay {
	display: none;
}

/* #################### FORMAT ### */

a {
	text-decoration: underline; color: #333;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;
	-ms-transition: color 400ms;
	transition: color 400ms;
}
a:hover { color: #63003c; }

h1, h2, h3, h4 ,h5 {
	font-weight: normal;
	color: #333;
}

strong { font-weight: normal; color: #63003c; }

h1, h2 {
	font-size: 22px;
	margin: 0 0 0.5em 0; padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 18px;
	margin: 1em 0 0.5em 0;
	color: #63003c;
}

p { margin: 0 0 0.8em 0; }
	#content p { text-align: justify; }

hr {
	border-width: 1px 0 0 0; border-style: dotted; border-color: #666; border-color: rgba(0,0,0,0.33);
	margin: 0.5em 0;
	clear: both;
}

img, a img { border: 0; }

span.spacer { display: block; width: 65px; float: left; }

div.clear { clear: both; }

.hidden { display: none; }

.nobr { white-space: nowrap; }

.uk-description-list-horizontal > dt {
    width: 120px;
    float:left;
}
.uk-description-list-horizontal > dd {
    margin-left: 140px;
    margin-bottom: 10px;
}

/* #################### /FORMAT ### */

/* #################### HEADER ### */

#header {
	width: 100%; 
	min-height: 150px;
	clear: both;
	padding: 0;
	background: #FFF;
	position: relative; z-index: 5;
}

.logoheight {
	height:150px;
}


/* #################### NAVIGATION ### */

.navigation-right {
	background-color: #64003c;
	color: #fff;
}

.navigation-right a,
.navigation-right strong {
	color: #fff;
}
.navigation-right strong {
	font-weight: bold;
}

.uk-navbar {
  background: transparent;
  color: #444;
}

ul#navigation {
	padding: 0; margin: 55px 0 0 0px;
	list-style-type: none;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 50%;
}

ul#navigation>li {
	width: auto; float: left;
	margin: 0;
	padding: 0;
}

ul#navigation>li>a {
	color: #FFF;
	text-decoration: none;
}

ul#navigation>li.active>a,
ul#navigation>li>a:hover,
ul#navigation>li:hover>a {
	text-decoration: underline;
	cursor: pointer;
}

ul#navigation ul {
	list-style: none;
	background: #efefef;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	line-height: 1.8em;
}
	ul#navigation li#nav-team ul { margin-left: -52px; }

	ul#navigation ul a {
		text-decoration: none;
		color: #666;
		white-space: nowrap;
	}
		ul#navigation ul a:hover,
		ul#navigation ul li.active a { color: #903; }

ul#navigation i {
	color: #fff;
	font-size: 20px;
}

ul#navigation > li.uk-active > a, 
ul#navigation > li > a:hover, 
ul#navigation > li:hover > a 
ul#navigation li:hover > a,
ul#navigation li > a:focus,
ul#navigation li.uk-open > a

{
	background-color: transparent;
}

ul#navigation > li.uk-parent > a {
  padding-right: 27px;
  position: relative;
}

ul#navigation > li.uk-parent > a::after {
  color: #fff;
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
}

.uk-dropdown {
	padding: 0;
	width: auto;
	background: transparent !important;
}

.uk-nav-dropdown > li > a:focus, 
.uk-nav-dropdown > li > a:hover {
  background: #eee;
}
#navigation-toggle {
position: absolute;
  color: #63003c;
  font-size: 30px;
  height: 30px;
  line-height: 28px;
  width: 40px;
  text-align: center;
  top:60px;
  left:10px;
}

/* Mobile */

.uk-offcanvas-bar {
	background-color: #63003c;
}

.uk-offcanvas-bar > ul > li {
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: #ccc;
	border-style: solid;
	font-size: 22px;
}

.uk-offcanvas-bar h2 {
	color: #fff;
	font-size: 20px;
}

.uk-offcanvas .uk-panel-title {
  color: #fff;
  font-size: 16px;
}

.uk-nav-offcanvas > li > a {
  color: #fff;
  font-size: 18px;
}

.uk-offcanvas-bar .uk-nav-sub {
	font-size: 18px;
	line-height: 18px;
}
.uk-offcanvas-bar .uk-nav-sub li{
	margin-bottom: 15px;
}

/* #################### /NAVIGATION ### */

#footer  {
	/* background: url(../images/bg-shadow_bottom.png) 0 0 repeat-x; */
	background-color: #fff;
}
.largewidth {
	width: 80%;
}

.scrolling {
	height: calc(100vh - 265px);
	overflow-y: auto;
	scroll-behavior: smooth;
}

.bg {
	background-color: #ccc;
}
.fullbg {
	display: block;
}
img.right {
	max-height: 420px;
	width: 100%;
	object-fit: contain;
  object-position: right top;
}

/*Responsive: Large*/
@media (max-width: 1300px) {
	.largewidth {
		width: calc(100% - 100px);
	}
}

/*Responsive: Medium-Large*/
@media (max-width: 960px) {
	#header {
	  min-height: 100px;
	}
	#navigation-toggle {
	  top: 36px;
	}
	.logoheight {
		height:100px;
	}
	.logo {
		width: 300px;
	}
	ul#navigation {
		margin-top: 15px;
	}
	.scrolling {
		height: auto;
		overflow-y: auto;
		scroll-behavior: smooth;
	}
	#footer .uk-text-right {
	  text-align: left !important;
	}
}

/*Responsive: Medium*/
@media (max-width: 600px) {
	.largewidth {
		width: calc(100% - 50px);
	}
	.pl {
		padding-left: 20px;
		padding-top: 0px;
	}
	#footer .uk-text-right {
	  text-align: left !important;
	}
	#footer .uk-margin-large-left {
		margin-left:20px !important;
	}

	.uk-description-list-horizontal > dt {
    width: auto;
    float: none;
  }
.uk-description-list-horizontal > dd {
    margin-left: auto;
  }

}

/*Responsive: Small*/
@media (max-width: 480px) {
	.logo {
		width: 250px;
	}
	#logo .uk-margin-large-right {
		margin-right: 20px !important;
	}
}