@charset "UTF-8";
/* CSS Document */
/*Header overrides for sunburst core--------------------------------------------------------------------*/
div.special-buttons-core{
	display:none;
	}
	

/*everything over 480px*/
@media all and (min-width: 480px) {


/*parent of special buttons core*/
.panel-pane.pane-custom.pane-1{
	float:none;
	position:relative;
	background-color:#f26d2c;
	display:block;
}

div.special-buttons-core{
	display: block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top: 18px;
	z-index: 10000;
	width:100%;
	}
	
	div.special-buttons-core div.center-buttons{
	display: block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
		width:auto;
	}
	
div.special-buttons-core div.center-buttons a{	
background-color: rgba(242, 101, 49, 1.0);
background: rgba(242, 101, 49, 1.0);
color: #fff;
text-decoration: none;
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
margin-bottom:10px;
border: 2px solid #DA6228;
padding:3px;
padding-left:10px;
padding-right:10px;
margin-left:5px;
margin-right:10px;
}

div.special-buttons-core div.center-buttons a:hover{
background-color: rgba(242, 101, 49, 0.5);
	background: rgba(242, 101, 49, 0.5);
text-decoration: none;
transition:All 1s ease;
}
	
	
#headerColumnOne {/*logo and site name*/
float: left;
	width: 71%;
	margin-top:5px;
	padding-left: 30px;
	margin-right:-30px;
}

#headerColumnTwo {/*utility menu plus search*/
	float: right;
	width: 25%;
	margin-top:15px;
	padding-right: 30px;
	margin-left:-30px;
}




}


@media all and (min-width: 480px) and (max-width: 1024px) {
	
#headerColumnOne {/*logo and site name*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear:both;
	width:600px;
	display:block;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#headerColumnTwo {/*utility menu and search*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear:both;
	width:600px;
	display:block;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

a#logo {/* mobile-first logo wrapper positioning */
 float: none;
 margin:auto;
 text-align:center;
}

div#name-and-slogan {/*mobile-fist dept name wrapper positioning*/
 float: none;
 margin:auto;
 text-align:center;
}

}

