@charset "utf-8";
/* CSS Document */

/* locations.html styles*/
.locations{
	margin-bottom:20px;
}

.fa-facebook-square{
	margin-left:5px;
}


.location-p{
	float:left;
	width:100%;
	margin:0;
	margin-bottom:20px;
}

.ul-columns{
    -webkit-columns: 100px 2; /* Chrome, Safari, Opera */
    -moz-columns: 100px 2; /* Firefox */
    columns: 100px 2;
	list-style-position: inside;
	margin-left:-1;
}

#sub-menu-item{
	margin-left:20px;
	font-size:14px;
	text-transform:none;
	text-transform:uppercase;
}

#sub-sub-menu-item{
	font-size:14px;
	margin-left:40px;
}

.secondary-nav{
	background-color:#eee;
	width:auto;
	min-height:50px;
	text-align:center;
}

.secondary-nav-wrap{
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.second-nav-links{
	display:inline-block;
	color:#000;
	margin:10px 20px 0px 20px;
	text-transform:uppercase;
	font-size:13px;
	text-align:center;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #fff; 
}
th { 
  background: #ddd; 
  color: #000; 
}

td{
	background-color:#eee;
}

td, th { 
  padding: 6px; 
  border: 1px solid #fff; 
  text-align: left; 
}

#utility-page-content{
	margin:30px 0 50px 20px;
	width:70%;
}

#full-span{
	margin:30px 0 50px 20px;
	width:80%;
}

#split-span{
	margin:30px 0 50px 20px;
	width:70%;
	float:left;
}

.sidebar-right{
	background-color:#eee;
	width:20%;
	float:left;
	margin:50px 0 0px 50px;
	padding:2%;
}

#regional-news-content{
	margin-bottom:70px;
	margin-top:150px;
	padding:2%;
	width:32%;
	background-color:#eee;
	float:right;
}

.date{
	margin:0;
	font-size:13px;
}

.press-release{
	margin:0;
}

.career-opportunities{
	clear:both;
}

.career-quad{
	width:33.3333333%;
	float:left;
	text-align:center;
}

.career-thumbnail{
	width:90%;
}

p.career-heading{
	font-weight:100;
	font-size:22px;
}

hr{
	clear:both;
}

.red-link{
	color:#D5534E;
}

#press-releases-content{
	width:60%;
	float:left;
	clear:both;
}

#smaller-news-content{
	margin-top:50px;
	padding:2%;
	width:32%;
	float:right;
}


.upcoming-events{
	float:left;
	width:25%;
}
	
	
.news-left{
	width:60%;
	float:left;
}

.news-right{
	width:36%;
	margin-left:4%;
	float:left;
}


#full-width{
	width:100%;
	overflow: auto;
	clear:both;
}

.blue{
	color:#00539b;
}

.spec-chart-left{
	width:100%;
	margin-right:4%;
	float:left;
}

.spec-chart-third{
	width:33%;
	float:left;
}

.text-box{
	margin-top:15%;
}

.talent{
	float:left;
	width: 22%;
	padding-right:3%;
}

.video-box{
	background-color:#eee;
	margin:1%;
	padding:2%;
}

.sidebar-white{
	background-color:white;
	width:20%;
	float:left;
	margin:50px 0 0px 50px;
}

.mutt-photos{
	width:98%;
}

.product-logos{
	width:12%;
	margin:1%;
	float:left;
}

}

@media screen and (max-width: 480px){
.spec-chart-left{
	width:100%;
}

.spec-chart-right{
	width:100%;
}

.video-box{
	background-color:#eee;
	margin:1%;
	padding:2%;
	}

.float-left{
	clear:both;
	}

.video-header{
	font-size:22px;
	width:100%;
	}
	
.video-thumbnail{
	width:100%;
}

.talent{
	float:left;
	width: 100%;
	padding-right:;
}
}




