/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
 
/* Google font - Roboto 300, 400, 700 */
/* Google font - PT Serif 400, 700 */

/* WEBSITE STYLES */
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Roboto', arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .03em;
	color: #000;
}
.desktop { display: block !important; }
.desktop-inline { display: inline-block !important; }
.mobile, .mobile-inline { display: none !important; }
div {
	box-sizing: border-box;
	word-wrap: break-word;
}
.col-sm-12 {
	padding: 0px;
}
.clearfix {
	display: block;
	float: none;
	clear: both;
	width: 100%;
}
.hidden_content {
	display: none;
}

/* GLOBAL */
.main-container a {
	color: #000;
	font-weight: 400;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a.anchor {
	display: inline-block;
	position: relative;
	top: -180px;
	visibility: hidden;
}

a.button {
	background: #103E8F;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}
a.button:hover {
	opacity: .8;
	text-decoration: none;
}

p, .paragraph p:first-child {
	color: #000;
	line-height: 1.5em;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	margin-bottom: 1em;
}
p.title-case {
	font-size: 1.4em;
	font-weight: bold;
}
h1, h1.page-header {
	border-bottom: none;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
p.smaller-font {
	font-size: .8em;
}
body.path-frontpage h1.page-header {
	display: none;
}
h2 {
	font-size: 22px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: none !important;
}
b, strong {
	font-weight: 500;
}
h1 a, h2 a, h3 a {
	text-decoration: none !important;
}
p {
	word-wrap: break-word;
}
.field ul li {
	margin-bottom: 1em;
}

.blue_text {
	color: #fff;
}
.red_text {
	color: #af0000;
}

.align-left {
	margin: 0px 20px 20px 0px;
}
.align-right {
	margin: 0px 0px 20px 20px;
}

.center-this {
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.col-sm-6.left {
	padding-left: 0px;
	padding-right: 20px;
}
.col-sm-6.right {
	padding-left: 20px;
	padding-right: 0px;
}

/* COLUMNS */
.columns-wrapper {
	float: none;
	clear: both;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.columns-two .column {
	flex: 0 0 auto;
	width: calc(50% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-three .column {
	flex: 0 0 auto;
	width: calc(33% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.columns-four .column {
	flex: 0 0 auto;
	width: calc(25% - 20px);
	min-width: 280px;
	margin: 0px auto 40px;
	padding: 0px 40px 0px 0px;
}
.column img {
	width: 100% !important;
	height: auto !important;
}

/* COLLAPSIBLE DRAWERS */
.drawer {
  display: none;
  padding-bottom: 1em;
}
a.trigger {
  color: #999;
  position: relative;
  display: block;
  cursor: pointer;
  border-top: 1px solid #999;
  padding: 20px 50px 10px 0px;
  margin-top: 20px;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
}
a.trigger:first-child {
	margin-top: 0px;
}
a.trigger.closed:after {
  position: absolute;
  display: block;
  content: '\f067';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}
a.trigger.opened:after {
  position: absolute;
  display: block;
  content: '\f068';
  color: #fff;
  font-family: fontawesome;
  font-size: 1.2em;
  font-weight: normal;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
  right: 20px;
}


/* HEADBAND */
#headband_container {
	background: #103E8F;
	border-bottom: 12px solid #525258;
}
.headband_wrapper {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.headband_wrapper .headband {
	width: 50%;
	padding: 10px 0;
}
.headband_wrapper .headband p {
	font-size: 16px;
	color: #fff;
}
.headband_wrapper .headband p a {
	color: #fff;
}

/* HEADER */
/* Product Search Bar */
header .region-header-search #block-exposedformproduct-gridblock-1 {
	float: right;
	width: 50%;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
header .region-header-search form#views-exposed-form-product-grid-block-1 .form-item-keys {
	width: calc(100% - 34px);
	border: none;
}
header .region-header-search form#views-exposed-form-product-grid-block-1 .form-item-keys label { display: none; }
header .region-header-search form#views-exposed-form-product-grid-block-1 .form-item-keys input {
	width: 100%;
	background: #ebebeb;
	box-shadow: none;
	border: none;
	border-radius: 0;
}
header .region-header-search form#views-exposed-form-product-grid-block-1 button.form-submit {
	font-size: 0;
	margin-right: 0;
	background: #ebebeb;
	border: none;
	border-left: 1px solid #aaa;
	border-radius: 0;
	width: 34px;
	height: 34px;
}
header .region-header-search form#views-exposed-form-product-grid-block-1 button.form-submit span.icon {
	font-size: 20px;
	color: #103E8F;
}

/* Main Nav */
header.navbar-default {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 auto !important;
	background-color: #fff;
	border: none;
}
header.navbar-default .navbar-header {
	float: none;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	display: block;
}
header.navbar-default .navbar-header .header-top {
	width: 100%;
	padding: 18px 0;
	border-bottom: 2px solid #d8d8d8;
}
header.navbar-default .navbar-header .header-left {
	float: left;
	width: 30%;
	text-align: left;
}
header.navbar-default .navbar-header .header-left #site-logo img.logo {
	width: 100%;
	height: auto;
	max-width: 180px;
	padding: 0;
	margin: 5px auto;
}
header.navbar-default .navbar-header .header-right {
	float: right;
	position: relative;
	width: 70%;
	height: auto;
	padding: 30px 0 10px;
	text-align: right;
}
header.navbar-default .navbar-header .header-bottom {
	width: 100%;
	padding: 0;
}
header.navbar-default .navbar-header .header-bottom .region-navigation {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}
header.navbar-default .navbar-header .header-bottom .region-navigation nav {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	min-height: 40px;
}
nav.navbar-default ul.we-mega-menu-ul {
	width: 100%;
	display: block;
	margin-bottom: 0;
	border: none;
	background-color: transparent;
	text-align: center;
}
.region-we-mega-menu > nav > .container-fluid > ul.we-mega-menu-ul > li {
	position: initial !important;
	border: none !important;
	display: inline-block !important;
	float: none !important;
}
ul.we-mega-menu-ul li.dropdown-menu:hover > .we-mega-menu-submenu, ul.we-mega-menu-ul li.dropdown-menu:focus > .we-mega-menu-submenu {
	display: block;
	width: 100%;
}
nav.navbar-default ul.we-mega-menu-ul > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 3vw 8px;
	font-family: 'Roboto', arial, helvetica, sans-serif;
	background-color: transparent;
}
nav.navbar-default ul.we-mega-menu-ul > li > a:before, nav.navbar-default ul.we-mega-menu-ul > li > a:after {
	right: 2vw;
}
nav.navbar-default ul.we-mega-menu-ul > li:last-child > a {
	border-right: none;
	color: #d99f59;
	padding-left: 2vw;
}
nav.navbar-default ul.we-mega-menu-ul > li.active > a {
	background-color: transparent !important;
	color: #000 !important;
}
nav.navbar-default ul.we-mega-menu-ul > li:hover > a, nav.navbar-default ul.we-mega-menu-ul > li > a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.1) !important;
	color: #000 !important;
}
.we-mega-menu-submenu {
	width: 100% !important;
	padding: 0;
	border: none !important;
}
.we-mega-menu-submenu.sub-menu-company {
	width: 300px !important;
/*	right: 16% !important; */
	right: 27% !important;
}
.we-mega-menu-submenu.sub-menu-m2o {
	width: 300px !important;
	right: 12.5% !important;
}
.we-mega-menu-submenu li.mm_header {
	margin-top: 1em;
}
.we-mega-menu-submenu li.mm_header:first-child {
	margin-top: 0;
}
.we-mega-menu-submenu li.mm_header a {
	padding: 5px !important;
	color: #103E8F !important;
	font-family: 'Roboto', arial, helvetica, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.we-mega-menu-submenu li {
	display: block !important;
}
.we-mega-menu-submenu li > a {
	display: block;
	color: #000;
	padding: 2px 5px;
	font-size: 16px !important;
	font-family: 'Roboto', arial, helvetica, sans-serif !important;
}
.we-mega-menu-submenu li > a:hover {
	background: rgba(0,0,0,.1);
}
.we-mega-menu-submenu .we-mega-menu-row {
	justify-content: center;
	padding: 20px 0;
}
.we-mega-menu-submenu.sub-menu-led-products .we-mega-menu-row:last-child {
	padding: 0 !important;
}
.we-mega-menu-submenu .we-mega-menu-row .we-mega-menu-col {
	max-width: 300px;
	padding: 10px 0;
	flex: 0 0 17%;
}
.sub-menu-company .we-mega-menu-row .we-mega-menu-col, .sub-menu-m2o .we-mega-menu-row .we-mega-menu-col {
	flex: 0 0 100%;
}
.we-mega-menu-submenu .led-products-footer {
	width: 100%;
	max-width: 100% !important;
	margin: 0 auto;
	padding: 10px 0 !important;
	background: #103E8F;
	flex: 0 0 calc(100% - 34px) !important;
}
.we-mega-menu-submenu .led-products-footer ul {
	list-style: none;
	text-align: center;
}
.we-mega-menu-submenu .led-products-footer li {
	display: inline-block !important;
	padding: 0 20px;
	margin: 0 20px;
}
.we-mega-menu-submenu .led-products-footer li a {
	color: #fff;
}
.we-mega-menu-submenu .led-products-footer li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.we-mega-menu-submenu.sub-menu-company .we-mega-menu-col.mm-spacer-column {
	max-width: 1200px;
	flex: 0 0 62%;
}

/* MAIN PAGE */
.main-container {
	width: 100% !important;
	min-height: 500px;
	max-width: 1240px;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* BREADCRUMBS */
.main-container #breadcrumb_bar {
	width: 100%;
	background: #525258;
	padding: 0 10px;
	margin-bottom: 4em;
}
body.path-frontpage #breadcrumb_bar { display: none; }
.main-container #breadcrumb_bar .region-breadcrumb-bar {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.main-container #breadcrumb_bar ol.breadcrumb {
	background-color: transparent;
	padding: 0;
}
.main-container #breadcrumb_bar ol.breadcrumb li, .main-container #breadcrumb_bar ol.breadcrumb > li a {
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	padding: 10px 0 8px;
	line-height: 1em;
}
.main-container #breadcrumb_bar ol.breadcrumb > li:before {
	content: '|';
	color: #fff;
}
.main-container #breadcrumb_bar ol.breadcrumb > li:first-child:before {
	content: '';
}

/* ABOVE MAIN CONTENT REGION */
.region-above-content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;	
}
.region-above-content #block-products {
	text-align: right;
}

/* MAIN CONTENT REGION */
.main-container .region-content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
#block-maintenanceequipmenttrackingbutton {
	margin: 4em auto;
}

/* HOMEPAGE BODY CONTENT */
body.path-frontpage article .field--name-body {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
body.path-frontpage article .field--name-body h4 {
	font-size: 22px;
}

/* MAINTENANCE REPORT PAGE */
form#node-incident-report-form .field-group-html-element {
	margin-bottom: 4em;
}
form#node-incident-report-form .field-group-html-element > h3 {
	text-transform: uppercase !important;
	padding: 5px 10px;
	background: #efefef;
}
form#node-incident-report-form .field-group-html-element > .form-group {
	width: calc(100% - 30px);
	margin-left: 30px;
}
form#node-incident-report-form .form-type-vertical-tabs, form#node-incident-report-edit-form .form-type-vertical-tabs {
	display: none;
}
form#node-incident-report-form #edit-actions, form#node-incident-report-edit-form #edit-actions {
	margin-top: 2em;
}
form#node-incident-report-form #edit-submit, form#node-incident-report-edit-form #edit-submit {
/*	display: none; */
}


/* MAINTENANCE REPORTS */
.view-maintenance-reports .view-content .views-table tr.Open select {
	border: 1px solid #c00;
}


/* COLORBOX */
#cboxWrapper {
	background-color: transparent;
}
#cboxClose {
	bottom: unset;
	top: 5px;
	right: 5px;
}
#cboxTopLeft {
	height: 20px;
}
#cboxTopCenter, #cboxTopRight {
	height: 0;
}
#cboxMiddleLeft, #cboxMiddleRight {
	width: 0;
}
#cboxContent {
	background-color: transparent;
}
#cboxLoadedContent {
	background: #fff;
	padding-top: 20px;
	border-radius: 0;
}
#cboxLoadedContent article.product-page, #cboxLoadedContent article.product-page .content {
	height: 100%;
}


/* FOOTER */
.footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-top: 14px solid #103E8F;
	background: #d5d5d5;
}
.region-footer {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 44px 0;
}
.legal_footer {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	border-top: 4px solid #595959;
	padding: 15px 0 20px;
}
.region-legal-footer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.legal_footer section.block {
	width: 50%;
}
.legal_footer p, .legal_footer p a {
	font-size: 14px;
	color: #252525;
}
#block-legalfooterlinks {
	text-align: right;
}

@media all and ( max-width:500px ) {
	
	.mobile { display: block !important; }
	.mobile-inline { display: inline-block !important; }
	.desktop, .desktop-inline { display: none !important; }
	
}
