header {
	width:100%;
	background-color: #36424a;
	color:#ffffff;
	padding-top: 14px;
	padding-bottom:12px;
	position: fixed;
	top: 0;
	z-index: 10000;
}

header .logo {
	margin-right:47px;	
	float:left;
	 display: block;
}

header .logo-wrapper {
	  display: block;
  width: 50%;
}

header .site-name {
	color: #ffffff;
    float: left;
    font-size: 1.4em;
    line-height: 1.4em;
    margin-top: 6px;
    text-decoration: none;
    display: block;
    font-weight: 400;
}

.language-toggle{
	display: block;
	float:right;
}

.search{
	display: block;
	float:right;
	margin-right: 16px;
}

.search-submit-button {
	position: fixed;
	top:-9999px;
	left:-9999px;
}

header .hamburger {
position: absolute;
  cursor: pointer;
  background-image: url(../_img/hamburger.png);
  width: 40px;
  height: 30px;
  right: 65px;
  top: 15px;
  background-repeat: no-repeat;
  background-position: center top;
}

header .x-hamburger {
	position: absolute;
	cursor: pointer;
	background-image: url(../_img/x-hamburger.png);
	width:19px;
	height:18px;
	right:65px;
	top:15px;
}

nav {
	position: fixed;
	right:0;
	top:0;
	bottom:0;
}

header nav.top-nav{
	width:212px;
	background-color: #d1d4d3;
	right:-212px;
	padding-top:190px;
	z-index:9000;

	padding-bottom: 3em;
}

header nav.top-nav ul {
	list-style-type: none;
}

header nav.top-nav ul li {
	
}

header nav.top-nav ul.main-nav li a{
	display: block;
	padding: 15px 0 15px 12px;
	width:135px;
	border-bottom: 1px solid #ffffff;
	text-transform:uppercase;
	color:#1b232a;
	font-weight:500;
	font-size: 1.4em;
	line-height: 1.4em;
	text-decoration: none;
}

header nav.top-nav ul.main-nav li a:hover{
color:#d22630;
}
header nav.top-nav ul.utility-nav {
	margin-top: 15px;
}

header nav.top-nav ul.utility-nav li a{
	display: block;
	padding-left:12px;
	color:#36424a;
	font-weight:400;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
}

nav.sub-nav {
	z-index: 8000;
	top:50%;
	width:150px;
	text-align:center;
	padding:0 50px 0 0;
	bottom:auto;
	
}

nav.sub-nav h1{
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.44em;
	color:#d22630;
	margin-bottom: 10px;
	
}

nav.sub-nav h1 a {
	color:#1b232a;
	text-decoration: none;	
}

nav.sub-nav h1 a.active {
	color:#d22630;
}

nav.sub-nav h1 a:hover {
	color:#d22630;
}

nav.sub-nav ul {
	border-top :3px solid #d22630;
	border-bottom :3px solid #d22630;
	margin-top:10px;
	list-style-type: none;
}

nav.sub-nav ul li a {	
	font-size: 1.2em;
	line-height: 1.44em;
	padding:13px;
	border-bottom: 1px solid #d1d4d3;
	display: block;
	color:#1b232a;
	font-weight:400;
	text-decoration: none;
}
nav.sub-nav ul li:last-child a{
	border-bottom: none;
}


nav.sub-nav ul li a:hover{
color:#d22630;
}
nav.sub-nav ul li a.active {
	color:#d22630;
}


header .searchForm {
	float:right;
}

header .search {
	cursor: pointer;
}

header .searchForm .searchfield{
	background-color: transparent;
	color:#ffffff;
	border: none;
	font-size: 2em;
	line-height: 1.3em;
	padding:0 0 0 4px;
	font-weight: 300;
	margin-right: 10px;
	overflow: hidden;
	box-sizing: border-box;
	width:0;
	opacity: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

header .searchForm .searchfield:focus {
	outline:0;
}



footer {
	width:100%;
	background-color: #36424a;
	color:#ffffff;
	padding-top: 14px;
	padding-bottom:12px;
	z-index: 8999;	
	position:relative;
	min-height:200px;
	box-sizing: border-box;
}

footer.fixed {
	position: absolute;
	bottom:0;
}

.search-page footer.fixed {
	position: static;
	bottom:0;
}

footer * {
	display: block;
	color:#ffffff;
}

footer .container, footer .content {
	height:100%;
	min-height:200px;
}



footer .content a {
	color:#ffffff;
}

footer a {
	text-decoration: none;
}

footer li a{
font-weight:400;
display: inline;
}

footer .learn-more {
	float:left;
}

footer .learn-more span {
	font-size: 1.8em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom:14px;
}
footer .learn-more ul {
	list-style-type: disc;
}

footer .learn-more li {
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.28em;
	padding-left: 6px;
	margin-bottom: 8px;
}


footer .content ul li{
	color: #ffffff;
}

footer .download {
	float:right;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: 500;
	padding-left:20px;
	background-image: url(../_img/download-icon.png);
	background-repeat:no-repeat;
	background-position: left center;
	text-transform: uppercase;
}

footer .copyright, footer .footer-link a{
	text-align: right;
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;


}

footer .footerGroup {
		bottom:30px;
		position: absolute;
		right:20px;
}

.sitemap .content  ul {
  width: 50%;
  float: left;
}




.sitemap .content  ul ul{
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
	float:none;
}

.sitemap .content > ul > li > a, .sitemap .content > ul > li > span{
	font-weight: 500;
	color: #5e6a72; 
	text-transform: uppercase;
}
.sitemap .content > ul > li > a:hover {
color: #0072b1;
}

.sitemap .content ul li {
	padding-left: 0;
}

.sitemap .content ul li:before {
  content: "";
}
