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

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

a.underline {
    text-decoration: underline;
}

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

a:focus,
a:hover {
    color: #09F;
    cursor: pointer;
    text-decoration: none;
}

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

a.white:link {
    color: #FFF;
}

a.white:visited {
    color: #FFF;
}

a.white:focus,
a.white:hover {
    color: #FFF;
}

a.white:active {
    color: #FFF;
}

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

p {
    color: #333;
    font-size: 1em;
}

ul li {
    font-size: 1em;
}

@media screen and (min-width: 770px) {
    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.6em;
    }

    h5 {
        font-size: 1.2em;
    }

    p,
    ul li {
        font-size: 1em;
    }
}

@media screen and (min-width: 2000px) {
    h1 {
        font-size: 2.7em;
    }

    h2 {
        font-size: 2.2em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.8em;
    }

    h5 {
        font-size: 1.4em;
    }

    p,
    ul li {
        font-size: 1em;
    }
}

h3.blue-bar {
    background-image: url(/shared/media/backgrounds/blue-fade-bar.png);
    background-repeat: repeat-x;
    border: 0;
    color: #FFF;
    font-size: 0.9em;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 5px 0 0 10px;
}

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

img {
    border: 0;
}

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

sub, sup {
    line-height: 0;
}

form h1 {
    margin-bottom: 20px;
}

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

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

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

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

input[type=search] {
    background-color: #fff;
    background-image: url(/shared/media/search.svg);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 0.5em 0.5em 0.5em 2em;
}

.submit-button {
    background-color: #06C;
    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;
}

.white-submit-button {
    background-color: transparent;
    border: 1px solid #fff;
    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.white-submit-button {
    color: #fff;
}

a.white-submit-button:focus,
a.white-submit-button:hover {
    color: #06c;
}

.white-submit-button:focus,
.white-submit-button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #06c;
    cursor: pointer;
}

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

.submit-button:focus,
.submit-button:hover {
    background-color: #0055BB;
}

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

.submit-button.float-left {
    float: left;
}

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


/*** PDF Buttons ***/
a.pdf-button-blue,
a.pdf-button-white {
    background-image: url(/asset/media/pdf-icon-white.svg);
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 0.25em;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    margin: 0.25em auto;
    padding: 0.5em 1em 0.5em 3em;
    text-align: center;
    white-space: nowrap;
}

a.pdf-button-blue {
    background-color: #06C;
    border: none;
}

a.pdf-button-white {
    border: solid 1px #ffffff;
}

a.pdf-button-blue:focus,
a.pdf-button-blue:hover,
a.pdf-button-white:focus,
a.pdf-button-white:hover {
    background-color: #0054a8;
}

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

.small-flag {
    width: 24px;
}

.medium-flag {
    width: 48px;
}

.large-flag {
    width: 64px;
}

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

@media screen and (min-width: 1200px) {
    .max-width-paragraphs {
        max-width: 600px;
    }
}

/**table styles**/
#listing-table-wrapper {
    overflow-x: auto
}

table.table-white-borders {
    border-collapse: collapse;
}

table.table-white-borders,
table.table-white-borders th,
table.table-white-borders td {
    border: 1px solid #ffffff;
}

table.table-grey-borders {
    border-collapse: collapse;
}

table.table-grey-borders,
table.table-grey-borders th,
table.table-grey-borders td {
    border: 1px solid #333333;
}

table.listing-table {
    width: 100%;
}

table.listing-table th {
    background-color: #06c;
    color: #fff;
}

table.listing-table tr {
    background-color: #fff;
}

table.listing-table tr:nth-child(2n) {
    background-color: rgba(0, 102, 204, 0.1);
}

table.listing-table th,
table.listing-table td {
    padding: 5px;
    vertical-align: middle;
}

table.listing-table.results tr td {
    background-color: #fff;
}

table.listing-table tr.inactive {
    background-color: rgb(255, 209, 209);
}

table.listing-table tr.more-row {
    cursor: pointer;
}

table.listing-table tr.more-row:focus td,
table.listing-table tr.more-row:hover td {
    background-color: #cce0f4;
}

table.listing-table tr.more-row.active td {
    background-color: #0066CC;
    color: #FFF;
}

table.listing-table td.arrow {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    min-width: 20px;
    width: 1%;
}

table.listing-table tr.more-row td.arrow {
    background-image: url(/shared/media/icon/arrow-down-thin-grey.png);
}

table.listing-table tr.more-row.active td.arrow {
    background-image: url(/shared/media/icon/arrow-up-thin-grey.png);
}

table.listing-table tr.sub {
    display: none;
}

table.listing-table tr.sub td.sub-cell {
    background-color: #E4E7EC;
    padding: 2em;
}

table.listing-table tr.sub td.sub-cell h5 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
}

table.listing-table tr.sub td.sub-cell table.listing-table.mnf-orders {
    margin: 0 auto;
    width: 50%;
}

table.listing-table td.truncated-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.listing-table #description {
    max-width: 50px;
}

td.valign-top {
    vertical-align: top;
}

/** Flash Messages **/
.flash {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #333;
    font-size: 1.2em;
    margin: 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
}

.flash.flash-error {
    background-color: #ffd2d9;
    border-color: #ff0000;
}

.flash.flash-info {
    background-color: #c1d9ff;
    border-color: #3d82ff;
}

.flash.flash-notice {
    background-color: #fdffc7;
    border-color: #bbbb00;
}

.flash.flash-success {
    background-color: #c7ebd3;
    border-color: #009100;
}

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

/***** STAGE INDICATOR *****/
#stage-indicator {
    box-sizing: border-box;
    color: white;
    font-weight: bold;
    left: 0;
    padding: 0.5em 2em;
    position: fixed;
    text-align: center;
    top: 60px;
    width: 88px; /* T: 172px */
    z-index: 32;
}

#stage-indicator.beta,
#stage-indicator.test {
    background-color: orange;
}

#stage-indicator.demo {
    background-color: #acac00;
}

#stage-indicator.dvlp {
    background-color: red;
}

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

header #company-logo {
    height: 58px; /* T: 40px S: 110px */
    padding-left: 25px;
    padding-top: 1px; /* T: 10px */
}

header #mobile-menu-icon {
    background-image: url(/shared/media/icon/mobile-menu-icon.png);
    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;
    width: 80%;
    z-index: 1;
}

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:focus,
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 {
    box-sizing: border-box;
    color: #ccc;
    display: block;
    font-weight: lighter;
    padding: 1em;
    position: relative;
}

nav#main-menu div#center-menu div div.top-menu-titles,
nav#main-menu div#right-menu div div.top-menu-titles {
    /* T: background-image: url(/shared/media/arrow-down-white.svg); S: we need them for mobile menu */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    font-size: 1.65em;
}

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

nav#main-menu div#center-menu div div.top-menu-titles:focus,
nav#main-menu div#center-menu div div.top-menu-titles:hover,
nav#main-menu div#right-menu div div.top-menu-titles:focus,
nav#main-menu div#right-menu div div.top-menu-titles:hover {
    color: #fff;
    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(/shared/media/arrow-up-white.svg);
}

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

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

nav#main-menu #right-menu div#top-menu-flag-menu {
    background-color: #666;
    box-sizing: border-box;
    height: 60px;
    padding: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25%;
}

nav#main-menu #right-menu div#top-menu-flag-menu .flag {
    width: 30px;
}

nav#main-menu #center-menu div#country-submenu .flags {
    width: 50px;
}

nav#main-menu #center-menu div#country-submenu .flag-container {
    margin: 1em 0;
}

nav#main-menu #center-menu div#country-submenu .flag-container p {
    font-size: 0.9em;
    margin-bottom: 15px;
    margin-left: 0.5em;
}

nav#main-menu #center-menu div#country-submenu .flag-container .flags,
nav#main-menu #center-menu div#country-submenu .flag-container p {
    color: #ccc;
    display: inline-block;
    vertical-align: bottom;
}

nav#main-menu .sub-menu#account-submenu {
    padding: 1em;
}

nav#main-menu .sub-menu .sub-menu-title#my-account-heading-wrapper {
    display: block;
}

nav#main-menu .sub-menu .sub-menu-title#my-account-heading-wrapper h4 {
    margin-bottom: 0.5em;
}

nav#main-menu .sub-menu .sub-menu-title#my-account-heading-wrapper p {
    color: #fff;
}

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

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

nav#main-menu .sub-menu .sub-menu-content {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}

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

nav#main-menu .sub-menu ul li {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

nav#main-menu .sub-menu ul div {
    color: #ccc;
}

nav#main-menu .sub-menu ul div:focus,
nav#main-menu .sub-menu ul div:hover {
    color: #fff;
}

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

nav#main-menu .sub-menu ul.sub-menu-list li a:focus,
nav#main-menu .sub-menu ul.sub-menu-list li a:hover {
    color: #fff;
}

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

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

nav#main-menu #right-menu div div img#top-menu-search-img {
    display: none;
}

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

nav#main-menu .sub-menu p.sub-menu-list-title {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

nav#main-menu .sub-menu .sub-menu-list-title a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0;
}

nav#main-menu .sub-menu p#applications-subtitle {
    display: none;
}

nav#main-menu .sub-menu#applications-submenu ul {
    margin: 0;
}

nav#main-menu .sub-menu p#applications-empty-p {
    display: none;
}

nav#main-menu .sub-menu#projects-sub-menu .rectangle-link a div.project-image {
    height: 150px;
    width: 100%;
}

nav#main-menu .sub-menu#projects-submenu .sub-menu-list .sub-menu-list-title,
nav#main-menu .sub-menu#projects-submenu .sub-menu-list {
    display: block;
}

nav#main-menu .sub-menu#projects-submenu .rectangle-link {
    font-weight: normal;
    margin: 0 1em 2em 0;
}

nav#main-menu .sub-menu#projects-submenu .rectangle-link a {
    background-color: #333;
    margin-bottom: 5px;
    width: 100%;
    height: 150px;
}

nav#main-menu .sub-menu#projects-submenu .rectangle-link a div.zoom {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

nav#main-menu .sub-menu div.feature-image-container {
    display: none;
}

nav#main-menu #center-menu #country-submenu {
    padding: 0 0.5em;
}

@media screen and (max-width: 1280px) {
    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(/shared/media/arrow-up-blue.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:focus,
    nav#main-menu div#right-menu .close-sub-menu:hover,
    nav#main-menu div#center-menu .close-sub-menu:focus,
    nav#main-menu div#center-menu .close-sub-menu:hover {
        cursor: pointer;
        transform: scale(2);
        transition: 0.5s;
    }

    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: #fff; /* T: #06c */
        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: #fff; /* T: #06c */
    }

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

    nav#main-menu .sub-menu p.sub-menu-list-title {
        color: #fff; /* T: #06c */
    }

    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:focus,
    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:focus,
    nav#main-menu div#center-menu div div.top-menu-titles:hover,
    nav#main-menu div#right-menu div div.top-menu-titles:focus,
    nav#main-menu div#right-menu div div.top-menu-titles:hover,
    nav#main-menu div#right-menu div a.top-menu-titles:focus,
    nav#main-menu div#right-menu div a.top-menu-titles:hover {
        border-bottom: 2px solid #06c;
        color: #fff; /* T: #06c */
        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 #06c;
    }

    nav#main-menu div#center-menu div div.top-menu-titles,
    nav#main-menu div#right-menu div div.top-menu-titles,
    nav#main-menu div#right-menu div a.top-menu-titles {
        align-items: center;
        border-bottom: 2px solid transparent;
        box-sizing: border-box;
        display: inline-block;
        font-size: 1.1em;
        font-weight: bold;
        height: 60px;
        padding: 1em;
        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: #fff; /* T: #06c */
        margin-top: 0;
    }

    nav#main-menu .sub-menu .sub-menu-title .button:focus,
    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: inherit;
    }

    nav#main-menu #right-menu .account-menu-container #account-menu {
        color: #333;
    }

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

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

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

    nav#main-menu .sub-menu ul.sub-menu-list li a:focus,
    nav#main-menu .sub-menu ul.sub-menu-list li a:hover {
        color: #fff; /* T: #333 */
        text-decoration: underline;
    }

    nav#main-menu div#right-menu div a#login-button {
        color: #000; /* hiding for now T: #333 */
    }

    nav#main-menu div#right-menu div a#login-button:focus,
    nav#main-menu div#right-menu div a#login-button:hover {
        color: #000; /* hiding for now T: #333 */
    }

    nav#main-menu #right-menu div#top-menu-flag-menu {
        background-color: #000; /* T: #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: #fff; /* T: #06c */
        display: inline-block;
        font-weight: bold;
        padding: 0;
        vertical-align: top;
        width: unset;
    }

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

    nav#main-menu .sub-menu {
        background-color: #000; /* T: #fff */
        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:focus,
    nav#main-menu .sub-menu a:hover {
        text-decoration: underline;
        color: #fff; /* T: #06c */
    }

    nav#main-menu .sub-menu a span:focus,
    nav#main-menu .sub-menu a span:hover {
        text-decoration: none;
        color: #fff; /* T: #06c */
    }

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

    nav#main-menu .sub-menu h4.title-and-link:focus,
    nav#main-menu .sub-menu h4.title-and-link:hover {
        text-decoration: none;
        color: #fff; /* T: #06c */
    }

    nav#main-menu .sub-menu span.title-and-link:focus,
    nav#main-menu .sub-menu span.title-and-link:hover {
        text-decoration: none;
        color: #fff; /* T: #06c */
    }

    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:focus,
    nav#main-menu .sub-menu a.title-and-link:hover {
        text-decoration: none;
        color: #fff; /* T: #06c */
    }

    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:focus,
    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 .sub-menu div#my-account-heading-wrapper {
        padding-bottom: 1.5em;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper h4 {
        color: #333;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper a,
    nav#main-menu .sub-menu div#my-account-heading-wrapper h4,
    nav#main-menu .sub-menu div#my-account-heading-wrapper p {
        display: inline;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper a.button {
        margin-right: 0.5em;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper a:focus,
    nav#main-menu .sub-menu div#my-account-heading-wrapper a:hover {
        text-decoration: none;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper a#logout-link {
        font-weight: normal;
        margin-left: 0.5em;
    }

    nav#main-menu .sub-menu div#my-account-heading-wrapper a#logout-link:focus,
    nav#main-menu .sub-menu div#my-account-heading-wrapper a#logout-link:hover {
        font-weight: bold;
        text-decoration: underline;
    }

    nav#main-menu .sub-menu p#applications-subtitle {
        display: block;
    }

    nav#main-menu .sub-menu p#applications-empty-p {
        display: block;
    }

    nav#main-menu .sub-menu#projects-submenu .rectangle-link {
        color: #eee; /* T: #333 */
        font-weight: normal;
        margin: 0 1em auto auto;
    }

    nav#main-menu .sub-menu#projects-submenu .rectangle-link:focus,
    nav#main-menu .sub-menu#projects-submenu .rectangle-link:hover {
        color: #eee; /* T: #333 */
        font-weight: normal;
    }

    nav#main-menu .sub-menu#projects-submenu .rectangle-link a {
        background-color: #000; /* T: #fff */
    }

    nav#main-menu #right-menu div #account-menu,
    nav#main-menu #right-menu div #search-menu,
    nav#main-menu #right-menu div #country-menu {
        padding: 1em 0.5em;
    }

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

    nav#main-menu #center-menu #country-submenu {
        padding: 3em 0 1em 0;
        text-align: center;
    }

    nav#main-menu #center-menu #country-submenu ul li {
        align-items: center;
        box-sizing: border-box;
        display: inline-block;
        margin: 1em;
        padding: 1em;
        vertical-align: top;
        width: 120px;
    }

    nav#main-menu #center-menu #country-submenu ul li:focus,
    nav#main-menu #center-menu #country-submenu ul li:hover,
    nav#main-menu #center-menu #country-submenu ul li:focus p,
    nav#main-menu #center-menu #country-submenu ul li:hover p {
        background-color: #fff; /* T: #06c */
        color: #fff;
        font-weight: normal;
    }

    nav#main-menu #center-menu div#country-submenu .flag-container .flags,
    nav#main-menu #center-menu div#country-submenu .flag-container p {
        color: #333;
    }

    nav#main-menu #center-menu div#country-submenu .flag-container p {
        margin-left: 0;
    }

    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 .sub-menu#account-submenu {
        padding: 3em 0;
    }

    nav#main-menu .sub-menu .sub-menu-title#my-account-heading-wrapper p {
        color: #333;
    }

    nav#main-menu .sub-menu div.feature-image-container {
        display: block;
    }

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

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

/*** SPECIFICATION TEXT MODAL ***/
.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 0 19px 7px #0000001c;
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
    left: 5%;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    top: 10vh;
    width: 90%;
}

@media only screen and (min-width: 1200px) {
    .modal-content {
        left: 50%;
        margin-left: -500px;
        top: 20vh;
        width: 1000px;
    }
}

.modal-content p {
    word-wrap: break-word;
}

.overlay-close {
    background-color: white;
    background-image: url(/shared/media/icon/cross-dark-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    height: 30px;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    width: 30px;
}

@media only screen and (max-height: 768px) {
    .modal-content {
        top: 10%;
    }
}

.overlay-close:hover {
    cursor: pointer;
}

/***** Main *****/
#main-wrapper {
    background-size: 100%;
    background-color: #F1F4F9;
    position: relative;
    top: 60px;
    margin-bottom: 60px;
    z-index: 1;
}

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

#main {
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

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

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

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

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

nav#breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 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;
    }

    #breadcrumb-wrapper.disable-mobile {
        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: #333;
    position: relative;
    z-index: 2;
}

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

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

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

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

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

footer h4 {
    background-image: url(/shared/media/icon/arrow-down.png);
    background-position: 90% 3px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #CCC;
    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;
    border-bottom: 0;
    color: #FFF;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 10px;
}

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

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

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

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

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

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

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

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

footer #social-networks ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

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

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

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

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

footer #group-logos {
    padding: 10px 0;
}

footer #group-logos ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

footer #group-logos ul li {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}

footer #group-logos ul li img {
    width: 100%;
}

footer #group-logos ul li a {
    opacity: 0.6;
}

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

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

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

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

footer nav#bottom-contact a {
    display: inline;

}

@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 {
        margin-right: 7%;
        width: 45%;
    }

    footer nav#bottom-country-select {
        margin-right: 4%;
        width: 48%;
    }

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

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

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

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

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

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

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

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

@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-image: url(/shared/media/backgrounds/transparent-000-80.png);
    height: 100%;
    position: fixed;
    top: 0;
    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-color: #FFF;
    border: 5px solid #CCC;
    margin-left: -50%;
    margin-top: -50%;
    padding: 40px;
    position: relative;
    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 {
    line-height: 115%;
    margin: 0;
    padding: 0;
}

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

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

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

#logout-confirm h2 {
    color: #06C;
}

#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 {
    height: 12px;
    width: 12px;
}

/***** Global classes *****/
.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;
}

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-image: url(/shared/media/icon/attention.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-bottom: 30px;
    padding-left: 60px;
}

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

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

div.notice {
    background-color: #FFFFCC;
    border: 2px solid #AAAA00;
    color: #AAAA00;
    font-size: 1.6em;
    font-weight: 300;
    padding: 20px;
}

div.notice img {
    height: 30px;
}

.dotted-separator {
    border-bottom: 2px dotted #CCC;
    clear: both;
    margin: 20px 0 !important;
    width: 100%;
}

/***** Product Tiles *****/
.product-tile {
    background-color: #444;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
}

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

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

.product-tile.controls-components img {
    border-bottom: 2px solid #666;
}

.product-tile.display-and-feature img {
    border-bottom: 2px solid #FBC700;
}

.product-tile.exterior img {
    border-bottom: 2px solid #C2D505;
}

.product-tile.suspended img {
    border-bottom: 2px solid #C82B7D;
}

.product-tile.surface img {
    border-bottom: 2px solid #44B6B1;
}

.product-tile.recessed img {
    border-bottom: 2px solid #009FEE;
}

.product-tile.high-and-low-bay img {
    border-bottom: 2px solid #9F5BA2;
}

.product-tile.hazardous-area img {
    border-bottom: 2px solid #F07F0A;
}

.product-tile.emergency img {
    border-bottom: 2px solid #E2161E;
}

.product-tile.sign img {
    border-bottom: 2px solid #017E4C;
}

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

#call-to-action {
    position: relative;
    z-index: 1;
}

.call-to-action-content {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    padding: 2vh 0;
}

.call-to-action-content img {
    width: 150px;
}

.call-to-action-content .link-box-text {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 1em 0 0.5em 1em;
    position: relative;
}

.call-to-action-content .link-box-text h4 {
    margin: 0 0 0.5em 0;
    height: 70px;
}

/**** Postcode Search Bar ****/
#contact-card-wrapper {
    background-color: #fff;
    width: 100%;
}

#contact-card {
    background-color: #fff;
    flex-basis: 100%;
    padding: 40px 30px;
    text-align: center;
}

#engineer,
#search-engineer {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 500px;
    padding: 10px 0;
    width: 100%;
}

#engineers-image,
#search-engineers-image {
    flex-basis: 100%;
}

#engineers-details,
#search-engineers-input {
    flex-basis: 100%;
    margin: auto;
    padding-top: 20px;
}

#search-engineers-input input {
    border-radius: 4px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    height: 27px;
    padding: 20px;
    text-align: center;
    width: 80%;
}

.engineer-contacts {
    display: block;
    margin: 5px 0;
}

#engineers-details p {
    color: #0e2244;
    display: inline-block;
    margin: 3px 0;
}

#engineers-name,
#search-engineers-name {
    color: #06c;
    font-weight: bold;
}

#engineers-details p.engineer-contact-method {
    color: #06c;
}


@media screen and (min-width: 800px) {
    #engineer,
    #search-engineer {
        flex-wrap: nowrap;
        margin: 10px auto;
        padding: 0;
    }

    #engineers-image,
    #search-engineers-image {
        flex-basis: 50%;
        width: 35%;
    }

    #engineers-details,
    #search-engineers-input {
        flex-basis: 70%;
        text-align: left;
    }

    .engineer-contact-option {
        width: 50px;
    }
}

@media screen and (min-width: 1600px) {
    #contact-card-wrapper {
        box-sizing: border-box;
        height: 20vh;
    }

    #contact-card {
        flex-basis: 100%;
        text-align: center;
        padding: 40px 30px;
        width: 50%;
        margin: auto;
        box-sizing: border-box;
        height: 100%;
        max-width: 650px;
    }

    #search-engineers-input input {
        width: 100%;
    }
}

/**** File Lists ****/
.download-link {
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    border-color: #06c;
    border: 1px solid;
    box-sizing: border-box;
    display: table;
    height: 50px;
    margin: 0 0 15px 0;
    max-width: 500px;
    padding: 13px 0 0 58px;
    position: relative;
    transition-timing-function: ease;
    transition: 0.2s;
    width: 100%;
}

.download-link:hover {
    background-color: #06c;
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    border-color: #003f7b;
    color: #fff;
}

.download-link.pdf {
    background-image: url(/asset/media/pdf-icon.svg);
}

.download-link.pdf:focus,
.download-link.pdf:hover {
    background-image: url(/asset/media/pdf-icon-white.svg);
}

.download-link.eld {
    background-image: url(/shared/media/icon/eld.svg);
}

.download-link.eld:focus,
.download-link.eld:hover {
    background-image: url(/shared/media/icon/eld-white.svg);
}

.download-link.ies {
    background-image: url(/shared/media/icon/ies.svg);
}

.download-link.ies:focus,
.download-link.ies:hover {
    background-image: url(/shared/media/icon/ies-white.svg);
}

.download-link.dialux {
    background-image: url(/shared/media/icon/dialux.svg);
}

.download-link.dialux:focus,
.download-link.dialux:hover {
    background-image: url(/shared/media/icon/dialux-white.svg);
}

.download-link.relux {
    background-image: url(/shared/media/icon/relux.svg);
}

.download-link.relux:focus,
.download-link.relux:hover {
    background-image: url(/shared/media/icon/relux-white.svg);
}

.download-link.revit {
    background-image: url(/shared/media/icon/revit.png);
}

.download-link.revit:focus,
.download-link.revit:hover {
    background-image: url(/shared/media/icon/revit-white.png);
}

.download-link.download {
    background-image: url(/shared/media/icon/download.svg);
}

.download-link.download:focus,
.download-link.download:hover {
    background-image: url(/shared/media/icon/download-white.svg);
}

ul.files-list,
ul.files-list-white {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

ul.files-list li {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #06c;
    display: table;
    margin-top: 10px;
    max-width: 500px;
    padding: 0;
    position: relative;
    transition-timing-function: ease;
    transition: 0.2s;
    vertical-align: top;
    width: 100%;
}

ul.files-list-white li {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    display: table;
    margin-top: 10px;
    max-width: 500px;
    padding: 0;
    position: relative;
    transition-timing-function: ease;
    transition: 0.2s;
    vertical-align: top;
    width: 100%;
}

ul.files-list li:focus,
ul.files-list li:hover {
    background-color: #06c;
    border-color: #003f7b;
    transition-timing-function: ease;
    transition: 0.2s;
}

ul.files-list-white li:focus,
ul.files-list-white li:hover {
    background-color: #fff;
    border-color: #333;
    transition-timing-function: ease;
    transition: 0.2s;
}

ul.files-list li span,
ul.files-list-white li span {
    display: table-cell;
    width: 60px;
}

ul.files-list li span.error,
ul.files-list li a,
ul.files-list-white li a {
    background-position: 12px 8px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    box-sizing: border-box;
    display: table;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

ul.files-list li a span,
ul.files-list-white li a span {
    display: table-cell;
    width: 60px;
}

ul.files-list li a p {
    border-left: 1px solid #06c;
    color: #06c;
}

ul.files-list-white li a p {
    border-left: 1px solid #fff;
    color: #fff;
}

ul.files-list li a p,
ul.files-list-white li a p {
    box-sizing: border-box;
    display: table-cell;
    height: 100%;
    margin: 0 0 0 60px;
    min-height: 45px;
    padding: 5px 10px;
    right: 0;
    text-align: left;
    top: 0;
    transition-timing-function: ease;
    transition: 0.2s;
    vertical-align: middle;
    width: calc(100% - 60px);
}

ul.files-list li:active a p,
ul.files-list li:focus a p,
ul.files-list li:hover a p {
    border-left: 1px solid #003f7b;
    color: #fff;
}

ul.files-list li:active a p,
ul.files-list li:focus a p,
ul.files-list li:hover a p,
ul.files-list-white li:active a p,
ul.files-list-white li:focus a p,
ul.files-list-white li:hover a p {
    transition-timing-function: ease;
    transition: 0.2s;
}

ul.files-list-white li:active a p,
ul.files-list-white li:focus a p,
ul.files-list-white li:hover a p {
    border-left: 1px solid #333;
    color: #333;
}

ul.files-list li span.error {
    color: red;
}

ul.files-list li.brochures a,
ul.files-list li.datasheets a,
ul.files-list li.fab-sheets a,
ul.files-list li.led-lifetime-datasheets a,
ul.files-list li.installation-leaflets a,
ul.files-list li.other a,
ul.files-list li.pdf a,
ul.files-list li.control-system-features a {
    background-image: url(/asset/media/pdf-icon.svg);
    transition-timing-function: ease;
    transition: 0.2s;
}

ul.files-list-white li.brochures a,
ul.files-list-white li.datasheets a,
ul.files-list-white li.fab-sheets a,
ul.files-list-white li.led-lifetime-datasheets a,
ul.files-list-white li.installation-leaflets a,
ul.files-list-white li.other a,
ul.files-list-white li.pdf a,
ul.files-list-white li.control-system-features a {
    background-image: url(/asset/media/pdf-icon-white.svg);
    transition-timing-function: ease;
    transition: 0.2s;
}

ul.files-list-white li:focus.brochures a,
ul.files-list-white li:hover.brochures a,
ul.files-list-white li:focus.datasheets a,
ul.files-list-white li:hover.datasheets a,
ul.files-list-white li:focus.fab-sheets a,
ul.files-list-white li:hover.fab-sheets a,
ul.files-list-white li:focus.led-lifetime-datasheets a,
ul.files-list-white li:hover.led-lifetime-datasheets a,
ul.files-list-white li:focus.installation-leaflets a,
ul.files-list-white li:hover.installation-leaflets a,
ul.files-list-white li:focus.other a,
ul.files-list-white li:hover.other a,
ul.files-list-white li:focus.pdf a,
ul.files-list-white li:hover.pdf a,
ul.files-list-white li:focus.control-system-features a,
ul.files-list-white li:hover.control-system-features a {
    background-image: url(/asset/media/pdf-icon-grey.svg);
}

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

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

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

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

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

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

ul.files-list li:focus.brochures a,
ul.files-list li:hover.brochures a,
ul.files-list li:focus.datasheets a,
ul.files-list li:hover.datasheets a,
ul.files-list li:focus.led-lifetime-datasheets a,
ul.files-list li:hover.led-lifetime-datasheets a,
ul.files-list li:focus.installation-leaflets a,
ul.files-list li:hover.installation-leaflets a,
ul.files-list li:focus.other a,
ul.files-list li:hover.other a,
ul.files-list li:focus.pdf a,
ul.files-list li:hover.pdf a,
ul.files-list li:focus.control-system-features a,
ul.files-list li:hover.control-system-features a {
    background-image: url(/asset/media/pdf-icon-white.svg);

}

ul.files-list li:focus.brochures a,
ul.files-list li:hover.brochures a,
ul.files-list li:focus.datasheets a,
ul.files-list li:hover.datasheets a,
ul.files-list li:focus.led-lifetime-datasheets a,
ul.files-list li:hover.led-lifetime-datasheets a,
ul.files-list li:focus.installation-leaflets a,
ul.files-list li:hover.installation-leaflets a,
ul.files-list li:focus.other a,
ul.files-list li:hover.other a,
ul.files-list li:focus.pdf a,
ul.files-list li:hover.pdf a,
ul.files-list li:focus.control-system-features a,
ul.files-list li:hover.control-system-features a,
ul.files-list-white li:focus.brochures a,
ul.files-list-white li:hover.brochures a,
ul.files-list-white li:focus.datasheets a,
ul.files-list-white li:hover.datasheets a,
ul.files-list-white li:focus.fab-sheets a,
ul.files-list-white li:hover.fab-sheets a,
ul.files-list-white li:focus.led-lifetime-datasheets a,
ul.files-list-white li:hover.led-lifetime-datasheets a,
ul.files-list-white li:focus.installation-leaflets a,
ul.files-list-white li:hover.installation-leaflets a,
ul.files-list-white li:focus.other a,
ul.files-list-white li:hover.other a,
ul.files-list-white li:focus.pdf a,
ul.files-list-white li:hover.pdf a,
ul.files-list-white li:focus.control-system-features a,
ul.files-list-white li:hover.control-system-features a {
    transition-timing-function: ease;
    transition: 0.2s;
}

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

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

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

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

ul.files-list li:focus.revit a,
ul.files-list li:hover.revit a {
    background-image: url(/shared/media/icon/revit-white.png);
}

ul.files-list li:focus.download a,
ul.files-list li:hover.download a {
    background-image: url(/shared/media/icon/download-white.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: #06C;
}

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

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

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

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

/***** Videos *****/
.video-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1000px;
    width: 80%;
}

.video-wrapper h4 {
    margin-top: 5px;
    text-align: left;
}

.vimeo-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 56.25%;
    width: 100%;
}

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

/***** Dot Links for galleries *****/
.dot-links {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}

.dot-links li {
    background-color: #333;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 3px;
    width: 10px;
}

.dot-links li.active {
    background-color: #06C;
}

.dot-links.blue-dots li {
    background-color: #06C;
}

.dot-links.blue-dots li.active {
    background-color: #FFF;
}

.dot-links.grey-dots li {
    background-color: #333;
}

.dot-links.grey-dots li.active {
    background-color: #FFF;
}

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

.zoom-hover img,
.zoom-hover div.zoom {
    display: block;
    max-width: 100%;
    transition: all 0.4s ease;
}

.zoom-hover:hover img,
.zoom-hover:hover div.zoom {
    transform: scale(1.1);
}

/*********Side Nav***********/
#side-nav {
    display: none;
}

@media screen and (min-width: 1000px) {
    #side-nav {
        display: block;
        margin-right: -300px;
        margin-top: -182px;
        position: fixed;
        right: 20px;
        top: 50%;
        z-index: 10;
    }

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

    #side-nav ul li {
        background: none;
        border-right: 5px solid transparent;
        color: #FFF;
        cursor: pointer;
        font-size: 0.8em;
        height: 16px;
        margin-top: 5px;
        padding: 10px 50px 10px 30px;
        position: relative;
        text-align: right;
        transition: all .2s ease-in-out;
    }

    #side-nav ul li div {
        background-color: #fff;
        border-radius: 2px;
        border: 2px solid #06c;
        height: 10px;
        position: absolute;
        right: 8px;
        top: 12px;
        width: 10px;
    }

    #side-nav ul li span {
        display: none;
    }

    #side-nav ul li.active div,
    #side-nav ul li:focus div,
    #side-nav ul li:hover div {
        background-color: #06c;
        border: 2px solid #fff;
    }

    #introduction-link.active div,
    #introduction-link:focus div,
    #introduction-link:hover div {
        background-color: #06c;
        border: 2px solid #fff;
    }

    #back-to-top.active div,
    #back-to-top:focus div,
    #back-to-top:hover div {
        background-color: #06c !important;
        background-image: url(/shared/media/icon/back-to-top-white.svg);
        background-repeat: no-repeat;
        border: 2px solid #fff;
        transition: 0.5s;
    }

    #back-to-top div {
        background-color: rgba(255, 255, 255, 0.8) !important;
        background-image: url(/shared/media/icon/back-to-top-blue.svg);
        background-repeat: no-repeat;
        border: 2px solid transparent !important;
        height: 20px !important;
        right: 3px !important;
        top: 6px !important;
        transition: 0.5s;
        width: 20px !important;
    }
}

/******Search results page******/
#search-mobile form input {
    box-sizing: border-box;
    vertical-align: top;
}

#search-results {
    background-color: #fff;
    margin: 0;
    padding: 50px 30px;
    width: 100%;
}

#search-results table {
    border-spacing: 0 20px;
    margin: auto;
    max-width: 600px;
    padding: 50px 0 10px 0;
    width: 100%;
}

.product-results #product-results-link-box {
    color: #fff;
    display: block;
    padding: 10px 20px;
}

.product-results td:focus,
.product-results td:hover {
    background-color: #06c;
}

.product-results #search-content-title {
    float: left;
    text-align: left;
    width: 80%;
}

.product-results #search-content-arrows {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.5em;
    height: 50px;
    text-align: right;
    width: 20%;
}

#search-results table input {
    box-sizing: border-box;
    font-size: 1.4em;
    padding-left: 20px;
    width: 100%;
}

#search-results table .search-results-row {
    border-collapse: separate;
    border-spacing: 5em;
    box-shadow: 1px 1px 18px 0 rgba(51, 51, 51, 0.51);
}

#search-results table .search-results-row a {
    display: block;
}

#search-results table #no-results {
    text-align: center;
}

#search-results table #no-results td {
    padding: 50px 20px;
}

#search-results table #no-results span {
    font-style: italic;
    font-weight: bold;
}

.ss360-suggests header {
    height: auto;
}

@media screen and (min-width: 800px) {
    #search-results {
        background-color: #fff;
        margin: 50px auto 100px auto;
        padding: 50px 0;
        width: 88%;
    }
}

@media screen and (min-width: 1280px) {
    #search-mobile {
        display: none;
    }

    #search-results table .search-results-row #product-image img {
        width: 250px;
    }

    #search-results table input {
        font-size: 1.6em;
    }

    #search-results table {
        max-width: 1000px;
    }
}

@media screen and (min-width: 1000px) {
    #mobileIndicator {
        display: none;
    }
}

/*** nano gallery ***/
#two-row-gallery {
    padding: 0;
}

@media screen and (min-width: 1000px) {
    #two-row-gallery {
        padding: 3em 0;
    }
}

/*** slider ***/
.beer-slider {
    margin: auto;
    max-width: 1000px;
    width: 90%;
}

div.beer-slider span.beer-handle {
    background: rgba(0, 102, 204, 0.7) !important;
    border: 3px solid #fff;
    color: #fff !important;
}

.beer-reveal {
    border-right: 3px solid #06c;
    outline: 3px solid #06c;
}

div.beer-slider div.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
    background: rgba(0, 102, 204, 0.7) !important;
    color: #fff;
    font-size: 0.5em;
    top: 1em;
}

.beer-slider[data-beer-label]:after {
    right: 1em !important;
}

.beer-reveal[data-beer-label]:after {
    left: 1em !important;
}

@media screen and (min-width: 1000px) {
    .beer-slider {
        width: 100%;
    }

    div.beer-slider div.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
        font-size: 1em;
    }
}

/***sitesearch360***/

.unibox-highlight:focus,
.unibox-highlight:hover,
.uniboxSearchContent:focus,
.uniboxSearchContent:hover {
    color: white !important;
    text-decoration: none !important;
}

/* EOF */
