
header {
	width:100%;
	background-color:#fff;
	position: fixed;
	top:0;
	left:0;
	right:0;
	-webkit-box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.4); 
	box-shadow:  0px 0px 6px rgba(0, 0, 0, 0.4); 
	padding:23px 0 10px 0;
	z-index: 4;
}

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

header .site-info {
	 float: left;
    padding-top: 16px;
}

header .logo {
	margin-right: 15px;
	width:115px;
}

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;
    -moz-transition:transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    background-color:rgba(237, 53, 47, .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: 4;	
}

nav.top-nav {
	position: fixed;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);  
    -ms-transform: translateX(-100%);	
}
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;
}

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

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




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

	
}

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

nav.top-nav ul.main-nav li {
	font-weight: 700;
	font-size: 4em;
	margin-bottom: .7em;
	line-height: 1.33em;
	text-transform: uppercase;
	max-width: 500px;
}

nav.top-nav ul.utility-nav li {
	display: inline-block;
	padding-right: 20px;
	margin-right: 20px;
	border-right:1px solid #fff;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 300;
}

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


.sitemap-toggle {
		color: #fff;
		border:4px solid #fff;
		text-align: center;
		text-transform: uppercase;
		height:150px;
		width:150px;
		float:right;
		font-size: 2.1em;
		font-weight: 500;
		line-height: 1.25em;
		position: relative;
		    cursor: pointer;
	    background-color: transparent;
	}
	
	.sitemap-toggle span {
		position: absolute;
		top:50%;
		transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);  
	    -ms-transform: translateY(-50%);
	    width: 100%;
	    display: block;

	}

	.go-back {
		float: none;
	}
	
	.site-map .clear{
		height:100px;
	}
	
	.site-map {
		padding-top:150px;
	}
	
	.site-map ul + ul {
		margin-bottom: 40px;
	}
	
	.site-map ul ul {
		margin-top: 24px;
	}
	
	.site-map ul li {
		font-size: 1.8em;
		line-height: 1.44em;
		color:#fff;
		font-weight: 500;
		text-transform: uppercase;
		max-width: 75%;
	}
	
	.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: 45px;
	    z-index: 1000;
	    display:none;
	}
	
	.x-hamburger.active {
		display: block;
	}
	
	.gri-indicators {
		width:150px;
		position: fixed;
		margin-left: 20px;
		top:500px;

	}
	
	.gri-indicators .title {
 border-bottom: 7px solid #000;
    color: #000;
    display: block;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding: 0 0 4px;
    text-transform: uppercase;
	}
	
	.gri-indicators ul {
	
	}
	
.gri-indicators ul li {
    background-color: #e4e5e6;
    display: inline-block;
    font-size: 1.175em;
    font-weight: 700;
    line-height: 1em;
    list-style-type: none;
   margin: 5px 8px 3px 0;
    padding: 10px 5px;
    text-transform: uppercase;
}
	
	.silo1 .gri-indicators ul li {
		background-color: #5c6670;
	}
	.silo1 .gri-indicators ul li a {
		color: #fff;
	}
	
	.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;
    position: absolute;
    width: 100%;
    z-index: 1;
}

footer .footer-content {
	
	padding:20px 20px 50px 20px; 
	background-color: rgba(255,255,255,.9);
}

footer .footer-content .download {
	font-size: 2.4em;
	line-height: 13px;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
	font-weight: 500;
	/*display: block;*/
	margin-bottom: 10px;
	float: right;
}

footer .footer-content p  {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	font-size: 1.3em;
	color: #5a5f65;
	line-height: 2.5em;
}

footer .footer-content p a {
	text-decoration: none;
	color: #5a5f65;
}

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


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

@media  (min-width: 1025px){

	.hamburger {
		position: absolute;
		right:-50px;
		height:100%;
		background-color: #ed352f;
		width: 50px;
		
	}
	
	.hamburger .open {
		position: absolute;
		top:45px;
		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: fixed;
	top:145px;
	width:135px;
	left:auto;
	bottom:auto;
	right:auto;
	z-index: 1;
}

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

nav.sub-nav li a {
	font-size: 1.5em;
	 line-height: 1.5em;
	color: #000;
	font-weight: 300;
	display: block;
	border-bottom: 1px solid #d1d3d3;
	padding:15px 0;
	text-align: right;
}
	
nav.sub-nav li.silo-name a{
	color:#000;
	border-bottom: 7px solid #000;
	display: block;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 500;
	margin-bottom: 20px;
	 padding: 0 0 4px;
} 	


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

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


	
}


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

@media  (max-width:1024px){
	
	
	header .site-info {
		float: none;
		text-align: center;
		width:100%;
	}
	
	header .logo {
		
		margin:0;
		display: inline-block;
	}
	
	header .site-name {
		display: block;
	}
	
	header .hamburger {
		position: absolute;
		left:2%;
		top:48%;
		font-size: 1.9em;
	}
	
	header .search-open {
		position: absolute;
		right:2%;
		top:48%;	
		font-size: 1.9em;
	}
	
	#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;	
		-webkit-box-shadow: 0px 2px 1px 0px rgba(219,216,219,1);
	-moz-box-shadow: 0px 2px 1px 0px rgba(219,216,219,1);
	box-shadow: 0px 2px 1px 0px rgba(219,216,219,1);
	background-color: #fff;
	border-top:1px solid #d1d3d3;
	    
	}
	
	#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;
		margin-left: 16%;

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

	.site-map {
	    padding: 111px 6% 100px;
	}

	.sitemap-toggle {
		height:110px;
		width:110px;
		margin-right: 16%;
		float:right;
		font-size: 1.8em;
		line-height: 0.9em;
		
	}
	
	.sitemap-toggle .fa {
		display: none;
	}
	
	.col20 {
		width:50%;
		float:none;
		margin-left: 16%;
	}
	
	.col20:first-child{
		float:right;
		margin: 0;
	}
	
	.go-back {
margin-right: 0;
    position: absolute;
    right: 23%;
    top: 111px;
}

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

.site-map .clear {

	height:0;
}


	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.sub-nav li.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:30px;
	}
	
	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;
	}
	
	.gri-indicators {
		position: static;
		margin:40px 0;
		width:100%;
	}
	
	.gri-indicators .title {
		border-bottom: none;
		display: block;
	}
	

}

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


@media  (max-width:767px){

.site-map {
    padding: 96px 0 100px;
}

nav .container {
	padding:0 4%;
}

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 {
	    width: 30%;
	}
	
	header .site-name {
		font-size: 1.7em;
	}
	
	nav.top-nav ul.main-nav {
		margin-top: 96px;
		margin-left: 0;
		width:60%;
	}
	
	nav.top-nav ul.main-nav li {
		font-size: 1.8em;
		margin-bottom: 10px;
		line-height: 1.4em;
		max-width: 280px;
	}
	.sitemap-toggle {
		float:none;
		position: absolute;
		 top: 96px;
		right:4%;
		height:90px;
		width:90px;
		margin-right: 0;
		font-size: 1.6em;
	}
	
	.x-hamburger {
		left: 4%;
	}
	
	nav.top-nav {
		padding-left: 0;
	}
	
	nav.top-nav ul.utility-nav {
		margin-left: 4%;
	}
	
	nav.top-nav ul.utility-nav li {
		font-size: .8em;
		 margin-right: 6px;
    padding-right: 6px;
	}
	
	
	nav.sub-nav li.silo-name {
		font-size: 1.6em;
	}
	
	.site-map ul li li {
		margin-bottom: 8px;
	}
	
	.site-map ul ul {
		margin-top: 10px;
	}
	
	.col20 {

	    margin-left: 0;
	    width: 70%;
	}
	
	header .hamburger {
		left:4%;
	}
	
	header .search-open {
		right:4%;
	}
	
	#searchbar .search-open {
		margin-right: 4%;
	}
	
	nav.sub-nav {
		top:86px;
	}
	
		nav.sub-nav .subnav-open {
			right:4%;
		}
		
		footer {
	margin:60px 0 0 0;
}

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

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

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

footer .container {

}

section.content .gri-indicators ul li {
	font-size: 1.2em;
}

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

nav.sub-nav.mobile-subnav {
	padding:0;
}
	
}






