<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	border-bottom-style: solid;
	border-bottom-width: 5px;
	min-height: 105px;
	/*min-width: 382px;*/
}
@media (min-width: 1080px) {
	#header {
		background-size: cover;
	}
}

#header.header-size-fixed .header-inner {
	max-width: 1340px;
	margin: 0 auto;
}

/* TITLE */
#header .header-title {
	position: relative;
	
	float: left;
	min-height: 100px;
	width: 50%;
}
#header .header-title a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 30px;
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-indent: -9999px;
	text-transform: uppercase;
	width: 200px;
}
@media (min-width: 1080px) {
	#header {
		min-height: 200px;
	}
	#header .header-title {
		min-height: 195px;
	}
	#header .header-title a {
		background-size: initial;
		width: 300px;
	}
}
/*@media (min-width: 1200px) {
	#header {
		min-height: 165px;
	}
	#header .header-title {
		min-height: 160px;
	}
	#header .header-title a {
		left: 25px;
	}
}*/

#header .nav-section {
	float: right;
	min-height: 100px;
	width: 50%;
}
@media (min-width: 1080px) {
	#header .nav-section {
		min-height: 120px;
	}
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul&gt;li {
	margin: 0;
	padding: 0;
}
#header ul&gt;li&gt;a {
	display: block;
	margin: 0;
	padding: 0;
}

#header .toggle-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

#header .items-toggle {
	background-color: transparent;
	border: 0;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	margin: 20px 0;
	margin-right: 10px;
	padding: 0 20px;
	text-shadow: 1px 1px #111;
	text-transform: uppercase;
}
#header .items-toggle:active, #header .items-toggle:focus, #header .items-toggle:hover {
	outline: 0;
}
#header .items-toggle .icon-bar-wrap {
	margin-bottom: -2px;
	margin-right: 5px;
}
#header .items-toggle .icon-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.75);
	border-left: 1px solid rgba(0, 0, 0, 0.75);
	display: block;
	width: 18px;
	height: 3px;
	border-radius: 4px;
}
#header .items-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
#header .items-toggle .icon-bar-wrap, #header .items-toggle .icon-bar-label { display: inline-block; }

#header .items-wrap {
	display: none;
	margin-top: 100px;
	margin-left: -100%;
	padding: 0px;
	z-index: 99;
}
#header .nav-section.open&gt;.items-wrap {
	display: block;
}

#header ul&gt;li&gt;a {
	border-top-style: solid;
	border-top-width: 0;
	font-weight: 700;
	line-height: 50px;
	padding: 0px 15px;
	transition: background-color .2s, color .2s;
}
#header ul.secondary-items&gt;li&gt;a {
	font-weight: 500;
}

#header ul&gt;li.dropdown&gt;a {
	background-position: 97% center;
	background-repeat: no-repeat;
}
#header ul&gt;li.dropdown.open&gt;a {
	border-bottom-style: solid;
	border-bottom-width: 0px;
}

#header .dropdown-menu {
	border: 0;
	border-radius: 0;
	margin: 0;
}
#header .dropdown-menu&gt;li&gt;a {
	border: 0;
	font-weight: 500;
	line-height: 35px;
	padding: 0 15px;
	text-overflow: ellipsis;
}

#header .nav_search {}
#header .nav_search&gt;a.dropdown-toggle {
	background-position: center;
	background-repeat: no-repeat;
	outline: 0;
	text-indent: -10000px;
	width: 54px;
}
#header .nav_search.dropdown .dropdown-menu {
	margin: 0;
	padding: 0;
}
#header .nav_search form {
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
#header .nav_search form label {
	display: none;
}
#header .nav_search form .search-input {
	background-color: transparent;
	border: 0;
	display: block;
	height: 49px;
	line-height: 49px;
	min-width: 300px;
	padding: 0 20px;
	outline: none;
	width: 100%;
}
#header .nav_search form button {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	height: 49px;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	outline: 0;
	width: 49px;
}

#header .secondary-items-wrap {}

#header .social-items {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-end;
	background: white;
}
#header .social-items .social-item {
	flex: 1;
	line-height: 28px;
}
#header .social-items .social-item.newsletter {
	flex-basis: 100%;
}
#header .social-items .social-item.newsletter i {
	vertical-align: middle;
	margin-right: 10px;
}
#header .social-items .social-item i {
	font-size: 28px;
}
#header .social-items .social-item a {
	text-align: center;
}

@media (max-width: 1079px) {
	#header .nav_search .dropdown-toggle {
		display: none;
	}
	#header .nav_search .dropdown-menu {
		position: static;
		
		display: block;
		float: none;
	}	
}
@media (min-width: 1080px) {
	#header .nav_search .dropdown-menu {
		right: 0;
		left: auto;
	}
	#header .nav_search form {
		border: 0;
	}
	#header .social-items {
		background: none;
		margin-right: 20px;
		padding: 25px 0;
		align-items: center;
	}
	#header .social-items .social-item {
		flex: none;
	}
	#header .social-items .social-item.newsletter {
		flex-basis: auto;
		border-left: 1px solid rgba(255, 255, 255, .25);
		margin-left: 10px;
		padding-left: 10px;
	}
	#header .social-items .social-item.newsletter a:hover span {
		color: inherit;
	}
	#header .social-items .social-item a {
		line-height: 1;
	}
}
@media(min-width: 1500px){
	#header .social-items .social-item.newsletter i {
        margin-right: 5px;
    }
}
@media(min-width: 1600px){
    #header .social-items .newsletter a {
        color: #fff;
    }
}

@media (max-width: 399px) {
	#header .items-toggle {
		border-left: none;
	}
	#header .items-toggle .icon-label {
		display: none;
	}
}

@media (max-width: 767px) {
	.page-home #header.has-open-menu {
		position: relative;
	}
}

@media (min-width: 768px) and (max-width: 1079px) {
	/*#header .items-toggle {
		margin-right: 10px;
	}*/
	#header .nav-section.open&gt;.items-wrap {
		position: absolute;
		top: -20px;
		right: 10px;
		
		padding: 0;
		width: 300px;
	}
	#header ul&gt;li.dropdown&gt;a {
		background-position: 275px center;
	}
	#header .nav-section.open .items-toggle, #header .nav-section.open .main-items-wrap {
		box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.25);
	}
}

/* max: 1079*/
@media (max-width: 1079px) {
	#header .dropdown.open .dropdown-menu {
		position: static;
		background-color: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		float: none;
		margin-top: 0;
		padding: 0 20px;
		width: auto;
	}
	#header .dropdown.open .dropdown-menu&gt;li:last-child {
		border: 0;
	}
}
@media (min-width: 1080px) {
	#header .header-title {
		width: 30%;
	}
	#header .main-nav-section {
		width: 70%;
	}
	#header .items-toggle {
		display: none;
	}
	
	#header .secondary-items-wrap {
		padding-right: 20px;
		text-align: right;
	}
	#header .secondary-items-wrap .secondary-items {
		border-bottom: 1px solid white;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	#header ul.secondary-items&gt;li {
		display: block;
		float: left;
	}
	#header ul.secondary-items&gt;li&gt;a {
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 18px center;
		line-height: 49px;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#header .items-wrap {
		background-color: transparent;
		display: block;
		float: right;
		margin: 0;
		margin-top: 20px;
		/*min-width: 650px;*/
	}
	#header .has-secondary-items .items-wrap {
		margin-top: 0px;
	}
	#header .items-wrap&gt;ul.main-items&gt;li {
		/*display: block;*/
		/*float: left;*/
	}
	
	#header ul.main-items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		
		height: 80px;
		margin-right: 20px;
	}
	#header .has-secondary-items ul.main-items {
		height: 70px;
	}
	#header ul.main-items&gt;li {
		display: block;
	}
	#header ul.main-items&gt;li&gt;a {
		line-height: 80px;
		max-height: 80px;
		padding-right: 12px;
		padding-left: 12px;
	}
	#header .has-secondary-items ul.main-items&gt;li&gt;a {
		line-height: 70px;
		max-height: 70px;
	}
	#header ul&gt;li.dropdown.open &gt; .dropdown-menu {
		box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.25);
		max-height: calc(100vh - 100px);
    	overflow-y: auto;
	}
	#header ul&gt;li.dropdown&gt;a {
		background-image: none;
	}
	#header ul.main-items&gt;li&gt;a:hover, #header ul.main-items&gt;li.open&gt;a {}
	#header li.dropdown ul a {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	#header li.dropdown ul li:last-child a {
		border: 0;
	}
	#header li.dropdown ul a:hover {}
	#header li.dropdown.last .dropdown-menu { left: auto; right: 0; }
}

/* POSTER LAYOUT */
.lay-root-poster {
	overflow-y: auto;
}
.lay-root-poster #wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: auto;
	min-height: 100%;
}
.lay-root-poster #poster-header {
	flex-grow: 0;
	flex-shrink: 0;
}
.lay-root-poster #main {
	flex-grow: 1;
	flex-shrink: 0;
}
@media (max-width: 400px) {
	.lay-root-poster {
		overflow-x: hidden;
	}
}

.lay-root-poster .poster-bg {
	position: fixed;
	top: 0;
	left: 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	height: 100vh;
	width: 100vw;
}
.lay-root-poster header .navbar {
	background-color: transparent;
	border: 0;
	margin: 0;
}
.lay-root-poster header .navbar .navbar-toggle {
	border: 0;
	border-radius: 0;
}
.lay-root-poster header .navbar .navbar-toggle:hover, .lay-root-poster header .navbar .navbar-toggle:focus {
	background-color: rgba(255, 255, 255, 0.15);
}
.lay-root-poster header .navbar .navbar-toggle .icon-bar {
	background-color: white;
}
.lay-root-poster header .navbar-brand {
	display: none;
}
.lay-root-poster header .navbar .navbar-collapse {
	border: 0;
	box-shadow: none;
}
.lay-root-poster header .navbar .navbar-nav &gt; li &gt; a {
	color: white;
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-transform: uppercase;
}
.lay-root-poster header .navbar .navbar-nav &gt; li &gt; a:hover, .lay-root-poster header .navbar .navbar-nav &gt; li &gt; a:focus {
	background-color: rgba(255, 255, 255, 0.15);
	color: white;
}
@media (min-width: 992px) {
	.lay-root-poster header .navbar .navbar-collapse {
		text-align: center;
	}
	.lay-root-poster header .navbar-nav {
		display: inline-block;
		float: none;
	}
}
.lay-root-poster #main {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: auto;
}
/* fix end items spillover */

@media(min-width:1080px){
	#header .items-wrap .main-items .dropdown:nth-last-child(2) ul.dropdown-menu {
		left: unset;
		right: 0;
	}
	#header .items-wrap .main-items .dropdown:nth-last-child(3) ul.dropdown-menu {
		left: unset;
		right: 0;
	}
}

/* Keyboard outline for dropdowns */
a.dropdown-toggle:focus-visible {
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
}

ul.main-items li.dropdown:focus:not(:focus-visible), a.dropdown-toggle:focus:not(:focus-visible),  a.dropdown-toggle:hover {
    outline: 0;
    outline-color: transparent;
}</pre></body></html>