@charset "UTF-8";
/* CSS Document */

header { color: #fff; width: 100%; background: #041E42; box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.2); }

#header-content { width: 96%; padding: 20px 2%; height: 56px;  }

#header-logo { width: 180px; height: 56px; float: left; margin: 0; padding: 0; overflow: hidden; }
#header-logo img { width: 360px; height: auto; transform: translate(-180px,-56px); }

#header-tagline { float: left; display: block; margin: 0 0 0 20px; padding: 0; }
#header-alert { float: left; height: 150px; margin: 0 0 0 50px; width: 300px }

#header-buttons { margin: 0; padding: 7px 0; list-style: none; font-size: 18px; line-height: 44px; }

#listenlive { margin: 0 8px; padding: 0; border: none; text-align: center; }
#listenlive, #donate { display: block; float: right; vertical-align: center; }
#listenlive i, #donate i { font-size: 80%; padding-right: .25em }
#listenlive a, #donate a { display: block; padding: 0 12px; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 0; }
#listenlive a { background-color: #ddd; color: #000; }
#listenlive a:hover { background-color: #fff; cursor: pointer; }

/*#listenlive:hover > ul,
#listenlive:active { display: block; }*/

#streams-menu { display: none; }
.streams-menu { z-index: 9999; position: absolute; top: 105px; list-style: none; padding: 5px 15px; margin: 0; background-color: #fff; font-size: 90%; box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.2); border-radius: 2px; width: 170px; }
.streams-menu li { border-bottom: 1px dotted #ddd; padding: 0; margin: 0 }
.streams-menu li:last-child { border-bottom: none; padding: 0; margin: 0 }
.streams-menu li a { display: inline; padding: 10px 0 !important; text-decoration: none; -moz-border-radius: 0!important; -webkit-border-radius: 0!important; border-radius: 0!important; margin: 0 !important; line-height: 100%; background-color: #fff !important; }
.streams-menu li a:hover { font-weight: bold; }

#donate { margin: 0; border: none; padding: 0; }
#donate a, donate a:hover { background-color: #efc903; color: #000; }
#donate a:hover { background-color: #fae24d; }
#donate strong { font-weight: normal; }


.logo-pbs { width: 50px; height: 23px; margin: 0 10px 0 0; }
.logo-npr { width: 50px; height: 23px; }

/*******************/
/* Main Navigation */
/*******************/

nav { background: #fff !important; height: 44px; z-index: 1000; position: relative; clear: both; font-weight: 400; font-size: 95%; }
.darkmode nav { background: #000; }
.dl-menuwrapper ul { list-style: none; margin: 0; padding: 0; }
.dl-menuwrapper li { float: left; position: relative; margin: 0; padding: 0; }
.dl-menuwrapper li a { color: #151e3b; display: block; text-decoration: none; padding: 0 1em; background: #fff; line-height: 44px; font-weight:bold; }

.darkmode .dl-menuwrapper li a { color: #ccc; background: #000; font-weight: normal; }

.nav-container { margin: 0 2%; }

/* Donate */
#menu-item-1353 a { color: red; }
#menu-item-1353 a:hover,
#menu-item-1353 a:active { color: white; }
.darkmode #menu-item-1353 a { color: pink/*#efc903*/ }

#menu-item-1353 ul li a { color: #151e3b /*#fff*/; }
.darkmode #menu-item-1353 ul li a { color: #ccc /*#fff*/; }

.dl-trigger { display: none; }

/* Dropdown Submenus */
.dl-submenu { display: none; position: absolute; top: 44px; float: left; z-index: 99999; font-size: 95%; width: auto; white-space: nowrap; box-shadow: 0 2px 10px 0 rgba(0,0,0, 0.2);  }
.dl-submenu li { width: 100%; border-bottom: 1px solid #ddd; }
.dl-submenu li a { line-height: 36px !important; }

.darkmode .dl-submenu li { width: 100%; border-top: 1px solid #111; }

.dl-menu li:hover > a,
.dl-menu ul:hover > a { color: #fff; background-color: #145291;  }
.dl-menu li:hover > ul { display: block; }
.dl-menu li.current_page_item > a,
.dl-menu li.current-menu-ancestor > a,
.dl-menu li.current-menu-item > a,
.dl-menu li.current-menu-parent > a {  }

* html .dl-menu li.current_page_item a,
* html .dl-menu li.current-menu-ancestor a,
* html .dl-menu li.current-menu-item a,
* html .dl-menu li.current-menu-parent a,
* html .dl-menu li a:hover { color: #fff; background-color: #145291; }


.dl-trigger, .dl-back { display: none; }

.menu-item-has-children a { padding-right: 1.7em !important }
.menu-item-has-children:after { 
position: absolute;
top: 0;
right: 1em;
line-height: 44px;
font-family: 'Font Awesome 6 Free';
font-weight: 900;
speak: none;
-webkit-font-smoothing: antialiased;
content: "\f078";
color: black;
display: block;
font-size: 75%;
}

.menu-item-has-children:hover:after { color: #ccc; }

@media only screen and ( min-width: 1025px) and ( max-width: 1200px ) {
#header-content {  padding: 16px 2%; height: 48px;  }
#header-logo { width: 161px; height: 50px; overflow: hidden; }
#header-logo img { width: 322px; height: auto; transform: translate(-161px,-50px); }
#header-buttons { padding: 6px 0; font-size: 15px; line-height: 33px; }
/* NAVIGATION */
nav { height: 38px;  }
.dl-menuwrapper li a { line-height: 38px; }
.dl-submenu { top: 38px; }
.dl-submenu li a { line-height: 32px !important; }
.menu-item-has-children:after { line-height: 38px; }
	
.streams-menu { z-index: 9999; position: absolute; top: 57px; padding: 4px 14px; width: 150px; }
}

/*@media only screen and ( min-width: 768px) and ( max-width: 1024px ) {
#header-content { width: 96%; margin: 15px 2%; height: 40px;  }
#header-logo { width: 141px; height: 44px; }
#header-buttons { padding: 5px 0; font-size: 14px; line-height: 30px; }

nav { height: 34px;  }
.dl-menuwrapper li a { line-height: 34px; }
.dl-submenu { top: 34px; }
.dl-submenu li a { line-height: 28px !important; }
.menu-item-has-children:after { line-height: 34px; }
}*/

@media only screen and ( max-width: 1024px ) {

#header { position: relative; }
#header-content { height: 115px; background: #151e3b; margin: 0; padding: 15px 0 0 0; width: 100% }
#header-logo { height: 60px; width: 161px; margin: 0 0 0 10px; }
#header-logo img { width: 322px; height: auto; transform: translate(-161px,-50px); }
#header-buttons { padding: 0; margin: 0; height: 45px; }

#header-tagline { display: none; }

#listenlive i, #donate i { font-size: 90%; padding-right: 0 }
#listenlive { margin: 0; clear: both; height: inherit; width: 100%; text-align: center; }
#listenlive a { display: block; font-size: 24px; font-weight: bold; padding: 8px 12px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; margin: 0; height: 40px; line-height: 40px; background-color: white; }
#listenlive a:hover { background-color: lightgoldenrodyellow; }
#listenlive a:visited { background-color: white; }

#donate { margin: 0 66px 0 0; position: relative; z-index: 9001; }
#donate strong { display: none; }
#donate a { display: block; padding: 6px; height: 33px; text-decoration: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin: 0 !important; font-size: 33px; width: 40px; text-align: center; }
#donate a:hover { background-color: #fae24d; }

#livestreams { background-color: #fff; border: 1px solid #ddd; width: 100%; position: absolute; z-index: 10000; margin: 140px 0 0 0px }
#livestreams ul li { padding: 10px 0; }
	
/*********************/
/* MOBILE NAVIGATION */
/*********************/
	
nav { background: none; height: 0; position: absolute; top: 18px; right: 0; width: 100%; }
 	
.nav-container { margin: 0; }

#menu-item-1378 { display: block; }

.menu-item-has-children:after { 
	position: absolute;
	top: 0;
	right: 0;
	line-height: 50px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	speak: none;
	-webkit-font-smoothing: antialiased;
content: none; }
	
.streams-menu { position: relative; top: 0; list-style: none; width: auto; border-radius: 0; }

/* Common styles of menus */
.dl-menu li:hover > ul { display: none; }
	
.dl-trigger { display: block; }

.dl-menuwrapper {
	width: 100%;
	/*max-width: 300px;*/
	float: left;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #fff;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	float: right;
	margin: -3px 8px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
}

.dl-menuwrapper button:hover {
	background: #fff;
}
.dl-menuwrapper button.dl-active { background: #ccc }
.dl-menuwrapper ul {
	/*background: #2c76c7;*/
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #151e3b;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #151e3b, 
		0 20px 0 #151e3b;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	margin: 0;
	padding: 0;
	float: none;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #151e3b;
	outline: none;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	margin: 0;
}

.no-touch .dl-menuwrapper li a:hover {
	background: #ddd;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: #fff;
	color: black;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\f054" /* fa-chevron-right */;
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(0,0,0,0.5);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.5);
}

.dl-menuwrapper .dl-menu {
	top: 58px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
	padding: 0;
}
.dl-submenu li a {
	padding: 15px 20px !important;
	font-size: 16px !important;
	line-height: 20px !important;
	border-bottom: none !important; }
.dl-submenu { margin-left: 0; width: 100%; top: 0; }
.dl-submenu li { width: 100%; border-top: none; }
.dl-submenu li:last-child { border-bottom: none; }

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	0% { }
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	0% { }
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	0% { }
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	0% { }
	100% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
	background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
	background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
	background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
	background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
	background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
	background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
	background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
	background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
	background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
	background: #643771;
}
	
}

@media only print {
header { color: black; box-shadow: none; border-bottom: 5px solid #1e407c; }
#header-content { width: 100%; padding: 20px 0; }
#header-logo { width: 180px; height: 55px; float: left; margin: 0; padding: 0; overflow: hidden; }
#header-logo img { width: 360px; height: auto; transform: translate(0px,0px); }
nav { display: none; }
}