body {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.container {
	max-width: 970px;
}

h2 {
	color: #ffcc33;
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 9px;
	overflow: hidden;
}

h2 > a {
	color: #ffcc33;
}

h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

cite {
	color: #666;
	font-size: 12px;
}

.sidebar cite {
	color: #fff;
	font-style: normal;
}

a {
	color: #D93A37;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
}

a:hover {
	color: #D93A37;
	text-decoration: underline;
}

.fa-red {
	color: #D93A37;
}

a.jump-to-top {
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

.popover{
    width:200px;
    height:85px;    
}

.popover-title {
	margin-top: 0px !important;
	font-size: 11px !important;
}

.google-map iframe {
	width:275px;
}

.readMore {
	text-transform: uppercase;
}
/*==================================================
=               Navbar Brand styles                =
==================================================*/

.navbar-brand {
	padding-top: 0px;
}

.navbar {
    position: relative;
}

.brand {
    position: absolute;
    left: 20%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

/*==================================================
=                Utiltiy Nav styles                =
==================================================*/

.com-utility-nav .navbar-default {
	border-radius: 0px;
	background: #fff;
	margin-bottom: 0px;
	border: none;
	box-shadow: none;
}

/*==================================================
=                Search Box styles                 =
==================================================*/

.search-bar {
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-bar .form-control {
	border: 1px solid #D93A37;
	border-radius: 0;
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	color:#333;
	font-size: 18px;
	text-transform: uppercase;
}

.search-bar .btn {
	padding: 1px 7px;
	font-size: 22px;
}

.search-bar .btn-default {
	background: #D93A37;
	border: #D93A37;
	color: #fff;
	border-radius: 0;
}

.search-bar .form-control:focus {
	border-color: #D93A37;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(217, 58, 55, 0.6);
}

.input-group {
	top: 58px;
	width: 84%;
}

.search-form {
	margin-top: 0;
}

.navbar-toggle {
	margin-top: 4px;
}

@media only screen and (min-width : 768px) {
	.input-group {
		top: 0;
		width: 100%;
	}
}


.freeform-input  {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.freeform-input {
	height: auto;
}
/*==================================================
=                 com contact form                 =
==================================================*/

.freeform-input {
	margin-bottom: 15px;
}

.com-contact-form .freeform-input {
	border-radius: 0;
}

.com-contact-form .freeform-input:focus {
	outline: none;
	border-color: #D93A37;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9) inset, 0px 0px 8px rgba(217, 58, 55, 0.9);
}

.form-group cite {
	color: #ffffff;
}

/*==================================================
=              com contact form side               =
==================================================*/

.com-contact-form-side {
	background-color: #333;
	padding: 10px 25px 10px 20px;
	margin-right: -5px;
	margin-top: 5px;
}

.com-contact-form-side form {
	overflow: hidden;
}

.com-contact-form-side p {
	color: #fff;
	background-color: transparent;
}

.com-contact-form-side .overhangtop {
	top: -15px;
	left: 25px;
}

.lt-ie10 .com-contact-form-side .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-contact-form-side h3 {
	color: #ffcc33;
	font-size: 18px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

.com-contact-form-side label {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.com-contact-form-side .freeform-input {
	border-radius: 0;
}

.com-contact-form-side .freeform-input:focus {
	outline: none;
	border-color: #D93A37;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9) inset, 0px 0px 8px rgba(217, 58, 55, 0.9);
}

/*==================================================
=                  submit button                   =
==================================================*/
button[type="submit"],
.btn-submit {
	border: 1px solid #fff;
	background-color: #D93A37;
	color: #fff;
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	border-radius: 0;
	padding: 0 15px;
	text-transform: uppercase;
}
button[type="submit"]:hover,
button[type="submit"]:focus,
.btn-submit:hover, .btn-submit:focus {
	background-color: #333;
	color: #fff;
	transition: background-color 0.3s ease;
}

/*==================================================
=                Primary Nav styles                =
==================================================*/

.com-primary-nav .navbar-default {
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	border: none;
	margin: 20px 0 0;
}

.com-primary-nav .navbar-nav > li > a {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	color:#000;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.com-primary-nav .navbar-default .navbar-nav > li > a:focus, 
.com-primary-nav .navbar-default .navbar-nav > li > a:hover,
.com-primary-nav .navbar-default .navbar-nav > li.here a,
.com-primary-nav .navbar-default .navbar-nav > li.parent-here a{
	background:  #D93A37;
	color: #fff;
}

.com-primary-nav .navbar-default .navbar-toggle {
	border-color: #D93A37;
	background: #D93A37;
	border-radius: 0;
}

.com-primary-nav .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
/*==================================================
=                 Hero Image Styles                 =
==================================================*/

.hero-img {
	margin-top: 75px;
	box-shadow: 0px 4px 5px -3px #000;
	position: relative;
	z-index: 0;
}
/*==================================================
=                 Breadcrumb Styles                =
==================================================*/

.com-breadcrumb {
	color: #999;
	background: none;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.com-breadcrumb a {
	color: #999;
	text-decoration: none;
}
.com-breadcrumb a,
.com-breadcrumb span {
	padding: 0 5px;
}
.com-breadcrumb a:first-of-type {
	padding-left: 0;
}
.com-breadcrumb  > a:hover,
.com-breadcrumb  > a:focus,
.com-breadcrumb > .active {
	color: #4e4e4e;
	text-decoration: underline;
}

.com-breadcrumb {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*==================================================
=                Home Page Styles                  =
==================================================*/

div.com-product-grid {
	border: solid 1px #666;
	margin-top: 30px;
}

div.com-product-grid h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: -38px;
	padding-left: 8px;
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}

div.com-product-grid h1 span {
	display: inline-block;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 5px;
}

.com-product-grid {
	padding: 0 30px;
}

.com-product-grid ul, 
.standoutProducts ul {
	list-style: none;
	font-size: 8px;
	padding-left: 0px;
}

.com-product-grid ul li, 
.standoutProducts ul li {
	width: 32%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.com-product-grid ul li a,
.standoutProducts ul li a {
	text-decoration: none;
}

.com-product-grid ul li img,
.standoutProducts ul li img {
	width: 50%;
	height: auto;
}

.com-product-grid figcaption,
.standoutProducts figcaption {
	margin-top: 5px;
	margin-bottom: 15px;
}

.com-product-grid a figcaption,
.standoutProducts a figcaption {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.com-product-grid a:hover figcaption,
.standoutProducts a:hover figcaption {
	text-decoration: underline;
}

.standoutProducts {
	background: #e1e1e1;
	padding: 15px 30px 10px;
	margin-bottom: 25px;
}

/*==================================================
=              Search Results Page                 =
==================================================*/

#search_results {
	font-size: 13px;
}

#search_results strong {
	color: #D93A37;
	font-weight: normal;
}

#search_results .results {
	padding: 0 30px;
}

#search_results .results-pagination {
	font-size: 11px;
	color: #999;
}

/*==================================================
=                   Contact Page                   =
==================================================*/

#contact_page ul {
	list-style: none;
}

#contact_page .contact-info {
	margin-left: 40px;
}

.btn-credit {
	background-color: #D93A37;
	border: 1px solid #D93A37;
	color: #fff;
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-size: 14px;
	border-radius: 0;
}

.btn-credit:hover, .btn-credit:focus {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	transition: background-color 0.3s ease;
}

/*==================================================
=                News Detail Page                  =
==================================================*/

#news-detail ul {
	list-style: none;
	padding-left: 0px;
}

/*==================================================
=                News Archive Page                 =
==================================================*/

.article-title{
	color: #D93A37;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

/*==================================================
=               Brands Landing Page                =
==================================================*/

#brand_landing_page ul {
	list-style: none;
	padding-left: 0;
}

/*==================================================
=                com-news                          =
==================================================*/

.com-thumb {
	margin: 0 0 10px 10px;
}

/*==================================================
=                com-related-news                  =
==================================================*/

.com-related-news {
	margin-top: 60px;
	padding-left: 30px;
}

.com-related-news h4 {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

.com-related-news ul {
	color: #D93A37;
	font-size: 12px;
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
}

.overhangtop {
	display: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 0 5px;
	border-color: transparent transparent transparent #333;
	position: relative;
	top: 25px;
	left: 5px;
}

/*==================================================
=               com-product-feature                =
==================================================*/

.com-product-feature {
	background: #333;
	color: #fff;
	padding: 5px 25px 15px 20px;
	margin-top: 30px;
	font-size: 12px;
	margin-right: -5px;
	box-shadow: -4px 7px 8px -9px #000;
}

.com-product-feature .overhangtop {
	top: -10px;
	left: 25px;
}

.lt-ie10 .com-product-feature .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-product-feature h3 {
	color: #ffcc33;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.com-product-feature img {
	width: 100%;
}
.com-product-feature a {
	text-decoration: none;
}
.com-product-feature a p {
	color: #fff;
}

/*==================================================
=                 com-news-article                 =
==================================================*/

.com-news-article {
	font-size: 12px;
	margin-top: 30px;
}

.com-news-article h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.com-news-article-recent {
	background-color: #e1e1e1;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.com-news-article-recent h3 {
	color: #D93A37;
}

.news-list {
	margin-top: 1em;
}

.news-list h4 {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
}

.news-list ul {
	list-style: none;
	padding-left: 0;
	color: #D93A37;
}

.news-list ul li {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.news-list + p {
	padding-top: 20px;
}

.com-news-article-recent .recent {
	margin-bottom: 15px;
}

/*==================================================
=            com-contractors-headquarters          =
==================================================*/

.com-contractors-headquarters {
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.com-contractors-headquarters h3 {
	color: #D93A37;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-transform: uppercase;
}

/*==================================================
=                Com-CalltoAction                  =
==================================================*/
.com-calltoaction {
	background: #333;
	color: #fff;
	padding: 5px 25px 15px 20px;
	font-size: 12px;
	margin-right: -5px;
}

.com-calltoaction .overhangtop {
	top: -10px;
	left: 30px;
}

.lt-ie10 .com-calltoaction .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-calltoaction h3 {
	color: #ffcc33;
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

.com-calltoaction span{
	color: #D93A37;
	padding-right: 5px;
}

/*==================================================
=            Com-CalltoAction-locations            =
==================================================*/
.com-calltoaction-locations {
	background: #333;
	color: #fff;
	padding: 5px 25px 15px 20px;
	font-size: 12px;
	margin-right: -5px;
	box-shadow: -4px 7px 8px -9px #000;
	overflow: hidden;
}

.com-calltoaction-locations .overhangtop {
	top: -10px;
	left: 30px;
}

.lt-ie10 .com-calltoaction-locations .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-calltoaction-locations .table td {
	padding-bottom: 0;
	padding-left: 0;
}

.com-calltoaction-locations .table > tbody > tr > td, 
.com-calltoaction-locations .table > tbody > tr > th, 
.com-calltoaction-locations .table > tfoot > tr > td, 
.com-calltoaction-locations .table > tfoot > tr > th, 
.com-calltoaction-locations .table > thead > tr > td, 
.com-calltoaction-locations .table > thead > tr > th {
	border: none;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
	border: none;
}

.com-calltoaction-locations h3 {
	margin: 1em 0 0;
	color: #ffcc33;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	line-height: 1.4em;
}

.com-calltoaction-locations span {
	font-size: 14px;
	color: #D93A37;
	padding-right: 5px;
	font-style: normal;
}

/*==================================================
=                 Com-location-map                  =
==================================================*/
.com-location-map-placeholder {
	background: #333;
	color: #fff;
	padding: 5px 20px 15px;
	font-size: 12px;
	margin-right: -5px;
}

.com-location-map-placeholder .overhangtop {
	top: -10px;
	left: 20px;
}

.lt-ie10 .com-location-map-placeholder .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-location-map-placeholder h3 {
	color: #ffcc33;
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

/* TO-DO: FIND TRUE CAUSE OF LINKS NOT BEING CLICKABLE */
/* .com-location table {
	position: relative;
	z-index: 800;
} */

/*==================================================
=                Com-apply-today                 =
==================================================*/
.com-apply-today {
	background: #333;
	color: #fff;
	padding: 5px 20px 15px;
	font-size: 12px;
	margin-right: -5px;
}

.com-apply-today .overhangtop {
	top: -10px;
	left: 20px;
}

.lt-ie10 .com-apply-today .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-apply-today h3 {
	color: #ffcc33;
	font-size: 13px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

/*==================================================
=                COM-Product-Promo                 =
==================================================*/

.com-product-promo {
	margin-top: 30px;
	font-size: 12px;
	padding-right: 15px;
}

.com-product-promo .jumbotron {
	background: url("/assets/img/PS_featurePromo_bg.jpg") no-repeat center center;
	height: 130px;
	text-align: center;
	color: #fff;
	padding: 30px 0;
}

.com-product-promo .jumbotron h4 {
	font-size: 24px;
	text-shadow: 2px 2px 8px #000000;
	margin: 0;
}

.com-product-promo .jumbotron p {
	font-size: 14px;
	text-shadow: 2px 2px 8px #000000;
	margin: 0;
}

.com-product-promo .jumbotron span.feature {
	font-size: 16px;
	margin-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.com-product-promo .jumbotron span.price {
	font-size: 18px;
	text-shadow: 2px -2px 3px #000000;
}

/*==================================================
=             Product Overview Styles              =
==================================================*/

.mainWrapper {
	border-top: solid #D93A37 10px;
}

.com-product-grid {
	padding-top: 30px;
}

.com-page ul {
	list-style: inherit !important;
}

.com-page ul li {
	display: list-item;
	text-align: left;
	margin-left: 50px;
}

.project-video iframe{
	margin: 2em auto;
	display: block;
}

/*==================================================
=                   Com-Project                    =
==================================================*/

.com-project {
	font-size: 12px;
	padding: 25px 25px 25px 0;
}

.com-project ul {
	margin-bottom: 0;
	list-style: none;
}

.com-project-detail-list {
	margin-left: 20px;
	padding: 0;
}

.com-project h3 {
	font-size: 16px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #d93a37;
}

.com-project span {
	color: #999;
}

.com-project-recent {
	background-color: #e1e1e1;
	padding: 15px 25px;
}

.com-project-recent-list {
	padding-top: 0;
	padding-bottom: 10px;
}

.com-project-recent-list h3 {
	margin: 0;
}

.com-project-related {
	padding-left: 0;
}

.project-gallery ul {
	list-style: none;
	padding-left: 0;
}

.project-gallery span {
	color: #999;
	font-weight: bold;
}
.com-project-detail-pic {
	margin: 1em 0;
}
.com-project-detail-pic picture,
.com-project-detail-pic img {
	width: 100%;
}

.com-project-detail-related p {
	margin: 0;
}
/*==================================================
=             Trusted Brands Carousel              =
==================================================*/

.com-brand-slider {
	background: #333;
	color: #fff;
	padding: 5px 25px 15px 20px;
	margin-top: 30px;
	font-size: 12px;
	margin-right: -5px;
}

.carousel-brand-slider {
	width: 265px;
	height: 140px;
	margin: 0 auto;
	background-color: #ffffff
}

.carousel-brand-slider .carousel-inner,
.carousel-brand-slider .item {
	height: inherit;
}

.carousel-brand-slider .item {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.com-brand-slider .overhangtop {
	top: -10px;
	left: 25px;
}

.lt-ie10 .com-brand-slider .overhangtop {
	border-width: 5px 0 0 4px;
}

.com-brand-slider h3 {
	color: #fff;
	background-color: #ffcc33;
	font-size: 13px;
	margin-top: 10px;
	padding: 7px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.com-brand-slider h3.bgNone {
	background: none;
	margin-top: 50px;
	margin-bottom: 0px;
}

.com-brand-slider h3 a {
	color: #ffcc33;
	background: none;
	font-size: 13px;
	margin-top: 10px;
	padding: 7px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.com-brand-slider h3 a i.fa {
	color: #ffcc33;
}

.com-brand-slider img {
	width: 100%;
}

.com-brand-slider .carousel a {
	color: #D93A37;
	text-transform: uppercase;
}

.com-brand-slider .carousel a.carousel-control {
	color: #ffcc33;
}

.carousel-control {
	top: 45%;
	left: -20px;
	width: 0;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.carousel-caption {
	background-color: rgba(255,255,255,.9);
	right: 0;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow: none;
	bottom: 0;
	text-align: left;
}

/*==================================================
=              formall sidebar Styles              =
==================================================*/

.formAll {
	margin-top: 40px;
}

.formAll .jumbotron {
	background: url("/assets/img/PS_formall_logo.jpg") no-repeat center center;
	background-size: cover;
	height: 150px;
	margin-bottom: 0;
	border-radius: 0;
}

.formAll .jumbotronLink {
	background-color: rgba(255,255,255,.5);
	right: 0;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-shadow: none;
	bottom: 0;
	text-align: left;
	margin-top: -27px;
}

/*==================================================
=                 Accordian Styles                 =
==================================================*/

.panel {
	box-shadow: none;
}

.panel-body {
	padding: 0;
}

.panel-title {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
}

.panel-title a {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	text-decoration: none;
	padding-left: 5px;
}

.panel-title a:color {
	color: inherit;
}

.panel-default {
	border: none;
	filter:none;
}

.panel-default > .panel-heading {
	background: none;
	border: none;
	filter: none;
}

.panel-group .panel-heading {
	border: none;
	filter:none;
}

.lt-ie10 .panel-group .panel-heading {
	border: none;
	filter: none;
	background: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e082";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: #D93A37;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e081";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading .accordion-toggle .hidden {
	display: none;
}

.productCatagoryHeader img {
	width: 85px;
	float: right;
}

.panel-body .accordion {
	padding-left: 35px;
}

.panel-body .accordion .accordion-heading a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.panel-body .accordion .accordion-heading a:focus,
.panel-body .accordion .accordion-heading a:hover,
.panel-body .accordion .accordion-heading a:active {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.panel-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
	display: block;
	text-align: left;
	padding-left: 35px;
	padding-bottom: 5px;
	width: 50%;
}

.panel-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.panel-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover {
	text-decoration: underline;
}

.productAccordion ul {
	list-style: none;
	padding-left: 35px;
}

.productAccordion ul li {
	padding-left: 5px;
}

.productAccordion ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.productAccordion ul li ul li a {
	padding-left: 15px;
}

/*==================================================
=                 com-productGroups                =
==================================================*/

.com-productGroups {
	background-color: #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.com-productGroups ul {
	padding-left: 0px;
}

.com-productGroups ul {
	padding-left: 0px;
	margin-left: 0px;
}

.com-productGroups a {
	color: #666;
	font-style: italic;
}

.com-productGroups li a {
	color: #d93a37;
	font-style: normal;
	padding-left: 15px;
}

/*==================================================
=            com-employment-job-opening            =
==================================================*/

.employmentAccordion ul {
	list-style: none;
	padding-left: 35px;
}

.employmentAccordion ul li {
	padding-left: 5px;
}

.employmentAccordion ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.employmentAccordion ul li ul li a {
	padding-left: 15px;
}

.job-opening {
	background-color: #e1e1e1;
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	padding: 15px;
	margin-left: 35px;
	margin-bottom: 15px;
	font-size: 13px;
}

.job-opening a {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: bold;
}

.duties ul, .qualifications ul {
	padding-left: 15px;
	list-style: inherit;
}

.job-opening .job-dates {
	color: #999;
	font-size: 12px;
}

/*==================================================
=            com-location-staff            =
==================================================*/

.locationAccordion {
	margin-top:0;
}

.locationAccordion .panel {
	background: transparent;
}

.locationAccordion .panel-heading {
	padding: 10px 0;
}

.lt-ie10 .locationAccordion .panel-heading {
	padding: 10px 0;
	filter: none;
}

.locationAccordion ul {
	list-style: none;
	padding-left: 35px;
}

.locationAccordion ul li {
	padding-left: 5px;
}

.locationAccordion ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.locationAccordion ul li ul li a {
	padding-left: 15px;
}

.locationAccordion .location-info {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.staff-info {
	font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
}

.staff-info h3 {
	font-size: 14px;
	color: #D93A37;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.staff-info-section p {
	margin-left: 15px;
}

.staff-info-section {
	font-size: 12px;
	background-color: #e1e1e1;
	padding: 5px 15px;
	min-height: 190px;
	margin-top: 10px;
}
.staff-info-container {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-justify-content: flex-start;
	justify-content: space-between;
}
.staff-info-container > div {
	width: 48%;
	padding-bottom: 20px;
}
.staff-info-section {
	height: 100%;
}
/*==================================================
=                 com-location-map                 =
==================================================*/

.com-location-map h3 {
	color: #D93A37;
	font-style: normal;
}

/*==================================================
=            com-product-listing-table             =
==================================================*/

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-position: center left !important;
}

.com-product-listing-table table.dataTable h4 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.com-product-listing-table table.dataTable h4 > a {
	color: inherit;
}

.com-product-listing-table table.dataTable {
	border-collapse: separate;
	border-spacing: 0 5px;
}

.com-product-listing-table table.dataTable .sorting_1 {
	width: 25%;
	vertical-align: top;
}

.com-product-listing-table table.dataTable tbody tr {
	background-color: #e1e1e1;
}

.com-product-listing-table table.dataTable tbody td {
	vertical-align: top;
	border-bottom: 2px solid #ccc;
	font-size: 11px;
}

.com-product-listing-table table.dataTable thead .sorting_asc,
.com-product-listing-table table.dataTable thead .sorting_desc {
	font-size: 11px;
	color: #999999;
	padding-left: 20px;
}

.com-product-listing-table table.dataTable thead th, 
.com-product-listing-table table.dataTable thead td {
	border: none;
	padding: 0;
}

.com-product-listing-table table.dataTable.no-footer {
	border: none;
}

.com-product-listing-table .left-border {
	border-left: 2px solid #D93A37;
}

.dot-approved {
	width: auto;
	overflow: hidden;
	margin-top: 10px;
}

.dot-approved-state {
	float: right;
	margin-left: 5px;
}

.product-photo {
	border: 1px solid #959595;
}

.pagination > li > a, .pagination > li > span {
	border:none;
	color: #999;
	padding: 6px 7px;
	font-size: 11px;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
	color: #D93A37;
	background: transparent;
}

.pagination > li > .active {
	color: #333;
}

/*==================================================
=           Template Services Overview             =
==================================================*/

.serviceOverviewItem {
	overflow: hidden;
	margin-bottom: .5em;
}

.service-pic {
	margin: 10px 0 0 10px;
	max-width: 140px;
}

/*==================================================
=           Service Grid Component                 =
==================================================*/

.com-service-grid-item {
	margin-top: 1em;
	overflow: hidden;
}

.com-service-grid-item h3 {
	margin-top: 0;
}

.com-service-grid-item-img {
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #959595;
}

/*==================================================
=                  Footer Styles                   =
==================================================*/

footer {
	background: #000;
	color: #fff;
	padding-top: 10px;
	font-size: 12px;
}

footer span{
	color: #D93A37;
	padding-right: 5px;
}

footer h2 {
	font-family: Arial Narrow,Arial,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
}
footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li {
	padding-bottom: 10px;
}

footer .com-navigation-footer {
	margin-top: 58px;
}

footer .com-navigation-footer ul li a {
	color: #fff;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}

footer .com-navigation-footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.com-contact-form h2:before,
.com-location h2:before {
	display: inline-block;
	color: #D93A37;
	padding-right: 5px;
	font-family: FontAwesome;
}
.com-location h2:before {
	content: "\f232";
}
.com-contact-form h2:before {
	content: "\f0e0";
}
div.freeform-form-has-errors {
	color: #D93A37;
	font-weight: 600;
}
ul.errors.freeform-errors li {
	color: #D93A37;
	font-weight: 600;
}
.com-calltoaction-locations .locations-grid,
.com-location .locations-grid {
	width: 100%;
}
.com-calltoaction-locations .locations-grid > div,
.com-location .locations-grid > div {
	width: 50%;
	float: left;
	padding: 0 0 10px 0;
}

footer a {
	text-decoration: none;
}

footer .copyright {
	padding-top: 30px;
}

footer .copyright p{
	color: #999;
}

footer .copyright a{
	color: #fff;
}

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


/*==================================================
=                   Form Styles                    =
==================================================*/



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
    .main {
		padding-bottom: 10px;
	}

    /*==================================================
	=                News Detail Page                  =
	==================================================*/

	.shareIcons {
		padding-top: 10px;
	}
	.news-list {
		padding-left: 0;
		width: 100%;
	}

	/*==================================================
	=                Search Box styles                 =
	==================================================*/

	.search-bar {
		margin-bottom: 0;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

	.navbar-nav>li>a {
		padding-top: 11px;
		padding-bottom: 12px;
		position: relative;
	}
	.navbar-nav>li>a:before {
		display: inline-block;
		color: #D93A37;
		padding-right: 5px;
		font-family: FontAwesome;
	}
	.navbar-nav>li#nav-sub-employment>a:before {
		content: "\f0c0";
	}
	.navbar-nav>li#nav-sub-news>a:before {
		content: "\f1ea";
	}
	.navbar-nav>li#nav-sub-contact-1>a:before {
		content: "\f095";
	}
	.navbar-nav>li#nav-sub-locations>a:before {
		content: "\f041";
	}
	.navbar-brand {
		height: 40px;
	}

	.navbar {
		min-height: 40px;
	}

	.search-bar .input-group {
		margin-top: 0px;
	}

	.brand {
	    position: absolute;
	    left: 10%;
	    margin-left: -50px !important;  /* 50% of your logo width */
	    display: block;
	}
	.brand img {
		width: 75%;
		margin-top: 11px;
	}
	.staff-info-container {
		justify-content: flex-start;
	}
	.staff-info-container > div {
		width: 32%;
		padding-right: 1.33%;
	}
/*==================================================
=                Utiltiy Nav styles                =
==================================================*/

	.com-utility-nav .navbar-default {
		background: #464646;
		border-radius: 0;
		border: none;
	}

	.com-utility-nav .navbar-nav > li > a {
		color: #fff;
		text-shadow: none;
	}

	.com-utility-nav .navbar-default .navbar-nav > li > a:focus, 
	.com-utility-nav .navbar-default .navbar-nav > li > a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.com-utility-nav span {
		color: #D93A37;
		text-shadow: none;
		margin-right: 5px;
	}

	.com-product-grid ul,
	.standoutProducts ul {
		list-style: none;
		font-size: 12px;
		padding-left: 0px;
	}

	/*==================================================
	=                 Jumbotron Styles                 =
	==================================================*/

	.hero-img {
		margin-top: 0;
	}

	.search-form {
		margin-top: 0px;
	}
	
	/*==================================================
	=                News Detail Page                  =
	==================================================*/


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	/*==================================================
	=                Search Box styles                 =
	==================================================*/

	.search-bar {
		margin-bottom: 10px;
	}

	/*==================================================
	=                Utiltiy Nav styles                =
	==================================================*/
	.overhangtop {
		display: block;
	}
	.com-utility-nav .navbar-default {
	border-radius: 0px;
	background: #464646;
	margin-bottom: 0px;
	border: none;
	min-height: 40px;
	}

	.com-utility-nav .navbar-nav > li > a {
		font-family: Arial,Helvetica,sans-serif;
		color: #fff;
		text-shadow: none;
		text-decoration: none;
		font-size: 12px;
	}

	.com-utility-nav span{
		color: #D93A37;
		padding-right: 5px;
	}

	.com-utility-nav .navbar-default .navbar-nav > li > a:focus, 
	.com-utility-nav .navbar-default .navbar-nav > li > a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.com-primary-nav .navbar-default {
		box-shadow: 0px 4px 5px -3px #000;
		position: relative;
		z-index: 5;
	}

	.sidebar {
		padding-right: 0;
	}

	.main {
		margin-bottom: 20px;
		padding-left: 15px;
	}

	.com-news-article {
		padding-right: 15px;
	}

	.misc {
		padding-right: 15px;
	}

	.mainWrapper {
		border-top: solid #D93A37 10px;
		padding-bottom: 50px;
		padding-top: 30px;
	}

	/*==================================================
	=                 Breadcrumb Styles                =
	==================================================*/
	
	.com-breadcrumb {
		padding-top: 0;
	}

/*==================================================
=               mainContent Styles                 =
==================================================*/

	.mainContent {
		background: url('/assets/img/main_bg.jpg') no-repeat center center;
		background-size: cover;
	}

	.mainContent .container {
		background: #fff;
			-webkit-box-shadow: 0px 20px 10px 2px rgba(0,0,0,0.68);
			-moz-box-shadow: 0px 20px 10px 2px rgba(0,0,0,0.68);
			box-shadow: 0px 20px 10px 2px rgba(0,0,0,0.68);
	}

/*==================================================
=                     News Styles                  =
==================================================*/
	.news-list {
		width: auto;
		padding-left: 20px;
	}

	footer {
		background: #000;
	}

	/*==================================================
	=            com-location-staff            =
	==================================================*/

	.locationAccordion {
		margin-top: -150px;
	}

	.locationAccordion .panel-heading {
		padding: 10px 15px;
	}
	
	.lt-ie10 .locationAccordion .panel-heading {
		padding: 10px 15px;
		filter:none;
		background: none;
	}

	.locationAccordion .location-info {
		margin-left: 40px;
	}

	.location-info img {
		margin-right: 400px;
		float:right;
	}

	.staff-info {
		/*margin-left: 40px;*/
		font-family: Arial Narrow,Arial,Helvetica Neue,Helvetica,sans-serif;
	}

	.staff-info h3 {
		font-size: 14px;
		color: #D93A37;
		font-weight: bold;
		margin: 0 0 10px 0;
	}

	.staff-info-section p {
		margin-left: 15px;
	}
	.staff-info-container {
		margin-left: 40px;
	}
	.staff-info-container > div {
		 width: 15%;
		padding-right: 1.66%;
		padding-bottom: 20px;
	}
	.staff-info-section {
		height: 100%;

	}
	.staff-location {
		margin-top: 70px;

	}
}
.cols3 {
	-js-display: flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: -ms-flex-start;
	justify-content: flex-start;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.cols3 .col { margin: 10px 10px 30px; text-align: center; width: calc(100% - 20px);}

.img-container {padding-top: 100%;position: relative;overflow: hidden;width: 100%;}
.img-container img {position: absolute; object-fit: contain; height: 100%; width: 100%;bottom: -9999px;top: -9999px;right: -9999px;left: -9999px;max-width: none;margin: auto;}
@media only screen and (min-width : 550px) {
	.cols3 .col {width: calc(50% - 20px);}
}
@media only screen and (min-width : 920px) {
	.cols3 .col {width: calc(33.33% - 20px);}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.brand {
	    position: absolute;
	    left: 24%;
	    margin-left: -50px !important;  /* 50% of your logo width */
	    display: block;
	}
	.brand img {
		width: 100%;
		margin-top: 0;
	}

}


#social-links {
	text-align: center;
	padding: 30px 0;
	clear: both;
}
#social-links img {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 3px;
}
#signup-form-container{
	position: fixed;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #efefef;
	padding: 3em;
	border: solid #6e6e6e 10px;
	border-radius: 20px;
	z-index: 500;
}
#signup-popup-container{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 50;
}
#popup-close{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
}
