/***************************************** Header *******************************/

		.epoHeader{
			background-color: #dee1e5;
		}

		.epoHeader .inner {
			width: 993px;
			width: 66.2em;
			margin: 0 auto;
		}

		.epoHeader .inner .column {
			float: left;
		}

		.epoHeader .inner .column:last-child {
			float: right;
		}


		

		
		/**
		 * Meta Navi Container
		 */
		#epoHeaderMetaNav {
			float:right; 
		}


		/**
		 * Logo in header
		 */

		.epoLogo:active,
		.epoLogo:hover,
		.epoLogo:focus{
			outline: 0;
		}
		.epoLogo img	{
			margin: 11px 0;
			height: 6em;
		}

		/**
		 * Metanavigation
		 */
		.epoMetaNavigation {
			margin-top: 15px;
		}

		.epoMetaNavigation a {
			font-weight: bold;
			font-size: 13px;
			margin-left: 30px;
			text-decoration: none;
			padding-bottom: 10px;
		}

		.epoMetaNavigation .flyoutContainer {
			margin-top: 17px;
			margin-right: -13px;
			position: relative;
			padding-right: 0;
		}

		.epoMetaNavigation .flyoutContainer .select2-container {
		}

		.epoMetaNavigation .flyoutContainer .select2-container,
		.epoMetaNavigation .flyoutContainer .select2-container--default .select2-selection--single {
			background-color: transparent;
			outline: none;
			width: 84px !important;
		}


		.epoMetaNavigation .flyoutContainer .select2-container .select2-selection--single .select2-selection__rendered {
			font-weight: bold;
			font-size: 13px;
		}

		.epoMetaNavigation .flyoutContainer .select2-container .select2-selection--single .select2-selection__rendered {
			padding-right: 0;
		}

		.epoMetaNavigation .flyoutContainer .select2-container .select2-selection--single .select2-selection__rendered:hover {
			color: #BE0F04;
		}

.epoMetaNavigation .flyoutContainer .select2-container .select2-selection--single:hover .select2-selection__arrow:before {
	background-position:  0 -8895px;
}

		.epoMetaNavigation .flyoutContainer .select2-container--default .select2-selection--single .select2-selection__arrow {

			/*right: 20px; */
		}

		.epoMetaNavigation .flyoutContainer .select2-container--default .select2-selection--single .select2-selection__arrow:before {
			background-position: left -4584px;
		}

		.epoMetaNavigation .flyoutContainer .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
			background-position: left -8895px;
		}

		.epoMetaNavigation .flyoutContainer .select2-container--default.select2-container--open .select2-selection__rendered {
			color: #BE0F04;
		}





/**
 * Mainnavigation Bar
 */
		.epoNavigation {
			background-color: #2a323d;
		}

		.epoNavigation .inner {
			width: 993px;
			width: 66.2em;
			margin: 0 auto;
		}
