/***** Copyright © 2003-2014 TRT Lighting *****/

/***** Global Declarations *****/
body {
	background-color: #F1F4F9;
	color: #333;
	font-family: "myriad-pro", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	position: relative;
	box-shadow: 0 4px 40px -2px rgba(0, 0, 0, 0.2);
}

a:link {
	color: #E22;
	text-decoration: none;
}

a:visited {
	color: #E22;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #555;
	text-decoration: none;
}

a:active {
	color: #E22;
	text-decoration: none;
}

address ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

address ul li {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 300;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.1em;
}

h1.error {
	color: #C00;
	margin: 0;
	padding: 20px 0 0 0;
}

.max-width {
	width: 100%;
}

#error {
	background-color: #C00;
	max-width: 1000px;
	width: 100%;
	padding: 20px 0;
	margin: 50px auto;
	text-align: center;
}

.bg-light-grey-gradient {
	background: radial-gradient(at 60% 250%, #020206, #464646);
}

.bg-grey {
	background-color: #333333;
}

.bg-trt-red {
	background-color: #E22;
}

#error p {
	color: #FFF;
}

img {
	border: 0;
}

p {
	color: #333;
}

p.error {
	color: red;
	text-align: right;
}

sub, sup {
	line-height: 0;
}

form h1 {
	margin-bottom: 20px;
}

form label {
	display: block;
	font-size: 1.2em;
	font-weight: 300;
	margin-top: 10px;
}

form label.remember {
	font-size: 1em;
	display: inline;
}

input[type=submit] {
	font-size: 1em;
}

input[type=text],
input[type=password],
select,
textarea {
	box-sizing: border-box;
	border: 1px solid #CCC;
	font-size: 1.2em;
	font-weight: 300;
	font-family: "myriad-pro", Arial, Helvetica, sans-serif;
	padding: 1%;
	resize: none;
	width: 100%;
}

.submit-button {
	background-color: #E22;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: inline;
	float: right;
	font-family: "myriad-pro", Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 20px;
	padding: 10px 20px;
	z-index: 2;
}

a.submit-button {
	color: #fff;
}

.submit-button:hover {
	background-color: #555;
}

.submit-button.pdf {
	background-image: url(/asset/media/pdf-icon.png);
	background-size: 25px 25px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-repeat: no-repeat;
	background-position: 90% center;
	padding-right: 45px;
}

span.required {
	color: #AAA;
	font-size: 0.8em;
}

.light {
	font-weight: 300;
}

.normal {
	font-weight: normal;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.white {
	color: #FFF;
}

.grey {
	color: #333 !important;
}

.blue {
	color: #E22;
}

.trt-red {
	color: #E22;
}

.anchor {
	display: block;
	position: relative;
	top: -60px;
	visibility: hidden;
}

/***** Font Sizes for Paragraphs/Lists/Tables *****/
.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.2em;
}

.x-large {
	font-size: 1.4em;
}

/***** Column Styles *****/
.break-before {
	-webkit-column-break-before: always;
	break-before: column;
}

.break-after {
	-webkit-column-break-after: always;
	break-after: column;
}

.flexibox {
	box-sizing: border-box;
	margin: 0 auto;
	width: 88%;
}

.flexibox.full-mobile {
	width: 100%;
}

.flexibox.dark-grey {
	background-color: #555;
}

@media screen and (min-width: 770px) {
	.flexibox.full-mobile {
		width: 88%;
	}
}

@media screen and (min-width: 1600px) {
	.flexibox.full-mobile,
	.flexibox {
		width: 80%;
	}
}

@media screen and (min-width: 2000px) {
	.flexibox.full-mobile,
	.flexibox {
		width: 60%;
	}
}

@media screen and (min-width: 770px) {
	.flexibox.three-column article {
		float: left;
		margin-left: 5%;
		width: 30%;
	}

	.flexibox.three-column article.first {
		margin-left: 0;
	}

	.flexibox.two-column article {
		float: left;
		margin-left: 4%;
		width: 48%;
	}

	.flexibox.two-column article.first {
		margin-left: 0;
	}

	.flexibox.inset {
		padding: 0 10%;
		box-sizing: border-box;
	}
}

/***** Top *****/
#top-wrapper {
	background-color: #FFF;
	width: 100%;
	height: 126px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

#top-wrapper img {
	margin-top: -5px;
	width: 235px;
}

/* Main Menu Bar */
#menu-wrapper {
	background-color: #FFF;
	width: 100%;
	z-index: 30;
	height: 60px;
	position: absolute;
	overflow: visible !important;
}

header {
	margin: 0 auto 0 auto;
	top: 0;
	width: 100%;
}

#logo-and-phone {
	position: absolute;
	top: 0;
	left: 6%;
	text-align: left;
	width: 130px;
	z-index: 31;
}

#logo {
	display: none;
	margin-top: 5px;
}

#logo img {
	margin: 2px 0 0 0;
	width: 160px;
}

#top-phone {
	margin-top: 15px;
}

#top-phone h4 {
	position: relative;
	padding-left: 40px;
}

#top-phone h4 img {
	background-color: #E22;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
}

#mobile-menu-icon {
	background-image: url(/media/menu/mobile/mobile-menu-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 66px 60px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	cursor: pointer;
	display: none;
	position: absolute;
	right: 20px;
	width: 66px;
	height: 60px;
}

/***** Top Nav *****/
.top-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top-nav.center {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
}

.top-nav.right {
	position: absolute;
	top: 0;
	right: 6%;
	text-align: right;
	width: 200px;
	z-index: 31;
}

.top-nav-list-item {
	display: inline-block;
	height: 60px;
}

.top-nav.center .top-nav-list-item.arrow:hover {
	background: url(/media/arrow-up-grey.png) no-repeat bottom center;
}

.top-nav.right .top-nav-list-item.arrow:hover {
	background: url(/media/arrow-up-grey.png) no-repeat bottom center;
}

.top-nav-link {
	color: #E22;
	cursor: pointer;
	height: 20px;
	padding: 20px 10px;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	text-transform: uppercase;
}

.top-nav.center .top-nav-link {
	font-size: 1.1em;
}

.top-nav-link {
	display: block;
}

.top-nav.right .top-nav-link {
	background-color: #E22;
	color: #FFF;
	float: right;
	height: 12px;
	margin-left: 1px;
	margin-top: 17px;
	padding: 8px;
	text-align: center;
}

.top-nav.right span.top-nav-link {
	padding: 6px 6px 10px 6px;
}

.top-nav.right .top-nav-list-item:hover .top-nav-link {
	background-color: #555;
	color: #FFF;
}

#account-menu .top-nav-link {
	padding-top: 6px;
	padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
	.top-nav {
		display: none;
	}
}

@media screen and (max-width: 1600px) {
	.top-nav.right {
		right: 6%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	.top-nav.right {
		right: 10%;
	}
}

@media screen and (min-width: 2000px) {
	.top-nav.right {
		right: 20%;
	}
}

/***** Mobile Menu *****/
#mobile-menu {
	background-color: #333;
	display: none;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 80%;
	z-index: 1;
}

@media screen and (min-width: 400px) {
	#mobile-menu {
		width: 300px;
	}
}

#mobile-menu li {
	color: #DDD;
}

#mobile-menu li h4.arrow {
	background-image: url(/media/menu/mobile/arrow-down-thin-light-grey.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 16px 16px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
}

#mobile-menu li h4 {
	color: #CCC;
	cursor: pointer;
	display: block;
	padding: 10px 20px;
}

#mobile-menu li h4 a {
	color: #CCC;
}

#mobile-menu .active h4.arrow {
	color: #FFF;
	background-image: url(/media/menu/mobile/arrow-up-thin-white.png);
}

#mobile-menu .mobile-sub-menu {
	display: none;
}

#mobile-menu li ul ul {
	display: none;
	list-style: none;
	padding-left: 10px;
}

#mobile-menu li ul {
	list-style: none;
}

#mobile-menu li ul li a img {
	vertical-align: middle;
	margin-right: 10px;
}

#mobile-menu li ul li {
	padding: 7px 15px 7px 30px;
}

#mobile-menu li ul li a {
	color: #FFF;
}

#mobile-menu li#top-mobile {
	background-color: #666;
	display: table;
	width: 100%;
	height: 60px;
}

#mobile-menu li#top-mobile #account-mobile {
	float: left;
	width: 100%;
}

#mobile-menu li#top-mobile #account-mobile h4 {
	background-color: #555;
	color: #DDD;
	padding: 20px 0 0 20px;
	height: 40px;
	top: 0;
}

#mobile-menu li#top-mobile #account-mobile.active h4 {
	background-color: #333;
}

#mobile-menu #mobile-menu-main {
	top: 10px;
	position: relative;
}

#mobile-menu-main ul {
	list-style: none;
	padding-left: 0;
}

#mobile-menu li#top-mobile #cntry-mobile {
	cursor: pointer;
	float: right;
	width: 25%;
}

#mobile-menu li#top-mobile #cntry-mobile h4 {
	padding: 14px 0;
	height: 32px;
	width: 100%;
	text-align: center;
}

#mobile-menu li#top-mobile #cntry-mobile.active h4 {
	background-color: #333;
}

#mobile-menu li #account-mobile-sub-menu {
	padding: 20px;
	border-bottom: 1px solid #555;
}

#mobile-menu li #account-mobile-sub-menu p {
	margin: 0;
	color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu p a {
	color: #FFF;
	text-decoration: underline;
	display: inline;
	padding: 0;
}

#mobile-menu li #account-mobile-sub-menu #manage-account {
	display: block;
	background-color: #E22;
	width: 170px;
	padding: 10px 20px;
	margin: 20px 0;
	color: #FFF;
	text-align: center;
}

#mobile-menu li #account-mobile-sub-menu #manage-account:hover {
	background-color: #000;
}

#mobile-menu li #account-mobile-sub-menu p a:hover {
	color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu td p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu table {
	margin-top: 20px;
	padding: 0;
	width: 100%;
}

#mobile-menu li #account-mobile-sub-menu tr:last-child td {
	padding-top: 5px;
}

#mobile-menu li #account-mobile-sub-menu td {
	padding: 0;
}

#mobile-menu li #account-mobile-sub-menu label {
	color: #FFF;
}

#mobile-menu li #account-mobile-sub-menu input[type=text],
#mobile-menu li #account-mobile-sub-menu input[type=password] {
	width: 96%;
	padding: 2%;
}

#mobile-menu li #account-mobile-sub-menu tr:last-child td {
	text-align: right;
}

#mobile-menu li #cntry-mobile-sub-menu {
	border-bottom: 1px solid #555;
	padding: 20px 0;
}

#mobile-menu #search-mobile {
	border-bottom: 1px solid #555;
	padding: 26px 20px;
}

@media screen and (max-width: 1280px) {
	#top-wrapper {
		height: 60px;
		padding: 0;
	}

	#menu-wrapper {
		background-color: rgba(255, 255, 255, 0.9);
		position: fixed;
		top: 0;
	}

	.trt-logo {
		display: none;
	}

	#feedback-request {
		display: none;
	}

	#mobile-menu-icon {
		display: inline;
	}

	#logo {
		display: block;
	}

	#top-phone {
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	#logo-and-phone {
		width: 275px;
	}

	#mobile-menu {
		display: none;
	}
}

@media screen and (max-width: 1600px) {
	#logo-and-phone {
		left: 6%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	#logo-and-phone {
		left: 10%;
	}
}

@media screen and (min-width: 2000px) {
	#logo-and-phone {
		left: 20%;
	}
}

/***** sub-menu Hovers *****/
#products-menu:hover #products-sub-menu,
#about-menu:hover #about-sub-menu,
#solutions-menu:hover #solutions-sub-menu,
#tools-menu:hover #tools-sub-menu,
#contact-menu:hover #contact-sub-menu,
#controls-menu:hover #controls-sub-menu,
#search-menu:hover #search-sub-menu,
#account-menu:hover #account-sub-menu,
#cntry-menu:hover #cntry-sub-menu {
	display: block;
}

/***** sub-menu *****/
.sub-menu {
	display: none;
	background-color: #555;
	background-color: rgba(85, 85, 85, 0.97);
	box-shadow: 0 4px 40px -2px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 60px;
	width: 100%;
	padding: 50px 0;
	left: -6%;
	max-height: 10em;
}

@media screen and (min-width: 1100px) {
	.sub-menu {
		left: 0;
	}
}

.sub-menu.right {
	background-color: #555;
	background-color: rgba(85, 85, 85, 0.95);
	left: auto;
	width: 200px;
	right: 0;
}

.sub-menu h5,
.sub-menu p {
	color: #FFF;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

.sub-menu h5 {
	padding-bottom: 10px;
}

.sub-menu h5.product-filter {
	border-bottom: 1px solid #333;
	text-align: left;
	width: 200px;
}

.sub-menu ul {
	border-top: 1px solid #3385D6;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

.sub-menu.right h5 {
	border-bottom: 1px solid #111;
}

.sub-menu.right ul {
	border-top: 1px solid #555;
	margin-bottom: 20px;
}

#cntry-sub-menu ul {
	border-top: 0;
}

.sub-menu ul li {
	display: block;
	margin-bottom: 3px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.sub-menu ul li a {
	color: #FFF;
	padding: 0;
	display: block;
}

.sub-menu ul li a:hover {
	color: #555;
}

.sub-menu.right ul li a:hover {
	color: #CCC;
}

.sub-menu p a {
	display: inline;
}

#tools-sub-menu nav,
#contact-sub-menu nav {
    width: 240px;
    margin: 0 auto 0 auto;
}

#controls-sub-menu nav {
    width: 360px;
    margin: 0 auto 0 auto;
}

#products-sub-menu nav {
	width: 720px;
	margin: 0 auto 0 auto;
}

#product-banner {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

#product-banner img {
    max-width: 800px;
    width: 100%;
}

.menu-link-box,
.menu-list {
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;
}

.menu-link-box img {
	width: 100%;
}

.menu-link-box h2 {
	border-bottom: none;
	color: #FFF;
	margin-top: 5px;
}

#about-sub-menu nav {
	width: fit-content;
	margin: 0 auto 0 auto;
}

#about-sub-menu div {
	width: 300px;
	margin: 10px;
}

.about-img {
	height: 150px;
	margin-bottom: 5px;
	width: 300px;
}

#solutions-sub-menu nav {
	width: 120px;
	margin: 0 auto 0 auto;
}

#solutions-sub-menu div {
	width: 240px;
	margin: 10px;
}

#products-sub-menu .menu-link-box,
#contact-sub-menu .menu-link-box,
#tools-sub-menu .menu-link-box,
#controls-sub-menu .menu-link-box {
	width: 100px;
	margin: 10px;
}

#products-sub-menu .menu-link-box a,
#contact-sub-menu .menu-link-box a,
#tools-sub-menu .menu-link-box a,
#controls-sub-menu .menu-link-box a {
	height: 100px;
	margin-bottom: 5px;
}

#search-sub-menu {
	width: 400px;
	padding: 50px;
}

#search-sub-menu div.search {
	margin: 0 auto 0 auto;
	width: 350px;
}

#account-sub-menu {
	padding: 0;
	text-align: left;
	width: 320px;
}

#account-sub-menu #is-logged-in {
	padding: 30px;
}

#account-sub-menu .login-sub-menu {
	border-bottom: 1px solid #666;
	padding: 30px;
	position: relative;
}

#account-sub-menu .register-link {
	border-top: 1px solid #222;
	position: relative;
	padding: 30px;
}

#account-sub-menu .register-link h5 {
	margin-top: 0;
}

#account-sub-menu p {
	margin: 0;
	color: #FFF;
}

#account-sub-menu p a {
	text-decoration: underline;
	color: #FFF;
}

#account-sub-menu p.forgot {
	margin-bottom: 20px;
}

#account-sub-menu label {
	color: #FFF;
}

#account-sub-menu .login-sub-menu .left-note {
	margin-top: 50px;
}

#account-sub-menu .submit-button {
	box-sizing: border-box;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

#account-sub-menu #manage-account {
	display: block;
	background-color: #E22;
	width: 170px;
	padding: 10px 20px;
	margin: 20px 0;
	color: #FFF;
	text-align: center;
}

#account-sub-menu #manage-account:hover {
	background-color: #3385D6;
}

#account-sub-menu a {
	color: #FFF;
	text-decoration: underline;
}

#account-sub-menu a:hover {
	color: #E22;
	text-decoration: underline;
}

#account-sub-menu .register-hint {
	border-bottom: 0;
	font-size: 1em;
	margin-top: 20px;
	padding-top: 10px;
}

#cntry-sub-menu {
	padding-top: 15px;
	padding-bottom: 25px;
	width: 250px;
}

#cntry-sub-menu ul {
	margin: 0 auto 0 auto;
}

#cntry-sub-menu li {
	margin: 0;
	padding: 0;
}

#cntry-sub-menu li a {
	display: block;
	width: 100%;
	height: 100%;
}

#cntry-sub-menu li a:hover {
	background-color: #E22;
	background-color: rgba(0, 153, 255, 0.9);
	color: #FFF;
}

#cntry-sub-menu li img {
	height: 48px;
	width: 48px;
	vertical-align: middle;
	margin: 0 20px 0 20px;
}

/***** Main *****/
#main-wrapper {
	background: #F1F4F9;
	background-size: 100%;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 770px) {
	#main-wrapper {
		min-height: 800px;
	}
}

#main {
	margin: 0 auto 0 auto;
	position: relative;

}

#main-wrapper.full #main {
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 1600px) {
	#main-wrapper.flexible #main {
		width: 88%;
		margin: 0 6% 0 6%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	#main-wrapper.flexible #main {
		width: 80%;
		margin: 0 10% 0 10%;
	}
}

@media screen and (min-width: 2000px) {
	#main-wrapper.flexible #main {
		width: 60%;
		margin: 0 20% 0 20%;
	}
}

/* Breadcrumb Bar */
#breadcrumb-wrapper {
	background-color: #E22;
	width: 100%;
	padding: 12px 0;
}

nav#breadcrumb ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav#breadcrumb ul li {
	color: #FFF;
	display: inline;
	margin-right: 5px;
}

nav#breadcrumb ul li a {
	color: #FFF;
	text-decoration: none;
}

nav#breadcrumb ul li a:focus,
nav#breadcrumb ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 770px) {
	nav#breadcrumb ul li.crumb {
		display: none;
	}
}

@media screen and (max-width: 1600px) {
	nav#breadcrumb {
		margin: 0 6% 0 6%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	nav#breadcrumb {
		margin: 0 10% 0 10%;
	}
}

@media screen and (min-width: 2000px) {
	nav#breadcrumb {
		margin: 0 20% 0 20%;
	}
}

/***** Bottom *****/
#bottom-wrapper {
	background-color: #555;
	position: relative;
	z-index: 2;
}

footer {
	color: #CCC;
	padding: 40px 0 20px 0;
}

footer #slogan {
	float: left;
	text-align: left;
}

@media screen and (max-width: 770px) {
	footer #slogan h4 {
		font-size: 1.2em;
	}
}

footer #slogan img {
	height: 50px;
	width: 177px;
}

footer nav {
	float: right;
	margin-bottom: 20px;
}

footer nav:last-child {
	margin-right: 0;
}

footer nav#bottom-links {
	padding-right: 0;
}

footer h4 {
	background-image: url(/media/menu/mobile/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 90% 3px;
	background-size: 16px 16px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	color: #FFF;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}

footer h4.active {
	color: #FFF;
}

footer h4.bottom-title {
	cursor: pointer;
}

@media screen and (min-width: 600px) {
	footer h4.bottom-title {
		background: none;
		border-bottom: 1px solid #000;
		cursor: default;
	}
}

footer #slogan h4 {
	background: none;
	color: #FFF;
	border-bottom: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

footer nav ul {
	border-top: 1px solid #666;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 0 0;
}

@media screen and (min-width: 600px) {
	footer nav ul {
		display: block;
	}
}

footer nav ul li {
	color: #FFF;
	margin-bottom: 4px;
	width: 100%;
}

footer nav ul li span {
	white-space: nowrap;
}

footer nav ul li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}

footer nav ul li a:link {
	color: #FFF;
	display: inline;
	text-decoration: none;
}

footer nav ul li a:visited {
	color: #FFF;
}

footer nav ul li a:active {
	color: #FFF;
}

footer nav ul li a:focus,
footer nav ul li a:hover {
	color: #FFF;
}

@media screen and (min-width: 770px) {
	footer nav ul li {
		color: #FFF;
	}

	footer nav ul li a {
		color: #FFF;
	}

	footer nav ul li a:link {
		color: #FFF;
	}

	footer nav ul li a:visited {
		color: #FFF;
	}

	footer nav ul li a:focus,
	footer nav ul li a:hover {
		color: #E22;
	}
}

footer nav ul li.email a {
	display: inline;
}

footer #industry-logos {
	display: flex;
	padding: 10px 0;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

footer #industry-logos ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 1500px;
	justify-content: center;
	flex-wrap: wrap;
}

footer #industry-logos ul li {
	display: block;
	margin: 0.75em 0.3em;
}

footer #industry-logos ul li img {
	height: 40px;
	width: 100%;
	opacity: 0.6;
	transition: 0.3s;
}

footer #industry-logos ul li img:hover {
	opacity: 1;
	transition: 0.3s;
	transition-delay: 0.2s;
}

footer #industry-logos ul li:last-child {
	margin-right: 0;
}

footer #social-networks {
	padding: 10px 0;
}

footer #social-networks ul {
	list-style-type: none;
	padding: 0;
	width: 85px;
	margin: 0 auto;
}

footer #social-networks ul li {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

footer #social-networks ul li img {
	width: 100%;
}

footer #social-networks ul li a {
	opacity: 0.7;
}

footer #social-networks ul li:last-child {
	margin-right: 0;
}

footer div.dark-grey-line {
	height: 1px;
	background-color: #000;
}

footer div.light-grey-line {
	height: 1px;
	background-color: #666;
}

footer p {
	color: #CCC;
	text-align: center;
}

footer p a:link,
footer p a:visited {
	color: #CCC;
}

footer p a:focus,
footer p a:hover {
	color: #E22;
}

@media screen and (max-width: 600px) {
	footer #slogan {
		text-align: center;
	}

	footer #slogan,
	footer nav#bottom-contact,
	footer nav#bottom-links {
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 900px) {
	footer #slogan {
		width: 45%;
		margin-right: 7%;
	}

	footer nav#bottom-contact,
	footer nav#bottom-links {
		width: 48%;
		margin-right: 0;
	}
}

@media screen and (min-width: 900px) and (max-width: 1150px) {
	footer #slogan {
		width: 35%;
		margin-right: 3%;
	}

	footer nav#bottom-contact,
	footer nav#bottom-links {
		width: 23%;
		margin-left: 2%;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1600px) {
	footer #slogan {
		width: 35%;
		margin-right: 10%;
	}

	footer nav {
		width: 18%;
		margin-left: 2%;
	}
}

@media screen and (min-width: 1600px) {
	footer #slogan {
		width: 35%;
		margin-right: 22%;
	}

	footer nav {
		width: 14%;
		margin-left: 2%;
	}

	footer #industry-logos ul li {
		display: block;
		margin: 0 2em;
	}

	footer #industry-logos ul li img {
		height: 50px;
	}
}

@media screen and (max-width: 1600px) {
	footer {
		margin: 0 6% 0 6%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 2000px) {
	footer {
		margin: 0 10% 0 10%;
	}
}

@media screen and (min-width: 2000px) {
	footer {
		margin: 0 20% 0 20%;
	}
}

/***** Global IDs *****/
div.black-overlay,
#login-request,
#logout-confirm,
#dialux-popup,
#wait-request {
	background: rgba(0,0,0,0.8);
	height: 100%;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 40;
}

#dialux-popup {
	z-index: 39;
}

#login-request #message-wrapper,
#logout-confirm #message-wrapper,
#dialux-popup #message-wrapper,
#wait-request #message-wrapper {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 40;
}

#dialux-popup #message-wrapper {
	z-index: 39;
}

#login-request #message-wrapper #message,
#logout-confirm #message-wrapper #message,
#dialux-popup #message-wrapper #message,
#wait-request #message-wrapper #message {
	background: #FFF;
	border: 5px solid #CCC;
	padding: 40px;
	position: relative;
	margin-top: -50%;
	margin-left: -50%;
	width: 300px;
}

#login-request #message-wrapper #message p,
#logout-confirm #message-wrapper #message p,
#dialux-popup #message-wrapper #message p,
#wait-request #message-wrapper #message p {
	margin: 0;
	padding: 0;
	line-height: 115%;
}

#dialux-popup #message-wrapper #message {
	width: 500px;
}

#dialux-popup #message-wrapper #message img {
	margin-bottom: 10px;
}

#wait-request #message-wrapper #message {
	background: #FFF url(/media/loading.gif) no-repeat 300px center;
}

#logout-confirm h2 {
	color: #E22;
}

#logout-confirm #buttons {
	margin-top: 20px;
}

#logout-confirm #buttons a.logout {
	margin-right: 10px;
}

#logout-confirm #cancel {
	margin-left: 10px;
}

div.black-overlay #close,
#login-request #message-wrapper #message #close,
#dialux-popup #message-wrapper #message #close {
	position: absolute;
	right: 10px;
	top: 10px;
}

div.black-overlay #close,
#login-request #message-wrapper #message #close img,
#dialux-popup #message-wrapper #message #close img {
	width: 12px;
	height: 12px;
}

/***** Global classes *****/
.sitewidth {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.content-shadow {
	width: 1060px;
}

.clearfloat {
	clear: both;
}

.redbox {
	background-color: #FEE;
	border: 1px solid #E22;
	color: #E22;
	margin-bottom: 15px;
	padding: 5px;
}

.greenbox {
	background-color: #EFE;
	border: 1px solid #0F0;
	color: #0F0;
	margin-bottom: 15px;
	padding: 5px;
}

.text-align-right {
	text-align: right;
}

.text-align-center {
	text-align: center;
}

div.right-column,
div.left-column {
	float: left;
	width: 485px;
}

div.left-column {
	margin-right: 30px;
}

div#success,
div#fail {
	padding: 20px;
}

div#success {
	background-color: #080;
}

div#fail {
	background-color: #C00;
}

div#success p,
div#fail p {
	color: #FFF;
	text-align: center;
}

.dotted-separator {
	border-bottom: 2px dotted #CCC;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}

.grey-bg-separator {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #CCC;
	clear: both;
	height: 0;
}

div.full-width-text-box {
	background-color: #FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	padding: 50px;
	margin-bottom: 30px;
}

div.text-box-with-side-bar {
	background-color: #FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	padding: 30px 50px 30px 50px;
	overflow: auto;
	width: 600px;
}

div.side-bar {
	float: right;
	width: 270px;
}

div.side-bar div.side-note {
	background-color: #FFF;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
	padding: 30px;
	margin-bottom: 30px;
}

/***** Product Tiles *****/
#product-wrapper {
	padding: 0 0;
}

.product-tile img {
	background-color: #FFF;
	border: 0;
	width: 100%;
}

.product-tile h3 {
	color: #FFF;
	padding: 5px 10px;
	background-color: #E22;
}

.product-tile p {
	color: #FFF;
	padding: 5px 10px;
	margin: 0;
	background-color: #E22;
}

.product-tile h3.pedestrian-name {
	font-size: 1.45em;
}

.product-tile p.pedestrian-description {
	font-size: 1em;
}

.product-tile {
	background-color: #E22;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.8);
	color: #FFF;
	display: block;
	float: left;
	text-align: left;
	text-decoration: none;
	transition: all .2s;
	overflow: hidden;
}

.product-tile:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 1024px) {
	.product-tile {
		width: 18%;
		margin: 1% 1%;
		height: 300px;
	}
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
	.product-tile {
		width: 28%;
		margin: 1% 1%;
		min-height: 225px;
		max-height: 275px;

	}

	.product-tile h3 {
		font-size: 20px;
	}

	.product-tile p {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	.product-tile {
		width: 48%;
		margin: 1% 1%;
		min-height: 225px;
		max-height: 275px;

	}
}

/***** Other Products Footer (used on products.php, show-luminaires.php and applications.php) *****/
#other-bar {
	background-color: #FFF;
	padding: 100px 0;
}

#other {
	text-align: center;
}

#other img {
	padding: 0;
}

#other img:hover {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

/***** Zoom Hover *****/
.zoom-hover {
	display: block;
	overflow: hidden;
}

.zoom-hover img {
	-webkit-transition: all 0.4s ease; /* Safari and Chrome */
	-moz-transition: all 0.4s ease; /* Firefox */
	-ms-transition: all 0.4s ease; /* IE 9 */
	-o-transition: all 0.4s ease; /* Opera */
	transition: all 0.4s ease;
	max-width: 100%;
}

.zoom-hover:hover img {
	-webkit-transform: scale(1.1); /* Safari and Chrome */
	-moz-transform: scale(1.1); /* Firefox */
	-ms-transform: scale(1.1); /* IE 9 */
	-o-transform: scale(1.1); /* Opera */
	transform: scale(1.1);
}

/*** Download List ***/
ul.downloads {
	list-style: none;
	padding: 0;
	text-align: left;
}

ul.downloads li {
	display: inline-block;
	margin: 5px 1% 5px 0;
	width: 100%;
}

ul.downloads li a {
	background-color: #FFF;
	background-image: url(/asset/media/pdf-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	box-sizing: border-box;
	display: block;
	padding: 16px 10px 16px 60px;
	text-align: left;
}

ul.downloads li a:hover {
	background-color: #E22;
	color: #FFF;
}

img#search-icon {
	padding-bottom: 1em;
	width: 15px;
}
