@import url("font-awesome.min.css");

/*
	Twenty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Header */

	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	@keyframes reveal-header {
		0% {
			top: -5em;
		}

		100% {
			top: 0;
		}
	}

	#header {
		font-family: 'Roboto', sans-serif;
		background: #fff;
		box-shadow: 0 -1px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);
		color: #444;
		cursor: default;
		font-weight: 400;
		font-size: 14px!important;
		left: 0;
		padding: 5px 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}
	
		#header.alt nav {
			position: relative;
			max-width: 1200px;
			margin: 0 auto;
		}
			#header.alt ul {
				float: right;
			}
	
		#header h1 {
			font-weight: 900;
			margin: 0;
		}
	
			#header h1 span {
				font-weight: 300;
			}
	
		#header nav {
			max-width: 1000px;
			margin: 0 auto;
			letter-spacing: 0.075em;
			position: relative;
			top: 0.18em;
		}
	
		#header ul.nav {
			padding: 0;
			margin-left: 0!important;
		}

		#header.alt ul.nav {
			margin: 0;
		}
	
			#header nav ul li {
				display: inline-block;
				margin-left: 1.5em;
			}
	
				#header nav ul li > ul {
					display: none;
				}
	
				#header nav ul li a {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 1em;
					text-decoration: none;
					font-weight: 400;
					font-size: 13px;
				}
				#header nav ul li span {
					border: solid 1px transparent;
					color: inherit;
					display: inline-block;
					line-height: 1em;
					padding: 0.6em 1em;
					text-decoration: none;
					font-weight: 400;
					font-size: 13px;
				}
	
				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}
	
				#header nav ul li.submenu > a {
					text-decoration: none;
				}
	
					#header nav ul li.submenu > a:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}
	
					#header nav ul li.submenu > a:before {
						content: '\f107';
						margin-right: 0.65em;
					}
	
					#header nav ul li.current > a, #header nav ul li.active > a, #header nav ul li:hover > a {
						background-color: #e20074;
						border-radius: 4px;
						color: #fff;
					}
					#header nav ul li.parent .current a {
						background-color: #e20074;
						border-radius: 4px;
						color: #fff;
					}
	
				#header nav ul li.active > span, #header nav ul li:hover > span {
					border-radius: 4px;
					background: #F4F9FE;
				}
				#header nav ul li.current > span {
					background: #F4F9FE;
				}
	
				#header nav ul li.current > a {
					font-weight: 400;
				}
	
	
		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}
	
		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			background: transparent;
			box-shadow: none;
			color: #fff;
			position: absolute;
		}
	
			#header.alt nav {
				left: 0;
				top: 1.50em;
				padding: 0 1em;
			}

/* Dropotron */

body.default .dropotron  {
	margin-top: -20px;
}
.dropotron {
	font-weight: 400;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(51,51,51,0.2);
	line-height: 2.25em;
	min-width: 12em;
	letter-spacing: 1px;
	padding: 0.5em 7px;
	margin-top: calc(-1em + 1px);
	border-bottom: 6px solid #e20074;
}

	.dropotron.level-0 {
		font-size: 12px;
		font-weight: 400;
		margin-top: 2em;
	}

		.dropotron.level-0:before {
			border-bottom: solid 1em #fff;
			border-left: solid 1em transparent;
			border-right: solid 1em transparent;
			content: '';
			left: 0.25em;
			position: absolute;
			top: -0.60em;
		}

	.dropotron > li {
		border-top: solid 2px #fff;
	}

		.dropotron > li > a {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
			color: inherit;
			text-decoration: none;
			padding: 0.6em 4em 0.6em 2.5em;
			border: 0;
			color: #444;
		
		}

		.dropotron > li:hover > a {
			background: #F4F9FE;
			color: #e20074;
			transition: all 0.3s ease-in;
		}
		.dropotron > li.current a {
			background: #F4F9FE;
			color: #e20074;
			transition: all 0.3s ease-in;
		}

		.dropotron > li:first-child {
			border-top: 0;
		}
		
/* Banner */

	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

/* Wide */

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

		/* Section/Article */

			header.special {
				padding-top: 5.5em;
				margin-bottom: 4em;
			}

	}

/* Normal */

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

		/* Header */

			#header nav ul li {
				margin-left: 1em;
			}
	}

	/* Narrower */

	#navPanel, #navButton {
		display: none;
	}
	
	@media screen and (max-width: 800px) {

			header.major {
				padding-bottom: 0.25em;
			}

			header.special {
				margin-bottom: 4em;
				padding-top: 5em;
			}

				header.special:before, header.special:after {
					width: 40%;
				}

				header.special h2 + p {
					padding-top: 1.25em;
				}

		/* Header */

			ul.nav, .moduletable_mainsearch {
				display: none;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#navButton {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 60px;
				right: 20px;
				top: -6px;
				width: 60px;
				z-index: 10001;
			}
			.starttoggle {
				position: fixed;

			}

				#navButton .toggle {
					text-decoration: none;
					height: 60px;
					right: 0;
					top: 0;
					position: absolute;
					text-align: center;
					width: 100%;
					border: 0;
					outline: 0;
				}

					#navButton .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#navButton .toggle:before {
						color: #e20074;
						content: '\f0c9';
						font-size: 2.5em;
						height: 40px;
						right: 30px;
						line-height: 40px;
						opacity: 1;
						position: absolute;
						top: 5px;
						width: 60px;
						z-index: 1;
					}
	
					#navButton .toggle:after {
						border-radius: 2px;
						content: '';
						height: 40px;
						right: 10px;
						position: absolute;
						top: 10px;
						width: 60px;
					}
			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				right: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #034784;
				box-shadow: inset 10px 0 10px -6px rgba(29, 29, 29, 0.25);
				color: #fff;
				font-size: 16px;
				letter-spacing: 0.055em;
		
				padding: 0.25em 0.75em 1em 1.5em;
			}

				#navPanel .link {
					border: 0;
					color: inherit;
					display: block;
					height: 2.8em;
					line-height: 2.8em;
					opacity: 1;
					text-decoration: none;
					font-weight: 900;
					padding: 0 0 0 0.4em;
				}
					#navPanel .link:hover {
						background: #e20074;
						color: #fff;
					}

					#navPanel .link.depth-0 {
						font-weight: 900;
					}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}

			/* body.navPanel-visible #navButton {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			} */

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Mobile */

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

		/* Section/Article */

			header {
				text-align: center;
			}

				header.major {
					padding-bottom: 0;
				}

				header.special {
					margin-bottom: 3em;
					padding-left: 1.5em;
					padding-right: 1.5em;
				}

					header.special:before, header.special:after {
						width: 38%;
					}

					header.special .icon {
						font-size: 0.75em;
						top: 1.5em;
					}

				header p {
					text-align: center;
				}

		/* Nav */

			#navButton .toggle:before {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
				line-height: 34px;
			}

			#navButton .toggle:after {
				top: 8px;
				left: 8px;
				width: 50px;
				height: 34px;
			}

	}

/* =============================================================================================
 * START - Nav Burger
 * =============================================================================================*/

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

		header.major {
			padding-bottom: 0.25em;
		}

		header.special {
			margin-bottom: 4em;
			padding-top: 5em;
		}

			header.special:before, header.special:after {
				width: 40%;
			}

			header.special h2 + p {
				padding-top: 1.25em;
			}

	/* Header */

		#header.alt ul.nav {
			display: none;
		}

	/* Nav Start*/

		#logo-white {
			width: 240px;
			max-width: 100%;
			padding: 40px 0 25px 0;
		}

		body.start #page-wrapper {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			padding-bottom: 1px;
		}

		body.start #navButton {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 60px;
			right: 0;
			position: absolute;
			top: -18px;
			width: 60px;
			z-index: 10001;
		}

			body.start #navButton .toggle {
				text-decoration: none;
				height: 60px;
				right: 0;
				position: absolute;
				text-align: center;
				top: 0;
				width: 100%;
				border: 0;
				outline: 0;
			}

				body.start #navButton .toggle:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				body.start #navButton .toggle:before {
					color: #e20074;
					content: '\f0c9';
					font-size: 2.5em;
					height: 40px;
					right: 30px;
					line-height: 40px;
					opacity: 1;
					position: absolute;
					top: 13px;
					width: 60px;
					z-index: 1;
				}

				body.start #navButton .toggle:after {
					border-radius: 2px;
					content: '';
					height: 40px;
					right: 10px;
					position: absolute;
					top: 10px;
					width: 60px;
				}

		body.start #navPanel {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transform: translateX(400px);
			-webkit-transform: translateX(400px);
			-ms-transform: translateX(400px);
			transform: translateX(400px);
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 100%;
			right: 0;
			overflow-y: auto;
			position: fixed;
			top: 0;
			width: 400px;
			z-index: 10002;
			background: #034784;
			box-shadow: inset 10px 0 10px -6px rgba(29, 29, 29, 0.25);
			color: #fff;
			font-size: 16px;
			letter-spacing: 0.055em;
	
			padding: 0.25em 0.75em 1em 2.5em;
		}

			body.start #navPanel .link {
				border: 0;
				color: inherit;
				display: block;
				height: 2.8em;
				line-height: 2.8em;
				opacity: 1;
				text-decoration: none;
				font-weight: 900;
				padding: 0 0 0 1em;
			}
				body.start #navPanel .link:hover {
					background: #e20074;
					color: #fff;
				}

				body.start #navPanel .link.depth-0 {
					font-weight: 900;
				}

				body.start 	#navPanel .link:first-child {
					border-top: 0;
				}

			body.start #navPanel .indent-1 {
				display: inline-block;
			}

			body.start 	#navPanel .indent-2 {
				display: inline-block;
				width: 2em;
			}

			body.start 	#navPanel .indent-3 {
				display: inline-block;
				width: 3em;
			}

			body.start 	#navPanel .indent-4 {
				display: inline-block;
				width: 4em;
			}

			body.start 	#navPanel .indent-5 {
				display: inline-block;
				width: 5em;
			}

		body.navPanel-visible #page-wrapper {
			-moz-transform: translateX(-400px);
			-webkit-transform: translateX(-400px);
			-ms-transform: translateX(-400px);
			transform: translateX(-400px);
		}

		/* body.navPanel-visible #navButton {
			-moz-transform: translateX(-400px);
			-webkit-transform: translateX(-400px);
			-ms-transform: translateX(-400px);
			transform: translateX(-400px);
		} */

		body.navPanel-visible #navPanel {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

}

#contact {
	margin: 0;
	padding: 0;
	color: #fff;
}
	#contact a {
		color: #fff;
		font-size: 14px;
		font-weight: 900;
	}
	#contact i {
		color: #e20074;
		margin-right: 15px;
	}
	#law {
		margin: 40px 0 0 0;
		padding: 0 0 60px 0;	
	}
	#law li {
		float: left;
		padding-right: 20px;
	}
	#law a {
		color: #fff;
		font-size: 16px;
		font-weight: 900;
	}
	#law a:hover {
		color: #e20074;
		font-size: 16px;
		font-weight: 900;
	}

/* =============================================================================================
 * LEFT NAV
 * =============================================================================================*/

	.moduletable_leftnav ul {
		margin: 0 0 25px 0;
		padding: 0;
	}
		.moduletable_leftnav li {
			margin: 0;
			padding: 3px 0;
		}
		.moduletable_leftnav li a {
			font-size: 15px;
			font-weight: 700;
		}
		.moduletable_leftnav li span {
			font-size: 15px;
		}
		.moduletable_leftnav ul li.current a {
			color: #034784;
		}
		.moduletable_leftnav ul li.current ul li a {
			color: #e20074;
		}
		.moduletable_leftnav li ul {
			margin: 0 0 0 25px;
			padding: 2px 0;
		}
		.moduletable_leftnav img {
			margin: 0 10px 0 0;
			padding: 0;
		}
		#left a {
			color: #4f4f4f;
			font-weight: 400;
			-moz-transition: all .08s linear;
			-webkit-transition: all .08s linear;
			-o-transition: all .08s linear;
			transition: all .08s linear;
		}
		#left a:hover {
			color: #e20074;
			font-weight: 400;
			-moz-transition: all .08s linear;
			-webkit-transition: all .08s linear;
			-o-transition: all .08s linear;
			transition: all .08s linear;
		}
		#left ul li.current a {
			color: #e20074;
		}


/* =============================================================================================
 * USER NAV
 * =============================================================================================*/

 #header ul.menu_user {
	position: absolute;
	height: 39px;
	background: #e20074;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.8);
	top: 47px;
	right: 15px;
	padding: 0px 8px;
	max-width: 100%;
	margin: 0;
 }
.menu_user li:hover > a, .menu_user li.active > a {
    background-color: transparent!important;
}
 #header ul.menu_user li  {
	float: right;
	margin: 0;
	padding: 0 5px;
}
#header ul.menu_user li > a {
	background-color: none;
    border-radius: 0;
	color: #fff;
}
#header nav ul.menu_user li a {
	margin: 9px 0 0 0;
	padding: 0;
	font-weight: 700;
}
	#header nav ul.menu_user li span {
		display: none;
	}
	li.item-123 a {
		display:block;
		margin: 1px 0 0 0!important;
		padding: 9px 0 9px 0!important;
	}
		li.item-123 a:hover {
			display:block;
			margin: 1px 0 0 0!important;
		}
	

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

  .menu_footernav {
	 float: right;
	 margin: 0;
	 padding: 0;
  }
	.menu_footernav li {
		float: left;
		margin: 0;
		padding: 0 12px;
	}
		.menu_footernav a {
			font-size: 11px;
			color: #e20074;
			font-weight: 700;
		}
		.moduletable_footernav a:hover {
			color: #034784;
			font-weight: 700;
		}
		.linkimg {
			display:block;
			width: 16px;
			height: 16px;
			margin: 6px 0 0 -5px;
			background-image: url(../../../images/power.png);
		}
		.linkimg:hover {
			background-image: none;
		}
		.linkimg img {
			opacity: 0;
		}
		.lock {
			margin: 0 0 2px 0!important;
		}
		.linkimg:hover img {
			opacity: 1;
			margin: 0;
		}

		.linkimg_blue {
			display:block;
			width: 16px;
			height: 16px;
			margin: 6px 0 0 -5px;
			background-image: url(../../../images/power-white.png);
		}
		.linkimg_blue:hover {
			background-image: none;
		}
		.linkimg_blue img {
			opacity: 0;
		}
		.lock {
			margin: 0 0 2px 0!important;
		}
		.linkimg_blue:hover img {
			opacity: 1;
			margin: 0;
		}

