h2 {
    font-weight: bold;
}
.feature h2 {
    font-weight: lighter;
}
.section-title,
.section-title-no-margin {
    background-position: top left;
    background-size: 40px;
    background-repeat: no-repeat;
}
.section-title {
    margin: 0 10% 50px 10%;
}
.section-title-no-margin {
    margin: 0 0 50px 0;
}

/*********************introduction************************/
#introduction-section {
    background-image: url(/shared/media/smartscan/graphics/intro-background.svg);
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #1c223c;
    padding: 100px 20px;
    text-align: right;
    color: #fff;
}
#introduction-section p {
    color: #fff;
    font-size: 1.1em;
    margin: 0 auto 30px auto;
}
#introduction-section h2 {
    margin-top: 30px;
    font-weight: normal !important;
    font-size: 1.1em;
}
#introduction-section h3 {
    font-size: 1.8em;
    font-weight: bold;
}
#logo-container {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 20px;
    text-align: center;
}
#logo-container img{
    width: 80%;
    max-width: 500px;
}
#smartscan-logo {
    width: 100%;
}

#thorlux-logo {
    width: 70%;
}
#side-links-menu {
    display: none;
}
#top-links-menu {
    width: 100%;
    display: inline-block;
    text-align: center;
}
#top-links-menu button {
    margin-bottom: 5px;
}
#top-links-menu h4 {
    text-align: center;
    margin-bottom: 10px;
}
#side-links-menu button {
    display: block;
    margin-bottom: 2px;
    background-color: rgba(57, 72, 96, 0.8);
}
#side-links-menu button:hover {
    background-color: rgba(57, 72, 96, 1);
    border: 2px solid #fff;
}
.quick-links button {
    background-color: rgba(57, 72, 96, 0.4);
    width: 100px;
    padding: 10px;
    height: 65px;
    vertical-align: top;
    border: 1px solid #fff;
    color: #fff;
}
.quick-links button:hover {
    background-color: #00a3e0;
    color: #fff;
    cursor: pointer;
}
#top-link-section .top-link-wrapper {
    width: 300px;
    margin: 20px auto 0 auto;
    background-color: rgba(57, 72, 96, 0.4);
    border: 1px solid #fff;
}
#top-link-section .top-link-wrapper:hover {
    background: #00a3e0;
}
#top-link-section .top-link-wrapper a p {
    color: #fff;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
    #introduction-section h2 {
        margin-top: 70px;
        font-size: 1.5em;
    }
    #introduction-section h3 {
        font-size: 2.5em;
    }
    #top-link-section .top-link-wrapper {
        float: right;
    }
    #visit-smartscan-website {
        margin-right: 10px!important;
        margin-left: 10px!important;
    }
    #top-link-section {
        margin-right: 10%;
        float: right;
        background-color: transparent;
    }
    .quick-links button {
        background-color: transparent;
    }

    #top-links-menu h4 {
        text-align: right;
        margin-bottom: 10px;
    }
    #top-links-menu {
        width: 100%;
        text-align: right;
        float: right;
        margin-right: 10%;
        margin-bottom: 50px;
    }
    #logo-container {
        width: 70%;
        padding-bottom: 50px;
        text-align: right;
        float: right;
        margin-right: 10%;
    }

    #introduction-section {
        width: 100%;
        padding: 200px 0 100px 0;
    }
    #smartscan-logo {
        width: 500px;
    }

    #thorlux-logo {
        width: 260px;
    }
    #side-links-menu {
        display: block;
        position: fixed;
        right: 0px;
        top: 20%;
        z-index: 5;
        margin-right: -200px;
    }
}
@media screen and (min-width: 1200px) {
    #logo-container {
        width: 50%;
        padding-bottom: 50px;
        text-align: right;
        float: right;
        margin-right: 10%;
    }
}
/**********************video*************************/
#play-video {
    width: 100%;
}
#video-launch {
    display: block;
    position: relative;
    margin: 50px auto 0 auto;
}
#video-launch p {
    color: #fff;
    font-size: 2.5em;
    margin-top: 0;
}
#launch-button {
    position: absolute;
    top: 20%;
    width: 100%;
    opacity: 1;
}
#launch-button img{
    width: 20%;
    max-width: 200px;
}
#launch-button:hover {
    opacity: 1;
    cursor: pointer;
}
#play-video:hover {
    cursor: pointer;
}
#play-video:hover + #launch-button {
    opacity: 1;
}
#video-guide-wrapper {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
}
#video-guide-wrapper h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-blue.svg);
    color: #00a3e0;
    text-align: left;
    padding: 0 0 15px 50px;
    border-bottom: 1px solid #1c223c;
    font-size: 1.5em;
}
#overlay {
    display: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}
#video-container {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 51;
    padding: 0;
}
#close {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 52;
}
#close:hover {
    transform: scale(1.2);
    border: 1px solid #fff;
    padding: 1px;
    right: 8px;
    top: 8px;
}
video {
    width: 100%    !important;
    height: auto   !important;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
@media screen and (min-width: 450px) {
    #video-launch p {
        font-size: 4em;
    }
}
@media screen and (min-width: 700px) {
    #video-launch {
        width: 80%;
    }
    #close {
        right: 20px;
        top: 20px;
    }
    #close:hover {
        right: 18px;
        top: 18px;
    }
    #video-guide-wrapper {
        padding-top: 100px;
    }
    #launch-button {
        top: 25%;
    }
}
@media screen and (min-width: 1000px) {
    #video-guide-wrapper h2 {
        font-size: 2em;
        padding: 0 0 10px 50px;
    }
    #launch-button {
        opacity: 0.6;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    #launch-button:hover {
        opacity: 1;
    }
    #video-launch {
        width: 60%;
    }
    #launch-button {
        top: 20%;
    }
}
@media screen and (min-width: 1500px) {
    #launch-button {
        top: 30%;
    }
}
/**********************side menu --- open/close*************************/
#open-menu {
   position: absolute;
    border: 2px solid #1c223c;
    left: -15px;
    top: 30%;
    width: 45px;
    height: 25px;
    background-color: rgba(0, 163, 224, 0.8);
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    margin-bottom: 5px;
    transform: rotate(270deg);
}
#open-menu:hover {
    background-color: rgba(28, 34, 60, 1);
    cursor: pointer;
}
#open-menu p {
    color: #fff;
    margin: 2px;
    font-size: 0.9em;
    text-align: center
}
#close-menu {
    position: absolute;
    border: 2px solid #1c223c;
    margin-left: 260px;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #00a3e0;
    display: none;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
    transform: rotate(90deg);
    margin-bottom: 5px;
    margin-right: 0px;
}
#close-menu img {
    width: 20px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -10px;
    margin-top: -10px;
}
#close-menu:hover {
    cursor: pointer;
}
@media screen and (min-width: 700px) {
    #close-menu {
        margin-left: 0;
        top: -40px;
    }
}
@media screen and (min-width: 700px) {
    #open-menu {
        width: auto;
        height: 30px;
        left: -115px;
        top: 40%;
        font-size: 1.1em;
        padding: 0 100px;
    }
    #close-menu {
        width: 30px;
        height: 30px;
        right: 0;
        bottom: -50px;
    }
    #open-menu p {
        font-size: 1em;
    }
}
@media screen and (min-width: 2000px) {
    #open-menu {
        height: auto;
        left: -120px;
        font-size: 1.1em;
        padding: 0 100px;
    }
    #open-menu:hover {
        height: auto;
        width: auto;
        left: -120px;
        font-size: 1.1em;
        padding: 0 100px;
        background-color: rgba(28, 34, 60, 1);
    }
    #open-menu p {
        margin: 10px;
        font-size: 1.5em;
    }
    #close-menu {
        width: 50px;
        height: 50px;
        right: 0;
        bottom: -50px;
        margin-top: -20px;
        margin-left: 0;
    }
    #close-menu img {
        width: 40px;
        position: absolute;
        right: 15px;
        top: 15px;
        margin-right: -10px;
        margin-top: -10px;
    }
}
/**********************side menu main*************************/
#side-menu {
    position: absolute;
    top: 5px;
    height: auto;
    width: 250px;
    box-sizing: border-box;
    margin-left: -300px;
}
#accordion {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 500px) {
    #side-menu {
        top: 20px;
    }
}

@media screen and (min-width: 700px) {
    #side-menu {
        position: absolute;
        top: 30%;
        width: 300px;
    }
}
@media screen and (min-width: 2000px) {
    #side-menu {
        position: absolute;
        top: 30%;
        width: 350px;
        margin-left: -350px;
    }
}
/**********************side menu list titles*************************/
.accordion-title h3 {
    background-color: transparent;
    background-image: url(/shared/media/smartscan/graphics/light-plus.svg);
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    width: auto;
    font-size: 0.9em;
    border-bottom: none;
    padding: 5px 10px;
    margin: 0;
}
.accordion-title h3:hover {
    background-color: #00a3e0;
    background-image: url(/shared/media/smartscan/graphics/dark-plus.svg);
    color: #1c223c;
    cursor: pointer;
}
.accordion-title.active h3 {
    background-image: url(/shared/media/smartscan/graphics/light-minus.svg);
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    width: auto;
}
.accordion-title.active:hover h3 {
    background-image: url(/shared/media/smartscan/graphics/dark-minus.svg);
}
#complete-list {
    margin: 0;
    font-size: .9em;
    text-align: left;
    list-style: none;
    text-decoration: none;
    color: #00a3e0;
    padding: 0;
}
#smartscan-summary h3,
#smartscan-website h3{
    background-image: url(/shared/media/smartscan/graphics/play-icon-light.svg);

}
#smartscan-summary h3:hover,
#smartscan-website h3:hover {
    background-image: url(/shared/media/smartscan/graphics/play-icon-dark.svg);
}
.accordion-title.active#smartscan-summary h3,
.accordion-title.active#smartscan-website h3 {
    background-image: url(/shared/media/smartscan/graphics/play-icon-dark.svg);
    background-color: #00a3e0;
    color: #1c223c !important;
}
.accordion-title.active#smartscan-summary img,
.accordion-title.active#smartscan-website img {
    position: absolute;
    right: -30px;
    top: 0;
    display: block;
}
@media screen and (min-width: 500px) {
    #accordion h3 {
        font-size: 1.1em;
    }
    #complete-list {
        font-size: 1em;
    }
}
@media screen and (min-width: 1000px) {
    #accordion h3 {
        font-size: 1.4em;
    }
    #complete-list {
        font-size: 1em;
    }
}

@media screen and (min-width: 2000px) {
    #accordion h3 {
        font-size: 1.4em;
    }
    #complete-list {
        font-size: 1.2em;
    }
}
/**********************side menu sub lists*************************/
.submenu {
    margin-bottom: 1px;
    background-color: rgba(28, 34, 60, 0.8);
}
.submenu p {
    margin: 0;
    padding: 0;
    color: #00a3e0;
}
.submenu a:hover {
    color: #1c223c !important;
    background-color: #00a3e0 !important;
}
.list {
    display: none;
}
.list a {
    display: block;
    padding: 2px 10px;
    font-size: 0.8em;
    color: #00a3e0 !important;
}
.video-link {
    position: relative;
}
.video-link.active {
    color: #1c223c !important;
    background-color: #00a3e0;
}
#complete-list > .video-link.active {
    background-color: #00a3e0;
}
.video-link.active > .playing-button {
    display: block;
}
.video-link.active p {
    color: #1c223c !important;
}
.video-link h3 {
    color: #00a3e0 !important;
}
.video-link h3:hover {
    color: #1c223c !important;
}
.playing-button {
    display: none;
    position: absolute;
    right: -26px;
    top: 0px;
    width: 35px;
    height: 100%;
    margin-right: 0;
}
@media screen and (min-width: 500px) {
    .playing-button {
        display: none;
        position: absolute;
        right: -30px;
        top: 0px;
        width: 35px;
        height: 100%;
        margin-right: 0;
    }
    .list a {
        display: block;
        padding: 5px 10px;
        color: #00a3e0 !important;
        font-size: 1em;
    }
}
@media screen and (min-width: 700px) {
    .submenu {
        margin-bottom: 5px;
    }
}

/*********************controls menu************************/
#play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-image: url(/shared/media/smartscan/graphics/play.svg);
    border-radius: 100px;
    display: none;
}

#pause {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-image: url(/shared/media/smartscan/graphics/pause.svg);
    border-radius: 100px;
    display: none;
}
@media screen and (min-width: 600px) {
    #play {
        margin-top: -100px;
        margin-left: -100px;
        width: 200px;
        height: 200px;
    }
    #pause {
        margin-top: -100px;
        margin-left: -100px;
        width: 200px;
        height: 200px;
    }
}
.progressTime {
    position: absolute;
    bottom: 20px;
}
.progressBar {
    position: absolute;
    bottom: 20px;
}
#control-panel {
    text-align: center;
    margin: 10px auto;
    padding-bottom: 100px;
    width: 50%;
}
/******************What is smartscan******************/
#what-is-smartscan {
    background-color: #1c223c;
    padding: 100px 5px;
    color: #fff;
    text-align: center;
}
#what-is-smartscan h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-bluewhite.svg);
    color: #fff;
    text-align: left;
    padding: 0 0 10px 50px;
    border-bottom: 1px solid #fff;
}
#what-is-smartscan p {
    font-size: 2em;
    color: #fff;
}
#what-is-smartscan p span {
    font-size: 1.5em;
    color: #00a3e0;
}
#what-is-ss-description {
    font-size: 1.3em !important;
    margin-bottom: 40px;
}
.what-is-smartscan-boxes {
    width: 110px;
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    box-shadow: 0 0 10px 5px #121b2a;
}
.what-is-smartscan-boxes h3 {
    font-size: 1.1em;
}

.what-is-smartscan-boxes br {
    display: none;
}
.logo-text-box {
    display: inline-block;
    width: 50%;
    margin: 50px 0;
    vertical-align: top;
}
.logo-image-box {
    display: inline-block;
    width: 100%;
}
.what-is-smartscan-boxes p {
    display: none;
}
#smart-box {
    background: linear-gradient(#a0c13a, #80a035);
    background-color: #80a035;
    color: #fff;
}
#smart-box h3 {
    margin-bottom: 20px;
}
#scanlightat-box h3 {
    margin-bottom: 20px;
}
#smart-box p {
    color: #fff;
}
#smart-external-box {
    background: linear-gradient(#0e313d, #091019);
    background-color: #091019;
    color: #fff;
}
#smart-external-box p {
    color: #fff;
}
#scanlightat-box {
    background: linear-gradient(#009933, #005c1d);
    background-color: #005c1d;
    color: #fff;
}
#scanlightat-box  p {
    color: #fff;
}
#smartscan-box {
    margin-top: 10px;
    border-radius: 30px;
    width: 75%;
    padding: 20px;
    display: inline-block;
    border: solid 4px #00a3e0;
}
#existing-tech-box {
    margin: 0 auto;
}
#existing-tech-box h3 {
    font-weight: bold;
}
#arrows img {
    display: inline-block;
    width: 300px;
}

@media screen and (min-width: 475px) {
    #what-is-smartscan {
        padding: 100px 15px;
    }
    .what-is-smartscan-boxes {
        width: 125px;
    }
}
@media screen and (min-width: 550px) {
    .what-is-smartscan-boxes {
        width: 150px;
    }
    .what-is-smartscan-boxes h3 {
        font-size: 1.5em;
    }
    #smartscan-box {
        width: 400px;
    }
}
@media screen and (min-width: 700px) {
    #smart-box h3 {
        margin-bottom: 0;
    }
    #scanlightat-box h3 {
        margin-bottom: 0;
    }
    .what-is-smartscan-boxes {
        width: 200px;
    }
    .what-is-smartscan-boxes p {
        display: block;
        font-size: 1em !important;
    }
    .what-is-smartscan-boxes br {
        display: block;
    }
}
@media screen and (min-width: 760px) {
    #what-is-ss-description {
        font-size: 1.6em !important;
    }
    #what-is-smartscan {
        padding: 50px;
    }
    #arrows img {
        width: 500px;
    }
    .what-is-smartscan-boxes br {
        display: block;
    }
}
@media screen and (min-width: 845px) {
    .what-is-smartscan-boxes {
        margin: 20px;
    }
}
@media screen and (min-width: 1000px) {

    #what-is-ss-description {
        font-size: 2em !important;
    }
    #what-is-smartscan {
        padding: 100px 50px;
    }
    .what-is-smartscan-boxes {
        width: 250px;
        display: inline-block;
        margin: 20px;
    }
    .logo-text-box {
        display: inline-block;
        width: 50%;
        margin: 50px 0;
        vertical-align: top;
    }
    .what-is-smartscan-boxes br {
        display: none;
    }
    #arrows img {
        display: inline-block;
        width: auto;
    }
}
/*****************availability divider*****************/

#availablility-divider {
    padding: 30px 50px;
    background-color: #1c223c;
}
#availablility-divider p {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
@media screen and (min-width: 1000px) {
    #availablility-divider {
        padding: 50px;
        background-color: #1c223c;
    }
    #availablility-divider p {
        color: #fff;
        text-align: center;
        font-size: 2em;
    }
}
/******************benefits of smartscan******************/
#benefits-of-smartscan {
    background: #00a3e0;
    padding: 50px 20px;
    color: #fff;
    text-align: center;
}
#benefits-of-smartscan h4 {
    font-weight: bold;
    color: #fff;
}
#benefits-of-smartscan h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-darkblue-white.svg);
    color: #fff;
    text-align: left;
    padding: 0 0 10px 50px;
    border-bottom: 1px solid #fff;
}
#benefits-of-smartscan p {
    color: #fff;
}
#aims {
    background: #fff;
    width: 100%;
    padding: 50px 0 50px 0;
}
#aims h3 {
    text-align: center;
}
#icons-container {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.icons {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 20px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
#gateway {
    position: relative;
}
#gateway span {
    font-weight: bold;
}
#gateway h4 {
    width: 230px !important;
    position: absolute;
    left: 10px;
}
#gateway-icon {
    margin: 65px auto 20px auto;
    width: 100px;
}
.icons img {
    width: 100px;
    margin-bottom: 15px;
}
.icons:hover {
    background-color: #009bd8;
    cursor: pointer;
}
.icons h4 {
    margin-bottom: 15px;
    height: 52px;
}
#simple-installation p,
#flexibility p,
#gateway p,
#communication p,
#connectivity p,
#operational-frequency p,
#fast-commissioning p,
#made-in-uk p {
    display: none;
    margin-bottom: 15px;
    margin-top: 0;
}
.more-less {
    height: 25px;
    margin-bottom: 0 !important;
}
.more-less:hover {
    cursor: pointer;
}
#installation-less,
#flexibility-less,
#gateway-less,
#communication-less,
#connectivity-less,
#operational-frequency-less,
#made-in-uk-less,
#fast-commissioning-less,
#smart-text-less,
#emergency-text-less
{
    display:none;
}
#smart-hidden-text,
#emergency-hidden-text {
    display: none;
}

@media screen and (min-width: 800px) {
    .icons {
        margin: 30px;
        border-radius: 30px;
    }
    .icons img {
        width: 150px;
        margin-bottom: 15px;
    }
    #gateway-icon {
        width: 150px;
    }
}

@media screen and (min-width: 1200px) {

    #benefits-of-smartscan {
        padding: 100px 50px;
    }
}
@media screen and (min-width: 1500px) {
    #icons-container {
        text-align: center;
        margin: 0 auto;
        width: 70%;
    }
}
@media screen and (min-width: 2200px) {
    #icons-container {
        width: 60%;
    }
}
@media screen and (min-width: 2600px) {
    #icons-container {
        width: 50%;
    }
}
@media screen and (min-width: 3000px) {
    #icons-container {
        width: 45%;
    }
}
/*****************platforms*****************/
#platforms-container {
    background-color: #00a3e0;
    height: 100%;
    width: 100%;
    float: left;
}
#platform-1-container,
#platform-2-container {
    padding: 100px 20px;
    width: auto;
    float: left;
    box-sizing: border-box;
}
#platform-1-container {
    background-color: #00a3e0;
}
#platform-2-container {
    background-color: #fff;
}
#platform-1-container img,
#platform-2-container img {
    width: 80%;
    display: block;
    margin: auto;
}
#plat-1-heading,
#plat-2-heading-white {
    color: #fff;
    border: 1px solid #fff;
}
#plat-2-heading {
    color: #00a3e0;
    border: 1px solid #00a3e0;
}
#plat-1-heading,
#plat-2-heading,
#plat-2-heading-white {
    margin: 0 auto 80px auto;
    text-align: center;
    padding: 10px 30px;
    width: auto;
    border-radius: 15px;
}
#platform-1-container #plat-1-heading,
#platform-2-container #plat-2-heading {
    width: 60%;
}
#platform-1-container p,
#platform-2-container p {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 1.2em;
    margin-left: 0;
}
#platform-2-container p,
#platform-1-container p {
    width: auto !important;
}
#platform-1-container p {
    color: #fff;
}
#platform-2-container p {
    color: #00a3e0;
}
#platform-1-content,
#platform-2-content {
    padding: 0;
    width: auto;
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 650px) {
    #platform-1-container img,
    #platform-2-container img {
        width: 350px;
    }
    #platform-1-container p,
    #platform-2-container p{
        font-size: 1.4em;
        width: 350px !important;
    }
    #platform-1-container {
        width: 100%;
    }
    #platform-2-container {
        width: 100%;
    }
}

@media screen and (min-width: 1000px) {
    #platform-1-container p,
    #platform-2-container p{
        font-size: 1.5em;
        text-align: left;
    }
    #platform-1-container p {
        width: 400px;
    }
    #platform-2-container p{
        width: 50% !important;
    }
    #platform-1-container,
    #platform-2-container {
        padding: 100px 0;
        width: 50%;
        float: left;
    }
    #platform-1-container {
        background-color: #00a3e0;
    }
    #platform-2-container {
        background-color: #fff;
    }
    #platform-1-content,
    #platform-2-content {
        padding: 0 20px;
    }
    #platform-1-container p,
    #platform-2-container p{
        margin-left: 20px;
    }
}
@media screen and (min-width: 1750px) {
    #platform-2-container p{
        width: 300px !important;
    }
    #platform-1-container img,
    #platform-2-container img {
        display: inline-block;
    }
}

/*****************platform 1*****************/
.title-break {
    display: block;
}

#plat-1-heading-span {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 80px auto;
    text-align: center;
    padding: 10px 30px;
    width: 300px;
    border-radius: 15px;
    line-height: 70px;
}
#platform-1-section {
    padding: 100px 30px;
    background-color: #00a3e0;
    text-align: center;
}
#platform-1-section h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-darkblue-white.svg);
    color: #fff;
    text-align: left;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #fff;
}

#platform-1-section h3 {
    text-align: center;
    margin-bottom: 50px;
}
#p1-emergency-content {
    background: #0097D3;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #0097D3;
    border-radius: 30px;
    padding: 40px 20px;
}
#p1-smart-content{
    background: #0097D3;
    margin-bottom: 50px;
    width: 80%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #0097d3;
    border-radius: 30px;
    padding: 40px 20px;
}
#p1-smart-content p,
#p1-emergency-content p {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}
#smart-hidden-text p,
#emergency-hidden-text p {
    font-size: 1em !important;
    font-weight: normal !important;
}
#p1-smart-content h3,
#p1-emergency-content h3 {
    font-weight: bolder;
    color: #fff;
    margin-bottom: 0;
}
#p1-smart-image {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
#p1-emergency-image {
    width: 100%;
    max-width: 400px;
    margin: auto;
}
#platform-1-addressing #addressing-intro {
    color: #fff;
    font-size: 1.3em;
    font-weight: bolder;
    margin-bottom: 50px;
    margin-top: 50px;
}
#addressing-intro {
    margin-top: 50px;
}
.addressing-info img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 60%;
}
.smart-text-more-less,
.emergency-text-more-less {
    margin-top: 20px;

}

@media screen and (min-width: 800px) {
    .title-break {
        display: none;
    }
    #platform-1-section h2 {
        margin: 0 10% 50px 10%;
    }
    #plat-1-heading-span {
        line-height: 0;
    }
    #p1-emergency-content {
        width: 630px;
        padding: 40px;
    }
    #p1-smart-content{
        width: 630px;
        padding: 40px;
    }
}

@media screen and (min-width: 1000px) {
    #platform-1-addressing #addressing-intro {
        font-size: 1.5em;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    #p1-smart-content p,
    #p1-emergency-content p {
        text-align: left;
        font-size: 1.3em;
    }
    #smart-hidden-text p,
    #emergency-hidden-text p {
        font-size: 1em !important;
    }
    #platform-1-section {
        padding: 100px 50px;
    }
    #p1-emergency-content {
        width: 35%;
        margin-left: 30px;
    }
    #p1-smart-content{
        margin-bottom: 100px;
        width: 35%;
        padding-right: 30px;
    }
    .addressing-info img {
        width: auto;
    }
}

/*****************platform 1 how section*****************/

#platform-1-how-section #plat-1-heading {
    color: #1c223c;
    border: 1px solid #1c223c;
}
#light-blue-title {
    color: #00a3e0;
}
.dark-blue-title {
    color: #1c223c;
    height: 20px;
}
#platform-1-addressing {
    text-align: center;
}
.addressing-info {
    display: block;
    width: 100%;
    max-width: 250px;
    vertical-align: top;
    margin: 50px auto;
    color: #fff;
}
.addressing-info img {
    max-width: 250px;
}
.addressing-info p {
    color: #fff;
}
.addressing-info h4 {
    font-size: 1.5em;
    font-weight: bold;
}
@media screen and (min-width: 1000px) {
    .addressing-info {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        margin: 0 3%;
        max-width: 250px;
    }
    #platform-1-how-section h2 {
        margin: 0 10% 50px 10%;
    }
    .addressing-info h4 {
        font-size: 1.5em;
    }
}

/*****************platform 2*****************/

#plat-2-heading-span-white {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto 80px auto;
    text-align: center;
    padding: 10px 10px;
    width: 300px;
    border-radius: 15px;
    line-height: 70px;
}
#plat-2-heading-span-blue {
    color: #00a3e0;
    border: 1px solid #00a3e0;
    margin: 0 auto 80px auto;
    text-align: center;
    padding: 10px 10px;
    width: 300px;
    border-radius: 15px;
    line-height: 70px;
}
#p2-smart-content {
    width: 40%;
    margin-left: 10%;
    float: left;
}

#p2-smart-content p,
#p2-smart-content h3 {
    color: #fff;
}
#platform-2-section img {
    width: 40%;
    float: left;
}

@media screen and (min-width: 1000px) {
    #plat-2-heading-span-white {
        line-height: 0;
        padding: 10px 30px;
    }
    #plat-2-heading-span-blue {
        line-height: 0;
        padding: 10px 30px;
    }
}

/*****************how does smartscan work*****************/
#how-does-smartscan-work {
    background-color: #1c223c;
    padding: 100px 20px;
    color: #fff;
    text-align: center;
}
#how-does-smartscan-work h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-bluewhite.svg);
    color: #fff;
    text-align: left;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #fff;
}
#main-points-container {
    margin: 20px auto;
}
.how-main-points {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.how-number {
    display: inline-block;
    width: 15%;
    color: #00a3e0;
    font-size: 4em;
    vertical-align: top;
    margin: 0;
}
.how-text {
    display: inline-block;
    width: 70%;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
}
#gateway-box img,
#server-box img {
    width: 100px;
}
#gateway-image {
    margin: 0 auto;
}
#luminaires-box h4,
#devices-box h4,
#gateway-box h4,
#server-box h4 {
    color: #00a3e0;
    border: none;
    width: 300px;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    padding: 10px 0;
}
#gateway-box,
#server-box,
#devices-box,
#luminaires-box {
    display: block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    border: 1px solid #00a3e0;
    border-radius: 10px;
    padding-top: 20px;
}
.transmit-icon {
    width: 50px;
    transform: rotate(90deg);
}
#how-it-works-diagram {
    margin-top: 70px;
}
#how-it-works-diagram h4 {
    font-weight: bold;
}
#gateway-image,
#smartscan-server-image {
    width: 100px;
    vertical-align: top;
}
#luminaires-image,
#devices-image {
    width: 200px;
}
.diagram-images {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 500px) {
    #how-does-smartscan-work {
        padding: 50px;
    }
    #gateway-box,
    #server-box,
    #devices-box,
    #luminaires-box {
        width: 70%;
    }
}
@media screen and (min-width: 800px) {
    #gateway-box,
    #server-box,
    #devices-box,
    #luminaires-box {
        width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    .how-text {
        font-size: 1.5em;
    }
    #how-does-smartscan-work h2 {
        margin: 0 10% 50px 10%;
    }
    #luminaires-box,
    #devices-box {
        width: 220px;
        border: none;
        display: inline-block;
    }
    #luminaires-box h4{
        color: #00a3e0;
        border: 2px solid #00a3e0;
        width: 250px;
        margin: 20px auto 0 auto;
        border-radius: 10px;
        padding: 10px 0;
    }
    #devices-box h4 {
        color: #00a3e0;
        border: 2px solid #00a3e0;
        width: 200px;
        margin: 20px auto 0 auto;
        border-radius: 10px;
        padding: 10px 0;
    }
    #gateway-box img,
    #server-box img {
        width: 60px;
        margin-top: 40px;
    }
    #how-does-smartscan-work {
        padding: 100px 10px;
    }
    #gateway-box,
    #server-box {
        width: auto;
    }
    #gateway-box h4,
    #server-box h4{
        color: #00a3e0;
        border: 2px solid #00a3e0;
        width: 150px;
        margin: 70px auto 0 auto;
        border-radius: 10px;
        padding: 10px 0;
    }
    .how-main-points {
        width: 290px;
    }
    .transmit-icon {
        transform: rotate(0deg);
        vertical-align: top;
        margin-top: 50px;
    }
    #luminaires-image,
    #devices-image {
        width: 100%;
    }
    #server-box,
    #gateway-box {
        display: inline-block;
        border: none;
    }
    .diagram-images {
        display: inline-block;
    }
    #gateway-image,
    #smartscan-server-image {
        margin-top: 00px;
    }
    #last-transmit-icon {
        display: inline-block;
    }
}
@media screen and (min-width: 1050px) {
    #how-does-smartscan-work {
        padding: 100px 20px;
    }
}
@media screen and (min-width: 1200px) {
    #luminaires-box,
    #devices-box {
        width: 300px;
    }
    #gateway-box img,
    #server-box img {
        width: 80px;
        margin-top: 60px;
    }
    #gateway-box h4,
    #server-box h4{
        margin: 85px auto 0 auto;
    }

    .transmit-icon {
        margin-top: 80px;
    }
}
@media screen and (min-width: 1300px) {
    #luminaires-box h4{
        width: 300px;
    }
    #luminaires-image,
    #luminaires-box,
    #devices-image,
    #devices-box {
        width: 350px;
    }
    #gateway-box img,
    #server-box img {
        width: 80px;
        margin-top: 80px;
    }
    #gateway-box h4,
    #server-box h4{
        margin: 95px auto 0 auto;
    }
    .how-main-points {
        width: 400px;
    }
    #how-does-smartscan-work {
        padding: 100px 20px;
    }
    .transmit-icon {
        margin-top: 100px;
    }
}
@media screen and (min-width: 1530px) {
    #luminaires-box h4{
        width: 400px;
    }
    #gateway-box img,
    #server-box img {
        width: 80px;
        margin-top: 120px;
    }
    #gateway-box h4,
    #server-box h4{
        margin: 125px auto 0 auto;
    }
    #luminaires-image,
    #luminaires-box,
    #devices-image,
    #devices-box {
        width: 450px;
    }

    #how-does-smartscan-work {
        padding: 100px 50px;
    }

    .transmit-icon {
        margin-top: 140px;
    }
}
@media screen and (min-width: 1650px) {
    .how-main-points {
        width: 500px;
    }
    .transmit-icon {
        margin-top: 140px;
    }
}
/*****************smartscan website*****************/
#smartscan-website-section {
    background-color: #fff;
    padding: 50px;
    color: #00a3e0;
    text-align: center;
}
#smartscan-website-section h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-blue.svg);
    color: #00a3e0;
    text-align: left;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #00a3e0;
}
#website-on-devices {
    width: 100%;
}
#website-bullets {
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}
#website-bullets p {
    font-size: 1.2em;
    font-weight: bold;
}
#website-bullets img {
    width: 50px;
}
.bullet-points {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.bullet-points img {
    width: auto;
    height: 55px;
    display: inline-block;
}
.bullet-points p {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    position: absolute;
    top: 5px;
    left: 60px;
}
#website-details {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}
#website-details h3 {
    font-weight: bold;
}
#website-details p {
    max-width: 500px;
    margin: 10px auto 20px auto;
}
#smartscan-url {
    display: block;
}
#smartscan-url {
    width: 80%;
    max-width: 300px;
    padding: 20px;
    background: linear-gradient(#009ee2, #0083bb);
    border-radius: 10px;
    margin: 50px auto 0 auto;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid #009ee2;
}
#smartscan-url:hover {
    background: #fff;
    border-radius: 10px;
    margin: 50px auto 0 auto;
    color: #009ee2;
    border: 1px solid #009ee2;
}
@media screen and (min-width: 600px) {
    #website-bullets {
        padding-left: 0;
        width: 80%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .bullet-points {
        width: 500px;
        position: relative;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1000px) {
    #smartscan-website-section h2 {
        margin: 0 10% 50px 10%;
    }
    #websit-details {
        max-width: none;
    }
    #smartscan-website-section {
        padding: 100px 20px;
    }
    #website-on-devices {
        width: 49%;
        margin: 0 auto;
        display: block;
    }
    #website-bullets {
        padding-left: 0;
        width: auto;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    #website-bullets p {
        font-size: 1.4em;
        font-weight: bold;
    }
    .bullet-points {
        margin-bottom: 30px;
    }
    #website-details {
        width: 50%;
    }
    #short-bullets-container {
        width: 45%;
        display: inline-block;
        text-align: left;
        padding-right: 5%;
    }
    #long-bullet-container {
        width: 50%;
        display: inline-block;
        float: right;
        text-align: left;
    }
}

@media screen and (min-width: 1150px) {
    #website-bullets {
        padding-left: 50px;
    }
}
@media screen and (min-width: 1300px) {
    #website-on-devices {
        display: inline-block;
    }
    .bullet-points {
        margin-bottom: 50px;
    }
    #website-bullets {
        margin-top: 6%;
    }
}
@media screen and (min-width: 1600px) {
    #smartscan-website-section {
        padding: 100px 50px;
    }
    #website-on-devices {
        max-width: 1000px;
    }
}
@media screen and (min-width: 2000px) {
    #website-bullets {
        margin-top: 150px;
        padding-left: 5%;
    }
}
/*****************smartscan products*****************/
#smartscan-products {
    background-color: #1c223c !important;
    padding: 50px 5%;
    text-align: center;
}
#smartscan-products h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-bluewhite.svg);
    color: #fff;
    text-align: left;
    padding: 0 0 10px 50px;
    border-bottom: 1px solid #fff;
}
#smartscan-products h3 {
    background: linear-gradient(#00a3e0, #0083bb);
    background-color: #00a3e0;
    padding: 7px 0;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #00a3e0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-weight: lighter;
}
#smartscan-products h4 {
    color: #00a3e0;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#smart-product {
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    max-width: 650px;
    margin: 0 auto 50px auto;
}
#smart-product .product-boxes {
    padding: 30px;
}
#emergency-product,
#controls {
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    max-width: 650px;
    display: inline-block;
}
.product-boxes {
    padding: 20px;
    display: inline-block;
}
#smartscan-products .product-boxes.bottom-product-box {
    border-bottom: none;
}
#smartscan-products .product-boxes.bottom-product-box.more-details {
    width: 89%;
    background-color: transparent;
    color: #00a3e0;
    border-top: 1px solid #00a3e0;
}
#smartscan-products .product-boxes.bottom-product-box.more-details a {
    padding: 10px;
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 10px auto;
    border: 1px solid #00a3e0;
    background: transparent!important;
    color: #00a3e0;
}
#smartscan-products .product-boxes.bottom-product-box.more-details a:hover {
    padding: 10px;
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 10px auto;
    border: 1px solid #00a3e0;
    background: #00a3e0!important;
    color: #fff;
}
#emergency-product .product-boxes,
#controls .product-boxes{
    border-bottom: 1px dotted #00a3e0;
}
.product-boxes a {
    padding: 10px;
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 10px auto;
    border: 1px solid #00a3e0;
    background: linear-gradient(#00a3e0, #0083bb);
    background-color: #00a3e0;
    color: #fff;
}
.product-boxes a:hover {
    padding: 10px;
    display: block;
    width: 80%;
    margin: 10px auto;
    border: 1px solid #00a3e0;
    background: #fff;
    color: #00a3e0;
}
.product-boxes h5 {
    font-size: 1.2em;
    color: #00a3e0;
    margin-bottom: 20px;
    font-weight: bold;
}
.product-description {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.product-image {
    width: 70%;
    max-width: 300px;
    display: inline-block;
}
.product-image img {
    width: 100%;
}
#smart-sensor-description {
    margin-top: 0 !important;
}
#smartscan-emergency-more-info {
    font-weight: bold;
}
#gateway-image {
    margin-top: 20px;
    width: 100%;
}
#sensor-image {
    width: 100% !important;
}
@media screen and (min-width: 600px) {
    .product-image {
        text-align: center;
        width: 80%;
        display: inline-block;
        margin: 0 auto;
    }
}
@media screen and (min-width: 700px) {
    .product-description {
        width: 35%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .product-image {
        width: 60%;
        display: inline-block;
    }
}
@media screen and (min-width: 1000px) {
    .product-boxes h5 {
        font-size: 1.2em;
        color: #fff;
        margin-bottom: 20px;
        font-weight: 400;
    }
    #sensor-image {
        margin-left: 10px;
    }
    #smartscan-products .product-boxes.bottom-product-box.more-details {
        width: 94%;
        max-width: 650px;
        background-color: #00a3e0;
        color: #fff;
        border-radius: 0 0 20px 20px;
        border-top: transparent;
    }
    #smartscan-products .product-boxes.bottom-product-box.more-details a {
        padding: 10px;
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 10px auto;
        border: 1px solid #fff;
        background: #00a3e0!important;
        color: #fff;
    }
    #smartscan-products .product-boxes.bottom-product-box.more-details a:hover {
        padding: 10px;
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 10px auto;
        border: 1px solid #fff;
        background: #fff!important;
        color: #00a3e0;
    }
    #smartscan-products {
        background-color: #F1F4F9;
        padding: 50px;
        text-align: center;
    }
    #smart-product {
        background-color: #fff;
        width: auto;
        display: block;
        border-radius: 20px;
        vertical-align: top;
        margin: 0 auto 50px auto;
    }
    #emergency-product,
    #controls {
        background-color: #fff;
        display: inline-block;
        border-radius: 20px;
        vertical-align: top;
        margin: 0 10px 50px 10px;
    }
    #smartscan-products {
        padding: 100px 20px;
    }
    .product-image img {
        width: 80%;
    }
    #smart-product img {
        width: 80%;
        max-width: 500px;
    }
    #smart-sensor-description {
        margin-top: 1%;
    }
    #gateway-image {
        margin-top: 50px;
        width: 100%;
    }
}
@media screen and (min-width: 1400px) {
    #smart-product {
        max-width: 1325px;
    }
    #smart-sensor-description {
        margin-top: 5%;
    }
}
/***********************literature section***************************/
#links-section {
    padding: 50px 0 30px 0;
    background-color: #fff;
}
#links-section #link-wrapper {
    margin: 0 auto;
    width: 200px;
}
#links-section #link-wrapper a p {
    background: linear-gradient(#394860, #1c223c);
    background-color: #1c223c;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 15px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
}
#divide {
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background-color: transparent;
}
#smartscan-literature {
    padding: 100px 0;
    background-color: #fff;
}
#smartscan-literature h2 {
    background-image: url(/shared/media/smartscan/graphics/smartscan-icon-blue.svg);
    color: #00a3e0;
    text-align: left;
    padding: 0 0 20px 50px;
    border-bottom: 1px solid #00a3e0;
    margin-bottom: 0;
}
#smartscan-literature h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}
.link-wrapper {
    text-align: center;
    padding:20px 5px 50px 5px;
}
.link-wrapper ul {
    padding: 0;
}
.link-wrapper ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
}
.pdf-link a {
    background-image: url(/asset/media/pdf-icon.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    padding: 16px 10px 16px 55px;
    background-color: #F1F4F9;
    width: 90%!important;
    max-width: 350px;
    display: inline-block;
    border:none;
    margin: 10px;
    text-align: left;
    box-sizing: border-box;
}
.pdf-link a:hover {
    background-image: url(/asset/media/pdf-icon.png);
    background-color: #06c;
    color: #fff;
    border:none;
}
@media screen and (min-width: 1000px) {
    .link-wrapper ul li {
        list-style: none;
        display: inline-block;
        width: 400px;
    }
}
@media screen and (min-width: 1400px) {
    .link-wrapper {
        padding:20px 10% 50px 10%;
    }
}

/***********************spec download section***************************/
#spec-link-wrapper a p {
    background: linear-gradient(#394860, #1c223c);
    background-color: #1c223c;
    color: #fff;
    margin: 20px 0 20px 0;
    padding: 15px;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    display: inline-block;
}
#specification-links {
    text-align: center;
    background-color: #fff;
}
#first-spec-link {
    margin-right: 30px;
}
@media screen and (min-width: 480px) {
    #specification-links #spec-link-wrapper a p {
        margin: 30px 0 80px 0;
    }
}

/***********************smartscan emergency page***************************/

.smartscan-emergency-container {
    background-color: #fff;
    text-align: center;
}
.smartscan-emergency-container p {
    margin: 0;
    vertical-align: middle;
}
#smartscan-emergency-title {
    background-color: #fff;
    padding: 10px 10%;
    vertical-align: middle;
}
#smartscan-emergency-title-text {
    max-width: 500px;
    display: block;
    margin: 50px auto;
    text-align: center;
}
#smartscan-emergency-title img {
    display: block;
    margin: 0 auto 50px auto;
    width: 50%;
    min-width: 300px;
}
#smartscan-emergency-title #smartscan-emergency-title-main {
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    color: #00a3e0;
}
#smartscan-emergency-title #smartscan-emergency-title-secondary {
    margin-top: 10px;
    vertical-align: middle;
    text-align: center;
    color: #1c223c;
    font-size: 1.2em;
}
#smartscan-emergency-products {
    background-color: #1c223c;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
    width:100%;
    box-sizing: border-box;
}
#smartscan-luminaires {
    clear: both;
    text-align: center;
    display: block;
    padding:20px;
    margin: 10px auto;
}
.luminaire img {
    width:100% !important;
}
#smartscan-luminaires .luminaire {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 0;
    color: #fff;
    background-color: #00a3e0;
    margin-right: 1%;
    margin-bottom: 10px;
    border-top: 5px solid #00a3e0;
    box-shadow: 0 0 5px 5px #121b2a;
    width: 170px;
}
#smartscan-luminaires .luminaire {
    text-align: center;
    display: inline-block;
    list-style: none;
    padding: 0;
    color: #fff;
    background-color: #00a3e0;
    margin-right: 1%;
    margin-bottom: 10px;
    border-top: 5px solid #00a3e0;
    box-shadow: 0 0 5px 5px #121b2a;
    width: 170px;
}
#smartscan-luminaires .luminaire p {
    background-color: #00a3e0;
    color: #fff;
    padding: 10px;
}
.smartscan-emergency-products-p {
    color: #fff;
    font-size: 1.4em;
    font-weight: lighter;
    width:80%;
    max-width: 750px;
    margin: 30px auto!important;
}
#smartscan-emergency-products-bullets {
    margin: auto;
    text-align: center;
    width:100%;
}
#smartscan-emergency-products-bullets p {
    color: #fff;
    padding-left: 10px;
    text-align: left;
    font-size: 1.4em;
    border-left: 5px solid #00a3e0;
    max-width: 550px;
    margin: 0 auto 20px auto;
}
#smartscan-transceiver-section {
    background-color: #fff;
    padding: 0 10%;
}
#smartscan-transceiver-section img {
    width: 100%;
    max-width: 700px;
}
#smartscan-transceiver-section p {
    max-width: 550px;
    text-align: left;
    margin-top: 10px;
    font-size: 1.2em;
}
#smartscan-transceiver-section-text {
    float: left;
    margin-top: 50px;
}
#smartscan-emergency-set-title {
    vertical-align: middle;
    text-align: left;
    font-size: 2em;
    font-weight: lighter;
    color: #00a3e0;
}
#smartscan-restrictions-section {
    background-color: #1c223c;
    text-align: left;
    width: 100%;
    float: left;
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#smartscan-restrictions-section p {
    color: #fff;
    font-size: 1.2em;
    font-weight: lighter;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
}
#smartscan-restrictions-section .bullet-points {
    color: #fff;
    border-left: 5px solid #00a3e0;
    padding-left: 10px;
    max-width: 400px;
    font-size: 1.2em;
}
#smartscan-emergency-types {
    background-color: #00a3e0;
    width: 100%;
    float: left;
    padding: 50px 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}
#smartscan-emergency-types p {
    color: #fff;
    text-align: left;
    font-size: 1.2em;
    font-weight: lighter;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
}
#smartscan-emergency-types table {
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 400px;
}
#smartscan-emergency-types td {
    text-align: left;
    padding: 10px;
}
#smartscan-emergency-types .first-col {
    font-weight: bold;
    text-align: center;
}
#smartscan-emergency-types .second-col {
    background-color: #1c223c;
}
#smartscan-emergency-types tr {
    margin: 2px;
    background-color: #1c223c;
}
#smartscan-emergency-existing-products {
    padding: 50px 10% 0 10%;
    background-color: #fff;
    text-align: center;
    font-size: 1.2em;
}
#smartscan-emergency-existing-products ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: center;
}
#smartscan-emergency-existing-products ul li {
    color: #fff;
    vertical-align: top;
}

#smartscan-emergency-existing-products ul li p {
    color: #fff;
    padding: 10px;
}
#luminaires {
    text-align: center;
}
.smartscan-emergency-luminaires {
    text-align: center;
    padding: 10px 20px 50px 20px;
    margin: 20px auto 0 auto;
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
}
.luminaire-tile {
    width: 150px;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
}
.luminaire-tile p {
    padding: 0 10px 5px 10px;
}
#smartscan-emergency-download {
    padding: 50px 10px;
}
#smartscan-emergency-download a {
    padding: 10px 20px;
    background-color: #00a3e0;
    color: #fff;
}
#luminaire-links-wrapper {
    text-align: center;
    margin: 0 auto;
}
@media screen and (min-width: 1000px) {
    #smartscan-emergency-products {
        padding: 50px 0;
    }
    #smartscan-emergency-types {
        width: 50%;
        padding: 60px;
    }
    #smartscan-restrictions-section {
        width: 50%;
        padding: 60px;
    }
    #smartscan-emergency-existing-products {
        padding: 80px 100px;
    }
    #smartscan-emergency-types p {
        text-align: center;
    }
    #smartscan-restrictions-section {
        height: 418px;
    }
    .smartscan-emergency-products-p {
        margin: 30px auto!important;
    }
    #smartscan-luminaires .luminaire {
        width: 220px;
    }
    #smartscan-emergency-download a {
        padding: 10px 100px;
    }
}
@media screen and (min-width: 1400px) {
    #smartscan-emergency-title {
        padding: 50px 10%;
    }
    #smartscan-emergency-title-text {
        max-width: 500px;
        float: left;
        text-align: left;
    }
    #smartscan-emergency-title img {
        float: right;
        margin-bottom: 50px;
        width: 600px;
    }
    #smartscan-emergency-title #smartscan-emergency-title-main {
        text-align: left;
    }
    #smartscan-emergency-title #smartscan-emergency-title-secondary {
        text-align: left;
    }
    #smartscan-transceiver-section-text {
        float: left;
        margin-top: 100px;
    }
    .smartscan-emergency-luminaires {
        margin: auto;
        text-align: center;
        padding: 30px 0;
    }
}
/***********************WELCOME PAGE**************************/

#smartscan-welcome {
    padding: 100px 0 250px 0;
    text-align: center;
    background-image: url(/shared/media/smartscan/graphics/intro-background.svg);
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #1c223c;
}
#smartscan-welcome h2,
#smartscan-welcome p {
    color: #fff;
}
#smartscan-links {
    width: 100%;
    margin: 100px auto 0 auto;
}
#smartscan-links div {
    width: 100%;
    max-width: 340px;
    height: 350px;
    border-top: 15px solid #00A3E0;
    display: inline-block;
    margin: 20px;
    vertical-align: top;
    padding: 50px 0 80px 0;
    box-sizing: border-box;
    background-color: rgba(35,51,78,0.8);
    transition: 0.5s;
}
#smartscan-links p {
    color: #fff;
}
#smartscan-links div:hover {
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    border-top: 15px solid #00A3E0;
    background-color: rgba(35,51,78,0.9);
    transition: 0.5s;
}

#smartscan-features img {
    height: 170px;
}

#smartscan-links div .white-version {
    display: block;
    opacity: 1;
    transition: opacity 0.5s linear;
}
#smartscan-links div .blue-version {
    display: none;
    opacity: 0;
    transition: opacity 0.5s linear;
}
#smartscan-links div:hover > .blue-version {
    display: block;
    opacity: 1;
}
#smartscan-links div:hover > .white-version {

    display: none;
    opacity: 0;
}
#smartscan-links img {
    width: 50%;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    #smartscan-links div {
        width: 20%;
        max-width: 340px;
        height: 350px;
        border-top: 15px solid #fff;
        display: inline-block;
        margin: 20px;
        vertical-align: top;
        box-sizing: border-box;
        background-color: rgba(35,51,78,0.8);
    }
}
