
header {
	width:100%;
	background-color:#fff;
	position: fixed;
	top:0;
	left:0;
	right:0;
	padding:0 0 10px 0;
	z-index: 14;
}

html.nav-open {
	overflow: hidden !important;
}

html.nav-open section a {
	pointer-events:none;
}

html.nav-open #skrollr-body{
	overflow: hidden;
}

html.nav-open .stories {
	overflow-y: scroll;
	overflow-x: hidden;
}

	nav.sub-nav li a.active {
	    color: #ec372e;
	}


.site-map-title {
	font-size: 2.6em;
line-height: 1.44em;
color: #fff;
font-weight: 500;
margin: 0;
}
header .site-info {
	 float: left;
	 margin-left: 75px;
    padding-top: 30px;
    z-index: 1;
}

.site-title-inner {
	text-align: center;
	position: absolute;
	left:50%;
	
	-webkit-transform : translateX(-50%);
	-ms-transform : translateX(-50%);
	transform : translateX(-50%);
	top:32px;
	color:#010101;
	font-size: 1.8em;
	line-height:1em;
	font-weight: 400;
	width:50%;
	display: block;
	z-index: 1;

}


header .logo {
	margin-right: 15px;
	width:auto;
	height:26px;
	position: relative;
	z-index: 2;
}

header .site-name {
	font-weight: 300;
	font-size: 1.8em;
	line-height: 1.7em;
}

header .language-toggle {
	font-size: 1.8em;
	line-height: 2em;
	color: #000;
	font-weight: 300;
	text-decoration: none;
	float:right;
	position: relative;
	top:14px;
}

.silo1 header > .container {
	padding:0;
}

nav {
	top:0;
	left:0;
	bottom:0;
	right:0;
    -webkit-transition: -webkit-transform 0.6s;
	-ms-transition: -ms-transform 0.6s;
    transition: transform 0.6s;
    background-color:rgba(210, 38, 48, .95);
    padding-bottom:100px;
    -webkit-overflow-scrolling: touch;
    
}



nav.site-map {
	position: fixed;
	transform: translateX(100%);
    -webkit-transform: translateX(100%);  
    -ms-transform: translateX(100%);
    z-index: 15;
}

nav.top-nav {
	position: fixed;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);  
    -ms-transform: translateX(-100%);	
       z-index: 15;
}
nav.active {
	transform: translateX(0);
    -webkit-transform: translateX(0);  
    -ms-transform: translateX(0);	
	-webkit-transition: -webkit-transform 0.6s;
    -moz-transition:transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    overflow: auto;

}

nav .container {
	max-width: 1020px;
	padding-bottom: 40px;
}

nav ul li {
	list-style-type: none;

}

nav ul li a {
	color:#fff;
	text-decoration: none;
}

nav ul li.activeMenu a {
	text-decoration: underline;
}

#searchbar {
	float:right;
	margin-left: 20px;
		position: relative;
	top:17px;
	margin-right: 75px;
}

#searchbar input[type=submit]{
	position: fixed;
	top:-9999px;
	right:-9999px;
}




#searchbar .search-open {
	font-size: 2.6em;
	cursor: pointer;

	
}

ul.main-nav {
	margin-top: 150px;
	margin-bottom: 40px;
}

ul.main-nav li {
	font-weight: 500;
	font-size: 4.6em;
	margin-bottom: .9em;
	line-height: 1em;
	text-align: center;
}


ul.utility-nav{
	text-align: center;
	margin-top: 40px;
	border-top:1px solid #fff;
	padding-top: 30px;
}


ul.utility-nav li {
	display: inline-block;
	margin-right: 40px;
	font-size: 1.8em;
	font-weight: 300;
}

ul.utility-nav li:last-child {
	border:0;
	margin-right: 0;
}


.sitemap-toggle {
		color: #fff;
		text-align: center;
		font-size: 1.8em;
		font-weight: 500;
		line-height: 1.25em;
		    cursor: pointer;
	    background-color: transparent;
	}

.sitemap-toggle .fa-stack {
	margin-left: 1em;
	font-size: .6em;
}
	.sitemap-toggle.go-back .fa-stack {
		margin-right:.6em;
		margin-left: 0;
		
	}
	.sitemap-toggle.go-back  {
		padding-bottom:40px;
		width:100%;
		border-bottom:1px solid #fff;
		margin-bottom: 50px;
	}
	.sitemap-toggle.go-back .fa-chevron-left {
		color:#545454;	
	}
	
.sitemap-toggle .fa-plus {
	color:#545454;

}

	.go-back {
		float: none;
	}
	
	.site-map .clear{
		height:70px;
	}
	
	.site-map {
		padding-top:150px;
	}
	
	.site-map ul + ul {
		margin-bottom: 40px;
	}
	
	.site-map ul ul {
		margin-top: 24px;
		padding-right:20px;
	}
	
	.site-map ul li {
		font-size: 2.6em;
		line-height: 1.44em;
		color:#fff;
		font-weight: 500;
		box-sizing: border-box;
		padding-right: 2%;
	}
	
	.site-map ul li.home-link {
		margin-bottom: 2em;
	}
	
	.site-map ul li li{
		font-size: .83em;
		line-height: 1.6em;
		color:#fff;
		font-weight: 400;
		text-transform: none;
		margin-bottom: 18px;
		max-width: 100%;
	}
	
	.x-hamburger {
	    color: #fff;
	    cursor: pointer;
	    font-size: 2.8em;
	    left: 10px;
	    line-height: 1em;
	    position: fixed;
	    top: 95px;
	    z-index: 1000;
	    display:none;
	}
	
	.x-hamburger.active {
		display: block;
	}
	
	.gri-indicators {
		width:100%;
		background-color: #dadada;
		position: fixed;
		left:0;
		right:0;
		bottom:0;
		padding:24px 0;
		z-index: 12;

	}

	
	.gri-indicators .title {
    color: #000;
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    margin-right: 5%;
    float:left;
    line-height: 1.5em;
    width:10%;
	}
	
	.gri-indicators .title strong{
		font-weight: 700;
	}
	
	.gri-indicators ul {
		display: block;
		margin:0;
		padding:0;
		float:left;
		width:85%;
	}
	
.gri-indicators ul li {
    display: inline-block;
    font-size: 1.3em;
    margin-right: 25px;
    font-weight: 700;
    line-height: 1.5em;
    list-style-type: none;
    text-transform: uppercase;
    margin-bottom: 0;
}
	
	
	.gri-indicators ul li a {
		white-space: nowrap;
		color:#000;
			text-decoration: none;
	}

.top-nav.active .x-hamburger{
	position: fixed;
}


footer {
    bottom: 0;
    margin: 0;

    width: 100%;
    z-index: 1;
    background-color: #060606;
}

footer .footer-content {
	
	padding: 50px 0 90px 0;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box; 
}

.back-to-top {
	position: absolute;
	top:45px;
	right:0;
	font-size: 2.8em;
	color: #fff;
}

footer .footer-logo {
	margin-bottom: 35px;
	display: block;
	height:34px;
	width:auto;
}

footer .footer-content .download {
	font-size: 1.8em;
    line-height: 2.5em;
	color:#fff;
	text-decoration: none;
	font-weight: 700;
	/*display: block;*/
	margin-bottom: 10px;
	float: right;
}

footer .footer-content .download em{
	font-weight: 400;
}

footer .footer-content p  {
	font-weight: 400;
	text-decoration: none;
	float: left;
	font-size: 1.8em;
	color: #fff;
	line-height: 2.5em;
}

footer .footer-content p a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

footer .footer-content p a:hover {
	text-decoration: underline;
}




/***********DESKTOP STYLES ************/

@media  (min-width: 768px){

	.hamburger {
		position: absolute;
		right:-50px;
		height:100%;
		background-color: #ed352f;
		width: 50px;

		
	}
	
	
	.hamburger .open {
		position: absolute;
		top:95px;
		text-align: center;
		width:100%;
		cursor: pointer;
		color: #fff;
		font-size: 2.8em;
		line-height: 1em;
	
			
	}
	
	
	
	

	
		
	
	#searchbar input[type=text]{
	width:0;
	-webkit-transition:width 0.35s;
	-moz-transition:width 0.35s;
    -o-transition: width 0.35s;
    transition: width 0.35s;
    border:none;
    font-size: 1.8em;
	
}

#searchbar input[type=text].active{
	width:200px;
	padding:3px;
	
	
}
	
	nav.sub-nav {
	background-color: transparent;
	position: absolute;
	top:95px;
	width:135px;
	left:75px;
	bottom:auto;
	right:auto;
	z-index: 1;
}

nav.sub-nav .container {
	width:100%;
}

nav.sub-nav li a {
	font-size: 1.8em;
	 line-height: 1.4em;
	color: #000;
	font-weight: 400;
	display: block;
	padding:.5em 0;
	text-align: left;
}
	
nav.sub-nav li.silo-name a{
	color:#000;
	border-bottom: 1px solid #000;
	display: inline-block;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
	 padding: 0 0 10px 0;
} 	


nav.sub-nav li a.active {
	color: #ec372e;
}

nav.sub-nav li:last-child a{
	border: none;
}
	



	
}


/************TABLET AND MOBILE STYLES*****************/

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


nav .container {
	padding:0 55px;
}
	
.hamburger {
    position: absolute;
    left: 4%;
    height: 100%;
    width: 2px;
    top: 33px;
    background-color: transparent;
}
	
	.hamburger .open {
		position: static;
		color: #ed352f;
		text-align: center;
		width: 100%;
		cursor: pointer;
		font-size: 2.8em;
		line-height: 1em;

	}
	
	header .language-toggle {
    float: none;
    position: absolute;
    top: 24px;
    right: 16%;
    
}
	
	.site-title-inner {
		width:40%;
	}
	
	.x-hamburger {
	    top:33px;	
	    	    left: 29px;	
	}
	
	header .site-info {
		float: none;
		width:100%;
		margin-left: 10%;
	}
	
	header .logo {
		
		margin:0;
		display: inline-block;
	}
	
	header .site-name {
		display: block;
	}
	

	
	header .search-open {
		position: absolute;
		right:4%;
		top:26px;	
		font-size: 2.8em;
	}
	
	#searchbar {
		top:100%;
		right:0;
		left:0;
		width:100%;
		position: absolute;
		float:none;
		margin:2px 0 0 0;
		overflow: hidden;
		margin-top: 0;
		max-height: 0;
		-webkit-transition:max-height 0.35s;
		-moz-transition:max-height 0.35s;
	    -o-transition: max-height 0.35s;
	    transition: max-height 0.35s;	

	background-color: #fff;

	    
	}
	
	#searchbar.active {
		-webkit-transition:max-height 0.35s;
		-moz-transition:max-height 0.35s;
	    -o-transition: max-height 0.35s;
	    transition: max-height 0.35s;
		max-height: 150px;


	}
	
	#searchbar input[type=text]{
	    border:none;
	    font-size: 2.1em;
	    padding:3px;
	    margin:17px 0 17px 3%;
		
	}
	
	#searchbar .search-open {
		position: static;
		float:right;
		margin-right: 2%;
		margin-top: 17px;
	}
	
	nav.top-nav ul.main-nav {
		margin-top: 110px;

	}
	
	nav.top-nav ul.main-nav li {
		font-size: 2.8em;
		margin-bottom: 40px;
		line-height: 1.1em;
	}
	
	nav.top-nav ul.utility-nav {
				margin-bottom: 40px;
	}
	nav.top-nav ul.utility-nav li {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 1.6em;
	}

.sitemap-toggle {
	font-size: 2.6em;
}

	
	.col20 {
		width:50%;
		float:none;
		margin-left: 16%;
	}
	
	.col20:first-child{
		float:right;
		margin: 0;
	}
	
	.go-back {
margin-right: 0;

}

.site-map ul {
	margin-bottom: 20px;
}

.site-map .clear {

	height:0;
}

.site-map ul li {
	font-size: 2.1em;
}


	nav.sub-nav {
	    background-color: #fff;
	    top: 90px !important;
	    bottom:auto;
	    left:0;
	    right:0;
	    padding: 0 2%;
	    z-index: 3;
	    position: fixed;

	}
	nav.sub-nav ul {
		  /*  padding-bottom: 10px;*/
	}
	nav.sub-nav li {
		text-align: left;
		font-size: 1.5em;
		line-height: 2em;
		margin-top:20px;
		font-weight: 300;
		border-bottom: 1px solid #d1d3d3;
	}
	
	
	nav.sub-nav li a{	
			padding-right: 3em;
		
	
		color:#000;
	}
	
	nav.mobile-subnav li a{
	padding-right: 0;
	line-height: 1.3em;
	}
	
	.silo-name {
		font-size: 1.8em;
		margin-top: 0;
		line-height: 1.55em;
		padding-right: 0;
		border-bottom: 5px solid #000;
		width:100%;
		padding-top: 30px;
	/*	margin-bottom: 10px; */
	}
	
	nav.sub-nav li.silo-name a {
		color: #ec372e;
		border-bottom: 0;
			padding-right: 0;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	nav.sub-nav .subnav-open {
		position: absolute;
		right:2%;
		font-size: 2em;
		top:25px;
	}
	
	nav.sub-nav .subnav-wrapper {
		height:auto;
		max-height: 0;
		overflow: hidden;
	    -webkit-transition:max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    -moz-transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    -ms-transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	
	nav.sub-nav .subnav-wrapper.active {
		height:auto;
		max-height: 500px;
	    -webkit-transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    -moz-transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    -ms-transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	    transition: max-height 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	
	nav.sub-nav .subnav-wrapper li:last-child {
		margin-bottom: 10px;
	}
	
	nav.mobile-subnav {
    position: static;
    width: 80%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 96px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}
	
	
	nav.mobile-subnav .container {
		width: 100%;
		max-width: 1000px;
		box-sizing: border-box;
		padding: 0 2%;
		position: relative;
	}
	
	nav.mobile-subnav .container ul {
		background-color: #dcddde;
		padding:0 25px;
	}
	
	
	nav.mobile-subnav li {
		border:none;
		margin:0;
	}
	nav.mobile-subnav li.silo-name {
		margin-top: 0;
		padding-top:20px;
		
		
	}	
nav.mobile-subnav .subnav-wrapper li  {	
	border: none;
    margin: 0;
    line-height: 1.5em;
    margin-bottom: 8px;
   }
	
	nav.mobile-subnav li.silo-name a {
		color: #010101;
		font-size: 24px;
		text-transform: none;
	}
	nav.sub-nav .subnav-open {
		right:50px;
		display: inline;
		font-size: 24px;
	}
	
	nav.mobile-subnav li a {
		font-size: 20px;
	}
	
	
	.gri-indicators .title {
		width:15%;
	}
	
	.gri-indicators ul {
		width:80%;
	}

}

/****** MOBILE STYLES ******/


@media  (max-width:767px){

header .language-toggle {
	text-transform: uppercase;
}

nav .container {
	padding:0 40px;
}

nav.sub-nav {
	    background-color: #fff;
	    top: 65px !important;
	    bottom:auto;
	    left:0;
	    right:0;
	    padding: 0 4%;
	    z-index: 3;
	    position: fixed;

	}
header{
	padding: 0 0 10px; 
	}
	header .logo {
		height:23px;
	    width: auto;
	}
	
	header .site-name {
		font-size: 1.7em;
	}
	
	nav.top-nav ul.main-nav {
		margin-top: 96px;
		margin-left: 0;
	}
	
	nav.top-nav ul.main-nav li {
		font-size: 1.8em;
		margin-bottom: 10px;
		line-height: 1.4em;
		text-align: center;
	}
	.sitemap-toggle {

		font-size: 1.6em;
	}
	
	.x-hamburger {
		left: 4%;
	}
	
	span.site-title{
		font-size: 1.6em;
	}
	
	nav.top-nav {
		padding-left: 0;
	}
	
	nav.top-nav ul.utility-nav {
		margin-left: 4%;
	}
	
	nav.top-nav ul.utility-nav li {
		font-size: 1.3em;
		 margin-right: 0;
    padding-right: 0;
    margin-bottom: 2em;
    display: block;
	}
	
	
	nav.sub-nav li.silo-name {
		font-size: 1.6em;
	}
	
	.site-map {
		padding-top: 60px;
	}
	
	.site-map ul li li {
		margin-bottom: 8px;
	}
	
	.site-map ul {
		margin-bottom: 40px;
	}
	
	.site-map ul ul {
		margin-top: 10px;
	}
	
	ul.utility-nav li {
		display: block;
		font-weight: 400;
		
		font-size: 1.4em;
	}
	.site-map ul.utility-nav li{
	text-align: left;
	}
	.col20 {

	    margin-left: 0;
	    width: 70%;
	}
	
	.col25 {

	    margin-left: 0;
	    width: 100%;
	}
	
	header .hamburger {
		left:4%;
		position: absolute;
		top:26px;
		
	}
	
	.x-hamburger {
		line-height: 1em;
		top:26px;
	}
	
	.x-hamburger i{
	
	}
	
	header .hamburger i {
		font-size: 4em;
		color: #e11e22;
	}
	
	header .search-open {
		right:4%;
	}
	
	#searchbar .search-open {
		margin-right: 4%;
	}
	
	nav.sub-nav {
		top:86px;
	}
	
		nav.sub-nav .subnav-open {
			right:4%;
			font-size: 20px;
			top:6px;
		}
		nav.mobile-subnav li a {
			font-size: 1em;
		}
		footer {
	margin:0 0 0 0 !important;
}

footer .footer-content p {
	float: none;
	text-align: left;
	font-size: 1.3em;
	
}

footer .footer-content .download {
	float: none;
	text-align: left;
}

footer .footer-content {
	padding: 20px 0;
}

footer .container {

}

.gri-indicators {
	position: static !important;
	padding-top:15px;
	
}
.gri-indicators .title {
	float:none;
	text-align: center;
	width:100%;
	margin-bottom: 18px;
}

.gri-indicators ul {
	text-align: center;
	width:100%;
	float:none;
	
}

.gri-indicators ul li {
	font-size: 1.2em;
	margin-right: 0;
	padding:0 5px;
}



section.content p.more {
	margin-top: 15px;
}

nav.sub-nav.mobile-subnav {
	padding:0;
	position: static;
	margin-top: 20px;
}

footer .footer-content p {
	text-align: center;
}


footer .footer-content .download{
	text-align: center;
	display: block;
	font-size: 1.3em;
}
footer .footer-logo {
	height:17px;
	width:auto;
	margin: 30px auto 15px auto;
}

header .site-info {
	margin:0;
	    text-align: center;
}
.site-title-inner {
	width:100%;
	position: static;
	-webkit-transform:none;
	-ms-transform:none;
	transform:none;
	font-size: 1.45em;
	margin-top: 14px;
}

nav.mobile-subnav li.silo-name {
	font-size: 1.4em;
	padding-top:3px;
}
nav.mobile-subnav li.silo-name a {
	font-size: 1em;
}

.back-to-top {
	position: fixed;
	top:auto;
	bottom:10px;
	right:-100px;
	color:#000;
	transition: right .4s;
	z-index: 9000;
}	

.back-to-top.active {
	right:10px;
}
	
.back-to-top.white {
	color:#fff;
}	
	
}






