/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */

/* Remove bottom border from nav   */
.navbar-static-top {
	border-width: 0 0 0px;
}

/* Orange color for carousel headline   */
.headlineorangetext {
	color: #e95e23 !important;
	text-transform: none !important;
}

/* Orange color for carousel headline   */
.lightorangetext {
	color: #e3b33d;
}


/* White color for carousel sub-headline   */
.headlinewhitetext {
	color: #ffffff !important;
	text-transform: lowercase !important;
}

.carousel-caption {
	bottom: 100px;
}

.carousel-caption-head {
	position: absolute;
	left: -17%;
	right: 15%;
	bottom: 100px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
}

.carousel-caption-sub {
	position: absolute;
	left: 18%;
	right: 0%;
	bottom: 40px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
}

.title-header {
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 13px;
}

.sub-title-header {
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0 13px;
}

.servicepanels-header {
	line-height: 18px;
	margin: 15px 0 10px;
}

p.field input {
	padding: 6px 6px 7px 6px;
	width: 100%;
	height: 30px;
	line-height: 15px;
	box-sizing: border-box;
}

.btn-primary {
	color: #fff;
	background-color: #e95e23;
	border-color: #e3b33d;
}

.featurette-divider {
	margin: 10px 0px 30px;
}

.carousel {
	margin-bottom: 30px;
}

.text-justify {
	text-align:justify;
	padding: 0px 10px 10px 10px;
}

.text-center {
	text-align:center;
	padding: 0px 10px 10px 10px;
}

/* Used around the About Us image   */
.imagePadding {     
	width:40%;     
	margin: 0 2% 2% 2%;    
}

/* Used for In The News HomePage images   */
.imagePaddingNews {     
	width:66px;     
	margin: 0 2% 2% 2%;    
}

.grayscale {
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
} 

.industries-text {
	margin-top: 20px;
	text-align: left;
	margin-left: 85px;
	vertical-align:middle;
}

.industries-icon {
	width: 70px;
	height: 70px;
	float: left;
	padding: 2px;
}

.industries-links {
	/*width: 240px; -SCott */
	height: 70px;
	float: left;
}

.panelNoBorder {
border: 0px solid transparent;
}

/*Scott Add in to help center industries in smaller views*/
.panel-body {
    padding-left: 5%;
}



body {
	font-size: 14px; 
}

.footer-font {
	font-size: 12px;	
}