/***** 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: #09F;
    text-decoration: none;
}

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

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

a:active {
    color: #09F;
    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;
}

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

#error p {
    color: #FFF;
}

img {
    border: 0;
}

p {
    color: #333;
}

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

.max-width-paragraphs {
    max-width: 500px;
}

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: #09F;
    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:focus,
.submit-button:hover {
    background-color: #049;
}

.solite-button {
    background-color: #09F;
    border: 0;
    color: #FFF;
    cursor: pointer;
    display: inline;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 70px;
    z-index: 2;
}

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

.solite-button:focus,
.solite-button:hover {
    background-color: #06C;
}

.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;
}

a.sol-dark-blue-border {
    border: solid 2px #049 !important;
    color: #049 !important;
}

a.sol-dark-blue-border:hover {
    background: rgba(0, 68, 153, 0.2) !important;
    color: #049 !important;
}

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;
}

.sol-blue {
    color: #09F;
}

.sol-dark-blue {
    color: #049;
}

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

/*** backgrounds ***/

.bg-sol-blue {
    background-color: #09F;
}

.bg-sol-dark-blue {
    background-color: #049;
}

.bg-white {
    background-color: #fff;
}


/***** 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: #333;
}

@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 {
        box-sizing: border-box;
        padding: 0 10%;
    }
}

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

header {
    margin: 0 auto 0 auto;
    padding: 0 20px 0 10px;
    position: relative;
    top: 0;
    width: 100%;
}

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

#mobile-menu-icon {
    background-image: url(/media/menu/mobile/mobile-menu-icon.svg);
    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:focus,
.top-nav.center .top-nav-list-item:hover {
    background: url(/media/arrow-up-blue.svg) no-repeat bottom center;
    background-size: 20px;
}

.top-nav.right .top-nav-list-item:focus,
.top-nav.right .top-nav-list-item:hover {
    background: url(/media/arrow-up-blue.svg) no-repeat bottom center;
    background-size: 20px;
}

.top-nav-link {
    color: #09F;
    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: #09F;
    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:focus .top-nav-link,
.top-nav.right .top-nav-list-item:hover .top-nav-link {
    background-color: #049;
    color: #FFF;
}

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

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

@media screen and (min-width: 1280px) {
    .top-nav.center {
        display: flex;
        justify-content: center;
    }
}

@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%;
    }
}


@media screen and (max-width: 1280px) {
    #menu-wrapper {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .solite-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 h5,
.sub-menu p {
    color: #FFF;
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

.sub-menu h5 {
    font-size: 1.3em;
    padding: 10px 0;
}

.sub-menu h5.product-filter {
    border-bottom: 1px solid #ccc;
    color: #ccc;
    font-weight: normal;
    text-align: left;
    max-width: 340px;
}

.sub-menu p {
    padding-left: 1em;
}

.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:focus,
.sub-menu ul li a:hover {
    color: #049;
}

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

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

#products-submenu nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto 0 auto;
    width: 1200px;
}

#products-submenu nav div.link-containers {
    width: 33.33%;
}

#products-sub-menu nav div.link-containers#control-systems {
    width: fit-content;
}

#products-submenu div div.menu-link-box {
    width: 100%;
}

div.menu-link-box img {
    display: none;
}

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

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

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

.menu-link-box img {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}

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

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

#knowledge-hub-submenu nav {
    margin: 0 auto 0 auto;
    width: fit-content;
}

#products-submenu div.sub-menu-content {
    width: 33.33%;
}

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

.menu-link-box a:hover {
    text-decoration: none;
}

#knowledge-hub-sub-menu .menu-list {
    width: 200px;
    margin: 10px 10px 10px 30px;
}

#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:first-child {
    margin: 0 0 1em 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 .submit-button:focus,
#account-sub-menu .submit-button:hover {
    background-color: #049;
}

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

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

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

#account-sub-menu a:focus,
#account-sub-menu a:hover {

}

#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:focus,
#cntry-sub-menu li a:hover {
    background-color: #09F;
    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;
}

@media screen and (min-width: 1280px) {
    .sub-menu h5 {
        font-size: 1em;
        padding: 0 0 10px 0;
    }

    .sub-menu h5.product-filter {
        border-bottom: 1px solid #09F;
        color: #fff;
        font-weight: lighter;
        text-align: left;
        max-width: 340px;
    }

    .sub-menu p {
        padding-left: unset;
    }

    div.menu-link-box {
        margin: 10px 10px 0 0;
        max-width: 100px;
    }

    div#about-submenu div.menu-link-box {
        max-width: unset;
    }

    div.menu-link-box img {
        display: block;
    }

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

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

@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: #09F;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    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;
}

nav#breadcrumb {
    grid-column: 2 / 13;
}

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

@media screen and (max-width: 1600px) {

}

@media screen and (min-width: 1600px) and (max-width: 2000px) {

}

@media screen and (min-width: 2000px) {

}

/***** Bottom *****/
#bottom-wrapper {
    background-color: #049;
}

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: 45px;
    width: 207px;
}

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-thin-light-grey.svg);
    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 #06C;
    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;
    width: 100%;
    height: 100%;
}

footer nav ul li a:link {
    color: #FFF;
    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: #09F;
    }
}

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

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: #06C;
}

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: #09F;
}

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

    footer #slogan,
    footer nav#bottom-country-select,
    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-country-select {
        width: 48%;
        margin-right: 4%;
    }

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

    footer nav#bottom-country-select {
        clear: left;
    }
}

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

    footer nav#bottom-country-select,
    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%;
    }
}

@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-color: 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: #09F;
}

#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 #F00;
    color: #F00;
    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;
}

div#attention {
    background: url(/media/attention.png) no-repeat 0 4px;
    padding-left: 60px;
    margin-bottom: 30px;
}

div#attention h2 {
    margin-bottom: 5px;
    padding-bottom: 0;
}

div#attention p {
    margin-top: 0;
}

.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;
}

/***** Padded Boxes (v = Vertical, h = Horizontal) *****/
.h-pad-none {
    padding-left: 0;
    padding-right: 0;
}

.pad-none {
    padding: 0;
}

.pad-v-small,
.b-pad-v-small,
.v-pad-v-small {
    padding-bottom: 0.5em;
}

.pad-v-small,
.t-pad-v-small,
.v-pad-v-small {
    padding-top: 0.5em;
}

.pad-v-small,
.l-pad-v-small,
.h-pad-v-small {
    padding-left: 0.5em;
}

.pad-v-small,
.r-pad-v-small,
.h-pad-v-small {
    padding-right: 0.5em;
}

.pad-small,
.pad-medium,
.b-pad-small,
.v-pad-small,
.b-pad-medium,
.v-pad-medium {
    padding-bottom: 1em;
}

.pad-small,
.pad-medium,
.t-pad-small,
.v-pad-small,
.t-pad-medium,
.v-pad-medium {
    padding-top: 1em;
}

.pad-small,
.pad-medium,
.l-pad-small,
.h-pad-small,
.l-pad-medium,
.h-pad-medium {
    padding-left: 1em;
}

.pad-small,
.pad-medium,
.r-pad-small,
.h-pad-small,
.r-pad-medium,
.h-pad-medium {
    padding-right: 1em;
}

.pad-large,
.t-pad-large,
.v-pad-large {
    padding-top: 2em;
}

.pad-large,
.b-pad-large,
.v-pad-large {
    padding-bottom: 2em;
}

.pad-large,
.l-pad-large,
.h-pad-large {
    padding-left: 2em;
}

.pad-large,
.r-pad-large,
.h-pad-large {
    padding-right: 2em;
}

.pad-x-large,
.t-pad-x-large,
.v-pad-x-large {
    padding-top: 2.5em;
}

.pad-x-large,
.b-pad-x-large,
.v-pad-x-large {
    padding-bottom: 2.5em;
}

.pad-x-large,
.l-pad-x-large,
.h-pad-x-large {
    padding-left: 2.5em;
}

.pad-x-large,
.r-pad-x-large,
.h-pad-x-large {
    padding-right: 2.5em;
}

@media screen and (min-width: 1000px) {
    .pad-medium,
    .b-pad-medium,
    .v-pad-medium {
        padding-bottom: 2em;
    }

    .pad-medium,
    .t-pad-medium,
    .v-pad-medium {
        padding-top: 2em;
    }

    .pad-medium,
    .l-pad-medium,
    .h-pad-medium {
        padding-left: 2em;
    }

    .pad-medium,
    .r-pad-medium,
    .h-pad-medium {
        padding-right: 2em;
    }

    .pad-large,
    .t-pad-large,
    .v-pad-large {
        padding-top: 4em;
    }

    .pad-large,
    .b-pad-large,
    .v-pad-large {
        padding-bottom: 4em;
    }

    .pad-large,
    .l-pad-large,
    .h-pad-large {
        padding-left: 4em;
    }

    .pad-large,
    .r-pad-large,
    .h-pad-large {
        padding-right: 4em;
    }

    .pad-x-large,
    .t-pad-x-large,
    .v-pad-x-large {
        padding-top: 4.5em;
    }

    .pad-x-large,
    .b-pad-x-large,
    .v-pad-x-large {
        padding-bottom: 4.5em;
    }

    .pad-x-large,
    .l-pad-x-large,
    .h-pad-x-large {
        padding-left: 4.5em;
    }

    .pad-x-large,
    .r-pad-x-large,
    .h-pad-x-large {
        padding-right: 4.5em;
    }
}


/***** Margins (v = Vertical, h = Horizontal) *****/
.h-margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.b-margin-none {
    margin-bottom: 0;
}

.h-margin-none {
    margin-left: 0;
    margin-right: 0;
}

.t-margin-none {
    margin-top: 0;
}

.v-margin-none {
    margin-top: 0;
    margin-bottom: 0;
}

.margin-v-small,
.b-margin-v-small,
.v-margin-v-small {
    margin-bottom: 0.5em;
}

.margin-v-small,
.t-margin-v-small,
.v-margin-v-small {
    margin-top: 0.5em;
}

.margin-v-small,
.l-margin-v-small,
.h-margin-v-small {
    margin-left: 0.5em;
}

.margin-v-small,
.r-margin-v-small,
.h-margin-v-small {
    margin-right: 0.5em;
}

.margin-small,
.margin-medium,
.b-margin-small,
.v-margin-small,
.b-margin-medium,
.v-margin-medium {
    margin-bottom: 1em;
}

.margin-small,
.margin-medium,
.t-margin-small,
.v-margin-small,
.t-margin-medium,
.v-margin-medium {
    margin-top: 1em;
}

.margin-small,
.margin-medium,
.l-margin-small,
.h-margin-small,
.l-margin-medium,
.h-margin-medium {
    margin-left: 1em;
}

.margin-small,
.margin-medium,
.r-margin-small,
.h-margin-small,
.r-margin-medium,
.h-margin-medium {
    margin-right: 1em;
}

.margin-large,
.t-margin-large,
.v-margin-large {
    margin-top: 2em;
}

.margin-large,
.b-margin-large,
.v-margin-large {
    margin-bottom: 2em;
}

.margin-large,
.l-margin-large,
.h-margin-large {
    margin-left: 2em;
}

.margin-large,
.r-margin-large,
.h-margin-large {
    margin-right: 2em;
}

@media screen and (min-width: 1000px) {
    .margin-medium,
    .b-margin-medium,
    .v-margin-medium {
        margin-bottom: 2em;
    }

    .margin-medium,
    .t-margin-medium,
    .v-margin-medium {
        margin-top: 2em;
    }

    .margin-medium,
    .l-margin-medium,
    .h-margin-medium {
        margin-left: 2em;
    }

    .margin-medium,
    .r-margin-medium,
    .h-margin-medium {
        margin-right: 2em;
    }

    .margin-large,
    .t-margin-large,
    .v-margin-large {
        margin-top: 4em;
    }

    .margin-large,
    .b-margin-large,
    .v-margin-large {
        margin-bottom: 4em;
    }

    .margin-large,
    .l-margin-large,
    .h-margin-large {
        margin-left: 4em;
    }

    .margin-large,
    .r-margin-large,
    .h-margin-large {
        margin-right: 4em;
    }
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

.list-no-style {
    list-style: none;
}


/***** Luminaire Tiles *****/
.luminaire-tile {
    background-color: #09F;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    display: block;
    float: left;
}

.luminaire-tile:focus,
.luminaire-tile:hover {
    background-color: #049;
}

.luminaire-tile a {
    color: #FFF;
    display: block;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

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

.luminaire-tile p {
    color: #FFF;
    padding: 1px 15px;
    margin: 0;
}

.luminaire-tile {
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1280px) {
    #luminaire-filter {
        padding: 0 0;
    }
}

/***** 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:focus,
#other img:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

/**** File Lists ****/
ul.files-list,
ul.files-list-grey {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 500px;
}

ul.files-list li {
    margin-top: 5px;
    display: table;
    width: 100%;
    border: solid 1px #049;
}

ul.files-list li:hover {
    border: solid 1px #fff;
}


ul.files-list li a {
    margin-top: 10px;
    display: table-cell;
    background-color: #FFF;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 50px;
    padding: 0 10px 0 60px;
    vertical-align: middle;
}

ul.files-list li p {
    color: #09F;
}

ul.files-list li a:focus,
ul.files-list li a:hover,
ul.files-list li a:focus p,
ul.files-list li a:hover p {
    background-color: #09F;
    color: #FFF;
}

ul.files-list-grey li a:focus,
ul.files-list-grey li a:hover {
    background-color: #09F;
    color: #FFF;
}

ul.files-list li.pdf a {
    background-image: url(/asset/media/pdf-icon.svg);
}

ul.files-list li.pdf a:focus,
ul.files-list li.pdf a:hover {
    background-image: url(/asset/media/pdf-icon-white.svg);
}

ul.files-list li.revit a {
    background-image: url(/media/icon/revit.svg);
}

ul.files-list li.download a {
    background-image: url(/media/icon/download.svg);
}

ul.files-list li.photometry a {
    background-image: url(/media/icon/photometry.svg);
}

div#email-sent {
    text-align: center;
    max-width: 500px;
    padding: 30px 0;
}

@media screen and (min-width: 770px) {
    div#email-sent {
        padding: 50px 0;
    }
}

@media screen and (min-width: 1600px) {
    div#email-sent {
        padding: 75px 0;
    }
}

div#email-sent h2 {
    color: #09F;
}

div#email-sent p {
    background: url(/media/attention.png) no-repeat 0 12px;
    margin-top: 35px;
    font-size: 1.2em;
    padding-left: 60px;
}

#my-thorlux-logo {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    padding-top: 30px;
    margin-bottom: 30px;
}

#my-thorlux-logo img {
    width: 100%;
}

@media screen and (min-width: 600px) {
    #my-thorlux-logo img {
        width: 500px;
    }
}

/***** YouTube *****/
.youtube {
    margin: 0 auto;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}

.youtube iframe {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (min-width: 770px) {
    .youtube {
        width: 50%;
        padding-bottom: 28.125%;
    }
}

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

.zoom-hover img {
    transition: all 0.2s ease;
    max-width: 100%;
}

.zoom-hover:hover img {
    transform: scale(1.05);
}

/*** vimeo ***/

.vimeo-iframe {
    display: block;
    width: 100%;
    border: none;
}

/*** sitesearch360 ***/
li section input.searchBox {
    background-image: none;
}

div#unibox-suggest-box {
    box-sizing: border-box;
    width: 260px;
}

@media screen and (min-width: 1280px) {
    div#unibox-suggest-box {
        box-sizing: border-box;
    }
}

/**new menu**/
#overlay, #overlay-resizable {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 32;
}

header {
    background-color: #fff;
    border-bottom: 1px solid #d3d6db;
    box-sizing: border-box;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

header #solite-logo {
    height: 40px;
    padding-top: 10px;
}

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

nav#main-menu {
    background-color: #333;
    color: white;
    height: 100%;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: 0.25s;
    width: 0;
    z-index: 1;
}

nav#main-menu.active {
    transition: 0.25s;
    width: 300px;
}

nav#main-menu #right-menu .account-menu-container {
    box-sizing: border-box;
    height: 60px;
    padding: 1em;
    width: 100%;
}

nav#main-menu .sub-menu,
nav#right-menu .sub-menu {
    display: none;
}

nav#main-menu .sub-menu .sub-menu-title h4 {
    display: none;
}

nav#main-menu .sub-menu .sub-menu-title .button {
    border: solid 1px #fff;
    color: #fff;
    margin-top: 1em;
}

nav#main-menu .sub-menu .sub-menu-title .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

nav#main-menu div#center-menu {
    width: 300px;
}

nav#main-menu div#center-menu div.menu-container,
nav#main-menu div#right-menu div.menu-container {
    box-sizing: border-box;
    color: #ccc;
    display: block;
    font-weight: lighter;
    position: relative;
}

nav#main-menu div#center-menu div.menu-container {
    padding: 1em;
}

nav#main-menu div#center-menu div div.top-menu-titles,
nav#main-menu div#right-menu div div.top-menu-titles {
    background-image: url(/media/menu/mobile/arrow-down-thin-light-grey.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    box-sizing: border-box;
    font-size: 1.65em;
}

nav#main-menu div#right-menu div#search-menu.has-submenu.top-menu-titles {
    background-image: none;
}

nav#main-menu div#center-menu div div.top-menu-titles:hover,
nav#main-menu div#right-menu div div.top-menu-titles:hover {
    cursor: pointer;
}

nav#main-menu div#center-menu div div.top-menu-titles.active,
nav#main-menu div#right-menu div div.top-menu-titles.active {
    background-image: url(/media/menu/mobile/arrow-up-thin-light-grey.svg);
}

nav#main-menu div#right-menu {
    background-color: #555;
    color: #ccc;
    height: 59px;
}

nav#main-menu div#center-menu div#search-submenu {
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    box-sizing: border-box;
    padding: 1em;
}

#news-menu {
    background-image: none !important;
}

#news-menu a {
    color: #ccc;
    display: block;
}

img#top-menu-search-img {
    display: none;
}

nav#main-menu div#right-menu {
    display: flex;
    vertical-align: middle;
}

.searchBox {
    font-size: 1em !important;
}

#account-submenu p {
    margin: 1em auto;
    padding-left: 0;
}

#account-submenu a {
    color: #fff;
    text-decoration: underline;
}

#account-submenu a.solite-button {
    float: unset;
    text-decoration: none !important;
}

#account-submenu a:hover {
    color: #fff !important;
    text-decoration: underline;
}

nav#main-menu div#right-menu a#login-button {
    color: #ccc;
    display: block;
    font-size: 1.1em;
    padding: 1em;
}

span#news-submenu {
    display: none !important;
}

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

    header #mobile-menu-icon {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    nav#main-menu {
        background-color: transparent;
        color: #333;
        height: 60px;
        left: 200px;
        max-width: none;
        overflow-y: hidden;
        width: calc(100% - 200px);
        z-index: 31;
    }

    nav#main-menu div#center-menu {
        box-sizing: border-box;
        margin: 0;
        padding: 0 200px 0 0;
        text-align: center;
        width: 100%;
    }

    nav#main-menu div#right-menu .close-sub-menu,
    nav#main-menu div#center-menu .close-sub-menu {
        background-image: url(/media/menu/mobile/arrow-up-thin-white.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 15px;
        display: block;
        height: 10px;
        left: calc(50% - 5px);
        position: absolute;
        transform: scale(1);
        transition: 0.5s;
        width: 20px;
    }

    nav#main-menu div#right-menu .close-sub-menu:hover,
    nav#main-menu div#center-menu .close-sub-menu:hover {
        cursor: pointer;
        transform: scale(1.5);
        transition: 0.5s;
    }

    #account-submenu p {
        margin: 1.5em auto;
    }

    nav#main-menu #center-menu .sub-menu .sub-menu-list-wrapper {
        display: inline-block;
        vertical-align: top;
    }

    nav#main-menu .sub-menu .sub-menu-list-title {
        color: #09F;
        font-weight: bold;
        font-size: 1.2em;
        margin-bottom: 0.5em;
        margin-top: 0.3em;
    }

    nav#main-menu .sub-menu .sub-menu-list-title a {
        color: #09F;
    }

    nav#main-menu .sub-menu .sub-menu-list-title a:hover {
        text-decoration: underline;
    }

    nav#main-menu .sub-menu p.sub-menu-list-title,
    #news-menu a {
        color: #09F;
    }

    nav#main-menu .sub-menu ul.sub-menu-list li a {
        color: #333;
        font-weight: normal;
    }

    nav#main-menu .sub-menu ul.sub-menu-list li a:hover {
        font-weight: normal;
    }

    nav#main-menu div#center-menu div div.top-menu-titles:hover,
    nav#main-menu div#right-menu div.top-menu-titles:hover,
    nav#main-menu div#right-menu div#account-menu:hover {
        border-bottom: 2px solid #09F;
        color: #049;
        cursor: pointer;
        /*transition: 0.3s;*/
    }

    nav#main-menu div#center-menu div div.top-menu-titles.active,
    nav#main-menu div#right-menu div div.top-menu-titles.active {
        background-image: none;
        border-bottom: 2px solid #09F;
    }

    nav#main-menu div#center-menu div div.top-menu-titles,
    nav#main-menu div#right-menu div.top-menu-titles a,
    nav#main-menu div#right-menu div#account-menu {
        align-items: center;
        background-image: none;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        display: inline-block;
        font-size: 1.1em;
        font-weight: normal;
        height: 60px;
        padding: 1em;
        text-transform: uppercase;
        vertical-align: top;
    }

    nav#main-menu .sub-menu .sub-menu-title {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0.5em;
    }

    nav#main-menu .sub-menu .sub-menu-title h4 {
        display: inline;
    }

    nav#main-menu .sub-menu .sub-menu-title .button {
        border: solid 1px #06c;
        color: #06c;
        margin-top: 0;
    }

    nav#main-menu .sub-menu .sub-menu-title .button:hover {
        background-color: rgba(0, 102, 204, 0.2);
    }

    nav#main-menu #right-menu .account-menu-container {
        width: 75%;
    }

    nav#main-menu #right-menu .account-menu-container .account-menu-items {
        font-size: 1.1em;
    }

    nav#main-menu #right-menu div#top-menu-search-container {
        display: inline-block;
    }

    nav#main-menu #right-menu div div img#top-menu-search-img {
        display: block;
        padding-top: 0.25em;
        width: 14px;
    }

    nav#main-menu .sub-menu ul.sub-menu-list li a {
        color: #333;
    }

    nav#main-menu .sub-menu ul.sub-menu-list li a:hover {
        color: #333;
        text-decoration: underline;
    }

    img#top-menu-search-img {
        display: block;
    }

    nav#main-menu #right-menu div#top-menu-flag-menu {
        background-color: #fff;
        position: relative;
        padding: 0;
        box-sizing: border-box;
        width: inherit;
    }

    nav#main-menu div#center-menu div.menu-container,
    nav#main-menu div#right-menu div.menu-container {
        color: #09F;
        display: inline-block;
        font-weight: bold;
        padding: 0;
        vertical-align: top;
        width: unset;
    }

    nav#main-menu div#right-menu {
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
    }

    nav#main-menu .sub-menu {
        background-color: #049;
        border-top: 1px solid #d3d6db;
        position: fixed;
        top: 60px;
        width: 100%;
        left: 0;
        padding: 3em 0;
    }

    nav#main-menu .sub-menu .title-and-link {
        display: inline;
    }

    nav#main-menu .sub-menu a:hover {
        text-decoration: none;
        color: #09F;
    }

    nav#main-menu #account-submenu.sub-menu a:hover {
        text-decoration: underline;
    }

    nav#main-menu .sub-menu a span:hover {
        text-decoration: none;
        color: #09F;
    }

    nav#main-menu .sub-menu h4.title-and-link {
        margin-right: 0.5em;
    }

    nav#main-menu .sub-menu h4.title-and-link:hover {
        text-decoration: none;
        color: #09F;
    }

    nav#main-menu .sub-menu span.title-and-link:hover {
        text-decoration: none;
        color: #09F;
    }

    nav#main-menu .sub-menu a.title-and-link {
        padding: 0.5em 1.1em;
        font-size: 0.9em;
    }

    nav#main-menu .sub-menu a.title-and-link:hover {
        text-decoration: none;
        color: #09F;
    }

    nav#main-menu .sub-menu ul {
        list-style: none;
        margin-top: 1em;
        padding-left: 0;
    }

    nav#main-menu .sub-menu ul li a {
        color: #333;
    }

    nav#main-menu .sub-menu ul li a:hover {
        font-weight: bold;
    }

    nav#main-menu .sub-menu div ul {
        break-inside: avoid;
        display: inline-block;
        font-size: 0.85em;
        margin: 0;
        padding-left: 0;
        page-break-inside: avoid;
        vertical-align: top;
    }

    nav#main-menu #right-menu div #account-menu,
    nav#main-menu #right-menu div #search-menu {
        height: 60px;
        padding: 0.65em;
    }

    nav#main-menu div#center-menu div#search-submenu {
        border-bottom: none;
        border-top: 1px solid #d3d6db;
        padding: 3em 0;
        width: 100%;
    }

    nav#main-menu div#right-menu a#login-button {
        color: #09F;
    }

    nav#main-menu div#right-menu a#login-button:hover {
        color: #049;
    }
}

@media screen and (min-width: 2000px) {
    nav#main-menu #center-menu #products-submenu #luminaires-by-app-wrapper {
        width: 40%;
    }

    nav#main-menu #center-menu .sub-menu .top-menu-feature-img {
        width: 100%;
    }
}


/*EOF*/
