/*  Author Maciej Szelezin
    Colours:
    sea: #55c5ce;
    sea hover: #15f8f8
    derker sea: #55c5ce
    gray: #6d6d6c
    light gray underlnes: #e9e9dd
    */

    html,body {
        height: 100%;
    }

    body {
        min-width: 320px;
        font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
        font-weight:400;
        font-size: 16px;
        line-height: 1.3;
        -webkit-backface-visibility: hidden;
    }

    body.no-scroll {
        overflow: hidden;
      }

    #default-banner {
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_home_bg.jpg');
        background-position: left 45%;
    }

    .externalcontent {
        color: #333;
    }

    #showcase-banner {
        width: 100%;
/*        margin-bottom: 60px;*/
        padding-top: 68px;
/*        padding-bottom: 60px;*/
        position: relative;
    }

    #showcase-banner h1 {
        width: 100%;
/*        padding: 0 10px 0 10%;*/
        color: #fff;
        text-align: center;
        font-size: 6vw;
        font-weight: 400;
        margin-top: 0;
        position: absolute;
        top: 48%;
    }

    #showcase-banner h2 {
        width: 100%;
        padding: 0 10px 0 10%;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin-top: 0;
    }

    #showcase-banner-inner {
        height: 250px;/*80%;*/
        width: 100%;
        background: radial-gradient(ellipse closest-corner,#61c5ff,#245d6c);
        position: relative;
        /* overflow: hidden; */
    }

    #showcase-banner-inner img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 160%;
        left: -10%;
        opacity: 0.1;
    }

    #showcase-banner-inner h1 {
        width: 100%;
        color: #333;
        font-weight: 400;
        font-size: 18px;/*24px;*/
        position: absolute;
        /* bottom: 0; */
        top: 270px;
        left: 0;
        padding: 0 10px;
        z-index: 2;
        /* margin-left: 40%; */
    }

    #iotx-banner-logo {
        position: absolute;
        bottom: 220px;/*8%;*/
        left: 5%;/*10%;*/
        width: 280px;/*auto;*/
        height: auto;/*80%;*/
        z-index: 2;
    }

    div#showcase-logo-link-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    div#showcase-logo-link-container button {
        color: #e1e752;
        margin-left: -130px;
        margin-top: -45px;
        /* margin-left: -180px;
        margin-top: -80px; */
    }

    #showcase-banner-logo {
        width: 100%;
        height: auto;
    }

    #showcase-banner-txt-container {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /* margin-left: 40%; */
        width: calc(100% - 20px);/*650px*/
        height: 250px;/*20%*/
        z-index: 1;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
    }

    #showcase-banner-txt-container h2 {
        font-size: 16px;/*18px;*/
        font-weight: 300;
        color: #333;
        margin: 90px 0 -10px 0;
        /* margin: 10px 0 0 0; */
    }

    #showcase-banner-txt-container button {
        color:#245d6c;
    }

    .showcase-video-container {
        background-color: #245d6c;
        margin-bottom: -90px;
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/bg-waves-blue.png');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .showcase-video-container .center-container {
        float: none;
    }

    .showcase-video-container iframe {
        width: 100%;
        max-width: 560px;
        height: 200px;
        margin: 40px 0 100px 0;
    }

    #telekom-img {
        width: 100%;
        margin-top: 20px;
    }

    .solid-nav {
        background-color: #245d6c !important;
    }

    #home-banner {
        height: 100%;
/*        max-height: 1080px;*/
        max-height: 500px;   
        width: 100%;
        color: #fff;
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_home_bg.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
/*        margin-bottom: 60px;*/
        overflow-y: hidden;
    }

    #home-banner-txt {
        max-width: 60%;
        margin-top: 70px;
        background-color: rgba(85,197,206,.96);
        -webkit-box-shadow: 0px 0px 250px rgba(0,0,0,.1);
                box-shadow: 0px 0px 250px rgba(0,0,0,.1);
        padding: 40px 10px;
    }

    #home-banner-txt h1 {
        font-size: 22px;
        font-weight: 400;
        margin: 0;
    }

    #home-banner-txt p {
        margin: 20px 0 0 0;
        font-weight: 300;
        line-height: 1.3;
        font-size: 14px;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: 0;
    }

    [contenteditable="true"]:focus {
        outline: 0;
    }

    .link {
        color: #333;
        font-weight: 400;
        text-decoration: none;
        outline: 0;
    }

    .link:link,
    .link:visited {
        color: #333;
        text-decoration: none;
    }

    .link:hover {
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid;
    }

    .link:hover,
    .link:action {
        color: #333;
        text-decoration: none;
    }

    .link-style-btn {
        font-weight: 600;
        padding: 0;
        text-transform: uppercase;
        text-align: left;
        background: transparent;
        border: 0;
        outline: 0;
        border-radius: 0;
    }

    .standard-btn {
        padding: 8px 30px;
        background-color: #55c5ce;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #fff;
        border-radius: 5px;
        outline: 0;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    .standard-btn.disabled {
        background-color: #55c5ce !important;
        color: #fff !important;
        cursor: not-allowed;
    }

    .platform-search#benchmark-platform-btn{
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        margin-top: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 1px solid #55c5ce;
        background-color: #fff;
        outline: 0;
        padding: 10px 10px;
    }
    .platform-search svg{
        fill: #55c5ce;
    }
    .pltf-srch-box{
        position: relative;
        top: -250px;
        left: 550px;
        width: 40%;
    }
    #bg_question_first, #obj_question_second, #add_question_third{
        border: 2px solid #55c5ce;
        border-radius: 5px;
    }
    #obj_question_second, #add_question_third{
        margin-top: 50px;
    }
    .quest-box-header p{
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        background-color: #55c5ce;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .answ-box-header.quest-box-header p{
        text-align: left;
        margin-left: 30px;
        font-size: 20px;
        font-weight: 400;
        padding-bottom: 20px;
    }
    .qst-cont{
        padding: 10px;
    }
    .top-space.center-container{
        margin-top: 50px;
    }
    .srch-main-cont{
        text-align: center;
    }
    .srch-main-cont .standard-btn{
        padding: 16px 80px;
        text-transform: uppercase;
        font-weight: 700;
    }

    #saved-bg-instruct {
        color: #333;
        font-weight: 600;
        position: relative;
        top: -30px;
    }

    @media screen and (max-width: 990px){
        .pltf-srch-box{
            left: 380px;
            top: -220px;
        }
    }
    @media screen and (max-width: 760px){
        .pltf-srch-box{
            left: 0;
            top: -200px;
            width: 100%;
        }
        #content-page-heading-pgraph-container p:first-child{
            padding-top: 30px;
        }
    }
     @media screen and (max-width: 375px){
        .pltf-srch-box{
            top: -220px;
        }
    }
    @media screen and (max-width: 320px){
        .pltf-srch-box{
            top: -240px;
        }
    }


    .showcase .top-nav__ul__li .standard-btn {
        background-color: #245d6c;
    }

    .secondary-standard-btn {
        background-color: #fff;
        border: 1px solid #55c5ce;
        color: #55c5ce;
    }

    .change-border-color {
        border-color: #333 !important;
    }

    .user-btn {
        line-height: 1.5;
        width: 210px;
        padding: 8px 0;
    }

    .user-page-container .nav-tabs>li {
        padding-top: 20px;
    }

    .call-to-action-down {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        font-size: 14px;
    }

    a.link-right-arrow,
    a.link-left-arrow {
        color: #333;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        outline: 0;
        margin-top: 25px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: color .2s;
        transition: color .2s;
    }

    .change-color {
        color: #55c5ce !important;
    }

    .find-more-container .change-color {
        color: #333 !important;
    }

    .showcase .change-color {
        color: #245d6c !important;
    }

    a.link-right-arrow div,
    a.link-left-arrow div {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    a.link-right-arrow:link,
    a.link-left-arrow:link,
    a.link-right-arrow:visited,
    a.link-left-arrow:visited,
    a.link-right-arrow:hover,
    a.link-left-arrow:hover,
    a.link-right-arrow:active,
    a.link-left-arrow:active {
        text-decoration: none;
    }

    .link-right-arrow span:not(.sml-caps),
    .link-left-arrow span:not(.sml-caps) {
        border-bottom: 1px solid;
    }

    a.link-next-to-btn {
        margin: 0 0 0 15px;
    }

    .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid;
        margin-left: 10px;
    }

    .arrow-up {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid;
        margin-left: 10px;
    }

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 4.5px solid transparent;
        border-bottom: 4.5px solid transparent;
        border-left: 7.5px solid;
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

    .arrow-left {
        width: 0;
        height: 0;
        border-top: 4.5px solid transparent;
        border-bottom: 4.5px solid transparent;
        border-right: 7.5px solid;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

    .campaign-arrow-right {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid;
        margin-left: 6px;
        position: relative;
        top: 1px;
    }

    .sml-caps {
        font-size: .85em;
    }

    h1.big-heading {
        font-size: 26px;
        font-weight: 400;
        text-align: center;
        line-height: 1;
        margin: 0;
    }

    h2.big-sub-heading {
        font-size: 18px;
        font-weight: 300;
        text-align: center;
        line-height: 1;
        margin: 15px 0 30px 0;
    }

    .circle-tabs-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .fixed-tabs-menu {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #55c5ce;
        width: 100%;
        z-index: 1;
    }

    form.circle-tabs-container {
        max-width: 850px;
        padding: 40px 30px 40px 50px;
        position: absolute;
        z-index: 1;
        -webkit-transform: translateX(-150px);
                transform: translateX(-150px);
        background-color: #fff;
        border-right: 3px solid #55c5ce;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    #pilot-circle-tabs-container {
        -webkit-transform: translateX(-232px);
                transform: translateX(-232px);
        padding: 40px 25px 40px 40px;
    }

    #showcase-circle-tabs-container {
        border-color: #245d6c;
        -webkit-transform: translateX(-235px);
                transform: translateX(-235px);
    }

    #showcase-circle-tabs-container .circle-tabs img {
        width: auto;
        height: 30px;
    }

    #showcase-circle-tabs-container .circle-tabs h3.selected-tab-txt {
        color: #245d6c !important;
    }

    #showcase-circle-tabs-container + .tab-line .selected-tab-line {
        background-color: #245d6c !important;
    }

    /* #showcase-circle-tabs-container .page-circle-tabs h3 {
        font-size: 12px !important;
    } */

    .show-circle-tabs-menu {
        -webkit-transform: translateX(-20px) !important;
                transform: translateX(-20px) !important;
    }

    .circle-tabs-arrow-btn {
        width: 40px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -40px;
        border-radius: 0;
        border: 0;
        background: transparent;
        outline: 0;
        color: #55c5ce;
    }

    .showcase .circle-tabs-arrow-btn {
        color: #245d6c;
    }

    .circle-tabs-arrow-btn .arrow {
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .circle-tabs-arrow-btn span {
        position: absolute;
        top: 30px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        left: -3px;
        font-weight: 400;
    }

    .rotate-circle-tabs-menu-arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: -6px !important;
    }

    #home-circle-tabs-content .shift-circle-tabs-content {
        -webkit-transform: translateX(150px) !important;
                transform: translateX(150px) !important;
    }

    #pilot-circle-tabs-content .shift-circle-tabs-content {
        -webkit-transform: translateX(232px) !important;
                transform: translateX(232px) !important;
    }

    #showcase-circle-tabs-content .shift-circle-tabs-content {
        -webkit-transform: translateX(235px) !important;
                transform: translateX(235px) !important;
    }

    #showcase-circle-tabs-content .page-discover-content-section h2 {
        margin: 0 0 20px 0;
        font-size: 18px;
        color: #245d6c;
        font-weight: 400;
    }

    #showcase-circle-tabs-content .page-discover-content-section p {
        margin-top: 10px;
    }

    .circle-tabs,
    .sub-circle-tabs {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }

    .sub-circle-tabs {
        float: left;
        min-width: 100px;
        margin-bottom: 0;
    }

    .circle-tabs div:first-child,
    .sub-circle-tabs div:first-child {
        width: 55px;
        height: 55px;
        border: 2px solid #55c5ce;
        border-radius: 50%;
        position: relative;
    }

    .circle-tabs div:first-child img,
    .sub-circle-tabs div:first-child img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -2px;
        margin: auto;
        width: inherit;
        height: inherit;
        z-index: -1;
    }

    .circle-tabs-hover,
    .sub-circle-tabs-hover {
        width: 100%;
        height: calc(100% + 20px);
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        border: 0;
        outline: 0;
        padding: 0;
        z-index: 1;
    }

    .sub-circle-tabs-hover {
        height: 100%;
    }

    .circle-tabs h3,
    .discover-content .sub-circle-tabs h3 {
        font-size: 12px;
        font-weight: 600;
        color: #929aa3;
        margin: 12px 0 0 0;
    }

    .discover-content .sub-circle-tabs h3 {
        font-size: 14px;
        margin: 0;
        border-bottom: 1px solid;
    }

    .page-circle-tabs h3 {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
    }

    .fixed-tabs-menu-titles {
        color: #fff !important;
        font-weight: 400 !important;
        padding-top: 10px;
    }

    .selected-tab-txt {
        color: #333 !important;
    }

    .tab-line {
        display: none;
        width: 0;
        height: 1px;
        background-color: #bcc6cc;
        margin-top: 20px;
    }

    .selected-tab-line {
        width: 0;
        height: 1px;
        background-color: #333;
        position: relative;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .circle-tabs-content {
        overflow: hidden;
        position: relative;
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .page-circle-tabs-content {
        padding-left: 40px;
    }

    .swipe-container {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-top: 40px;
    }

    .swipe-txt {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #929aa3;
    }

    .swipe-circle {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #929aa3;
        float: left;
        margin: 0 5px;
    }

    @-webkit-keyframes swipe-slide {
        0% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
        15% {opacity: 0; -webkit-transform: translateX(-60px); transform: translateX(-60px);}
        16% {opacity: 0; -webkit-transform: translateX(60px); transform: translateX(60px);}
        27% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
        100% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
    }

    @keyframes swipe-slide {
        0% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
        15% {opacity: 0; -webkit-transform: translateX(-60px); transform: translateX(-60px);}
        16% {opacity: 0; -webkit-transform: translateX(60px); transform: translateX(60px);}
        27% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
        100% {opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px);}
    }

    .discover-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    #home-circle-tabs-content .discover-content {
        left: 0;
        right: 0;
    }

    #discover-search,
    #discover-campaign {
        width: 100%;
    }

    .hide-discover-content {
        opacity: 0;
        display: none;
    }

    .hide-discover-content-left {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .hide-discover-content-right {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
    }

    .discover-slide-out-left {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0;
        -webkit-transition: opacity .2s, -webkit-transform .3s;
        transition: opacity .2s, -webkit-transform .3s;
        transition: transform .3s, opacity .2s;
        transition: transform .3s, opacity .2s, -webkit-transform .3s;
    }

    .discover-slide-out-right {
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        opacity: 0;
        -webkit-transition: opacity .2s, -webkit-transform .3s;
        transition: opacity .2s, -webkit-transform .3s;
        transition: transform .3s, opacity .2s;
        transition: transform .3s, opacity .2s, -webkit-transform .3s;
    }

    .discover-slide-in {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
        -webkit-transition: opacity .3s, -webkit-transform .2s;
        transition: opacity .3s, -webkit-transform .2s;
        transition: transform .2s, opacity .3s;
        transition: transform .2s, opacity .3s, -webkit-transform .2s;
    }

    #discover-campaign h3 {
        font-size: 20px;
        text-align: center;
        font-weight: 300;
        color: #333;
        margin: 0;
        padding: 0 60px;
    }

    #iot-campaign-logo {
        width: 200px;
        height: auto;
        margin: 40px 0 15px 0;
    }

    #discover-campaign-logo-heading {
        color: #fb762f;
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        max-width: 400px;
    }

    #discover-campaign button {
        color: #333;
        font-size: 16px;
        border-bottom: 1px solid;
        margin-bottom: 30px;
    }

    .circle-tabs-content-main {
        color: #333;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        width: 100%;
        max-width: 840px;
    }

    .circle-tabs-content-middle {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .iot-campaign-icon-content,
    .circle-tabs-content-middle {
        text-align: center;
    }

    .iot-campaign-icon-content a,
    .circle-tabs-content-middle a {
        font-size: 12px;
        margin-top: 15px;
    }

    #iot-campaign-icon-1,
    #iot-campaign-icon-3,
    #iot-campaign-icon-2,
    #iot-campaign-icon-4 {
        margin-top: 40px;
        width: 100px;
        height: 100px;
    }

    .discover-content .iot-campaign-icon-content p,
    .discover-content .circle-tabs-content-middle p {
        margin: 15px auto 0 auto;
    }

    /* #iot-campaign-icon-1 {
        width: 89px;
        height: 40px;
    }

    #iot-campaign-icon-2 {
        width: 60px;
        height: 40px;
    }

    #iot-campaign-icon-3 {
        width: 20px;
        height: 40px;
    }

    #iot-campaign-icon-4 {
        width: 44px;
        height: 40px;
    }

    #iot-campaign-icon-5 {
        width: 38px;
        height: 40px;
    } */

    .circle-tabs-content-middle-img {
        margin: 20px 0 40px 0;
        width: 200px;
        height: 200px;
    }

    .discover-big-circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border: 3px solid #55c5ce;
        position: relative;
        margin-bottom: 20px;
    }

    .discover-big-circle img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -3px;
        margin: auto;
        width: inherit;
        height: inherit;
        z-index: -1;
    }

    .discover-big-img-no-border {
        width: 160px;
        height: 160px;
        margin-bottom: 20px;
    }

    .discover-content-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .discover-content-section .discover-content-inner-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    .discover-content h3 {
        font-size: 24px;
        font-weight: 400;
        color: #333;
        margin: 0 0 10px 0;
    }

    .discover-content h3 span.pilot-block-heading {
        background-color: #e94f24;
        font-size: 12px;
        color: #fff;
        margin-left: 6px;
        padding: 1px 5px;
        font-weight: 400;
        position: relative;
        top: -2px;
    }

    .discover-content h4 {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin: 0 0 10px 0;
    }

    .discover-content h5 {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin: 5px 0 0 0;
    }

    .discover-content p {
        max-width: 450px;
        color: #333;
        margin: 0;
    }

    .discover-content p.new-pgraph {
        margin-top: 10px;
    }

    p.new-pgraph-mobile {
        margin-top: 15px;
    }

    div.discover-featured-heading {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .discover-featured-logo-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        padding: 0 10px;
    }

    #search-form {
        padding: 0 10px;
    }

    div.discover-featured-sub-menu {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    div.discover-featured-logo {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    div.discover-featured-logo img {
        max-height: 70px;
        width: auto;
        margin: 0 20px 10px 20px;
        position: relative;
        top: -10px;
    }

    .discover-featured-sub-menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        width: 100%;
        max-width: 620px;
    }

    .discover-featured-sub-menu-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
    }

    .discover-featured-sub-menu-section .discover-content-section {
        width: inherit;
    }

    .hide-discover-featured-content {
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
        opacity: 0;
        display: none;
    }

    .discover-featured-slide-out {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        opacity: 0;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
    }

    .discover-featured-slide-in {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: transform .2s, opacity .2s;
        transition: transform .2s, opacity .2s, -webkit-transform .2s;
    }

    .discover-featured-line {
        display: none;
        width: 260px;
        height: 1px;
        background-color: #ccc;
    }

    div.discover-featured-sub-menu .discover-featured-line {
        width: 220px;
        display: none;
    }

    .discover-featured-heading h3 {
        font-size: 20px;
        font-weight: 300;
        margin: 0 20px;
    }

    div.discover-featured-content {
        width: 290px;
        margin: 30px 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .discover-featured-arrow-button {
        /*width: 40px;*/
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        height: 40px;
        background: transparent;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .discover-featured-arrow {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        margin: 0 auto;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .discover-featured-arrow-left {
        border-right: 9px solid #ccc;
    }

    .discover-featured-arrow-right {
        border-left: 9px solid #ccc;
    }

    .active-featured-arrow-left {
        border-right-color: #55c5ce !important;
    }

    .active-featured-arrow-right {
        border-left-color: #55c5ce !important;
    }

    .latest-featured-container {
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow-x: hidden;
    }

    .latest-featured-box {
        width: 85px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 85px;
                flex: 0 0 85px;
        height: 80px;
        position: relative;
        margin-right: 20px;
        padding: 5px;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.1);
                box-shadow: 0px 1px 3px rgba(0,0,0,.1);
        -webkit-transition: -webkit-transform .3s,-webkit-box-shadow .2s;
        transition: -webkit-transform .3s,-webkit-box-shadow .2s;
        transition: transform .3s,box-shadow .2s;
        transition: transform .3s,box-shadow .2s,-webkit-transform .3s,-webkit-box-shadow .2s;
    }

    .latest-featured-box img {
        max-width: calc(100% - 10px);
        height: auto;
        max-height: 70px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .latest-featured-box:last-of-type {
        margin-right: 0;
    }

    a.latest-featured-box:link,
    a.latest-featured-box:visited {
        text-decoration: none;
        outline: 0;
    }

    a.latest-featured-box:hover {
        text-decoration: none;
        outline: 0;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
                box-shadow: 0px 1px 3px rgba(0,0,0,.3);
    }

    a.latest-featured-box:active {
        text-decoration: none;
        outline: 0;
    }

    #discover-beecham-link {
        margin-top: 20px;
    }

    #discover-beecham-link img {
        max-height: 50px;
        width: auto;
    }

    .discover-news-section,
    .discover-events-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0 10px 0;
        width: 100%;
        max-width: 450px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 40px;
    }

    .pad-news-events-section {
        padding: 0 10px;
    }

    a.discover-news-link,
    a.discover-events-link {
        color: #55c5ce;
        font-weight: 400;
        outline: 0;
        margin-top: 25px;
        text-align: center;
    }

    a.discover-news-link:link,
    a.discover-events-link:link,
    a.discover-news-link:visited,
    a.discover-events-link:visited,
    a.discover-news-link:hover,
    a.discover-events-link:hover,
    a.discover-news-link:active,
    a.discover-events-link:active {
        text-decoration: none;
    }

    .discover-news-row a:first-child {
        margin-right: 40px;
    }

    .m2mapps .h1,.m2mapps h1 {color:inherit;}
    .m2mapps p{margin-bottom:15px;font-size:21px;font-weight:200;}
    .m2mapps>hr{border-top-color:#d5d5d5;}
    .container .m2mapps,.container-fluid .m2mapps{border-radius:6px;}
    .m2mapps .container{max-width:100%; color: #fff;padding: 0;}



    div.hpimageholder {
        height: 110px;
        position: relative;
        line-height:109px;
        text-align:center;
    }
    div.hpimageholder img {
        vertical-align: middle;
    }

    nav {
        -webkit-box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.19), 3px 0 3px 0 rgba(0,0,0,0.19), 0 3px 3px 0 rgba(0,0,0,0.23);
                box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.19), 3px 0 3px 0 rgba(0,0,0,0.19), 0 3px 3px 0 rgba(0,0,0,0.23);
    }

    .navbar {
        height: auto;
        margin-bottom: 0;
    }

    .show-mobile-menu {
        height: 100% !important;
    }

    #navbar {
        text-align: center;
    }

    .navbar-nav>li>.dropdown-menu {
        border-top: 0;
        padding-right: 10px;
    }

    .showcase .navbar-nav>li>.dropdown-menu {
        background-color: #245d6c;
    }

    .showcase #navbar {
        background-color: #245d6c;
    }

    .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding: 0;
    }

    .navbar-collapse.collapse {
        width: 110%;
        padding-right: 10%;
    }

    .navbar-inverse {
        background-color:#ffffff;
        border:0;
    }

    .showcase .navbar-inverse {
        background-color: #245d6c;
    }

    .nav>li>a {
        padding: 0 20px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:focus,
    .dropdown-menu>li>a {
        color:#55c5ce;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #55c5ce;
    }

    .navbar-inverse .navbar-toggle .arrow-down {
        border-top-color: #55c5ce;
        margin-left: 0;
        position: relative;
        top: 1px;
    }

    .showcase .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .showcase .navbar-inverse .navbar-nav>li>a,
    .showcase .navbar-inverse .navbar-nav>li>a:focus,
    .showcase .dropdown-menu>li>a {
        color:#fff;
    }

    .showcase .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .showcase .navbar-inverse .navbar-toggle .arrow-down {
        border-top-color: #fff;
        background-color: transparent !important;
    }

    .rotate-navbar-arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        top: 0px !important;
    }

    .caret {
        margin-left: 6px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: 0;
    }

    #navbar-menu-btn {
        position: relative;
        float: right;
        padding: 23px 10px 19px 10px;
        height: 70px;
    }

    .navbar-brand {
        height:70px;
        padding: 13px 10px 11px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .navbar-brand img {
        width: 87.5px;
        height: 46px;
    }

    .navbar-inverse .navbar-nav>li>a {
        height: 70px;
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus,
    a.reg-button, .navbar-inverse .navbar-nav>li>a.reg-button {
        color: #55c5ce;
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #55c5ce;
        background-color: #fff;
    }

    .showcase .navbar-inverse .navbar-nav>.active>a, .showcase .navbar-inverse .navbar-nav>.active>a:focus,
    .showcase a.reg-button, .showcase .navbar-inverse .navbar-nav>li>a.reg-button {
        color: #fff;
        background-color: transparent;
    }

    .showcase .navbar-inverse .navbar-nav>.open>a, .showcase .navbar-inverse .navbar-nav>.open>a:focus, .showcase .navbar-inverse .navbar-nav>.open>a:hover,
    .showcase .navbar-inverse .navbar-nav>.active>a:focus,.showcase .navbar-inverse .navbar-nav>.active>a:hover,
    .showcase .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: rgba(255,255,255,.15);
    }

    .dropdown-menu {
        position: static;
        float: none;
        padding: 5px 0 20px 0;
        text-align: center;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .dropdown-menu li {
        padding: 10px 0;
    }

    .dropdown-menu li[role=presentation] {
        padding: 0;
    }

    .pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .pagination>li>a, .pagination>li>span {
        position: relative;
        float: left;
        padding: 20px 25px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #55c5ce;
        text-decoration: none;
        background-color: #fff;
        border: 0;
        font-weight: 400;
    }

    .pagination>li>a:link,
    .pagination>li>a:visited {
        color: #55c5ce;
        text-decoration: none;
    }

    .pagination>li>a:hover {
        color: #55c5ce;
        text-decoration: underline;
    }

    .pagination>li>a:active {
        color: #55c5ce;
        text-decoration: none;
    }

    .pagination>.active>a,
    .pagination>.active>a:focus,
    .pagination>.active>a:hover,
    .pagination>.active>span,
    .pagination>.active>span:focus,
    .pagination>.active>span:hover {
        z-index: 2;
        color: #929aa3;
        cursor: default;
        background-color: #fff;
        border-color: #fff;
    }

    .pagination>.active>a:link,
    .pagination>.active>span:link,
    .pagination>.active>a:visited,
    .pagination>.active>span:visited,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:active,
    .pagination>.active>span:active {
        color: #929aa3;
        text-decoration: none;
    }

    li[role=presentation] a,
    .filter-by a {
        color: #55c5ce;
        text-decoration: none;
        font-weight: 400;
    }

    li[role=presentation] a:link,
    .filter-by a:link,
    li[role=presentation] a:visited,
    .filter-by a:visited {
        color: #55c5ce;
        text-decoration: none;
    }

    li[role=presentation] a:hover,
    .filter-by a:hover {
        color: #333;
        text-decoration: none;
    }

    li[role=presentation] a:active,
    .filter-by a:active {
        color: #55c5ce;
        text-decoration: none;
    }

    .show-sub-menu {
        display: block !important;
    }

    li.dropdown .navbar-icon {
        margin-left: -10px;
    }

    .navbar-icon {
        height: 20px;
        margin-bottom: 5px;
    }

    .navbar-icon path,
    #twitter-icon path {
        fill: #55c5ce;
    }

    .showcase .navbar-icon path {
        fill: #fff;
    }

    .showcase #twitter-icon path {
        fill: #245d6c;
    }

    #directory-item {
        width: 25px;
    }

    #pilot-item {
        width: 20px;
    }

    #news-item {
        width: 20px;
    }

    #resources-item {
        width: 22px;
    }

    #events-item {
        width: 20px;
    }

    #showcase-item {
        width: 20px;
        top: 1px;
        position: relative;
    }

    .form.search input[type=text] {
        width:100%;
        margin: 80px 0 30px 0;
    }

    .form.search .searchborder{
        display:block;
        width:530px;
        margin:20px auto 0 auto;
        border-bottom:1px solid #34cccc;
        background-color:#34cccc;
        padding:2px;
    }

    .twobuttons {
        width:530px;
        margin:0 auto;
            clear: both;
    }
    .m2mapps-small .form.search {
        clear: none;
    }
    .btn-success {
        font-size:18px;
        width:173px;
        height:40px;
            background-color: #34cccc;
            border-color: #34cccc;
    }
    .searchradio {
        color:#333;
        margin-top:5px;

    }
    .searchradio label {
        font-weight:400;
        margin: 2px 0 0 25px;
    }
    .searchradio a {
        color:#333;
        text-decoration:underline;
    }

    @media screen and (max-width: 990px){
        .srch-container{
            margin-left: 20px;
            margin-right: 20px;
        }
        .srch-text{
            margin-left: 10px;
        }
        .searchradio.mobile-srch-radio{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 0;
        }
        .searchradio.mobile-srch-radio input[type=radio]{
            position: static;
        }
        .searchradio.mobile-srch-radio input[type=radio] + div.radio-style{
            position: static;
            margin-top: 0;
        }
        .searchradio.mobile-srch-radio label{
            margin: 0 5px 0 5px;
        }
        .searchradio.mobile-srch-radio input.company-radio, .searchradio.mobile-srch-radio input.service-radio{
            margin-left: 0;
        }
        .searchradio.mobile-srch-radio input.company-radio + div.radio-style{
            margin: 0;
        }
        .searchradio.mobile-srch-radio input.service-radio + div.radio-style{
            margin: 0;
        }
        .searchradio.mobile-srch-radio input.articles-radio{
            margin-left: 0;
        }
        .searchradio.mobile-srch-radio input.articles-radio + div.radio-style{
            margin: 0;
        }
        .mobile-space.standard-btn{
            margin-bottom: 20px;
        }
        .searchradio.mobile-srch-radio label#articles-label, .searchradio.mobile-srch-radio .page-search-form label#articles-label{
            margin-left: 5px;
            position: static;
            margin-top: 0;
        }
        .form.search input.main-search[type=text]{
            margin: 20px 0 30px 0;
            height: 40px;
        }
    }
    @media screen and (max-width: 375px){
        .searchradio.mobile-srch-radio label {
            margin: 0 15px 0 5px;
        }
        .searchradio.mobile-srch-radio{
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
    }
    @media screen and (max-width: 320px){
        .searchradio.mobile-srch-radio label {
            margin: 0 40px 0 5px;
        }
    }

    .twobuttons a {
        display:block; width:366px;
        border:2px solid #fff;
        float:left; height:40px;
        line-height:37px;
        font-size:18px;
        color:#fff;
        text-align:center;
        margin-top:10px;
            margin-bottom:20px;
        background: rgba(0, 0, 0, 0.4);
          }
    .twobuttons a:hover {
        text-decoration:none;
        background: rgba(0, 0, 0, 0.8);
    }
    .twobuttons a:first-child {
        margin-right:30px;
    }
    #public-private{
        margin-top:5px;
    }
    /* header small version */
    .m2mapps-small {
        margin-top:-10px;
        margin-bottom: 30px;
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_sml_banner.svg');
        background-repeat:no-repeat;
        background-size: cover;
        background-position: 89%;
        height: 200px;
    }

    .m2mapps-small h1 {
        font-size:20px;
            color:#58595b;
            font-weight: 800;
    }
    .m2mapps-small h1 span {
        font-weight:200;
            color:#fff;
        font-size:.6em;
            display: block;
    }
    .bottomicons {text-align: center; margin-top: 40px;}
    .information {font-size: 11px;}
    .bottomicons img {
    width: 30px;}


    .m2mapps-small .form{
        display:block;
        float:left;
        width:465px;
    }

    .m2mapps-small .form.search input[type=text] {
        width:330px;
        float:left;
        border:0;
    }
    .m2mapps-small .form.search .searchborder{
        display:block;
        width:464px;
        margin:0 auto;
        border-bottom:1px solid #55c5ce;
        background-color:#55c5ce;
        padding:2px;
    }

    /* Header version wthout search bar */
    h1.header-without-search {
        float:none;
        width: 260px;
            top: 130px;
            position: relative;
            margin: 0;
    }



    .intro h2 {
    text-align:center;
    font-weight:500;
    font-size:23px;
    color:#55c5ce;
    /*margin-bottom:0;*/
    }
    .intro h3 {
        font-size:11pt;
        font-weight:500;
        text-align:center;
        margin-top:10px;
        color:#6d6d6c;
    }

    .page-header h1, .page-header h1 a {
        color:#333333;
        font-size:20px;
        margin: 0px;
        /* line-height:36px; */
    }
    .page-header h1 a:hover {
        text-decoration:none;
    }
    .page-header h1 a.showall {
        float:right;
        font-size:14px;
        font-weight:500;
        margin-top:10px;
        color: #55c5ce;
    }
    .col-md-3.product, .col-md-3.article {
        min-height:260px;
        background-repeat:no-repeat;
        background-size: contain;
        overflow:hidden;
            background-position-x: 50%;
        margin-right:30px;
        padding-right:0;
    }
    .col-md-3.product.last,  .col-md-3.article.last{
        margin-right:0;
    }
    row .col-md-3.product:nth-child(4n+3), row .col-md-3.article:nth-child(-n+3) {
        margin-right:0;
    }
    .socialblock {    overflow: hidden;
        font-size: 11px;
        padding-right:0px}

    .col-md-3.article img {
        max-height: 109px;
            max-width: 240px;
    }

    .navbar-collapse.collapse.in .usermenu {
       display: block;
       padding-right: 10px;
    }

    .col-md-3.product a, .col-md-3.article a {
        display:block;
    }
    .product .mask{
        background: rgba(0, 0, 0, 0.75);
        padding:20px;
        position:absolute;
        bottom:0;
        color:#fff;
        height: 170px;
            width: 100%;
    }
    .article .mask {
        background: rgba(0, 0, 0, 0.75);
        padding:20px;
        color:#fff;
        height: 170px;
            width: 100%;
            text-align: left;

    }
    .product .mask h2, .article .mask h2 {
        margin-top:0;
        font-size:19px;
            margin-bottom:2px;
    }
    .product .mask p, .article .mask p {
        font-size:12px;
            line-height: 16px;

    }
    blockquote {font-size: 14px;}
    .bycopany {
        position: absolute;
        z-index: 2;
        bottom: 0px;}
    .spacer {
        height:40px;
        clear: both;
    }

    .expandmore {
        border-bottom:1px solid #e9e9dd;
        display:block;
        padding-bottom:5px;
        color:#6d6d6c;
        width: 20%;
        margin:0 auto;
        font-weight:400;
        text-align:center;
        padding-top:20px;
        clear:both;
    }
    .expandmore span {
        display:block;
        width:8px;
        height:4px;
        background: url('/live/oe_/https://www.iotglobalnetwork.com/images/more.png') no-repeat center top;
        position: relative;
        left: 49%;
        top: 9px;
    }
    .expandmore:hover {
        text-decoration:none;
    }

    .filter-by {
        color:#6d6d6c;
        font-size: 14px;
        margin-right: 40px;
        width: 200px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 200px;
                flex: 0 0 200px;

    }

    .page-search-form {
        margin-bottom: 60px;
    }

    #search-form.page-search-form {
        padding: 0;
    }

    .filter-by h3 {
        font-size:12pt;
        font-weight:400;
        text-align:left;
    }
    .filter-by h4 {
        font-size:10pt;
        font-weight:400;
        text-align:left;
        margin-top:18pt;
        }

    .right-tab {
        color:#333;
        font-weight: 400;
        margin-right:0px;
        padding-right:0;
    }

    .user-page-container .page-header:first-of-type {
        margin-top: 0;
    }

    .add-service-input-padding {
        padding-right: 10px;
    }

    #characteristics {
        margin-top: 30px;
    }

    .user-page-container div {
        color: #333;
    }

    .right-tab p {
        color:#333;
    }

    div.progress-bar {
        color: #fff;
        background-color: #55c5ce;
    }

    .user-page-container a {
        color: #55c5ce;
        text-decoration: none;
    }

    .user-page-container .delete-item.btn.btn-default {
        color: #55c5ce;
    }

    .user-page-container .delete-item.btn.btn-default:hover {
        color: #333;
    }

    .user-page-container a:link,
    .user-page-container a:visited {
        color: #55c5ce;
        text-decoration: none;
    }

    .user-page-container a:hover {
        color: #333;
        text-decoration: none;
    }

    .user-page-container a:active {
        color: #55c5ce;
        text-decoration: none;
    }

    .right-tab h4 {
        font-size:15px;
        font-weight:400;
        text-align:left;
        margin-top:18pt;
        margin-bottom: 0px;
        margin-top:25px;
        padding-bottom:2px;

    }

    .right-tab img {
        width:100%;
        margin-bottom:10px;

    }

    .company {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom:20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .company p {
        color: #333;
        height: 62.4px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        word-break: break-word;
    }

    p.tag-links {
        font-size: 12px;
        font-weight: 400;
        display: none;
    }

    .single-company-page a {
        font-weight: 400;
    }

    p.tag-links a:link,
    .single-company-page a:link,
    p.tag-links a:visited,
    .single-company-page a:visited {
        color: #55c5ce;
        text-decoration: none;
    }

    p.tag-links a:hover,
    .single-company-page a:hover {
        color: #333;
        text-decoration: none;
    }

    p.tag-links a:active,
    .single-company-page a:active {
        color: #55c5ce;
        text-decoration: none;
    }

    .single-company-page p,
    .single-company-page ul,
    .single-company-page ol {
        color: #333;
    }

    .single-company-page h1,
    .single-company-page h2 {
        font-size: 20px;
    }

    .single-company-page h3 {
        font-size: 18px;
    }

    .single-company-page h1 strong,
    .single-company-page h1 b,
    .single-company-page h2 strong,
    .single-company-page h2 b,
    .single-company-page h3 strong,
    .single-company-page h3 b {
        font-weight: 400;
    }

    .product-image-container {
        text-align: center;
    }

    .product-image-container .centered {
        margin-top: 10px;
    }

    .product-image-container img {
        width: 100%;
        height: auto;
        max-width: 300px;
    }

    .product-image-container .socialblock img {
        width: auto;
    }

    .alert-success {
        color: #55c5ce;
        background-color: transparent;
        border-radius: 5px;
        border: 1px solid #55c5ce;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .alert-warning,
    .alert-info,
    .alert-danger {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
    }

    .alert-success p {
        color: #55c5ce;
    }

    .content-tab .col-md-2 {
        margin: 0px;
    }

    .content-tab .col-md-10 {
        margin: 0px;
    }

    .content-tab img {
        max-width: 100px;
        max-height: 100px;
        margin-right: 20px;
    }

    .content-tab h2 {
        color:#333333;
        font-size:18px;
        margin-top: 0px;
        word-wrap: break-word;
        word-break: break-word;
    }
    .content-tab .page-header:first-child {
        margin-top:0;
    }
    .content-tab h1:first-child {
        margin-top:10px;
    }
    .profile-edit {
        font-size: 10pt;
        line-height: 1;
        font-weight:500;
        display: block;
    }

    .company-logo {
        border:1px #55c5ce solid;
        padding-top:25px;
        padding-bottom:25px;
        margin-bottom:10px;
        text-align:center;
        vertical-align: middle;
    }



    .company-logo img{
        width:120px;
        height:120px;
    }
    .right-tab .social-icons {
        width:30px;
        height: 30px;
        margin-right:5px;
    }

    .right-tab .btn-success {
        float:left;
        font-size:12px;
        width:30px;
        height:30px;
        padding:0px;

        }

    .page-header h1 span.small-text {
        color:#333333;
        font-size:12px;
        margin-bottom: 0px;
    }

    .blue-button {
        text-align:center;
        line-height:50px;
        background-color:#55c5ce;
        height:50px;
        color:#ffffff;
        font-size:18px;
        margin-bottom:10px;
    }
    .pressreleasebutton {
        font-size:17px;
    }
    #twitter-sidebar {
        right: 0;
        margin-top: -75px; /* (li * a:width) / -2 */
        position: fixed;
        top: 50%;
        z-index:100;
    }

    @media print {
        #twitter-sidebar {
            display: none;
        }
    }

    a.company-title-link {
        color: #333;
        text-decoration: none;
    }

    a.company-title-link:link,
    a.company-title-link:visited {
        color: #333;
        text-decoration: none;
    }

    a.company-title-link:hover {
        color: #333;
        text-decoration: underline;
    }

    a.company-title-link:active {
        color: #333;
        text-decoration: none;
    }

    .questionbig{
        padding-top:40px;
        padding-bottom:40px
    }
    .questionglyph{
        margin-left:15px;
        font-size:20px;
        top:3px;
    }
    .messagetext{
    display:block;
    width:100%;
    padding: 10px 10px 0px 10px;
    font-size:14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F5F5F5;
    border:1px solid #ccc;
    /*box-shadow: inset 0 10px 10px rgba(0,0,0.075);*/
    -webkit-box-shadow: rgba(0, 0, 0, 0.20) 0 1px 1px;
            box-shadow: rgba(0, 0, 0, 0.20) 0 1px 1px;
    margin-bottom:10px;
    margin-top:10px;
    }
    .unread{
        font-weight: bold;
    }
    .activity
    .blue-button span {
        margin-right:3px;
        top:3px;
    }
    #company-profile-link {
        text-align:center;
        text-decoration:underline;
    }

    .sort-by {
        display: inline;
    }

    .page-header {
        border: 0;
    }

    span.small-text {
        font-weight: 400;
        margin-right: 20px;
    }

    .panel-body {
        color: #333;
    }

    .sort-by button {
        color: #333;
          background-color: #fff;
         border-color: #55c5ce;
         font-size: 12px;
         padding: 3px;
    }

    .btn-default.active,
    .btn-default.focus,
    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover,
    .open>.dropdown-toggle.btn-default {
        color: #333;
        background-color: #fff;
       border-color: #55c5ce;
    }

    #a-z-margin {
        margin-right:50px;
    }

    .content-tab .dropdown-menu a  {
        font-size:14px;
    }
    /*   -----------------------------------------------------

    ADDED MAKO

    ----------------------------------------------------------
    */


    .col-md-6.page-header {
        width:47.5%;
    }
    .col-md-6.page-header:first-child {
        margin-right:30px;
    }
    .article.expert {
        position:relative;
        border-bottom:0;
        overflow:hidden;
    }

    .article.expert img {
        float:left;
        height:126px;
        width:100px;
    }
    .article.expert.news li img {
        position:absolute;
        left:0; top:20px;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      z-index: -50;
      left: -210px;
    }
    .article.expert.news .mask li a:hover + img {
      left: 0px;
    }
    .article.expert.news .mask li:first-child a + img {
      left: 0px;
      z-index:-50;
    }
    .article.expert.news {padding-top: 20px; padding-bottom: 0;}

    .article.expert .mask {
          width: 400px;
          height:125px;
            padding: 10px;
    }
    .article.expert.news .mask {
        margin-left:100px;
            padding-top:6px;
    }
    .article.expert.news .mask li a span{
        font-weight:800;
    }
    .article.expert .mask li a {
        color:#fff;
        display:block;
        font-size:12px;
        padding-bottom:5px;
    }
    .article.expert .mask ul  {
        padding-left:15px;
        list-style-type:square;
    }

    .article.expert.smallexpert .mask ul  {
     width:80%;
    }
    .row a .col-md-3.article {
        border-bottom:0;
            text-align: center;
            padding-bottom: 0;
    }

    .article.expert img.bhlogo {
        position:absolute;
        right:40px;
        bottom:25px;
        width:auto;
        height:auto;
    }

    .article.expert.smallexpert img {
        width:100px;
        height:125px;
    }
    .article.expert.smallexpert.news .mask {
        margin-left:100px;
            width:100%;
    }
    .article.expert.smallexpert .mask {width: 440px; height: 125px; padding-top:6px;
    }
    .article.expert.smallexpert .mask li a {
        line-height: 12px;
        padding-bottom: 5px;
    }
    .article.expert.smallexpert {
        padding-bottom:0;
        margin-bottom:0;
        padding-top: 20px;
    }
    .article.expert.smallexpert:first-child {
        padding-top: 20px;
    }
    .article.expert.smallexpert .mask h2 {
        margin-bottom:2px;
    }
    .article.expert.smallexpert img.bhlogo {
        width: auto;
        height: auto;
        right: 10px;
        bottom: 5px;
        z-index: 1;
    }


    .reglogin {
        margin-top: 20px;
        display: inline-block;
    }

    form.no-float {
        float: none;
    }

    .last{
        margin-right:0;
    }
    .page-header p {
        color:#6d6d6c;
    }
    .page-header.first, .page-header.first h1  {
        margin-top:0;
    }
    .blue-button {
        display:block;
    }
    .blue-button:hover {
        color:#fff;
        background-color:#55c5ce;
        text-decoration:none;
    }
    .centered {
        display:block;
        text-align:center;
    }
    .product-image {

        border:1px #55c5ce solid;
        padding-top:25px;
        padding-bottom:25px;
        margin-bottom:10px;
        text-align:center;
        vertical-align: middle;
    }
    .product-image img {
        width:100%;
        max-width:150px;
    }
    .verticals h4:first-child {
        margin-top:0;
    }
    .verticals h4 {
        margin-top:30px;
    }

    .products-at-profile h5, .products-at-profile p {
    margin-top:15px;

    }
    .products-at-profile h5 a, .services-at-profile h5 a{
        color:#333;

    }
    .col-md-2.right-tab .page-header:first-child {
        margin-top:0;
    }


    .navbar-inverse .navbar-toggle .icon-bar {
        background-color:#333;
    }

    .navbar-inverse .navbar-toggle {
        margin: 0;
        background-color: #fff;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color:#fff;
    }

    .showcase .navbar-inverse .navbar-toggle {
        background-color: transparent;
    }

    .showcase .navbar-inverse .navbar-toggle:focus, .showcase .navbar-inverse .navbar-toggle:hover {
        background-color:transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color:#333;
    }

    #mwc-banner {
        width: 100%;
        max-width: 370px;
        height: auto;
    }

    .profilelink {
        width:160px;
        text-align:center;
        border-left: 1px solid rgba(85,197,206,.5);
    }

    .showcase .profilelink {
        border-left: 1px solid rgba(255,255,255,.5);
    }

    .glyphicon {
        font-size: 30px;
    }

    .badge {
        font-family:Arial, Helvetica, sans-serif;
        background-color: #cc0000;
    }
    .badge.active {
        background-color: #cc0000;
    }




    /*   -----------------------------------------------------

    ADDED Marek

    ----------------------------------------------------------
    */




    .profile img {
     width:55px;

    }

    .profile-edit .blue-button {
     height:38px;
     line-height: 38px;
     width: 200px;
    }

    .products-at-profile .col-md-9 {
     margin-right:0px;
     padding-top: 15px;
    }

    .products-at-profile img {
     width:80px;
     height:80px;
     margin-top:10px;
     margin-bottom:10px;
    }

    div.products-at-profile {
     border-bottom: 1px solid #eee;
     padding: 10px 0;
    }

    div.products-at-profile .col-md-8 {
        padding-right: 20px;
    }

    div.products-at-profile .col-md-2 {
        font-size: 14px;
        font-weight: bold;
    }

    div.products-at-profile .col-md-2 a {
        margin-right: 20px;
    }

    div.products-at-profile .col-md-2 button {
        background: transparent;
        border: 0;
        color: #55c5ce;
        padding: 0;
    }

    div.products-at-profile .col-md-2 button:hover {
        color: #333;
    }

    div.services-at-profile {
     border-bottom: 1px solid #eee;
     height:60px;
    }

    .profile a {
        width: 70px;
        display: inline-block;
    }

    .profile-page {
     font-size:13px;
     line-height:20px;
    }

    div.profile-right {
        padding-right: 0px;
        float: none;
        position: relative;
        top: 20px;
        margin-bottom: 20px;
    }

    .contacts-pictures {
     padding-right: 18px;
    }

    .contacts-pictures img {
     width:55px;
    }

    .message-icon {
     font-size:13px;
     top: 2px;
    }

    .row {
     margin-left:0px; margin-right:0px;
    }


    .company-logo-new {
     border:1px #55c5ce solid;
     width:100%;
     padding: 20px;
     margin-bottom:10px;
     text-align:center;
     vertical-align: middle;
    }
    .company-logo-new img{
     max-width:215px;

    }

    .advanced-search-btn {
        width: 200px;
    }

    .profile-page div.row {
     margin-bottom:10px;
    }

    #articles-menu .navbar-default {
      border-color:#ffffff;
     border-radius:0px;
    }

    #articles-menu .navbar-collapse {
     padding:0px;
    }


    #articles-menu li {
     width:100%;
     font-size:13px;
    }


    #articles-menu li.active a {
     background-color:#55c5ce;
    }

    .article {
     margin-left: 0px;
     margin-right: 0px;
     padding-top: 20px;
     border-bottom: 1px solid #eee;
     padding-bottom:20px;
    }

    .article p {
     font-size:12px;
    }

    .article img {
     margin-top:0px;
    }

    .adspadding {
     padding-top:40px;
     text-align:center;
    }

    .dbl-adspadding {
     padding-top:40px;
     text-align:center;
    }

    .btn-addcmpn{
        border-color: #55c5ce !important;
        background-color:#fff !important;
    }
    .btn-addcmpn:hover{
        color:#55c5ce !important;
        border-color: #55c5ce !important;
        background-color:#fff !important;
        text-decoration:none;
    }

    .sponsor{
        position:relative;
        margin-top:40px;
        padding:40px;
        padding-top:0px;
        padding-bottom:65px;
        /*top:-20px;*/
        background-color:#948395;
            z-index: 0;
    }
    .sponsor .page-header h1 a
     {
        color:#FFF;
    }
    .sponsor .page-header  a.showall
    {
        color:#FFF;
    }
    .telitsponsor{
        position:absolute;
        align:right;
        bottom:15px;
        right:20px;
    }
    .sponsor .mask{
        background-color:#3f3f3f
    }
    .sponsor .article .mask{
        background-color:#3f3f3f
    }

    .menu-dropdown {
        min-width:171px;
    }

    .publication-at-company h5, .publication-at-company p {
    margin-top:15px;
    }
    .publication-at-company h5 a {
        color:#333;
    }

    .publication-at-company img {
     width:80px;
     height:80px;
     margin-top:10px;
     margin-bottom:10px;
    }


    img.product-at-company {
     width:60px;
     height:60px;
     margin-top:10px;
     margin-bottom:10px;
    }

    img.video {
     width:107px;
     height:66px;
     margin-top:10px;
     margin-bottom:10px;
    }

    .anchor {
        display: block; position: relative; top: -130px; visibility: hidden;
    }

    h5.product-at-company {
        margin-top:18px;
    }
    h5.product-at-company a {
        color:#333;
    }
    .companybut .btn {
        padding:6px 22px;
        width:100%;
    }

    .companybut.btn-group-vertical {
        width:100%;
    }
    .even-row {
        background-color:#eeeeee;
    }

    h4.services-at-company {
        margin-top:0px;
    }
    h5.services-at-company {
        margin-top:0px;
    }
    h5.services-at-company a {
        color:#333;
        }

    div.services-at-company  {
        padding:10px;
    }

    .column-center{
        text-align:center;
    }

    p.publication-at-company {
        font-size:12px; margin-top:0px;
    }

    h4.publication-at-company {
         margin-bottom:5px;
    }

    div.article-image {
        float:right;
        margin-left: 5px;
        margin-bottom: 2px;
        text-align:center;
        font-style: italic;
         font-weight:bold;
         border:1px #55c5ce groove;
         width: 280px;
         height: 158px;
         vertical-align:middle;
         display:block;
    }
    div.article-image img {
        margin-top:10px;
        width:260px;
        height:115px;}
    .article-image p {
        margin-top:5px;
    }

    p.date-author {
        margin-top:15px;
    }

    p.quote {
        font-size:16px;
        font-style:italic;
        margin-left:10px;
        margin-right:20px;
        padding-left:10px;
        border-left: 1px #55c5ce groove;
        border-right: 1px #55c5ce groove;
        padding-right:10px;
    }

    ul.watchlist li {
        list-style-type:none;
    }

    .watchlist div div:first-child {
        text-align:center;
        height:190px;
    }

    .watchlist div div:nth-child(2) {
        padding-top: 26px;
    }

    .watchlist div div p:first-child {
        font-weight: bold;
    }


    ul.watchlist {
        padding-left:0px;
    }

    .watchlist img {
        float:none;
    }

    .category-select .btn {
        padding: 5px 12px;
        width:110px;
        background: #555555;
    }

    .category-select .btn-primary {
        background-color:#ffffff;
        color: #000000;
        border: 1px solid #ccc;
    }

    .btn-primary.active {background-color:#286090;
    color:#ffffff;

    }

     .btn-group .btn+.btn {
        margin-left:0px;
    }

    .action-button { border-color:#55c5ce;
    }

    .action-button:hover{
        background-color:#15f8f8;
        border-color:#15f8f8;
    }

    .upload-line {
        padding-top:12px;
        padding-bottom:12px;
    }
    .send-button{
        width:120px;
    }
    .inbox-send-button{
            width:120px;
            margin-top:10px;
    }
    .cancel-button {
        width:120px;
        float:right;
    }
    .cancel-button-mail {
        width:120px;
        float:right;
            margin-top:10px;
    }
    .search-button {
        width:150px;
        margin-bottom:20px;
        height:50px;
        font-size:18px;
        }

        .back-button {
        width:150px;
        margin-bottom:20px;
        height:50px;
        font-size:18px;
        }


    .inbox-contacts p, .messages-list p {
        margin:5px 0px 5px 0px;
    }

    .messages-list div:first-child div p {
        font-weight:bold;
    }

    .messages-list ul {
        float:right;
    }

    #ext-search-txt {
        font-size:18px;
        padding-top:20px;
        float:left;
        display:block;
        padding-bottom:20px;
    }

    .middlebanner {text-align:center; clear: both; padding-top: 20px;}

    .middlebannerlists {text-align:center; clear: both; padding-bottom: 20px;}
    .middlebannerlists img {height: auto; width: 100%;}

    @media (min-width:992px) and (max-width:1200px)  {

    .sponsor .page-header  a.showall{
        font-size:10px;
    }


    .article.expert .mask {

          width: 310px;
          height:125px;
          padding:10px;
    }

    .article.expert .mask h2 {
        font-size:19px;
    }

    .article.expert .mask li a {
        padding-bottom:2px;
            font-size:12px;
            line-height:12px;
    }



    }

    @media (max-width:990px)  {
      .col-md-3.product, .col-md-3.article {margin-right: 0;}
      .article.expert.smallexpert .mask, .article.expert.news .mask { width: 90%;}
      .article.expert.smallexpert .mask {width: 90%;}
      .article.expert .mask {width: 75%; }

      .middlebanner img {width: 80%; height: auto;}

      .mobileclear {clear: both;}
      .mobileclear.col-lg-6,  .mobileclear.col-md-6, .mobileclear.col-sm-12 {padding-right: 0;}
      .right-tab {clear:both;}
      .navbar-inverse .navbar-collapse{
          font-size:12px;
      }
    }


    @media screen and (min-width:768px)
    {
        .register-dropdown {
            display: inline-block;
        }

        .register-dropdown button {
            width: 100%;
        }

        .register-right-label {
            padding-left: 20px;
        }
        #characteristics {
            margin-top: 0px;
        }
    .m2mapps{padding-top: 65px; padding-bottom: 40px; margin-bottom: 20px;}
    .container .m2mapps,.container-fluid .m2mapps{padding-right:60px;padding-left:60px}
    label.reg-label {text-align:left !important;}
    }

    @media (max-width:1200px) {
    .article.expert img.bhlogo {
        display:none;
    }

    .article.expert.smallexpert .mask p {
           line-height: 11px;
    }
    .article.expert.smallexpert .mask {width: 340px;}
    .article.expert.smallexpert .mask .introtext {display: none;}


    }

    /*@media (max-width:1300px) {
        .profilelink {width:124px;}
    }*/

    @media  (max-width:700px) {
        .form.search,.m2mapps-small .form.search .searchborder, .m2mapps-small .form.search, .twobuttons, .twobuttons a, .m2mapps-small .form.search input, .m2mapps-small .form.search input[type=text], .form.search input[type=text], .form.search .searchborder, .form.search .btn-success, .m2mapps-small .form.search .searchborder .m2mapps-small .form.search .btn-success {
        width:100%;
    }
    .article.expert.smallexpert .mask {height: auto;}

    .page-header h1 a.showall {
        font-size:11px;
    }

    .page-header h1 a {font-size: 19px;}
    .article.expert.news .mask {
        width: 100%;
        clear: both;
    }
    .article.expert.news .mask, .article.expert.smallexpert.news .mask {margin-left: 0;}

    .article.expert img {display: none;}
    .article.expert { padding-right: 0;  }
    .row.company .col-xs-2 {width: 100%; clear: both; text-align: center;}
    .row.company .col-xs-10 {width: 100%; padding-right: 0;}
    .content-tab .row.company .col-xs-2 img {width: 40%;}
    .listletters {padding-left: 0; width: 100%;}
    .twobuttons a:first-child {margin-bottom: 0;}

    }

    @-webkit-keyframes bounce {
        0% {
            opacity: 0.5;
            margin-left: 85px;
        }

        25% {
            margin-left: -35px;
        }

        50% {
            margin-left: 50px;
        }

        75% {
            margin-left: -22px;
        }

        100% {
            margin-left: -15px;
            opacity: 0.9;
        }
    }

    /* -- This is the main error bubble container -- */
    ::-webkit-validation-bubble {
        -webkit-animation-timing-function: ease;
        -webkit-animation: bounce 0.45s 1;
        margin-left: -15px;
        opacity: 0.9;
    }

    /* -- This the message container, and where most of the styling happens -- */
    ::-webkit-validation-bubble-message {
        background-color: #e51b00;
        background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
        border: 1px solid #9f1300;
        -webkit-border-radius: 6px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px,
                            inset rgba(255, 60, 60, 1) 0 1px 0px;
                box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px,
                            inset rgba(255, 60, 60, 1) 0 1px 0px;
        color: #f3f3f3;
        font-family: 'helvetica neue', arial, sans-serif;
        font-size: 1.24em;
        -webkit-font-smoothing: antialiased;
        line-height: 1em;
        min-width: 50px;
        max-width: 300px;
        padding: 6px 10px 7px 10px;
        text-shadow: #901100 0 -1px 0;
        top: -7px;
    }

    /* -- This is...well...the bubble arrow if you want it -- */
    ::-webkit-validation-bubble-arrow {
        background-color: #e51b00;
        border: 1px solid #9f1300;
        border-right: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        display: inline-block;
        height: 12px;
        left: 20px;
        position: relative;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(45deg);
        width: 12px;
    }

    /* -- This is an extra element (<div>) that is used to mask the arrow
           when it has its default styles. It clips it so it doesn't show
          on the bubble message.
    -- */
    ::-webkit-validation-bubble-arrow-clipper {
        display: block;
        height: 16px;
        overflow: hidden;
    }

    ::-webkit-validation-bubble-icon {
        display: none;
    }

    /* Overwrite moz default */
    input:invalid {
        -webkit-box-shadow: none;
                box-shadow: none;

        /* Moz default */
        /* box-shadow: 0 0 1.5px 1px red; */
    }

    .error, .errorvalidation {
      margin-left: 0;
      padding-left: 0;
      padding: 10px;
      list-style-type:none;
      font-size: 12px;
      background-color: #ffe8e8;
      color: #cc0000 !important;
      margin-top: 4px;
      display: block;
      clear: left;
    }

    .product-question {
     line-height:35px;
     margin-bottom:10px;
     padding-left:10px;
    }

    .product-question-reply {
     line-height:35px;
     margin-bottom:10px;
     padding-left:20px;
    }

    .download-button {
     width: 180px;
    }
    .listletters {
      position: relative;
      bottom: 10px;
      padding: 0;
      margin-bottom: 60px;
    }
    .listletters li {display:block; float: left; margin-right: 10px;}

    /* Absolute Center CSS Spinner */
    #loading {
      position: fixed;
      z-index: 999;
      height: 2em;
      width: 2em;
      overflow: show;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }

    /* Transparent Overlay */
    #loading:before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    #loading:not(:required) {
      /* hide "loading..." text */
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
    }

    #loading:not(:required):after {
      content: '';
      display: block;
      font-size: 10px;
      width: 1em;
      height: 1em;
      margin-top: -0.5em;
      -webkit-animation: spinner 1500ms infinite linear;
      animation: spinner 1500ms infinite linear;
      border-radius: 0.5em;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
      box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    }

    /* Animation */

    @-webkit-keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }
    @keyframes spinner {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    .row.hiddenprodserv {height: 0px;
        overflow: hidden;
        visibility: hidden;
    }
    .sresults {clear: both;}
    .addaditcompany .form-horizontal.container, .addaditcompany .form-horizontal.container .form-group {padding-right: 0;}
    .activityform .col-sm-4.col-md-4.col-lg-4 {padding-right: 4px;}
    .errors {
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
        font-size: 14px;
        color: #cc0000;
    }

    .form-horizontal .form-group {
        margin-right: 0;
    }

    .max-input-width {
        max-width: 500px;
    }
    .adminbar {
        padding:5px;
        padding-left:10px;
        background-color:#333;
        color:#fff;
        font-size:11px;
    }
    .adminbar a {
        color:#fff;
    }

    .fadeout {
        position: absolute;
        bottom: 0em;
        width:100%;
        margin-left: -20px;
        height: 4em;
        background: -webkit-linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 90%
        );
        background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(64, 64, 64, 0)),
            color-stop(90%, rgba(64, 64, 64, 1))
        );
        background-image: linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 90%
        );
        background-image: -ms-linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 90%
        );


    }
    .productslists .fadeout {
        background: -webkit-linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 50%
        );
        background-image: -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(64, 64, 64, 0)),
            color-stop(50%, rgba(64, 64, 64, 1))
        );
        background-image: linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 50%
        );
        background-image: -ms-linear-gradient(
            rgba(64, 64, 64, 0) 0%,
            rgba(64, 64, 64, 1) 50%
        );
    }
    .productslists .article .mask,  .companies .article .mask {
    position: relative;
    }
    .filter-by .checkbox h4 {margin-top: 0;}
    .filter-by .checkbox h4 a, .filter-by .checkbox h4 a:hover {color: #6d6d6c; text-decoration: none;}



    /*   -----------------------------------------------------

    ADDED David

    ----------------------------------------------------------
    */



    /*li.new-nav-item:before {
        content: 'NEW';
        padding: 2px 3px 1px 3px;
        background-color: #55c5ce;
        font-size: 11px;
        letter-spacing: .5px;
        color: #fff;
        position: absolute;
        top: 15px;
    }*/

    .m2mapps img {
        width: 120px;
        height: auto;
        margin-top: 25px;
    }

    .m2mapps h1 {
        font-size: 18px;
        font-weight:800;
        color:#58595b;
        margin-top: 60px;
        text-align: center;
    }

    .m2mapps p {
        font-size: 14px;
        color: #55c5ce;
        margin: 20px 0;
        font-weight: 500;
        text-align: center;
    }

    .m2mapps button {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff;
        background-color: #58595b;
        border: 2px solid #58595b;
        white-space: normal;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .m2mapps a:link button,
    .m2mapps a:visited button {
        color: #fff;
        background-color: #58595b;
    }

    .m2mapps a:hover button {
        color: #fff;
        background-color: #6b6c6d;
    }

    .m2mapps a:active button {
        color: #fff;
        background-color: #58595b;
    }

    .small-navigator {
        background-color:#fff;
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/navigator_sml_banner.svg');
        background-position: left !important;
        height: 120px;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 200px;
    }

    .small-navigator img {
        width: 120px;
        height: auto;
        position: relative;
        top: 40px;
        left: 49%;
    }

    .small-navigator h1 {
        width: 100%;
        font-size: 18px;
        font-weight:800;
        color:#58595b;
        margin: 70px 0 20px 0;
        text-align: center;
        text-shadow: none;
    }

    .small-navigator p {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #55c5ce;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .intro {
        margin-top: 50px;
    }

    input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      font-size: 12px;
    }

    input.form-control::-moz-placeholder { /* Firefox 19+ */
      font-size: 12px;
    }

    input.form-control:-ms-input-placeholder { /* IE 10+ */
      font-size: 12px;
    }

    input.form-control:-moz-placeholder { /* Firefox 18- */
      font-size: 12px;
    }

    input[type=radio] {
        opacity: 0;
        width: 16px;
        height: 16px;
        position: absolute;
        z-index: 3;
        cursor: pointer;
    }

    input[type=radio] + div.radio-style {
        width: 16px;
        height: 16px;
        border: 1px solid #34cccc;
        border-radius: 8px;
        position: absolute;
        margin-top: 4px;
        background-color: #fff;
        -webkit-transition: border-color .3s;
        transition: border-color .3s;
    }

    .showcase input[type=radio] + div.radio-style {
        border-color: #245d6c;
    }

    input.company-radio,
    input.service-radio {
        margin-left: 10px;
    }

    input.articles-radio {
        left: 15px;
        margin-top: 44px;
    }

    input.company-radio + div.radio-style {
        margin: -18px 0 0 90px;
    }

    input.service-radio + div.radio-style {
        margin: -18px 0 0 192px;
    }

    input.articles-radio + div.radio-style {
        margin-top: 22px;
    }

    div.inner-radio-style {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #34cccc;
        margin: 4px 0 0 4px;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .showcase div.inner-radio-style {
        background-color: #245d6c;
    }

    input[type=radio]:checked + div.radio-style {
        border-color: #34cccc;
    }

    .showcase input[type=radio]:checked + div.radio-style {
        border-color: #245d6c;
    }

    input[type=radio]:checked + div.radio-style div.inner-radio-style {
        opacity: 1;
    }

    label.radio-label {
        margin-left: 35px;
    }

    label#articles-label {
        position: absolute;
        margin-top: 20px;
        margin-left: 25px;
    }

    .page-search-form label#articles-label {
        left: 0;
        margin-top: 42px;
        margin-left: 35px;
    }

    .sml-navigator-heading {
        padding: 0;
        display: none;
    }

    .sml-navigator-heading h3 {
        font-size: 20px;
        font-weight: 800;
        color: #55c5ce;
        text-align: right;
        letter-spacing: 1px;
        margin: 0;
    }

    .sml-navigator-heading h3 span {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: .5px;
        position: relative;
        top: -4px;
        left: -1px;
    }

    .ad-container,
    .right-ad-container {
        padding-right: 0;
    }

    .ad-container img {
        width: 100%;
        height: auto;
    }

    .right-ad-container img {
        width: 70%;
        height: auto;
    }

    #content-page-heading {
        padding-right: 0;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }

    #content-page-heading h1,
    .user-page-container h3 {
        font-weight: 400;
        margin: 0;
        font-size: 20px;
        color: #333;
    }

    #content-page-heading p {
        font-weight: 600;
        color: #55c5ce;
        margin-top: 10px;
    }

    .user-page-container h3 {
        margin: 30px 0 20px 0;
    }

    label.reg-label,
    .form-control,
    span#dd2 {
        font-weight: 200;
        color: #333;
    }

    label.reg-label {
        padding-right: 0;
    }

    .no-pad-right,
    .no-pad-right-mobile,
    .input-pad-right {
        padding-right: 0px;
    }

    p#email-txt {
        font-weight: 500;
        font-size: 10px;
        margin: 5px 0 0 0;
    }

    select {
        border-radius: 0px;
        -webkit-appearance: none;
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/select_arrow.svg') !important;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 15px;
        padding-right: 0px !important;
        padding-right: -webkit-calc(20px) !important;
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        background-position: right;
    }

    .login-input-container {
        padding-right: 0;
    }

    .results-btn {
        padding: 6px 10px;
    }

    a#lost-pass-link {
        /* position: absolute; */
        top: 275px;
        left: 130px;
    }

    #content-page-heading-pgraph-container {
        text-align: left;
        padding: 0 10px;
    }

    #content-page-heading-pgraph-container p {
        color: #333;
        margin: 0 0 20px 0;
    }

    #content-page-heading-pgraph-container p:first-child {
        color: #55c5ce;
        font-weight: 400;
        font-size: 16px;
    }

    #benchmark-form,
    .content-padding {
        padding: 0 10px;
    }

    .benchmark-label {
        font-size: 16px;
        font-weight: 400;
        margin: 30px 0 10px 0;
    }

    .benchmark-hide-question {
        display: none;
    }

    p.response {
        font-size: 16px;
        font-weight: 400;
        margin: 10px 0 0 0;
        z-index: 1;
    }

    .highlight-border {
        border-color: #55c5ce !important;
        border-width: 2px !important;
    }

    #benchmark-or {
        font-size: 22px;
        font-weight: 400;
        color: #55c5ce;
        background-color: #fff;
        padding: 40px 30px 0 0;
    }

    div.custom-select-overlay {
        margin-top: -40px;
        background-color: transparent;
        border: 0;
        position: relative;
    }

    div.no-checkbox-custom-select {
        position: absolute;
        width: 100%;
    }

    .resize-overlay {
        position: fixed !important;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    div.custom-checkbox-container,
    div.custom-no-checkbox-container {
        border-top: 0;
        width: calc(100% - 10px);
        background-color: #fff;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        z-index: 2;
        display: none;
    }

    div#region-absolute-container {
        position: absolute;
        width: 100%;
    }

    div#region-checkbox-container {
        width: calc(100% - 20px);
    }

    input.custom-checkbox {
        opacity: 0;
        width: 18px;
        height: 16px;
        position: absolute;
        z-index: 3;
        -moz-transform: scale(1.2);
        cursor: pointer;
    }

    input.custom-checkbox + div.checkbox-style {
        width: 16px;
        height: 16px;
        border: 1px solid #ccc;
        position: absolute;
        margin-top: 3px;
        background-color: #fff;
    }

    div.custom-checkbox-row.disabled input.custom-checkbox + div.checkbox-style {
        border: 1px solid #ccc !important;
    }

    svg.svg-tick {
        width: 20px;
        height: 20px;
    }

    .svg-tick polyline {
        fill: none;
        stroke: #55c5ce;
        stroke-width: 3px;
        opacity: 0;
        -webkit-transition: opacity .1s;
        transition: opacity .1s;
    }

    label.custom-checkbox-value {
        font-size: 14px;
        font-weight: 400;
        margin-left: 30px;
        cursor: pointer;
        text-transform: uppercase;
        color: #333;
    }

    div.custom-checkbox-row.disabled label.custom-checkbox-value {
        cursor: not-allowed;
        color: #333 !important;
    }

    p.custom-checkbox-description,
    p.custom-no-checkbox-description {
        font-size: 14px;
        margin-left: 30px;
        margin-bottom: 0;
        padding-right: 5px;
        padding-bottom: 5px;
        color: #333;
    }

    p.custom-no-checkbox-description {
        margin-left: 0;
        font-size: 16px;
    }

    .ev-start:checked ~ div.sub-sector-box{
        display: block;
    }

    .sub-sector-box{
        margin-left: 30px;
        margin-bottom: 10px;
        display: none;
    }

    .contain-opt {
        display: block;
        position: relative;
        padding-left: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 14px;
        line-height: 14px;
        font-weight: 200;
    }

    .contain-opt:hover {
        font-weight: 400;
    }

    .contain-opt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    }

    .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #fff;
    }

    .contain-opt:hover input ~ .checkmark {
        background-color: #fff;
    }


    .contain-opt input:checked ~ .checkmark {
        background-color: #fff;
    }


    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


    .contain-opt input:checked ~ .checkmark:after {
        display: block;
    }


    .contain-opt .checkmark:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #55c5ce;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    .list-note{
        display: block;
        font-weight: 700;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .survey-box{
        background-color: #55c5ce;
        border-radius: 4px;
    }

    .pilot-register-survey-box {
        margin-left: -15px;
        margin-bottom: 40px;
        margin-top: 10px;
    }

    .pilot-register-survey-box label,
    .pilot-register-survey-box p {
        color: #333;
    }

    .pilot-register-survey-box div.survey-btn {
        color: #fff;
    }

    .survey-btn {
        margin-top: 20px;
        letter-spacing: 1px;
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
    }

    div.survey-btn:hover,
    button.survey-btn:hover {
        background-color: #fff;
        color: #55c5ce;
    }
    /* .form-bg-ask{
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .next-show{
        float: right;
    }
    .back-show{
        float: left;
    }
    legend.opt-text{
        font-size: 18px;
        border-bottom: none;
    }
    input.opt-choice[type=radio]{
        opacity: 0;
        width: 30px;
        height: 30px;
        position: absolute;
        margin: 0;
        margin-left: 10px;
    }
    input.opt-choice[type="radio"]:checked + label {
        background-color: #55c5ce;
        border-color: #55c5ce;
        color: #fff;
        font-weight: 700;
    }
    .opt-label{
        font-size: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .opt-cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 4px;
        margin-left: 10px;
        margin-right: 10px;
        font-weight: 200;
    }
    .opt-text{
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 400;
    }
    .score-row{
        margin-bottom: 30px;
    }
    .score-box{
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-label{
        font-weight: 700;
    }
    .rating-cont{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 20px;
    }
    .rate-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .center-lay{
        margin-left: 20px;
    }
    .answ-intro{
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-weight: 700;
    }
    .answ-info{
        width: 100%;
        font-weight: 400;
        padding-left: 30px;
        padding-right: 30px;
    }
    .answ-info p{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #fff;
    }
    .answ-info p span{
        font-weight: 200;
        display: block;
        padding-top: 2px;
        font-size: 14px;
    }
    .update-btn{
        margin-left: auto;
        width: 40%;
        margin-top: 0;
        margin-bottom: 20px;
        background-color: #6dd0d8;
    }
    p.save-click{
        text-align: right;
        text-decoration: underline;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }
    .user-answers-box{
        padding-top: 10px;
    }
    .ui-autocomplete{
        padding-top: 10px;
        border: 1px solid #ccc;
        padding-bottom: 10px;
        background-color: #fff;
        position: absolute !important;
        z-index: 1000;
    }
    .ui-menu-item-wrapper{
        cursor: pointer;
        padding: 5px;
        font-size: 18px;
    }
    .ui-helper-hidden-accessible{
        display: none;
    }

    @media screen and (max-width: 760px){
        .answ-info{
            padding-bottom: 10px;
        }
    }

    @media screen and (max-width: 450px) {
        .survey-btn {
            width: 40%;
        }
        .rating-cont{
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
        }
        .rate-box{
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .update-btn.survey-btn{
            width: 100%;
            margin-top: 20px;
        }
        .user-answers-box{
            padding-bottom: 10px;
        }
        p.save-click{
            text-align: center;
            margin-top: 30px;
        }

    }

    @media screen and (max-width: 350px) {
        .update-btn{
            text-align: center;
        }
    }

    .form-control {
        font-size: 16px;
    }

    .benchmark-close-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #55c5ce;
        margin-left: auto;
    }

    div.custom-checkbox-row {
        width: calc(100% + 24px);
        margin-left: -12px;
        padding: 10px 10px 5px 12px;
        cursor: pointer;
    }

    div.custom-checkbox-row.disabled {
        cursor: not-allowed;
        background-color: #fff !important;
        opacity: .5;
    }

    div.custom-checkbox-row:hover {
        background-color: #55c5ce;
    }

    div.custom-checkbox-row:hover label,
    div.custom-checkbox-row:hover p {
        color: #fff;
    }

    div.custom-checkbox-row:hover input.custom-checkbox + div.checkbox-style {
        border-color: #fff;
    }

    p.region-type-description {
        font-size: 14px;
        margin: 5px 0 0 1px;
        display: none;
    }

    h1#platform-heading-align {
        text-align: center;
    }

    div#platform-txt-container {
        background-color: #e4f4f4;
        margin-top: 50px;
        padding: 30px;
    }

    div#platform-txt-container h4 {
        font-weight: 800;
        line-height: 24px;
        margin-top: 20px;
        text-align: center;
    }

    p#platform-txt-container-pgraph {
        margin-top: 20px;
        font-size: 17px;
        text-align: center;
    }

    p#platform-txt-container-pgraph a {
        color: #55c5ce;
    }

    p#platform-txt-container-pgraph a:hover {
        text-decoration: none;
    }

    h2.platform-description-heading {
        font-size: 20px;
        color: #55c5ce;
        margin: 40px 0 20px 0;
        text-align: center;
    }

    p.platform-description-pgraph {
        font-size: 18px;
        text-align: center;
    }

    div#iot-platform-layer-container {
        text-align: center;
        margin: 50px 0;
        width: 100%;
    }

    .platform-layers-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .app-layer-line {
        width: 100%;
        height: 2px;
        background-color: #55c5ce;
        position: absolute;
    }

    .app-layer-node {
        border: 2px solid #55c5ce;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 20px;
        height: 20px;
    }

    .app-layer-node:first-child {
        left: 0;
    }

    .app-layer-node:last-child {
        right: 0;
    }

    .app-layer-line.left-line,
    .app-layer-line.right-line {
        width: 75%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .app-layer-line.left-line {
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
    }

    .app-layer-line.right-line {
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
    }

    #app-layer-txt {
        position: absolute;
        background-color: #fff;
        padding: 10px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 50%;
        margin: auto;
        width: 100px;
        height: 43px;
        color: #55c5ce;
        font-weight: 600;
    }

    .layer-arrows-container {
        width: 60px;
        height: 40px;
        background-color: #fff;
        margin: 10px auto 10px auto;
    }

    .cover-layer-arrows-container {
        margin: -18px auto 10px auto;
    }

    div#iot-platform-layer-container h2 {
        color: #55c5ce;
        font-weight: 600;
        font-size: 22px;
    }

    div#iot-platform-layer-container p {
        max-width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -15px;
        z-index: 2;
        font-size: 16px;
        color: #55c5ce;
        padding-right: 20px;
    }

    img.navigator-box-left-right {
        width: 62px;
        height: 53px;
        margin-top: 45px;
    }

    img#navigator-box-middle {
        width: 106px;
        height: 64px;
        margin: 0 10px;
        position: relative;
        z-index: 1;
    }

    div#main-platform-layer-container {
        margin: 30px auto 0 auto;
        float: none;
        padding: 0 50px;
    }

    #platform-layer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }

    div#platform-green-border {
        border: 2px solid #55c5ce;
        border-radius: 40px;
    }

    .mobile-pad-right {
        padding-right: 20px;
    }

    div#security-platform-layer-container {
        border: 2px solid #d71276;
        border-radius: 40px;
        color: #d71276;
        font-size: 16px;
        font-weight: 400;
        width: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 20px;
    }

    div#security-platform-layer-container div {
        display: table-cell;
        vertical-align: middle;
    }

    div#security-platform-layer-container span {
        display: block;
    }

    svg.platform-layer-arrows {
        width: 23px;
        height: 32px;
    }

    svg.platform-layer-arrows-align {
        margin-top: -27px;
    }

    div.platform-layer-txt {
        background-color: #bbce00;
        color: #fff;
        float: none;
        margin: -7px auto 0 auto;
        padding: 10px 5px;
        border-radius: 40px;
        width: 90%;
        font-weight: 400;
    }

    div.platform-layer-txt:last-child {
        margin-bottom: 26px;
    }

    p#platform-layer-copyright {
        color: #b3b3b3;
        font-size: 14px;
        position: relative;
        top: 10px;
        text-align: center;
    }

    p#platform-layer-copyright span {
        font-size: .8em;
    }

    p#platform-icon-heading {
        font-size: 20px;
        text-align: center;
        margin-top: 80px;
    }

    div.platform-icon-container {
        text-align: center;
        padding-right: 0;
        margin-top: 50px;
    }

    div.platform-icon-container h2 {
        font-size: 20px;
        color: #55c5ce;
        line-height: 26px;
        margin-top: 30px;
        height: 52px;
    }

    div.platform-icon-container p {
        padding: 0 25px;
        color: #4a4b4b;
    }

    div.platform-icon-row2 h2 {
        height: 40px;
    }

    div.platform-btn-container {
        margin-top: 100px;
        text-align: center;
        padding-right: 0;
    }

    div#first-platform-btn-container {
        margin: 80px 0 60px 0;
    }

    p#platform-disclaimer-pgraph {
        font-size: 12px;
        text-align: center;
    }

    p#platform-disclaimer-pgraph span {
        font-size: 18px;
        font-weight: 500;
    }

    div.platform-btn-container button {
        width: 100%;
        height: 75px;
        border: 0;
        font-size: 16px;
        letter-spacing: .5px;
        color: #fff;
        text-align: left;
        padding: 0 0 0 5%;
    }

    svg.chevron-arrow {
        position: absolute;
        margin-top: -1px;
        margin-left: 0px;
        right: 3%;
        width: 40px;
        height: 22px;
    }

    p#beecham-benchmark {
        float: right;
        margin: 40px 0;
    }

    p#beecham-benchmark span {
        font-size: 13px;
        font-style: italic;
        margin-right: 20px;
    }

    .table {
        /* margin: 0 0 60px 0; */
        font-size: 14px;
        width: 767px;
    }

    .table-responsive {
        margin: 0 0 40px 0;
        padding: 30px 10px 60px 10px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        border: 0;
    }

    .table>thead {
        border-bottom: 1px solid #55c5ce;
    }

    .table>thead>tr>th {
        padding: 30px 0;
        color: #55c5ce;
        font-size: 16px;
    }

    .table>tbody>tr {
        border-bottom: 1px solid #ccc;
    }

    .table>tbody>tr>td {
        padding: 80px 0 60px 0;
        color: #333;
    }

    th,
    td {
        text-align: center;
    }

    td:first-child {
        color: #55c5ce;
        font-weight: 600;
    }

    th:first-child,
    th:last-child,
    td:first-child,
    td:last-child {
        text-align: left;
    }

    a.platform-name-link,
    a.glossary-link,
    a.ambassadors-read-link,
    a.ambassadors-close-link,
    .reglogin a {
        font-size: 16px;
        color: #55c5ce;
        border-bottom: 1px solid #fff;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    a.platform-name-link:link,
    a.platform-name-link:visited,
    a.platform-name-link:hover,
    a.platform-name-link:active {
        text-decoration: underline;
        color: #55c5ce;
    }

    a.glossary-link:link,
    a.ambassadors-read-link:link,
    a.ambassadors-close-link:link,
    .reglogin a:link,
    a.glossary-link:visited,
    a.ambassadors-read-link:visited,
    a.ambassadors-close-link:visited,
    .reglogin a:visited  {
        color: #55c5ce;
        text-decoration: none;
    }

    a.glossary-link:hover,
    a.ambassadors-read-link:hover,
    a.ambassadors-close-link:hover,
    .reglogin a:hover  {
        color: #55c5ce;
        text-decoration: none;
        border-color: #55c5ce;
    }

    a.glossary-link:active,
    a.ambassadors-read-link:active,
    a.ambassadors-close-link:active,
    .reglogin a:active  {
        color: #55c5ce;
        text-decoration: none;
        border-color: #fff;
    }

    .platform-logo-padding {
        padding-top: 55px !important;
    }

    .platform-category {
        display: block;
    }

    .platform-category:nth-child(2) {
        position: relative;
        top: 10px;
    }

    td:nth-child(2) img {
        width: 70px;
    }

    .platform-logo-padding img {
        width: 100px !important;
    }

    td:nth-child(4) img {
        width: 40px;
    }

    td:last-child span {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

    td:last-child span:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #55c5ce;
        position: absolute;
        top: 8px;
        left: -15px;
    }

    p.platforms-pgraph, p.charts-pgraph {
        font-size: 16px;
        margin-bottom: 30px;
        color: #333;
    }
    p.spc{
        padding-top: 30px;
    }

    p.platforms-pgraph:last-of-type {
        font-weight: 400;
    }

    button.platforms-btn,
    #new-search-btn {
        margin: 20px 0 20px 0;
        width: 200px;
    }

    #new-search-btn-link:hover {
        text-decoration: none;
    }

    #chart-new-search-btn {
        position: relative;
        top: 10px;
    }

    #back-to-table-btn {
        display: none;
        margin: 15px 0;
    }

    button.platforms-chart-btn {
        width: 200px;
        margin: 40px 0 0 0;
        font-size: 16px;
        padding: 6px 0px;
    }

    button.platforms-chart-btn:nth-child(1) {
        margin-bottom: 20px;
    }

    div.platforms-chart-container {
        margin-top: 50px;
    }

    div#platform-img-container {
        width: 100%;
        border: 1px solid #55c5ce;
        text-align: center;
    }

    div#platform-img-container img {
        width: 198px;
        height: auto;
    }

    p.platforms-chart-pgraph {
        color: #333;
        margin: 0;
    }

    p.platforms-chart-pgraph-spacing {
        margin-top: 15px;
    }

    p#overall-score-heading {
        font-size: 24px;
        margin: 50px 0 40px 0;
    }

    p.platform-category-score {
        width: 100%;
        font-size: 16px;
        font-weight: 200;
        margin: 0;
    }

    p.platform-category-score span {
        float: right;
    }

    div#platform-rank-container {
        margin: 50px 0 0 0;
    }

    div#platform-rank-container svg {
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        float: left;
        margin-right: 20px;
    }

    div#platform-rank-container svg path {
        fill: none;
        stroke: #55c5ce;
        stroke-width: 2px;
    }

    div#platform-rank-container p {
        font-size: 20px;
    }

    .searchradio {
        margin-top: 20px;
    }

    a.pull-right {
        margin-top: 20px;
    }

    label.reg-label:nth-child(3) {
        margin-top: 10px;
    }

    .benchmark-select-pad-right {
        padding-right: 0px;
    }

    th img {
        height: 40px;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        padding-right: 20px;
    }

    .table>tbody>tr>td:nth-child(3) {
        padding-left: 20px;
        text-align: left;
    }

    .table>thead>tr>th:last-child,
    .table>tbody>tr>td:last-child {
        padding-left: 20px;
    }

    .error,
    .errorvalidation {
        background-color: transparent;
        padding: 10px 0;
    }

    .pilot-error {
        text-align: center;
        margin: 0;
        font-size: 14px;
        background: #fff;
        display: none;
    }

    #heat-map-container {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 20px;
    }

    .platform-chart-heading {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    #heat-map-inner {
        width: 100%;
        max-width: 300px;
    }

    #mobile-heat-map-instructions {
        margin-bottom: 40px;
    }

    .heat-map-row-container {
        height: 20px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: #fff;
        cursor: pointer;
        position: relative;
    }

    .table-heat-map-row-container {
        display: table;
        background-color: #fff;
        position: relative;
        margin: 0 auto 0px auto;
        height: 8px;
    }

    .heat-map-row-container:last-child,
    .table-heat-map-row-container:last-child {
        margin-bottom: 0;
    }

    .rotate-heat-map {
        -webkit-transform: rotate(90deg);
        -webkit-transform-origin: top left;
        transform: rotate(90deg);
        transform-origin: top left;
        position: absolute;
        top: 80px;
        left: 100%;
        width: 370px;
        height: 200px;
        opacity: 1 !important;
        z-index: 1;
    }

    .heat-map-question-mark {
        color: #55c5ce;
        display: none;
        font-weight: 600;
        width: 26px;
        height: 26px;
        border: 1px solid;
        border-radius: 50%;
    }

    .heat-map-span-hover {
        position: absolute;
        top: 0;
        margin-top: -10px;
        left: 0px;
        font-weight: 400;
        font-size: 12px;
        color: #333;
        display: none;
    }

    .heat-map-big-span-hover {
        margin-top: -18px;
    }

    p.heat-map-label {
        text-transform: uppercase;
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        font-weight: 800;
        margin: 0;
        position: relative;
        left: 0;
        cursor: pointer;
        color: #55c5ce;
        -webkit-transition: color .2s;
        transition: color .2s;
        width: 110px;
    }

    .heat-map-row {
        float: right;
        background: #fff;
    }

    .heat-map-row div {
        width: 20px;
        height: 20px;
        border-radius: 12.5%;
        margin-right: 20px;
        float: left;
        background-color: #eee;
        position: relative;
    }

    .table-heat-map-row div {
        width: 5px;
        height: 5px;
        margin-right: 3px;
        float: left;
        background-color: #eee;
        position: relative;
    }

    .heat-map-row div:last-child,
    .table-heat-map-row div:last-child {
        margin-right: 0;
    }

    .heat-map-extensive {
        background-color: #139fbb !important;
    }

    .heat-map-basic {
        background-color: #4ed8ef !important;
    }

    .heat-map-light {
        background-color: #aaffff !important;
    }

    .heat-map-none {
        background-color: #fff !important;
        border: 1px solid #139fbb;
    }

    .heat-map-row p {
        display: none;
        position: absolute;
        top: -100px;
        bottom: 100px;
        right: -62px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 150px;
        font-size: 12px;
        color: #333;
    }

    div#heat-map-key-container {
        border-top: 1px solid #ccc;
        padding-top: 20px;
        width: 100%;
        max-width: 475px;
        position: relative;
        z-index: 1;
    }

    #heat-map-key-title {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .heat-map-key-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
        float: left;
    }

    div#heat-map-key div.heat-map-block {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border-radius: 12.5%;
    }

    div#heat-map-key p {
        font-weight: 400;
        font-size: 16px;
        margin: 0 10px 0 0;
    }

    #heat-map-btn {
        position: absolute;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #fff;
        right: 0;
        border: 0;
        top: 40px;
        z-index: 1;
        display: none;
    }

    #heat-map-btn div {
        width: 30px;
        height: 4px;
        background-color: #55c5ce;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #heat-map-btn div:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #heat-map-btn div:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    div.platform-video-container {
        width: 100%;
    }

    .platform-docs-container {
        width: 100%;
        max-width: 350px;
        margin-top: 40px;
    }

    .platform-docs-container a:first-child {
        margin-top: 0;
    }

    div.platform-video-container iframe {
        height: 200px;
        max-width: 450px;
        background-color: #000;
    }

    .extra-material-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    div#vendor-email-overlay,
    #fade-background {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .9;
        display: none;
    }

    div#vendor-email {
        width: 100%;
        max-width: 800px;
        background-color: #fff;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 40px 15px;
        overflow-y: scroll;
        z-index: 11;
        display: none;
    }

    div.vendor-email-img-container {
        height: 60px;
        margin-top: 25px;
    }

    img#iotgn-vendor-email-logo {
        width: 103px;
        float: right;
    }

    p.vendor-email-to-from {
        margin: 20px 0 25px 0;
    }

    a#vendor-email-address {
        font-weight: bold;
        color: #333;
        display: inline-block;
        margin-bottom: 20px;
    }

    div#vendor-email-from-logo {
        display: table;
    }

    div#vendor-email-from-logo img {
        max-width: 200px;
        max-height: 100px;
        padding-left: 20px;
    }

    div#vendor-email-from-logo p {
        display: table-cell;
        vertical-align: middle;
        max-width: 200px;
    }

    div#vendor-iot-navigator-container {
        margin-top: 20px;
        padding: 30px 0 40px 0;
        border-top: 1px solid #55c5ce;
        border-bottom: 1px solid #55c5ce;
    }

    div#vendor-iot-navigator-container img {
        width: 80px;
        height: 80px;
        float: left;
        margin-right: 20px;
    }

    div#vendor-iot-navigator-container h1 {
        font-size: 20px;
        color: #333;
        font-weight: 400;
        margin-top: 40px;
        display: table;
    }

    p#vendor-email-sml-print {
        font-size: 12px;
        text-align: center;
        margin: 50px auto 0 auto;
        max-width: 450px;
        font-weight: 400;
    }

    textarea#vendor-email-message {
        width: 100%;
        height: 200px;
        border: 1px solid #ccc;
        padding: 10px;
        outline: 0;
    }

    div#vendor-email-submit-container {
        display: inline-block;
        text-align: right;
        float: right;
    }

    button#vendor-email-submit {
        margin-top: 20px;
    }

    div#vendor-email-loader {
        position: absolute;
        right: 120px;
        left: auto;
        margin: 25px 0px 0 170px;
        top: 29px;
    }

    p#vendor-email-response {
        margin-top: 20px;
        opacity: 0;
        position: absolute;
        font-weight: 400;
        text-align: left;
        z-index: -1;
    }

    div#vendor-email-close-container {
        position: fixed;
        width: 100%;
        max-width: 700px;
    }

    div#vendor-email-close {
        position: absolute;
        cursor: pointer;
        width: calc(100% - 15px);
        height: 60px;
        top: -40px;
        background: #fff;
    }

    div#vendor-email-close div {
        width: 30px;
        height: 4px;
        background-color: #55c5ce;
        position: absolute;
        top: 25px;
        bottom: 0;
        margin: auto;
    }

    div#vendor-email-close div:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    div#vendor-email-close div:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    p.platform-detail-heading {
        font-size: 20px;
        margin: 0;
        font-weight: 400;
    }

    div.key-strengths-container {
        margin-left: 15px;
        margin-top: 25px;
    }

    div.key-strengths-container p {
        position: relative;
        color: #333;
        margin-bottom: 15px;
    }

    div.key-strengths-container p:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #55c5ce;
        position: absolute;
        top: 9px;
        left: -15px;
    }

    .platform-chart-btn-container {
        background-color: #fff;
        border-top: 1px solid #ccc;
        margin-top: 45px;
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .fixed-chart-btn-container {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #55c5ce !important;
        width: 100%;
        z-index: 1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
    }

    .fixed-standard-btn {
        font-size: 14px !important;
        border: 1px solid !important;
        color: #55c5ce !important;
        background-color: #fff !important;
    }

    .fixed-secondary-btn {
        font-size: 14px !important;
        color: #fff !important;
        background-color: #55c5ce !important;
    }

    #analyst-container {
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 60px;
    }

    a#platform-url {
        font-weight: 600;
        color: #55c5ce;
        margin-top: 10px;
        border-bottom: 1px solid #fff;
        -webkit-transition: border-color .2s;
        transition: border-color .2s;
    }

    a#platform-url:link,
    a#platform-url:visited {
        text-decoration: none;
    }

    a#platform-url:hover {
        text-decoration: none;
        border-color: #55c5ce;
    }

    a#platform-url:active {
        text-decoration: none;
    }

    a.platform-vendor-link {
        display: block;
        margin: 40px 0 0 0px;
        text-decoration: none;
        position: relative;
    }

    a.platform-vendor-link p {
        position: absolute;
        left: 50px;
        text-decoration: underline;
        color: #55c5ce;
    }

    p.vendor-contact-link {
        top: 0px;
    }

    p.pdf-link {
        top: 10px;
    }

    p.ms-office-link {
        top: 7px;
    }

    svg#envelope {
        width: 30px;
        height: 18.77px;
    }

    svg#pdf {
        width: 30px;
        height: 30px;
    }

    svg#word,
    svg#powerpoint {
        width: 30px;
        height: 27px;
    }

    #benchmark-results-btn,
    #benchmark-platform-btn {
        margin-top: 20px;
    }

    .loader {
      font-size: 2px;
      margin: 0 auto;
      top: -10px;
      left: 0;
      right: 0;
      text-indent: -9999em;
      width: 11em;
      height: 11em;
      border-radius: 50%;
      background: #fff;
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, #55c5ce), color-stop(42%, rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, #55c5ce 10%, rgba(255, 255, 255, 0) 42%);
      position: absolute;
      -webkit-animation: load3 1s infinite linear;
      animation: load3 .8s infinite linear;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }

    #benchmark-platform-loader {
        margin-left: 235px;
    }

    .loader:before {
      width: 50%;
      height: 50%;
      background: #55c5ce;
      border-radius: 100% 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
    }

    .loader:after {
      background: #fff;
      width: 70%;
      height: 70%;
      border-radius: 50%;
      content: '';
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
    }

    @-webkit-keyframes load3 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    @keyframes load3 {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
      }
    }

    h1#iot-in-your-industry {
        color: #fff;
        font-weight: 200;
    }

    #pick-your-sector-mask {
        width: 500px;
        height: 270px;
        padding: 0 40px;
    }

    #pick-your-sector-mask h2 {
        font-size: 24px;
        letter-spacing: .5px;
        font-weight: 200;
        color: #fff;
        padding-top: 25px;
        margin-bottom: 5px;
    }

    a.sector-link-btn {
        float: left;
        margin-top: 20px;
    }

    a.sector-link-btn button {
        width: 200px;
        height: 40px;
        background-color: transparent;
        border: 1px solid #fff;
        font-weight: 200;
    }

    a.sector-link-btn:nth-child(odd) {
        float: right;
    }

    a.sector-link-btn:link,
    a.sector-link-btn:visited,
    a.sector-link-btn:hover,
    a.sector-link-btn:active {
        color: #fff;
    }

    #create-flower-btn {
        position: relative;
        top: 60px;
        z-index: 1;
        width: auto;
    }

    div#flower-container {
        margin: 0px 0 700px 0;
    }

    svg#flower {
        width: 1000px;
        height: 700px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    text.middle-of-flower-txt {
        font-size: 20px;
        letter-spacing: 1px;
        fill: #fff;
    }

    text.first-layer-flower-txt {
        font-size: 6px;
        fill: #fff;
    }

    text.second-layer-flower-txt {
        font-size: 6px;
        fill: #192e4f;
    }

    text.third-layer-flower-txt {
        font-size: 5px;
        font-weight: 200;
        fill: #29235c;
    }

    text.big-first-layer-flower-txt {
        font-size: 8px;
        fill: #fff;
    }

    text.big-second-layer-flower-txt {
        font-size: 5px;
        fill: #192e4f;
    }

    text.big-third-layer-flower-txt {
        font-size: 6px;
        fill: #29235c;
    }

    .nav.navbar-nav li:not(.dropdown) {
        padding-right: 10px;
    }

    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover,
    .navbar-inverse .navbar-nav>li>a:hover,.active-nav-item {
        color: #fff;
        background-color: #55c5ce;
        -webkit-transition: color .1s, background-color .1s;
        transition: color .1s, background-color .1s;
    }

    .showcase .navbar-inverse .navbar-nav>.open>a,
    .showcase .navbar-inverse .navbar-nav>.open>a:focus,
    .showcase .navbar-inverse .navbar-nav>.open>a:hover,
    .showcase .navbar-inverse .navbar-nav>.active>a:focus,.showcase .navbar-inverse .navbar-nav>.active>a:hover,
    .showcase .navbar-inverse .navbar-nav>li>a:hover,.showcase .active-nav-item {
        background-color: rgba(255,255,255,.15);
    }

    .navbar-inverse .navbar-nav>li>a.active-nav-item, .navbar-inverse .navbar-nav>li>a.active-nav-item:focus, .dropdown-menu>li>a.active-nav-item {
        color: #fff;
    }

    .navbar-inverse .navbar-nav>.open>a .navbar-icon path, .navbar-inverse .navbar-nav>.open>a:focus .navbar-icon path, .navbar-inverse .navbar-nav>.open>a:hover .navbar-icon path,
    .navbar-inverse .navbar-nav>li>a:hover .navbar-icon path,.active-nav-item svg path {
        fill: #fff;
        -webkit-transition: fill .1s;
        transition: fill .1s;
    }

    .nav.navbar-nav:hover a.active-nav-item {
        color: #55c5ce;
        background-color: #fff;
    }

    .nav.navbar-nav:hover a.active-nav-item svg path {
        fill: #55c5ce;
    }

    .nav.navbar-nav a.active-nav-item:hover {
        color: #fff;
        background-color: #55c5ce;
    }

    .showcase .nav.navbar-nav:hover a.active-nav-item {
        color: #fff;
        background-color: transparent;
    }

    .showcase .nav.navbar-nav:hover a.active-nav-item svg path {
        fill: #fff;
    }

    .showcase .nav.navbar-nav a.active-nav-item:hover {
        background-color: rgba(255,255,255,.15);
    }

    .nav.navbar-nav a.active-nav-item:hover svg path {
        fill: #fff;
    }

    .navbar-inverse .navbar-nav>.open>a.active-nav-item {
        color: #fff !important;
        background-color: #55c5ce !important;
    }

    .showcase .navbar-inverse .navbar-nav>.open>a.active-nav-item {
        background-color: rgba(255,255,255,.15) !important;
    }

    .navbar-inverse .navbar-nav>.open>a.active-nav-item svg path {
        fill: #fff !important;
    }

    .categories-container {
        margin-top: 40px;
    }

    #directory-dropdown ul.dropdown-menu,
    .user-page-container ul.dropdown-menu {
        position: absolute;
        top: 100%;
        left: auto;
        z-index: 1000;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        text-align: left;
        margin-top: 0;
        margin-left: 60px;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
                box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .user-page-container ul.dropdown-menu {
        margin-left: 0;
    }

    .company-img-container {
        width: 100%;
        max-width: 120px;
    }

    @media screen and (min-width: 360px) {
        #home-banner-txt {
            max-width: 65%;
            padding: 40px 20px;
        }

        #home-banner-txt p {
            font-size: 16px;
        }

        div.platform-btn-container button {
            font-size: 18px;
            letter-spacing: .5px;
            padding: 0 0 0 5%;
        }

        svg.chevron-arrow {
            margin-top: -3px;
            width: 50px;
            height: 32px;
        }

        .small-navigator h1 {
            margin: 80px 0 20px 0;
        }

        .small-navigator p {
            padding-bottom: 30px;
        }

        div.platform-video-container iframe {
            height: 240px;
        }

        #showcase-banner {
            padding-top: 65px;
        }

/*        #showcase-banner h1,
        #showcase-banner h2 {
            padding: 0 10px 0 15%;
        }*/
    }

    @media screen and (min-width: 370px) {
        .m2mapps {
            margin-bottom: 250px;
        }

        .small-navigator img {
            left: 45%;
        }

        div#main-platform-layer-container {
            padding: 0 30px;
        }

        div#iot-platform-layer-container p {
            padding-right: 40px;
        }

        .mobile-pad-right {
            padding-right: 40px;
        }

        div.platform-btn-container button {
            padding: 0 0 0 8%;
        }

        svg.chevron-arrow {
            right: 8%;
        }
    }

    @media screen and (min-width: 400px) {
        .app-layer-line.left-line,
        .app-layer-line.right-line {
            width: 70%;
        }

        .app-layer-node {
            width: 30px;
            height: 30px;
        }

        /* #showcase-banner {
            height: 540px;
        } */

        #showcase-banner-inner {
            height: 300px;
        }

        #showcase-banner-inner h1 {
            top: 325px;
        }

        #iotx-banner-logo {
            width: 330px;
            bottom: 205px;
        }

        #showcase-banner-txt-container {
            height: 240px;
        }

        #showcase-banner-txt-container h2 {
            margin-top: 100px;
        }

        div#showcase-logo-link-container button {
            margin-left: -135px;
            margin-top: -48px;
        }

        #heat-map-inner {
            max-width: 380px;
        }

        .m2mapps {
            margin-bottom: 230px;
        }

        .m2mapps .container {
            padding-left: 10%;
        }

        .m2mapps h1 {
            margin: 60px 0 0 -10%;
        }

        .m2mapps p {
            margin: 20px 0 20px -10%;
        }

        .m2mapps button {
            margin: 0 auto 0 -3%;
        }

        .m2mapps-small {
            background-position: 98%;
        }

        .small-navigator img {
            left: 40%;
        }

        p.platform-category-score {
            width: 350px;
        }

        div.platform-btn-container button {
            font-size: 18px;
        }

        svg.chevron-arrow {
            width: 52px;
            height: 40px;
            margin-top: -7px;
        }

        div.platform-video-container iframe {
            height: 280px;
        }

        .heat-map-row-container {
            height: 30px;
        }

        .heat-map-row div {
            width: 30px;
            height: 30px;
            margin-right: 20px;
        }

        .rotate-heat-map {
            top: 60px;
        }

        #heat-map-btn {
            top: 15px;
        }

        p.heat-map-label {
            font-size: 14px;
        }

        .heat-map-row p {
            top: -130px;
            bottom: 130px;
            right: -87px;
            width: 200px;
            font-size: 14px;
        }

        div.discover-featured-content {
            width: 395px;
        }

        .showcase-video-container iframe {
            height: 250px;
            margin: 40px 0 120px 0;
        }
    }

    @media screen and (min-width: 420px) {
        a.pull-right {
            margin-top: 40px;
        }
    }

    @media screen and (min-width: 434px) {
        div.platform-btn-container button {
            font-size: 20px;
        }

        svg.chevron-arrow {
            margin-top: -5px;
        }
    }

    @media screen and (min-width: 450px) {
        .small-navigator img {
            left: 35%;
        }

        div.platform-btn-container button {
            padding: 0 0 0 10%;
        }

        svg.chevron-arrow {
            right: 10%;
        }
    }

    @media screen and (min-width: 470px) {
        #showcase-banner-txt-container h2 {
            margin-top: 80px;
        }
    }

    @media screen and (min-width: 480px) {
        .m2mapps {
            height: 180px;
            margin-top: -10px;
        }

        .m2mapps img {
            width: 130px;
            margin-top: 45px;
        }

        .m2mapps h1 {
            font-size: 22px;
        }

        .m2mapps p {
            font-size: 16px;
        }

        .m2mapps button {
            margin: 0 auto 0 -4%;
        }
    }

    @media screen and (min-width: 500px) {
        input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-size: 14px;
        }

        input.form-control::-moz-placeholder { /* Firefox 19+ */
          font-size: 14px;
        }

        input.form-control:-ms-input-placeholder { /* IE 10+ */
          font-size: 14px;
        }

        input.form-control:-moz-placeholder { /* Firefox 18- */
          font-size: 14px;
        }

        input.articles-radio {
            left: auto;
            margin-top: 4px;
            margin-left: 10px;
        }

        input.articles-radio + div.radio-style {
            margin: -18px 0 0 286px;
        }

        label#articles-label,
        .page-search-form label#articles-label {
            position: relative;
            margin-top: 0;
            left: 0;
            margin-left: 35px;
        }

        .m2mapps-small {
        background-position: right;
        }

        .m2mapps-small h1 {
        font-size: 24px;
        }

        .small-navigator h1 {
            font-size: 18px;
        }

        .small-navigator {
            margin-bottom: 170px;
        }

        .small-navigator img {
            left: 30%;
        }

        searchradio {
            margin-top: 5px;
        }

        a.pull-right {
            margin-top: 20px;
        }

        #platforms-chart-download-btn-form {
            float: left;
        }

        #chart-new-search-btn {
            margin-left: 22px;
            top: 40px;
        }

        #chart-new-search-btn button {
            margin-bottom: 40px;
        }

        div.platform-btn-container button {
            width: 460px;
            padding-left: 60px;
            letter-spacing: 1px;
        }

        svg.chevron-arrow {
            margin-left: 30px;
            right: auto;
        }

        img.navigator-box-left-right {
            width: 93px;
            height: 79px;
        }

        img#navigator-box-middle {
            width: 159px;
            height: 96px;
        }

        a.pull-right {
            margin-top: 40px;
        }

        .heat-map-row-container {
            height: 40px;
        }

        .rotate-heat-map {
            height: 400px;
        }

        .heat-map-question-mark {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

        .heat-map-row div {
            width: 40px;
            height: 40px;
            margin-right: 25px;
        }

        #heat-map-inner {
            max-width: 480px;
        }

        .heat-map-row p {
            top: -170px;
            bottom: 170px;
            right: -110px;
            width: 250px;
            font-size: 14px;
        }
    }

    @media screen and (min-width: 505px) {
        .rotate-heat-map {
            right: 475px;
        }

        #heat-map-btn {
            left: 435px;
        }
    }

    @media screen and (min-width: 540px) {
        
        #showcase-banner h1{
           top: 35%;
        }
        
        .m2mapps .container {
            padding-left: 15%;
        }

        .m2mapps h1 {
            margin: 60px 0 0 -15%;
        }

        .m2mapps p {
            margin: 20px 0 20px -15%;
        }

        .m2mapps button {
            margin: 0 auto 0 -9%;
        }

        .small-navigator h1 {
            font-size: 20px;
        }

        .small-navigator p {
            font-size: 16px;
        }

        div#platform-img-container {
            width: 380px;
        }

        div.platform-btn-container button {
            padding-left: 60px;
        }
    }

    @media screen and (min-width: 550px) {
        h1.header-without-search {
            position: relative;
            left: 5%;
        }

        a.pull-right {
            margin-top: 0px;
        }

        #discover-layers {
            width: 100%;
        }

        #showcase-banner h1 {
            font-size: 4vw;
            margin-bottom: 15px;
        }

        #showcase-banner h2 {
            font-size: 18px;
        }

        div#showcase-logo-link-container button {
            margin-left: -140px;
            margin-top: -55px;
        }
    }

    @media screen and (min-width: 600px) {
        .m2mapps img {
            width: 150px;
            margin-top: 40px;
        }

        .m2mapps .container {
            padding-left: 20%;
        }

        .m2mapps h1 {
            margin: 60px 0 0 -22%;
        }

        .m2mapps p {
            margin: 20px 0 20px -22%;
        }

        .m2mapps button {
            margin: 0 auto 0 -12%;
        }

        h1.header-without-search {
            width: 400px;
            top: 140px;
            left: 0;
        }

        h1.header-without-search span {
            display: inline;
        }

        .small-navigator img {
            left: 25%;
        }

        div.platform-icon-container p {
            padding: 0 120px;
        }

        #platform-table-form,
        #platforms-chart-download-btn-form {
            display: inline-block;
        }

        #new-search-btn {
            margin-left: 30px;
        }

        .right-ad-container img {
            width: auto;
        }

        div.platform-video-container iframe {
            height: 320px;
        }

        .platform-chart-btn-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
        }

        #back-to-table-btn {
            margin-right: 30px;
        }

        #home-banner-txt {
            max-width: 50%;
        }
    }

    @media screen and (min-width: 650px) {
        .m2mapps .container {
            padding-left: 25%;
        }

        .m2mapps h1 {
            margin: 60px 0 0 -30%;
        }

        .m2mapps p {
            margin: 20px 0 20px -30%;
        }

        .m2mapps button {
            margin: 0 auto 0 -15%;
        }

        h1.header-without-search {
            left: 5%;
        }
    }

    @media screen and (min-width: 700px) {
        div#iot-platform-layer-container {
            margin: 60px 0;
        }

        div#security-platform-layer-container {
            margin-left: 60px;
            font-size: 18px;
        }

        .app-layer-node {
            width: 40px;
            height: 40px;
        }

        .user-page-container .nav-tabs>li {
            padding-top: 0px;
        }

        .profile-edit {
            float: right;
        }

        .user-page-container .page-header h1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }

        div.profile-right {
            float: right;
            top: 0;
            margin-bottom: 0;
        }

        #heat-map-btn {
            left: 500px;
        }

        #content-page-heading h1,
        .user-page-container h3 {
            font-size: 26px;
        }

        .strengths-categories-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .strengths-container {
            width: 380px;
        }

        .categories-container {
            margin-left: 40px;
            margin-top: 0;
        }

        .slide-header-items-up {
            top: 0px !important;
        }

        .m2mapps {
            height: 300px;
            padding-top: 70px;
            margin-bottom: 30px;
            margin-top: -25px;
        }

        .m2mapps .container {
            padding-left: 0;
        }

        .m2mapps img {
            margin-top: 0;
            width: 110px;
        }

        .m2mapps h1 {
            margin: 15px 0 0 0;
            text-align: left;
            font-size: 20px;
        }

        .m2mapps p {
            max-width: 390px;
            font-size: 14px;
            text-align: left;
            color: #fff;
            margin: 10px 0 10px 0;
        }

        .m2mapps button {
            width: 380px;
            height: 30px;
            margin: 5px 0 0 0;
            font-weight: 200;
        }

        h1.header-without-search {
            left: 15%;
        }

        .small-navigator {
            margin-bottom: 30px;
            height: 170px;
        }

        .small-navigator img {
            left: 30%;
            top: 25px;
        }

        .small-navigator h1 {
            font-size: 18px;
            margin: 33px 0 5px 0;
            text-align: left;
            padding-left: 30%;
        }

        .small-navigator p {
            font-size: 14px;
            margin: 0;
            border: 0;
            text-align: left;
            padding-left: 30%;
            color: #fff;
        }

        div.custom-no-checkbox-container,
        div#region-checkbox-container,
        div.custom-checkbox-container {
            width: calc(100% - 45px);
        }

        #content-page-heading-pgraph-container p:first-child {
            font-size: 20px;
        }

        .benchmark-label {
            font-size: 18px;
        }

        p.response {
            font-weight: 400;
        }

        p#benchmark-platform-response {
            font-size: 14px;
            margin-left: 10px;
            margin-top: 5px;
        }

        .heat-map-row div {
            width: 50px;
            height: 50px;
            margin-right: 30px;
        }

        .heat-map-row-container {
            height: 50px;
        }

        #heat-map-inner {
            max-width: 565px;
        }

        p.heat-map-label,
        .heat-map-row p {
            font-size: 16px;
        }


        #benchmark-form,
        #content-page-heading-pgraph-container,
        .content-padding {
            padding: 0 30px;
        }
    }

    @media screen and (min-width: 750px) {
        .small-navigator {
            height: 200px;
        }

        .small-navigator img {
            left: 35%;
            top: 35px;
        }

        .small-navigator h1 {
            margin: 60px 0 5px 0;
        }

        .small-navigator h1,
        .small-navigator p {
            padding-left: 35%;
        }

        div#vendor-email {
            padding: 40px 100px;
        }

        div#iot-platform-layer-container h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }
    }

    @media screen and (min-width: 768px) {
        .m2mapps-small {
            background-position: 90%;
        }

        h1.header-without-search {
            left: 20%;
            top: 130px;
        }

        .navbar-header {
            float: none;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        }

        .navbar-collapse.collapse {
            display: none !important;
            overflow: auto !important;
        }

        .navbar-collapse.in {
            display: block !important;
        }

        .navbar-nav {
            margin: 0;
            float: none;
        }

        .navbar-nav>li {
            float: none;
        }

        .hidden-xs {
            display: none !important;
        }

        .table {
            width: 100%;
        }

        .table-responsive {
            padding: 0 30px;
            margin: 0;
        }

        button.platforms-btn:nth-child(2) {
            margin-left: 20px;
        }

        .results-input {
            margin-left: -15px;
        }

        #title-btn {
            margin-left: -19px;
        }

        label.reg-label:nth-child(3) {
            margin-top: 0px;
        }

        a#lost-pass-link {
            left: 155px;
            top: 225px;
        }

        .table-responsive>.table>tbody>tr>td,
        .table-responsive>.table>tbody>tr>th,
        .table-responsive>.table>tfoot>tr>td,
        .table-responsive>.table>tfoot>tr>th,
        .table-responsive>.table>thead>tr>td,
        .table-responsive>.table>thead>tr>th {
            padding-left: 0px;
            padding-right: 0px;
        }

        .table>tbody>tr>td:nth-child(3) {
            padding-left: 30px;
            text-align: left;
        }

        .table>tbody>tr>td:first-child {
            padding-right: 10px;
        }

        .table>thead>tr>th:last-child,
        .table>tbody>tr>td:last-child {
            padding-left: 20px;
        }

        .errors {
            margin-left: -14px;
        }

        .register-error-align {
            margin-left: -14px;
        }
    }

    @media screen and (min-width: 800px) {
        .small-navigator img {
            left: 30%;
        }

        .small-navigator h1,
        .small-navigator p {
            padding-left: 30%;
        }
    }

    @media screen and (min-width: 850px) {
        h1.header-without-search {
            left: 25%;
        }

        .small-navigator img {
            left: 27%;
        }

        .small-navigator h1,
        .small-navigator p {
            padding-left: 27%;
        }
    }

    @media screen and (min-width: 900px) {
        h1.header-without-search {
            left: 30%;
        }

        .small-navigator img {
            left: 24%;
        }

        .small-navigator h1,
        .small-navigator p {
            padding-left: 24%;
        }
    }

    @media screen and (min-width: 950px) {
        .small-navigator img {
            left: 22%;
        }

        .small-navigator h1,
        .small-navigator p {
            padding-left: 22%;
        }
    }

    @media screen and (min-width: 992px) {
        div#iot-platform-layer-container {
            margin: 80px 0;
        }

        #app-layer-txt {
            width: 150px;
            height: 45px;
            font-size: 18px;
        }

        .app-layer-line.left-line,
        .app-layer-line.right-line {
            width: 60%;
        }

        .navbar-nav>li>.dropdown-menu {
            padding-right: 0;
        }

        #showcase-circle-tabs-container .page-circle-tabs h3 {
            /* font-size: 14px !important; */
        }

        #showcase-circle-tabs-container .circle-tabs img {
            height: 40px;
        }

        #showcase-circle-tabs-content .page-discover-content-section h2 {
            font-size: 24px;
        }

        #showcase-circle-tabs-content .page-discover-content-section p {
            font-size: 18px;
            margin-top: 15px;
        }

        .advanced-search-btn {
            width: calc(100% - 20px);
        }

        .page-header h1, .page-header h1 a {
            font-size:28px;
        }

        .content-tab h2 {
            font-size: 24px;
        }

        h1.technical-heading,
        .single-company-page h1 {
            font-size: 28px;
        }

        .single-company-page h2,
        .single-company-page h3 {
            font-size: 24px;
        }

        .company p {
            height: auto;
            text-overflow: inherit;
            overflow: visible;
            display: block;
            -webkit-line-clamp: inherit;
            -webkit-box-orient: inherit;
        }

        p.tag-links {
            display: none;
        }

        .navbar-brand {
            padding: 11px 15px 11px 15px;
        }

        .navbar-brand img {
            width: 95px;
            height: 50px;
        }

        .navbar-collapse.collapse .usermenu {
             display: none;
        }

        .navbar-fixed-bottom, .navbar-fixed-top {
            height: auto;
        }

        p.platform-detail-heading {
            font-size: 24px;
        }

        .platform-chart-heading {
            font-size: 24px;
            margin-bottom: 40px;
        }

        p.platforms-chart-pgraph,
        div.key-strengths-container p {
            font-size: 18px;
        }

        #content-page-heading,
        #heat-map-container,
        .extra-material-container {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
        }

        #heat-map-container {
            margin-top: 80px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }

        .platform-docs-container {
            margin-top: 0;
        }

        #heat-map-key-title {
            margin-bottom: 30px;
        }

        .heat-map-key-block {
            margin-bottom: 30px;
            float: none;
        }

        div#heat-map-key div.heat-map-block {
            width: 40px;
            height: 40px;
            margin-right: 20px;
        }

        div#heat-map-key p {
            margin: 0;
        }

        a#platform-url {
            font-size: 18px;
            margin-left: 30px;
            margin-top: 0px;
        }

        .m2mapps {
            height: 330px;
            margin-top: -30px;
            padding-top: 72px;
        }

        .m2mapps .container {
            padding-left: 5%;
        }

        .m2mapps img {
            width: 150px;
            margin-top: 10px;
        }

        .m2mapps h1 {
            font-size: 26px;
            margin-top: 10px;
        }

        .m2mapps p {
            max-width: 550px;
            font-size: 16px;
            font-weight: 200;
            margin: 10px 0 13px 0;
        }

        .m2mapps button {
            width: 400px;
        }

        .m2mapps-small {
            margin-top: 0;
            height: 150px;
            background-position: center;
        }

        .m2mapps-small h1 {
            font-size: 20px;
        }

        h1.header-without-search {
            top: 95px;
            left: 52%;
        }

        .small-navigator {
            height: 200px !important;
            margin-top: 10px;
        }

        .small-navigator img {
            width: 170px;
            top: 72px;
            left: 28%;
        }

        .small-navigator h1 {
            margin: 7px 0 5px 0;
            text-align: left;
            font-size: 20px !important;
            padding-left: 54%;
        }

        .small-navigator p {
            font-size: 14px;
            font-weight: 200;
            text-align: left;
            color: #fff;
            margin: 0;
            padding-left: 54%;
        }

        .sml-navigator-heading {
            display: block;
        }

        .benchmark-select-pad-right {
            padding-right: 30px;
        }

        button.platforms-btn:nth-child(2) {
            margin-left: 40px;
        }

        .platform-name-select {
            margin-bottom: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        th img {
            height: 60px;
        }

        div.platform-video-container iframe {
            height: 280px;
        }

        .strengths-container {
            width: auto;
        }

        .categories-container {
            margin-left: 100px;
        }

        p.has-scoring-strengths-heading {
            margin-left: 0;
        }

        #heat-map-container {
            margin-top: 0px;
            overflow: inherit;
        }

        #mobile-heat-map-instructions {
            display: none;
        }

        .rotate-heat-map {
            top: 0;
        }

        .heat-map-question-mark {
            left: 12px;
        }

        div#heat-map-key-container {
            width: calc(100% - 22px);
            float: right;
        }

        #heat-map-btn {
            left: auto;
            top: 0;
            margin-top: -40px;
        }

        div#vendor-email {
            height: 80%;
            top: 100px;
        }

        div#vendor-email-close {
            width: 30px;
            height: 30px;
            top: -20px;
            right: 30px;
        }

        div#vendor-email-close div {
            top: 0;
        }

        div.vendor-email-img-container {
            margin-top: 0;
        }

        div#vendor-email-loader {
            top: auto;
            right: auto;
            left: 100%;
            margin: 30px 0 0 -240px;
        }

        button.platforms-chart-btn {
            margin: 0 0 0 22px;
        }

        button.platforms-chart-btn:nth-child(1) {
            margin-bottom: 0;
        }

        #chart-new-search-btn {
            top: 0px;
        }

        #back-to-table-btn {
            margin: 0 40px 0 0;
        }

        #chart-new-search-btn button {
            margin: 0;
        }

        div#platform-txt-container h4,
        p#platform-txt-container-pgraph,
        h2.platform-description-heading,
        p.platform-description-pgraph,
        p#platform-disclaimer-pgraph {
            text-align: left;
        }

        h4#platform-txt-container-top-pgraph {
            margin-top: 20px !important;
        }

        div.platform-icon-container p {
            padding: 0 25px;
        }

        h1#platform-heading-align {
            text-align: left;
        }

        .results-input,
        #title-btn {
            margin-left: 15px;
        }

        a#lost-pass-link {
            left: 165px;
        }

        .errors {
            margin-left: 16px;
        }

        .register-error-align {
            margin-left: 16px;
        }

        .ad-container {
            text-align: left;
        }

        .ad-container img {
            width: 96%;
        }

        .right-ad-container {
            float: right;
            text-align: right;
        }

        .right-ad-container img {
            width: auto;
            height: 74.36px;
        }

        .no-pad-right-mobile {
            padding-right: 30px;
        }

        div#main-platform-layer-container {
            padding: 0;
        }

        img#navigator-box-middle {
            margin: 0 20px 10px 20px;
        }

        div#iot-platform-layer-container p {
            padding-right: 0;
        }

        div.platform-layer-txt span {
            font-size: 18px;
        }

        p#platform-layer-copyright {
            text-align: left;
            font-size: 16px;
        }

        .mobile-pad-right {
            padding-right: 0px;
        }

        .discover-content {
            width: 100%;
        }

        #benchmark-form,
        #content-page-heading-pgraph-container,
        .content-padding,
        .table-responsive {
            padding: 0;
        }

        .navbar-collapse.collapse {
            padding-right: calc(10% - 15px);
        }
    }

    @media screen and (min-width: 1050px) {
        .small-navigator img {
            left: 25%;
        }
    }

    @media screen and (min-width: 1100px) {
        .m2mapps .container {
            padding-left: 10%;
        }

        .m2mapps-small {
            height: 180px;
        }

        .m2mapps-small h1 {
            font-size: 24px;
        }

        h1.header-without-search {
            top: 110px;
            left: 50%;
        }
    }

    @media screen and (min-width: 1100px) {
        .showcase .navbar-inverse {
            background-color: rgba(255,255,255,.1);
        }

        p.tag-links {
            display: block;
        }

        .m2mapps {
            margin-top: -20px;
        }

        .small-navigator img {
            left: 20%;
        }

        .navbar-header {
            float: left;
        }

        .navbar-toggle {
            display: none;
        }

        .navbar-inverse .navbar-nav>.active>a,
        .navbar-inverse .navbar-nav>.active>a:focus,
        a.reg-button,
        .navbar-inverse .navbar-nav>li>a.reg-button {
            padding-top: 10px;
        }

        .navbar-fixed-bottom .navbar-collapse,
        .navbar-fixed-top .navbar-collapse,
        .navbar-static-top .navbar-collapse {
            padding-left: 0px;
            padding-right: 0px;
        }

        .navbar-collapse.collapse {
            padding-right: 0;
            width: auto;
        }

        .nav.navbar-nav li:not(.dropdown),
        .navbar-collapse.collapse.in .usermenu {
            padding-right: 0;
        }

        .navbar-collapse {
            border-top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .navbar-inverse .navbar-collapse {
            min-width: 100%;
        }

        .navbar-collapse.collapse {
            display: block !important;
            overflow: visible !important;
        }

        nav {
            height: 70px;
        }

        #navbar {
            text-align: center;
            height: 70px !important;
            overflow-y: visible !important;
        }

        .showcase #navbar {
            background-color: transparent;
        }

        .navbar-nav {
            margin: 0;
            display: inline-block;
        }

        .navbar-nav>li {
            float: left;
        }

        .hidden-xs {
            display: block !important;
        }

        .navbar-collapse.collapse.in .usermenu {
            display: none;
        }

        .nav.navbar-nav li:not(.dropdown) {
            padding-right: 0;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            text-align: left;
            border: 1px solid rgba(0,0,0,.15);
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }
    }

    @media screen and (min-width: 1200px) {
        .m2mapps .container {
            padding-left: 20%;
        }

        .m2mapps-small {
            height: 215px;
        }

        .m2mapps-small h1 {
            font-size: 30px;
        }

        h1.header-without-search {
            width: 500px;
            top: 130px;
        }

        .small-navigator img {
            left: 22%;
            top: 76px;
        }

        .small-navigator h1 {
            padding-left: 50%;
            font-size: 22px !important;
            margin: 0px 0 10px 0;
        }

        .small-navigator p {
            padding-left: 50%;
            font-size: 16px;
            font-weight: 200;
        }

        .results-input,
        #title-btn {
            margin-left: -15px;
        }

        .login-input {
            margin-left: 0px;
        }

        a#lost-pass-link {
            left: 141px;
        }

        .errors {
            margin-left: 1px;
        }

        .register-error-align {
            margin-left: -14px;
        }

        .right-ad-container img,
        .ad-container img {
            width: auto;
            height: auto;
        }
    }

    @media screen and (min-width: 1250px) {
        .m2mapps {
            height: 350px;
            padding-top: 85px;
        }

        .navbar-nav,
        a.navbar-brand {
            top: 15px;
        }

        .small-navigator {
            margin-top: 20px !important;
        }
    }

    @media screen and (min-width: 1300px) {
        .small-navigator img {
            left: 18%;
        }

        .small-navigator h1 {
            padding-left: 45%;
        }

        .small-navigator p {
            padding-left: 45%;
            padding-right: 10%;
        }
    }

    @media screen and (min-width: 1350px) {
        .m2mapps {
            height: 370px;
            padding-top: 95px;
        }

        .m2mapps .container {
            padding-left: 18%;
        }

        .navbar-nav,
        a.navbar-brand {
            top: 20px;
        }
    }

    @media screen and (min-width: 1400px) {
        .m2mapps .container {
            padding-left: 15%;
        }

        .small-navigator {
            height: 220px !important;
        }

        .small-navigator img {
            top: 88px;
        }

        .small-navigator h1 {
            margin: 11px 0 10px 0;
        }
    }

    @media screen and (min-width: 1450px) {
        .m2mapps {
            margin-top: -10px;
        }

        .small-navigator img {
            left: 15%;
        }
    }

    @media screen and (min-width: 1500px) {
        .small-navigator img {
            left: 12%;
        }
    }

    @media screen and (min-width: 1550px) {
        .m2mapps {
            height: 380px;
        }
    }

    @media screen and (min-width: 1600px) {
        .m2mapps {
            margin-top: 0px;
            padding-top: 80px;
        }

        .m2mapps .container {
            padding-left: 12%;
        }

        .m2mapps img {
            width: 170px;
        }

        .m2mapps h1 {
            font-size: 28px;
        }

        .m2mapps p {
            font-size: 18px;
            max-width: 580px;
        }

        .m2mapps button {
            height: 40px;
        }

        .m2mapps-small {
            height: 240px;
        }

        h1.header-without-search {
            top: 150px;
        }

        .small-navigator img {
            left: 7%;
        }

        .small-navigator h1 {
            padding-left: 37%;
        }

        .small-navigator p {
            padding-left: 37%;
        }
    }

    @media screen and (min-width: 1700px) {
        .m2mapps {
            height: 400px;
            padding-top: 90px;
        }

        .m2mapps .container {
            padding-left: 10%;
        }

        .m2mapps-small {
            margin-top: 10px;
        }

        .small-navigator {
            height: 240px !important;
        }

        .small-navigator img {
            top: 100px;
        }

        .small-navigator h1 {
            margin: 23px 0 10px 0;
            padding-left: 40%;
        }

        .small-navigator p {
            padding-left: 40%;
        }
    }

    @media screen and (min-width: 1800px) {
        .m2mapps {
            height: 420px;
        }

        .m2mapps .container {
            padding-left: 8%;
        }

        .m2mapps h1 {
            margin-top: 20px;
        }

        .m2mapps p {
            margin-bottom: 30px;
        }

        .m2mapps-small {
            height: 280px;
            margin-top: -10px;
        }

        h1.header-without-search {
            font-size: 36px;
            top: 180px;
            left: 55%;
            width: 600px;
        }

        .small-navigator img {
            width: 190px;
            left: 3%;
        }

        .small-navigator h1 {
            font-size: 24px !important;
            margin: 11px 0 15px 0;
        }

        .small-navigator p {
            font-size: 18px;
        }
    }

    @media screen and (min-width: 1850px) {
        .small-navigator {
            height: 260px !important;
        }

        .small-navigator img {
            top: 110px;
        }

        .small-navigator h1 {
            margin: 20px 0 15px 0;
        }
    }

    @media screen and (min-width: 1900px) {
        .m2mapps {
            height: 430px;
            padding-top: 95px;
        }

        .m2mapps .container {
            padding-left: 5%;
        }

        .small-navigator img {
            left: 0;
        }
    }

    @media screen and (min-width: 1930px) {
        .m2mapps {
            height: 450px;
            padding-top: 6%;
            background-position:right 0;
            margin-top: -40px;
        }
    }

    @media screen and (min-width: 2000px) {
        .m2mapps-small {
            margin-top: 0px;
        }
    }

    @media screen and (min-width: 2050px) {
        .small-navigator {
            height: 300px !important;
        }

        .small-navigator img {
            top: 130px;
            left: -5%;
        }

        .small-navigator h1 {
            font-size: 26px !important;
            margin: 35px 0 15px 0;
        }

        .small-navigator p {
            font-size: 20px;
            padding-right: 5%;
        }
    }

    @media screen and (min-width: 2100px) {
        .m2mapps-small {
            height: 300px;
        }

        h1.header-without-search {
            top: 200px;
        }
    }

    @media screen and (min-width: 2200px) {
        .m2mapps {
            height: 500px;
            padding-top: 6.5%;
            margin-top: -50px;
        }

        .m2mapps .container {
            padding-left: 2%;
        }

        .small-navigator img {
            left: -10%;
        }
    }

    @media screen and (min-width: 2250px) {
        .m2mapps-small {
            height: 320px;
        }

        h1.header-without-search {
            top: 220px;
        }
    }

    @media screen and (min-width: 2350px) {
        .small-navigator {
            height: 330px !important;
        }

        .small-navigator img {
            top: 160px;
            left: -15%;
        }

        .small-navigator h1 {
            margin: 65px 0 15px 0;
        }
    }

    @media screen and (min-width: 2400px) {
        .m2mapps-small {
            height: 350px;
        }

        h1.header-without-search {
            top: 240px;
        }
    }

    .externalcontent h1, .externalcontent h2, .externalcontent h3, .externalcontent h4, .externalcontent h5, .externalcontent h6   {
        font-size: 14px;
        line-height: 1.42857143;

        }

        .companies-btn {
            margin-bottom: 20px;
            width: 200px;
        }

        .inbox-tab a {
            height: 40px;
            padding-top: 10px !important;
        }

        #value-chain-box {
            border: 1px solid #ccc;
            padding: 20px;
            margin: 20px 0;
        }

        #characteristics-box {
            border-top: 1px solid #ccc;
            padding-top: 20px;
            margin-top: 40px;
        }

        .alert a {
            color: #55c5ce;
            font-weight: bold;
            text-decoration: none;
        }

        .alert a:link,
        .alert a:visited,
        .alert a:hover,
        .alert a:active {
            color: #55c5ce;
            font-weight: bold;
            text-decoration: none;
        }

    /********** ambassadors page **********/



    .ambassadors-img {
        height: 110px;
        width: auto;
        float: left;
        margin-right: 15px;
    }

    div.ambassadors-text-container div {
        height: 110px;
        position: relative;
    }

    div.ambassadors-text-container img {
        position: absolute;
        bottom: 0;
    }

    h2.ambassadors-name {
        font-size: 17px;
        line-height: 1;
        margin: 0;
        color: #333;
    }

    p.ambassadors-title {
        font-size: 13px;
        line-height: 1.3;
        color: #55c5ce;
        margin: 5px 0 -5px 0;
    }

    p.ambassadors-pgraph {
        border-top: 1px solid #ccc;
        padding-top: 30px;
        margin-top: 25px;
        color: #333;
    }

    .ambassadors-pgraph-bottom-line {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

    span.ambassadors-pgraph-bottom-line {
        margin-bottom: 10px;
    }

    p.ambassadors-no-more-txt {
        border-bottom: none;
        padding-bottom: 0;
    }

    p.ambassadors-pgraph span {
        float: left;
        margin-top: 10px;
    }

    a.ambassadors-read-link {
        margin-top: 10px;
    }

    div#ambassadors-heading-margin {
        margin-bottom: 40px;
    }

    div.ambassadors-container-margin {
        margin-top: 100px;
    }

    div.ambassadors-right-container,
    div#robin-woolley-container {
        margin-top: 100px;
    }

    div.ambassadors-no-more-right-container {
        margin-top: 100px;
    }

    div#ambassadors-popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: #000;
        display: none;
    }

    .ambassadors-more {
        padding: 40px 15px;
        width: 100% !important;
        height: calc(100% - 80px) !important;
        position: fixed;
        top: 80px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
        z-index: 11;
        background: #fff;
        opacity: 0;
        overflow-y: scroll;
    }

    div.ambassadors-more-txt-container {
        display: none;
    }

    p.ambassadors-more-txt {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
        color: #333;
    }

    div.ambassadors-text-container,
    div.ambassadors-more-txt-container div,
    p.ambassadors-more-left-txt {
        color: #333;
    }

    div#ambassadors-footer-space {
        margin-bottom: 30px;
    }

    img#kore-telematics-logo {
        width: 70px;
        height: auto;
    }

    img#beecham-ambassadors-logo {
        width: 65px;
        height: auto;
    }

    img#alpiq-logo {
        width: 60px;
        height: auto;
    }

    img#kore-logo {
        width: 70px;
        height: auto;
    }

    img#iic-logo {
        width: 100px;
        height: auto;
    }

    img#analysys-mason-logo {
        width: 90px;
        height: auto;
    }

    img#pchalliance-logo {
        width: 90px;
        height: auto;
    }

    img#everynet-logo {
        width: 45px;
        height: auto;
    }

    img#strategy-analytics-logo {
        width: 158px;
        height: auto;
    }

    img#unlimit-logo {
        width: 80px;
        height: auto;
    }

    @media screen and (min-width: 350px) {
        h2.ambassadors-name {
            font-size: 20px;
        }

        .ambassadors-img {
            height: 114px;
        }

        div.ambassadors-text-container div {
            height: 114px;
        }
    }

    @media screen and (min-width: 370px) {
        div.ambassadors-text-container div {
            height: 124px;
        }

        .ambassadors-img {
            height: 124px;
            margin-right: 20px;
        }

        p.ambassadors-title {
            margin: 8px 0 -3px 0;
            font-size: 14px;
        }
    }

    @media screen and (min-width: 400px) {
        .ambassadors-img {
            margin-right: 30px;
        }
    }

    @media screen and (min-width: 500px) {
        .ambassadors-img {
            height: 128px;
        }

        div.ambassadors-text-container div {
            height: 128px;
        }

        p.ambassadors-title {
            font-size: 15px;
        }

        div.ambassadors-text-container,
        div.ambassadors-more-txt-container div,
        p.ambassadors-more-left-txt {
            width: 80%;
        }
    }

    @media screen and (min-width: 750px) {
        div.ambassadors-text-container,
        div.ambassadors-more-txt-container div,
        p.ambassadors-more-left-txt {
            width: 70%;
        }

        div.ambassadors-right-container,
        div#robin-woolley-container {
            margin-top: 100px;
        }
    }

    @media screen and (min-width: 850px) {
        p.ambassadors-title {
            font-size: 15px;
        }

        img#kore-telematics-logo {
            width: 75px;
        }

        img#beecham-ambassadors-logo {
            width: 70px;
        }

        img#alpiq-logo {
            width: 69px;
        }

        img#kore-logo {
            width: 75px;
        }
    }

    @media screen and (min-width: 992px) {
        div#robin-woolley-container {
            margin-top: 0px;
        }

        div.ambassadors-right-container {
            float: right;
            margin-right: 30px;
        }

        div.ambassadors-text-container {
            width: 400px;
        }

        p.ambassadors-pgraph {
            height: 252px;
            margin-bottom: 0px;
        }

        p.gilli-tom-pgraphs {
            height: 220px;
        }

        span#tom-rebbeck-span {
            padding-bottom: 40px;
        }

        p.rich-lawrence-pgraphs {
            height: 230px;
        }

        p.andrew-james-pgraphs {
            height: 185px;
        }

        p.tracy-juergen-pgraphs {
            height: 224px;
        }

        p.tracy-juergen-pgraphs span {
            height: 104px;
        }

        span.ambassadors-pgraph-bottom-line {
            margin-bottom: 0;
        }

        p.ambassadors-no-more-txt {
            padding-bottom: 10px;
            height: auto;
        }

        div#ambassadors-footer-space {
            margin-bottom: 60px;
        }

        div#ambassadors-popup-overlay {
            opacity: .9;
        }

        .ambassadors-more {
            padding: 40px;
            width: 960px !important;
            height: 450px !important;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 10px;
            margin: auto !important;
            z-index: 11;
            background: #fff;
            opacity: 0;
            overflow-y: visible;
        }

        .ambassadors-more-extra-height {
            height: 550px !important;
            height: -webkit-calc(530px) !important;
            top: 80px;
        }

        p.ambassadors-more-left-txt {
            width: 400px;
            margin-top: 0px;
            margin-top: -webkit-calc(-20px);
        }

        div.ambassadors-more-txt-container div {
            width: 450px;
            position: absolute;
            top: 36px;
            right: 40px;
        }

        a.span-ambassadors-read-link {
            margin-top: 9px;
        }

        a.ambassadors-read-link,
        a.ambassadors-close-link {
            float: right;
        }
    }

    @media screen and (min-width: 1100px) {
        .ambassadors-more {
            width: 1030px !important;
            right: 0px;
        }
    }

    @media screen and (min-width: 1400px) {
        h2.ambassadors-name {
            font-size: 22px;
        }

        p.ambassadors-pgraph {
            height: 251px;
        }

        p.gilli-tom-pgraphs {
            height: 220px;
        }

        span#tom-rebbeck-span {
            padding-bottom: 40px;
        }

        p.rich-lawrence-pgraphs {
            height: 233px;
        }

        p.andrew-james-pgraphs {
            height: 185px;
        }

        p.tracy-juergen-pgraphs {
            height: 223px;
        }

        p.tracy-juergen-pgraphs span {
            height: 101px;
        }

        p.ambassadors-no-more-txt {
            height: auto;
        }

        img#kore-telematics-logo {
            width: 72px;
        }

        img#kore-logo {
            width: 72px;
        }

        img#analysys-mason-logo {
            width: 90px;
        }

        img#pchalliance-logo {
            width: 90px;
        }

        img#everynet-logo {
            width: 45px;
        }

        img#strategy-analytics-logo {
            width: 158px;
        }
    }

    .form.search.advanced-search-form {
        width: auto;
    }

    .advanced-search-form input.company-radio + div.radio-style {
        margin: -18px 0 0 86px;
    }

    #newsletterSuccess {
        display: none;
        font-size: 14px;
        color: #333;
        font-weight: 400;
    }

    #newsletterSub {
        font-size: 16px;
        padding: 4px 20px 5px 20px;
        margin-right: 10px;
    }

    .showcase #newsletterSub {
        background-color: #245d6c;
    }

    .newsletter input {
        display: block;
        width: 250px;
        height: 30px;
        border: 1px solid #55c5ce;
        padding: 0 5px;
        margin-bottom: 15px;
        background-color: #fff;
        color: #333;
        font-size: 14px;
    }

    .showcase .newsletter input {
        border-color: #245d6c;
    }

    #newsletter {
        margin-bottom: 20px;
    }

    #newsletter #nl-heading {
        color: #55c5ce;
        margin-bottom: 5px;
        display: block;
    }

    .showcase #newsletter #nl-heading {
        color: #245d6c;
      }

    #newsletter #email-error {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        left: 120px;
        padding: 12px 0 0 0;
        margin: 0;
    }

    .full-width-line {
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }

    .platform-chart-line,
    .showcase-full-line {
        margin: 60px 0;
    }

    #pilot-banner {
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_pilot_bg.jpg');
    }

    #directory-banner {
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_directory_bg.jpg');
    }

    #resources-banner {
        background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/iotgn_resources_bg.jpg');
    }

    .page-banner {
        height: 225px;
        width: 100%;
        background-position: center 70px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px;
        position: relative;
    }

    .banner-circle-art-container {
        width: calc(100% - 20px);
        max-width: 1290px;
        position: absolute;
        top: calc(100% - 60px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .banner-circle-wht {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        z-index: 0;
    }

    .banner-circle-art {
        width: 90px;
        height: 90px;
        border: 3px solid #55c5ce;
        border-radius: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        overflow: hidden;
    }

    .banner-circle-art img {
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -3px;
        margin: auto;
        z-index: -1;
    }

    .pilot-platform-logo-circle {
        border: 1px solid #ccc;
    }

    .pilot-platform-logo-circle img {
        height: 60px;
        width: auto;
        left: 0;
    }

    .page-heading {
        padding: 0 0 0 130px;
        color: #55c5ce;
        font-size: 25px;
        font-weight: 600;
        margin: 0 auto 50px auto;
    }

    .page-heading span:first-child {
        font-size: 14px;
        position: relative;
        top: -6px;
        font-weight: 400;
        border-bottom: 1px solid;
    }

    .pilot-heading-span {
        font-size: 18px;
        color: #e94f24;
        font-weight: 400;
    }

    .page-big-heading {
        font-size: 22px;
        padding: 0 40px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    .page-sub-heading {
        font-size: 16px;
        padding: 0 10px;
        font-weight: 300;
        text-align: center;
        margin: 20px auto 50px auto;
        max-width: 700px;
    }

    .showcase-page-sub-heading {
        font-size: 18px;
        font-weight: 400;
        margin-top: 0;
        font-weight: 700;
    }

    .showcase-big-heading {
        margin: 60px 0 40px 0;
    }

    div.showcase-points-container {
        margin-left: 15px;
        margin-top: 25px;
    }

    div.showcase-points-container p {
        position: relative;
        text-align: left;
    }

    div.showcase-points-container p:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #245d6c;
        position: absolute;
        top: 9px;
        left: -15px;
    }

    #beecham-showcase-points-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    #beecham-showcase-points-container div.showcase-points-container {
        width: 40%;
    }

    #beecham-showcase-points-container p {
        font-style: italic;
    }

    #showcase-pdf {
        height: 500px;
        position: relative;
        margin-bottom: 40px;
    }

    .center-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 60px;
    }

    .showcase-btn {
        background-color: #245d6c;
    }

    #gartner-logo {
        width: auto;
        height: 40px;
    }

    #beecham-1nce-pgraph {
        font-weight: 400;
        color: #245d6c;
        margin: 30px 0 20px 0;
        max-width: 550px;
    }

    .showcase-pgraph {
        font-size: 16px;
        color: #333;
    }
    
    .showcase-pgraph > p {
        padding-bottom: 30px;
    }

    .showcase-video-container .showcase-pgraph {
        color: #fff;
    }

    .showcase-pgraph .pgraph-link {
        color: #e1e752;
    }

    .showcase-pgraph .pgraph-link:link,
    .showcase-pgraph .pgraph-link:visited,
    .showcase-pgraph .pgraph-link:active {
        color: #e1e752;
        text-decoration: none;
    }

    .showcase-pgraph .pgraph-link:hover {
        text-decoration: underline;
    }

    .center-aligned {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .showcase-quote-heading {
        font-weight: 400;
        margin: 0;
    }

    .showcase-quote {
        font-size: 20px;
        font-style: italic;
        max-width: 600px;
        margin: 30px 0 50px 0;
    }

    #last-gartner-pgraph {
        max-width: 610px;
        font-weight: 400;
    }

    .showcase-event-heading {
        color: #245d6c;
        margin: 60px 0 40px 0;
        font-weight: 300;
        text-align: center;
    }

    h3.dbl-line-title {
        text-align: center;
    }

    .find-more-container,
    .pagination-container {
        max-width: 850px;
        width: calc(100% - 10px);
    }

    #group-find-more-container {
        width: calc(100% - 20px);
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .find-more-container a.link-right-arrow {
        color: #55c5ce;
    }

    .page-discover-content-section {
        width: 100%;
        max-width: 850px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-right: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page-discover-content-section p {
        max-width: 100%;
    }

    .discover-content-left p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .bold-pgraph {
        font-weight: 400;
    }

    .discover-content-right {
        margin-top: 40px;
    }

    .discover-content-right img {
        width: 105px;
        height: auto;
    }

    p.fine-print {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }

    p.attribution-txt {
        color: #333;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        float: left;
        margin-right: 20px;
    }

    .blue-star {
        color: #55c5ce;
    }

    p.blue-star {
        float: left;
        color: #55c5ce;
        margin-left: -10px;
        font-weight: 400;
    }

    #discover-what-why p {
        font-size: 16px;
    }

    #discover-layers .page-discover-content-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .center-container {
        max-width: 850px;
        margin: 0 auto;
    }

    .flip-arrow {
        top: 0 !important;
        -webkit-transform: rotate(180deg) !important;
                transform: rotate(180deg) !important;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        line-height: 1.3;
    }

    #showcase-link-descrip {
        margin: 30px 0 0 0;
        font-size: 12px;
        font-weight: 400;
        color: #333;
    }

    #newsletter input {
        padding: 0 5px;
        margin: 10px 0 20px 0;
        clear: none;
        width: 100%;
        max-width: 370px;
        height: 30px;
        border: 1px solid #55c5ce;
        display: block;
    }

    .showcase #newsletter input {
        border-color: #245d6c;
      }

    @media (min-width: 360px) {
        .banner-circle-art-container {
            width: calc(100% - 40px);
        }

        .page-heading {
            padding: 0 0 0 140px;
        }

        .page-big-heading {
            padding: 0 60px;
        }
    }

    @media (min-width: 400px) {
        h1.big-heading {
            font-size: 30px;
        }

        h2.big-sub-heading {
            font-size: 20px;
        }

        .page-big-heading {
            font-size: 24px;
            padding: 0 80px;
        }

        .page-sub-heading {
            font-size: 18px;
            padding: 0 20px;
        }

        #discover-campaign h3 {
            padding: 0 80px;
        }

        .discover-content h3 {
            font-size: 30px;
            margin: 0 0 20px 0;
        }

        .discover-featured-heading h3 {
            font-size: 20px;
            margin: 0 20px;
        }

        .discover-content h4 {
            font-size: 18px;
        }

        .discover-content-section .discover-content-inner-section,
        .pad-news-events-section,
        .discover-featured-logo-section,
        #search-form {
            padding: 0 20px;
        }

        .discover-content h3 span.pilot-block-heading {
            top: -3px;
        }
    }

    @media (min-width: 450px) {
        .page-big-heading {
            padding: 0;
        }

        #discover-campaign h3 {
            padding: 0;
        }
    }

    @media (min-width: 500px) {
        .form.search input[type=text] {
            margin: 30px 0;
        }

        .call-to-action-down {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
    }

    @media (min-width: 550px) {
        #beecham-showcase-points-container p {
            font-size: 18px;
        }

        .showcase-video-container iframe {
            height: 315px;
            margin: 40px 0 140px 0;
        }
    }

    @media (min-width: 600px) {
        #showcase-banner-inner h1 {
            font-size: 20px;
            top: 335px;
        }

        #beecham-1nce-pgraph {
            font-size: 20px;
        }

        #showcase-banner-txt-container h2 {
            font-size: 18px;
            margin-top: 90px;
        }

        .page-sub-heading {
            font-size: 20px;
        }

        .showcase-pgraph {
            font-size: 18px;
        }

        .page-banner {
            height: 255px;
        }

        .banner-circle-art-container {
            top: calc(100% - 80px);
        }

        .banner-circle-wht {
            width: 160px;
            height: 160px;
        }

        .banner-circle-art {
            width: 120px;
            height: 120px;
        }

        .pilot-platform-logo-circle img {
            height: 80px;
        }

        .page-heading {
            padding: 0 0 0 180px;
            font-size: 30px;
        }

        .page-heading span:first-child {
            top: -11px;
        }

        .pilot-heading-span {
            font-size: 20px;
        }

        h1.big-heading {
            font-size: 40px;
        }

        h2.big-sub-heading {
            font-size: 24px;
        }

        .discover-content p,
        #discover-what-why p {
            font-size: 18px;
        }

        .discover-content-right p {
            font-size: 16px;
        }

        .circle-tabs-arrow-btn {
            width: 50px;
            right: -50px;
        }

        .circle-tabs-arrow-btn span {
            font-size: 20px;
            top: 40px;
        }

        .circle-tabs-arrow-btn .arrow {
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 11px solid;
        }

        div.discover-featured-content {
            width: 470px;
        }

        .latest-featured-box {
            width: 110px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 110px;
                    flex: 0 0 110px;
        }
    }

    @media screen and (min-width: 650px) {
        div#showcase-logo-link-container button {
            margin-left: -145px;
            margin-top: -60px;
        }

        .showcase-page-sub-heading {
            font-size: 24px;
        }

        .showcase-video-container iframe {
            margin: 40px 0 160px 0;
        }
    }

    @media (min-width: 700px) {
        #showcase-banner-txt-container {
            width: calc(100% - 60px);
        }

        #showcase-banner-inner h1 {
            padding: 0 30px;
        }

        .page-heading {
            margin: 0 auto 60px auto;
        }

        .circle-tabs-content {
            padding-left: 10px;
        }

        .page-circle-tabs-content {
            padding-left: 60px;
        }

        .page-discover-content-section {
            padding-right: 30px;
        }

        .discover-content-section .discover-content-inner-section,
        .pad-news-events-section,
        .discover-featured-logo-section,
        #search-form {
            padding: 0 30px;
        }

        .find-more-container,
        .pagination-container {
            width: calc(100% - 30px);
        }

        #group-find-more-container {
            width: calc(100% - 60px);
        }

        .page-sub-heading {
            padding: 0 60px;
        }

        /* footer {
            padding: 0 30px;
            height: 320px;
        } */
    }

    @media (min-width: 750px) {
        .page-banner {
            height: 285px;
        }

        #home-banner-txt h1 {
            font-size: 28px;
        }

        #home-banner-txt p {
            font-size: 18px;
        }

        .call-to-action-down {
            font-size: 16px;
        }

        div#showcase-logo-link-container button {
            margin-left: -163px;
            margin-top: -65px;
        }
    }

    @media (min-width: 850px) {
        .find-more-container,
        .pagination-container {
            width: calc(100% - 60px);
        }

        .circle-tabs-content {
            padding-left: 0;
        }

        .page-circle-tabs-content {
            padding-left: 60px;
        }

        div#showcase-logo-link-container button {
            margin-left: -168px;
            margin-top: -70px;
        }
    }

    @media screen and (min-width: 950px) {
        div#showcase-logo-link-container button {
            margin-left: -172px;
            margin-top: -75px;
        }
    }

    @media (min-width: 992px) {
        #showcase-banner {
            /* height: 100%; */
            /* max-height: 500px; */
        }

        div#showcase-logo-link-container {
            margin-bottom: -20px;
        }

        #showcase-banner-logo {
            width: 100%;
/*            max-width: 1300px;*/
        }

/*        #showcase-banner h1,
        #showcase-banner h2 {
            max-width: calc(740px + 15%);
        }*/

        div#showcase-logo-link-container button {
            margin-left: -164px;
            margin-top: -70px;
        }

        #telekom-img {
            width: 168px;
            float: right;
        }

        #showcase-banner-inner {
            height: 80%;
            overflow: hidden;
        }

        #showcase-banner-inner h1 {
            bottom: 0;
            top: auto;
            left: 0;
            padding: 0;
            margin-left: 40%;
            color: #fff;
            z-index: 0;
        }

        #iotx-banner-logo {
            bottom: 8%;
            left: 10%;
            width: auto;
            height: 75%;
            z-index: 0;
        }

        #showcase-banner-txt-container {
            position: absolute;
            bottom: 0;
            left: 0;
            right: auto;
            margin: 0 0 0 40%;
            width: 60%;
            max-width: 650px;
            height: 20%;
            border-bottom: 0;
            z-index: 0;
        }

        #showcase-banner-txt-container h2 {
            margin: 10px 0 -10px 0;
        }

        .showcase-quote {
            font-size: 24px;
        }

        #beecham-showcase-points-container div.showcase-points-container {
            width: auto;
        }

        #beecham-showcase-points-container div.showcase-points-container:first-of-type {
            margin-right: 40px;
        }

        .home-banner {
            background-position: top left;
            margin-bottom: 100px;
        }

        #home-banner-txt {
            max-width: 500px;
            margin-top: 10%;
            padding: 40px 50px;
        }

        #home-banner-txt p {
            font-size: 16px;
        }

        h1.big-heading {
            font-size: 60px;
        }

        h2.big-sub-heading {
            font-size: 36px;
            margin: 30px 0 50px 0;
        }

        .discover-content-section .discover-content-inner-section,
        .pad-news-events-section,
        .discover-featured-logo-section,
        #search-form {
            padding: 0;
        }

        .page-circle-tabs-container {
            width: 100%;
        }

        .circle-tabs-menu {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 60px;
        }

        .circle-tabs {
            float: left;
            margin-bottom: 0;
            min-width: 115px;
        }

        .page-circle-tabs {
            min-width: 33.333%;
        }
        #pilot-circle-tabs-container>.page-circle-tabs {
            min-width: 25%;
        }
        .circle-tabs div:first-child {
            width: 70px;
            height: 70px;
        }

        .circle-tabs h3 {
            font-size: 14px;
        }

        .page-circle-tabs h3 {
            font-size: 16px;
            padding: 0;
            margin-top: 12px;
        }

        h3.dbl-line-title {
            margin-top: 0;
        }

        .tab-line {
            display: block;
        }

        #discover-campaign h3 {
            font-size: 30px;
        }

        .circle-tabs-content {
            margin-top: 0;
        }

        .circle-tabs-content-main {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
                align-items: flex-start;
        }

        .circle-tabs-content-middle {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
        }

        #iot-campaign-logo {
            width: 300px;
        }

        #discover-campaign-logo-heading {
            font-size: 30px;
        }

        #iot-campaign-icon-1,
        #iot-campaign-icon-3 {
            margin-top: 0;
        }

        #iot-campaign-icon-2,
        #iot-campaign-icon-4 {
            margin-top: 60px;
        }

        .circle-tabs-content-middle-img {
            width: 270px;
            height: 270px;
        }

        .iot-campaign-icon-content {
            margin-top: -50px;
        }

        #newsletter {
            margin-bottom: 0;
        }

        #newsletter #nl-heading {
            /* float: left; */
            margin: 5px 10px 0 0;
            font-size: 18px;
        }

        .sub-circle-tabs {
            min-width: 120px;
        }

        .discover-content .sub-circle-tabs h3 {
            border: 0;
        }

        .discover-content .sub-circle-tabs:first-of-type h3 {
            margin-left: 5px;
        }

        .discover-featured-line,
        div.discover-featured-sub-menu .discover-featured-line {
            display: block;
        }

        .discover-big-circle,
        .discover-big-img-no-border {
            width: 200px;
            height: 200px;
            margin-right: 40px;
            margin-bottom: 0;
        }

        .discover-content-section {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%;
        }

        .discover-content-section .discover-content-inner-section {
            text-align: left;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
        }

        .discover-content p {
            font-size: 16px;
        }

        .discover-content h3 {
            font-size: 40px;
        }

        .discover-featured-heading h3 {
            font-size: 20px;
        }

        .discover-content h3 span.pilot-block-heading {
            font-size: 14px;
            margin-left: 10px;
            padding: 2px 5px;
            top: -5px;
        }

        .discover-content h4 {
            font-size: 18px;
        }

        div.discover-featured-logo {
            margin-top: 10px;
        }

        .discover-featured-logo-section {
            text-align: left;
        }

        .discover-featured-logo-section p {
            text-align: center;
        }

        .form.search input[type=text] {
            margin: 20px 0;
            width: 500px;
        }

        a.link-next-to-btn {
            margin: 0 0 0 40px;
        }

        .swipe-container,
        .circle-tabs-arrow-btn {
            display: none;
        }

        form.circle-tabs-container,
        #pilot-circle-tabs-container,
        #showcase-circle-tabs-container {
            position: static;
            -webkit-transform: translateX(0px);
                    transform: translateX(0px);
            border-right: 0;
            padding: 0;
        }

        div.discover-featured-content {
            width: 600px;
        }

        .page-circle-tabs-content {
            padding-left: 0;
        }

        .banner-circle-art-container {
            width: calc(100% - 140px);
        }

        .page-banner {
            height: 305px;
        }

        .page-heading {
            padding: 0 230px;
            margin: 0 auto 80px auto;
        }

        .page-big-heading {
            font-size: 36px;
        }

        .page-sub-heading {
            font-size: 24px;
            margin: 20px auto 50px auto;
            padding: 0;
        }

        .showcase-page-sub-heading {
            font-size: 30px;
            margin-top: 0;
            max-width: 100%;
        }

        .showcase-event-heading {
            margin: 60px 0 40px 0;
        }

        .find-more-container,
        .pagination-container {
            margin: 0 auto;
            width: 100%;
        }

        #group-find-more-container {
            width: 100%;
            max-width: 850px;
        }

        .discover-content-left {
            max-width: 445px;
        }

        .discover-content-left p {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .discover-content-right {
            margin-top: 0;
            max-width: 335px;
        }

        #discover-what-why p {
            max-width: 400px;
            font-size: 18px;
        }

        #discover-landscape p {
            font-size: 18px;
        }

        .page-discover-content-section {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding-right: 0;
        }

        .find-more-container a.link-right-arrow {
            font-size: 16px;
        }

        .find-more-container a.link-right-arrow .arrow-right {
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 8px solid;
        }

        p.new-pgraph-mobile {
            margin-top: 0;
        }
    }

    @media (min-width: 1100px) {
        .showcase nav {
            -webkit-box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1), 3px 0 3px 0 rgba(0,0,0,0.1), 0 3px 3px 0 rgba(0,0,0,0.13);
                    box-shadow: -3px -3px 3px 0 rgba(0,0,0,0.1), 3px 0 3px 0 rgba(0,0,0,0.1), 0 3px 3px 0 rgba(0,0,0,0.13);
        }

        #showcase-banner {
            /* max-height: 550px; */
            padding-top: 80px;
        }

/*        #showcase-banner h1, #showcase-banner h2 {
            padding: 0 10px 0 25%;
            max-width: calc(740px + 25%);
        }*/

        #showcase-banner-inner h1 {
            font-size: 24px;
        }

        #iotx-banner-logo {
            height: 80%;
        }

        .page-banner {
            height: 355px;
        }

        .banner-circle-art-container {
            width: calc(100% - 280px);
            top: calc(100% - 90px);
        }

        .banner-circle-wht {
            width: 180px;
            height: 180px;
        }

        .banner-circle-art {
            width: 130px;
            height: 130px;
        }

        .pilot-platform-logo-circle img {
            height: 90px;
        }

        .page-heading {
            font-size: 36px;
            padding: 0 320px;
        }

        .page-heading span:first-child {
            font-size: 18px;
        }

        .pilot-heading-span {
            font-size: 22px;
        }
    }

    @media (min-width: 1150px) {
        div#showcase-logo-link-container button {
            margin-left: -170px;
            margin-top: -75px;
        }

        .showcase-video-container iframe {
            margin: 40px 0 180px 0;
        }
    }

    @media (min-width: 1200px) {
        .page-banner {
            background-position: left top;
            margin-bottom: 20px;
        }

        #pilot-banner {
            background-position: left bottom;
        }

        .banner-circle-art-container {
            top: calc(100% - 100px);
        }

        .banner-circle-wht {
            width: 200px;
            height: 200px;
        }

        .banner-circle-art {
            width: 150px;
            height: 150px;
        }

        .pilot-platform-logo-circle img {
            height: 100px;
        }

        .page-heading {
            padding: 0 340px;
        }

        div#showcase-logo-link-container {
            margin-bottom: -40px;
        }

        #showcase-banner {
            padding-top: 70px;
        }
    }

    @media (min-width: 1300px) {
        #showcase-banner {
            /* max-height: 660px; */
            padding-top: 30px;
        }

        div#showcase-logo-link-container button {
            margin-left: -175px;
            margin-top: -80px;
        }

/*        #showcase-banner h1, #showcase-banner h2 {
            padding: 0 10px 0 27%;
            max-width: calc(740px + 27%);
        }*/

        .showcase-video-container iframe {
            margin: 40px 0 200px 0;
        }
    }

    @media (min-width: 1400px) {
        div#showcase-logo-link-container button {
            margin-left: -180px;
            margin-top: -85px;
        }
    }

    @media (min-width: 1500px) {
        #showcase-banner {
            /* max-height: 750px; */
        }
    }

    @media (min-width: 1550px) {
        div#showcase-logo-link-container button {
            margin-left: -185px;
            margin-top: -90px;
        }
    }

    @media (min-width: 1600px) {
        #showcase-banner h1 {
            font-size: 4vw;
        }

        #showcase-banner h2 {
            font-size: 20px;
        }

/*        #showcase-banner h1, #showcase-banner h2 {
            padding: 0 10px 0 27%;
            max-width: calc(900px + 27%);
        }*/

        .page-heading {
            padding: 0;
            max-width: 850px;
        }

        .banner-circle-art-container {
            top: calc(100% - 110px);
        }

        .banner-circle-wht {
            width: 220px;
            height: 220px;
        }

        .banner-circle-art {
            width: 170px;
            height: 170px;
        }

        .pilot-platform-logo-circle img {
            height: 110px;
        }
    }

    @media (min-width: 1700px) {
        .page-banner {
            height: 405px;
        }
    }

    @media (min-width: 1750px) {
        #showcase-banner {
            /* max-height: 980px; */
        }

        #showcase-banner-inner h1 {
            font-size: 30px;
        }

        #showcase-banner-txt-container {
            max-width: 750px;
        }

        #showcase-banner-txt-container h2 {
            font-size: 20px;
        }
    }

    @media (min-width: 1750px) and (min-height: 900px) {
        #showcase-banner-inner h1,
        #showcase-banner-txt-container {
            margin-left: 45%;
        }
    }

    @media (min-width: 1900px) {
        .page-banner {
            height: 455px;
        }
    }

    div.popbox {
        position: relative;
        z-index: 501;
    }

    div.popbox div {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 140px auto !important;
    }

    div.popbox div:first-of-type {
        display: none;
    }

    div.popbox div table {
        background: #fff !important;
        border: 10px solid #fff !important;
    }

    div.popbox div table tbody tr:first-of-type td {
        background: transparent;
    }

    div.popbox div table tbody tr:first-of-type td img {
        display: none;
    }

    div.popbox div table tbody tr:first-of-type td a img {
        display: block;
    }

    a:focus,
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
      outline: 0 !important;
    }

    [contenteditable="true"]:focus {
      outline: 0 !important;
    }

    .content-cards {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        outline: 0;
      }

      .content-cards--latest {
        max-width: 500px;
        margin-top: -17px;
      }

      .content-cards--space {
        margin-top: 40px;
      }

      .content-cards__card {
        position: relative;
        border: 1px solid rgba(100, 100, 100, 0.1);
        border-bottom: 2px solid rgba(100, 100, 100, 0.1);
        background-color: #fff;
      }

      .content-cards__card--latest {
        width: 30%;
        height: 75px;
        margin-top: 15px;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

      .content-cards__card--latest img {
        max-width: 100%;
        max-height: 100%;
      }

    #top-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 70px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.05), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: height .2s, -webkit-box-shadow .2s;
        transition: height .2s, -webkit-box-shadow .2s;
        transition: height .2s, box-shadow .2s;
        transition: height .2s, box-shadow .2s, -webkit-box-shadow .2s;
      }

      #top-nav.top-nav--solid-onload {
        background-color: rgba(255, 255, 255, 1);
      }

      #top-nav.top-nav--solid {
        background-color: rgba(255, 255, 255, 1);
      }

      .showcase #top-nav.top-nav--solid-onload,
      .showcase #top-nav.top-nav--solid {
        background-color: #245d6c;
      }

      #top-nav.js-top-nav--expand, #top-nav.js-top-nav--expand.top-nav--solid {
        height: 92%;
        background-color: #fff;
        -webkit-box-shadow: 3px 10px 60px 0 rgba(0, 0, 0, 0.35), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 3px 10px 60px 0 rgba(0, 0, 0, 0.35), 0 20px 40px 0 rgba(0, 0, 0, 0.3);
      }

      #top-nav__logo {
        width: 95px;
        height: 50px;
        margin: 10px;
        display: block;
        position: relative;
        z-index: 1;
      }

      #top-nav__logo svg {
        width: inherit;
        height: inherit;
        fill: #55c5ce;
      }

      .showcase #top-nav__logo svg {
          fill: #fff;
      }

      #top-nav ul {
        list-style: none;
        padding-left: 0;
        color: #333;
      }

      #top-nav__ul {
        height: 0;
        background-color: #55c5ce;
        overflow-y: auto;
        margin: 0;
      }

      .showcase #top-nav__ul {
        background-color: #245d6c;
      }

      #top-nav__ul.js-top-nav__ul--max-height {
        height: calc(100% - 70px);
      }

      .top-nav__ul__li {
        margin-bottom: 2px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
                box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
      }

      .top-nav__ul__li__a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 96px;
        font-size: 16px;
        font-weight: 400;
        background-color: #55c5ce;
        color: #fff;
      }

      .showcase .top-nav__ul__li__a {
        background-color: #245d6c;
      }

      .top-nav__ul__li__a:link,
      .top-nav__ul__li__a:visited,
      .top-nav__ul__li__a:hover,
      .top-nav__ul__li__a:active {
          text-decoration: none;
          color: #fff;
      }

      .top-nav__ul__li__a svg {
        margin-bottom: 5px;
        fill: #fff;
        pointer-events: none;
      }

      .top-nav__ul__li__a span {
        pointer-events: none;
      }

      .top-nav__ul__li--active .top-nav__ul__li__a {
        background-color: rgba(85, 197, 206, 0.8);
      }

      .showcase .top-nav__ul__li--active .top-nav__ul__li__a {
        background-color: rgba(36, 93, 108, 0.8);
      }

      .top-nav-content,
      .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
        margin-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
      }

      @media screen and (min-width: 360px) {
        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      @media screen and (min-width: 400px) {
        .content-cards__card--latest {
            height: 85px;
        }
      }

      @media screen and (min-width: 450px) {
        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 30px;
          padding-right: 30px;
        }

        .content-cards__card--latest {
            height: 92px;
        }
      }

      @media screen and (min-width: 500px) {
        .content-cards__card--latest {
            height: 100px;
        }
      }

      @media screen and (min-width: 550px) {
        .content-cards__card--latest {
            height: 110px;
        }
      }

      @media screen and (min-width: 700px) {
        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 60px;
          padding-right: 60px;
        }
      }

      @media screen and (min-width: 800px) {
        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 80px;
          padding-right: 80px;
        }
      }

      @media screen and (min-width: 900px) {
        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 100px;
          padding-right: 100px;
        }
      }

      @media screen and (min-width: 992px) {
        #top-nav.js-top-nav--expand.no-sub-menu,
        #top-nav.js-top-nav--expand.top-nav--solid.no-sub-menu {
            max-height: 500px;
        }

        .content-cards__card--latest {
            height: 75px;
        }

        .showcase #top-nav.top-nav--solid-onload,
        .showcase #top-nav.top-nav--solid {
          background-color: #245d6c;
        }

        .top-nav-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__content {
          padding-left: 0;
          padding-right: 0;
        }
      }

      .top-nav-content--hide {
        display: none;
      }

      .top-nav-content__page-intro {
        margin-top: 40px;
      }

      .top-nav-content__page-intro--padding {
        padding-left: 10px;
        padding-right: 10px;
      }

      @media screen and (min-width: 360px) {
        .top-nav-content__page-intro--padding {
          padding-left: 15px;
          padding-right: 15px;
        }
      }

      @media screen and (min-width: 450px) {
        .top-nav-content__page-intro--padding {
          padding-left: 30px;
          padding-right: 30px;
        }
      }

      @media screen and (min-width: 700px) {
        .top-nav-content__page-intro--padding {
          padding-left: 60px;
          padding-right: 60px;
        }
      }

      @media screen and (min-width: 800px) {
        .top-nav-content__page-intro--padding {
          padding-left: 80px;
          padding-right: 80px;
        }
      }

      @media screen and (min-width: 900px) {
        .top-nav-content__page-intro--padding {
          padding-left: 100px;
          padding-right: 100px;
        }
      }

      @media screen and (min-width: 992px) {
        .top-nav-content__page-intro--padding {
          padding-left: 0;
          padding-right: 0;
        }
      }

      .top-nav-content__ul {
        background-color: rgba(85, 197, 206, 0.1);
      }

      .top-nav-content__ul__li {
        margin-bottom: 2px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(85, 197, 206, 0.5);
                box-shadow: 0 1px 1px rgba(85, 197, 206, 0.5);
      }

      .showcase .top-nav-content__ul__li {
        -webkit-box-shadow: 0 1px 1px rgba(41, 171, 226, 0.5);
        box-shadow: 0 1px 1px rgba(41, 171, 226, 0.5);
      }

      .top-nav-content__ul__li__a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 86px;
        font-size: 16px;
        font-weight: 400;
        background-color: rgba(85, 197, 206, 0.1);
        color: #55c5ce;
      }

      .showcase .top-nav-content__ul__li__a {
        color: #245d6c;
        background-color: rgba(41, 171, 226, 0.1);
      }

      .top-nav-content__ul__li__a:link,
      .top-nav-content__ul__li__a:visited,
      .top-nav-content__ul__li__a:hover,
      .top-nav-content__ul__li__a:active {
          text-decoration: none;
          color: #55c5ce;
      }

      .showcase .top-nav-content__ul__li__a:link,
      .showcase .top-nav-content__ul__li__a:visited,
      .showcase .top-nav-content__ul__li__a:hover,
      .showcase .top-nav-content__ul__li__a:active {
          text-decoration: none;
          color: #245d6c;
          background-color: rgba(41, 171, 226, 0.1);
      }

      .top-nav-content__ul__li--active .top-nav-content__ul__li__a {
        background-color: rgba(85, 197, 206, 0.2);
      }

      #top-nav form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
        margin-bottom: 20px;
      }

      .top-nav-content__preview-heading {
        margin-top: 30px;
        max-width: 500px;
      }

      .top-nav-content__preview-heading a {
          float: right;
      }

      .top-nav-content__preview-heading h3 {
        color: #55c5ce;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 35px;
      }

      .showcase .top-nav-content__preview-heading h3 {
        color: #245d6c;
      }
      
      .showcase .top-nav-content__inner-width > a {
          color: #245d6c;
      }

      .top-nav-content__preview-showcase img {
        margin-bottom: 20px;
        width: 120px;
        height: 90px;
      }
      .top-nav-content__banner-explorer {
	  margin-top: 60px;
      }
      .top-nav-content__banner {
        width: 300px;
        margin-top: 60px;
      }

      .top-nav-content__banner img {
        display: block;
        width: 100%;
      }

      .accordion-spacing {
        height: 40px;
      }

      #top-nav__hidden-menu {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-transition: height .2s;
        transition: height .2s;
      }

      #top-nav__hidden-menu.js-top-nav__hidden-menu--max-height {
        height: 100%;
      }

      .btn__arrow {
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        margin: auto;
      }

      .btn__arrow--down,
      .btn__arrow--up {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        right: 20px;
        top: 1px;
      }

      .btn__arrow--reverse {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
      }

      .btn__arrow__label {
        position: relative;
        right: 8px;
      }

      .btn__arrow--down {
        border-top: 8px solid;
      }

      .btn__arrow--up {
        border-bottom: 8px solid;
      }

      #top-nav__hidden-menu__btn {
        height: 70px;
        width: 44px;
        padding: 5px;
        margin-right: 5px;
        position: relative;
      }

      #top-nav__hidden-menu__btn .btn {
        width: 100%;
        height: 32px;
        margin-top: 14px;
        padding: 0;
        color: #55c5ce;
        background: transparent;
        border: 1px solid;
        border-radius: 5px;
      }

      .showcase #top-nav__hidden-menu__btn .btn {
          color: #fff;
      }

      .ui-accordion-header {
        position: relative;
      }

      .ui-icon {
        width: 100%;
        position: absolute;
        left: 0;
        text-align: left;
        font-size: 30px;
        font-weight: 300;
        padding-left: 20px;
      }

      .ui-icon-plus:before {
        content: '+';
      }

      .ui-icon-minus:before {
        content: '-';
      }

      #top-nav__hidden-menu__btn .btn .btn__arrow {
        left: 0;
        right: 0;
      }

      #top-nav__hidden-menu__user__btn {
        width: 44px;
        height: 70px;
        position: relative;
        margin-right: 10px;
        background: transparent;
        border: 0;
      }

      #top-nav__hidden-menu__user__btn svg {
        width: 28px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        fill: #55c5ce;
        pointer-events: none;
      }

      #top-nav__hidden-menu__user__btn span {
        color: #55c5ce;
        position: relative;
        left: 14px;
        top: -3px;
        font-weight: 600;
        font-size: 18px;
      }

      .showcase #top-nav__hidden-menu__user__btn span {
        color: #fff;
      }

      .showcase #top-nav__hidden-menu__user__btn svg {
          fill: #fff;
      }

      .top-nav__hidden-menu__user__content {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100% - 70px);
        background-color: #55c5ce;
        overflow-y: auto;
      }

      .top-nav__hidden-menu__user__content__inner,
      #top-nav__hidden-menu__user__content__inner__sub-menu {
        height: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px;
      }

      .top-nav__hidden-menu__user__content__inner__sub-menu__li {
        margin-bottom: 2px;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
                box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
      }

      .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        height: 86px;
        font-size: 16px;
        font-weight: 400;
        background-color: #55c5ce;
        color: #fff;
      }

      #top-nav-forgotten-password {
        font-size: 16px;
        border-bottom: 1px solid;
        padding-top: 20px;
      }

      #top-nav__user-register-form {
        margin-top: 40px;
      }

      .no-arrow-link {
        margin-bottom: 20px;
        display: block;
        color: #333;
        text-decoration: underline;
        -webkit-transition: color .2s;
        transition: color .2s;
      }

      .no-arrow-link:link,
      .no-arrow-link:visited {
        color: #333;
        text-decoration: underline;
      }

      .no-arrow-link:hover {
        color: #55c5ce;
        text-decoration: underline;
      }

      .showcase .no-arrow-link:hover {
        color: #245d6c;
        text-decoration: underline;
      }

      .no-arrow-link:active {
        color: #333;
        text-decoration: underline;
      }

      @media screen and (min-width: 992px) {
        .showcase .top-nav-content__ul__li__a:link,
        .showcase .top-nav-content__ul__li__a:visited,
        .showcase .top-nav-content__ul__li__a:hover,
        .showcase .top-nav-content__ul__li__a:active {
            text-decoration: none;
            color: #333;
            background-color: #fff;
        }

        #top-nav {
          max-height: 600px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-transition: none;
          transition: none;
        }
        #top-nav.js-top-nav--expand, #top-nav.js-top-nav--expand.top-nav--solid {
          -webkit-box-shadow: 3px 20px 80px 0 rgba(0, 0, 0, 0.35), 0 50px 60px 0 rgba(0, 0, 0, 0.3);
                  box-shadow: 3px 20px 80px 0 rgba(0, 0, 0, 0.35), 0 50px 60px 0 rgba(0, 0, 0, 0.3);
        }
        #top-nav__ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: auto;
          background-color: transparent;
        }
        .showcase #top-nav__ul {
            background-color: transparent;
        }
        #logged-in-ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 320px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
        .top-nav__ul__li {
          -webkit-box-shadow: none;
                  box-shadow: none;
          background-color: transparent;
          margin-bottom: 0;
        }
        .top-nav__ul__li__a {
          width: auto;
          height: 70px;
          padding-left: 15px;
          padding-right: 15px;
          font-size: 14px;
          background-color: transparent;
          color: #55c5ce;
        }
        .top-nav__ul__li__a:link,
        .top-nav__ul__li__a:visited,
        .top-nav__ul__li__a:hover,
        .top-nav__ul__li__a:active {
            text-decoration: none;
            color: #55c5ce;
        }
        .showcase .top-nav__ul__li__a {
            color: #fff;
            background-color: transparent;
        }
        .top-nav__ul__li__a svg {
          fill: #55c5ce;
        }
        .showcase .top-nav__ul__li__a svg {
            fill: #fff;
        }
        .top-nav__ul__li--active .top-nav__ul__li__a {
          background-color: #55c5ce;
          color: #fff;
        }
        .showcase .top-nav__ul__li--active .top-nav__ul__li__a {
            background-color: rgba(255,255,255,.15);
            color: #fff;
          }
        .top-nav__ul__li--active .top-nav__ul__li__a svg {
          fill: #fff;
        }
        [rel=js-top-nav-accordion] .ui-accordion-content,
        [rel=js-top-nav-user-sub-accordion] .ui-accordion-content {
          width: 750px;
          position: absolute;
          top: 70px;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          padding-top: 60px;
        }

        [rel=js-top-nav-accordion] .ui-accordion-content.no-top-pad {
            padding-top: 0;
        }

        [rel=js-top-nav-accordion] .ui-accordion-content.top-nav-content--scroll,
        [rel=js-top-nav-user-sub-accordion] .ui-accordion-content.top-nav-content--scroll {
          background-color: #fff;
          overflow-y: auto;
          width: 110%;
          padding-right: calc(10% - 15px);
        }
        .top-nav-content__page-intro,
        .top-nav-content__inner-width {
          width: 750px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 0;
        }
        .top-nav-content__page-intro {
            display: none;
            margin-top: 60px;
        }
        .top-nav-content__page-intro-showcase {
          margin-bottom: 80px;
        }
        .top-nav-content__ul,
        #top-nav__hidden-menu__user__content__inner__sub-menu {
          width: 750px;
          margin-left: auto;
          margin-right: auto;
          background-color: #fff;
          border-bottom: 1px solid #bcc6cc;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative;
        }
        #top-nav__hidden-menu__user__content__inner__sub-menu {
          height: auto;
        }
        .top-nav-content__ul__li,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li {
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin-bottom: -1px;
          margin-left: -1px;
        }
        .showcase .top-nav-content__ul__li {
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .top-nav-content__ul__li:first-of-type,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:first-of-type {
          margin-left: 0;
        }
        .top-nav-content__ul__li:first-of-type .top-nav-content__ul__li__a,
        .top-nav-content__ul__li:first-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:first-of-type .top-nav-content__ul__li__a,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:first-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn {
          border-left-color: #fff;
        }
        .top-nav-content__ul__li:first-of-type .top-nav-content__ul__li__a.ui-state-active,
        .top-nav-content__ul__li:first-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn.ui-state-active,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:first-of-type .top-nav-content__ul__li__a.ui-state-active,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:first-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn.ui-state-active {
          border-left-color: #55c5ce;
        }
        .showcase .top-nav-content__ul__li:first-of-type .top-nav-content__ul__li__a.ui-state-active {
            border-left-color: #245d6c;
        }
        .top-nav-content__ul__li:last-of-type .top-nav-content__ul__li__a,
        .top-nav-content__ul__li:last-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:last-of-type .top-nav-content__ul__li__a,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:last-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn {
          border-right-color: #fff;
        }
        .top-nav-content__ul__li:last-of-type .top-nav-content__ul__li__a.ui-state-active,
        .top-nav-content__ul__li:last-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn.ui-state-active,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:last-of-type .top-nav-content__ul__li__a.ui-state-active,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li:last-of-type .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn.ui-state-active {
          border-right-color: #55c5ce;
        }
        .showcase .top-nav-content__ul__li:last-of-type .top-nav-content__ul__li__a.ui-state-active {
            border-right-color: #245d6c;
        }
        .top-nav-content__ul__li .ui-accordion-content,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li .ui-accordion-content {
          top: 0;
        }
        .top-nav-content__ul__li__a,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn {
          height: 60px;
          background-color: #fff;
          color: #333;
          padding: 0 30px;
          border: 1px solid #bcc6cc;
          border-top-color: #fff;
          position: relative;
          z-index: 1;
        }
        .showcase .top-nav-content__ul__li__a {
            background-color: #fff;
        }
        .top-nav-content__ul__li__a:link,
        .top-nav-content__ul__li__a:visited,
        .top-nav-content__ul__li__a:hover,
        .top-nav-content__ul__li__a:active {
            text-decoration: none;
            color: #333;
        }
        .top-nav-content__ul__li__a.ui-state-active,
        .top-nav__hidden-menu__user__content__inner__sub-menu__li__accordion-btn.ui-state-active {
          color: #55c5ce;
          border: 1px solid #55c5ce;
          border-bottom-color: #fff;
          z-index: 2;
        }
        .showcase .top-nav-content__ul__li__a.ui-state-active {
            color: #245d6c;
            border: 1px solid #245d6c;
            border-bottom-color: #fff;
        }
        .top-nav-content__ul__li--active .top-nav-content__ul__li__a {
          background-color: #fff;
        }
        .top-nav-content__preview-heading,
        .content-cards--latest,
        .top-nav-content__preview-showcase,
        .top-nav-content__preview-posts {
          width: 360px;
        }

        .top-nav-content__preview-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
        .top-nav-content__banner {
          margin-top: 0;
        }

	.top-nav-content__banner-explorer {
	    margin-top: -110px;
	    padding-left: 100px;
	}

        #top-nav__hidden-menu {
          position: static;
          width: auto;
          padding-left: 0;
          padding-right: 0;
          border-left: 1px solid rgba(85, 197, 206, 0.5);
          -webkit-transition: none;
          transition: none;
        }
        .showcase #top-nav__hidden-menu {
            border-left: 1px solid rgba(255,255,255, 0.5);
        }
        #top-nav__hidden-menu__user__btn {
          width: 85px;
          margin-right: 0;
          cursor: default;
        }
        #top-nav__hidden-menu__btn {
          display: none;
        }
        .top-nav__hidden-menu__user__content {
          width: 110%;
          padding-right: calc(10% - 15px);
          background-color: #fff;
        }
        .top-nav__hidden-menu__user__content__inner {
          margin-left: auto;
          margin-right: auto;
        }
        #top-nav__hidden-menu__user__content__inner__sub-menu {
          margin-top: 40px;
        }
        #top-nav.js-top-nav--invert {
          background-color: #55c5ce;
        }
        .showcase #top-nav.js-top-nav--invert {
            background-color: #245d6c;
          }
        .js-top-nav-a--invert {
          background-color: #55c5ce;
          color: #fff;
        }
        .showcase .js-top-nav-a--invert {
            background-color: #245d6c;
          }
          .showcase .top-nav__ul__li--active .top-nav__ul__li__a.js-top-nav-a--invert {
            background-color: #245d6c;
          }
        .js-top-nav-a--invert:link,
        .js-top-nav-a--invert:visited,
        .js-top-nav-a--invert:hover,
        .js-top-nav-a--invert:active {
            text-decoration: none;
            color: #fff;
        }
        .js-top-nav-a--invert.ui-state-active {
          background-color: #fff;
          color: #55c5ce;
        }
        .showcase .js-top-nav-a--invert.ui-state-active {
            color: #245d6c;
          }
          .showcase .top-nav__ul__li--active .top-nav__ul__li__a.js-top-nav-a--invert.ui-state-active {
            background-color: #fff;
          }
        #top-nav__logo svg.js-top-nav-svg--invert,
        .top-nav__ul__li__a svg.js-top-nav-svg--invert,
        .top-nav__ul__li--active .top-nav__ul__li__a svg.js-top-nav-svg--invert,
        #top-nav__hidden-menu__user__btn svg.js-top-nav-svg--invert {
          fill: #fff;
        }
        #top-nav__hidden-menu__user__btn span.js-top-nav-span--invert {
            color: #fff;
        }
        #top-nav__hidden-menu.js-top-nav__hidden-menu--invert {
          border-left-color: rgba(255, 255, 255, 0.5);
        }
        #top-nav__hidden-menu.js-top-nav__hidden-menu--active {
          background-color: #fff;
        }
        .ui-state-active svg.js-top-nav-svg--invert,
        .top-nav__ul__li--active .top-nav__ul__li__a.ui-state-active svg.js-top-nav-svg--invert,
        #top-nav__hidden-menu__user__btn.ui-state-active svg.js-top-nav-svg--invert {
          fill: #55c5ce;
        }
        #top-nav__hidden-menu__user__btn.ui-state-active span.js-top-nav-span--invert {
            color: #55c5ce;
        }
        .showcase .ui-state-active svg.js-top-nav-svg--invert,
        .showcase .top-nav__ul__li--active .top-nav__ul__li__a.ui-state-active svg.js-top-nav-svg--invert,
        .showcase #top-nav__hidden-menu__user__btn.ui-state-active svg.js-top-nav-svg--invert {
            fill: #245d6c;
          }
          .showcase #top-nav__hidden-menu__user__btn.ui-state-active span.js-top-nav-span--invert {
            color: #245d6c;
        }
      }

      @media screen and (min-width: 1100px) {
        .top-nav__ul__li__a {
          padding-left: 20px;
          padding-right: 20px;
        }
        #top-nav__hidden-menu__user__btn {
          width: 105px;
        }
      }

      main,
      footer,
      .full-width-line-container,
      #community-section {
        padding-left: 10px;
        padding-right: 10px;
      }

      footer {
        width: 100%;
        background-color: #fafafa;
        padding-top: 40px;
        margin-top: 60px;
        float: left;
      }

      #footer-nav__accordion-btn {
        width: 100%;
        padding-left: 50px;
        height: 40px;
        color: #55c5ce;
        border: 0;
        border-bottom: 1px solid #bcc6cc;
        border-top: 1px solid #bcc6cc;
        background-color: transparent;
        text-align: left;
      }

      #footer-nav__accordion-btn .ui-icon {
        top: 0;
      }

      #footer-nav__accordion-content {
        display: none;
      }

      footer ul {
          list-style: none;
          padding: 0;
      }

      #footer-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid #bcc6cc;
      }

      .footer-ul__li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        margin-bottom: 10px;
      }

      .footer-ul__li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-transition: color .2s;
        transition: color .2s;
      }

      .footer-ul__li__a {
        font-size: 16px;
        font-weight: 600;
        color: #55c5ce;
        margin-bottom: 10px;
        text-decoration: none;
      }

      .showcase .footer-ul__li__a {
        color: #245d6c;
      }

      .no-href {
          cursor: default;
      }

      .footer-ul__li__a:link,
      .footer-ul__li__a:visited {
          color: #55c5ce;
          text-decoration: none;
      }

      .footer-ul__li__a:hover {
        color: #55c5ce;
          text-decoration: underline;
      }

      .footer-ul__li__a.no-href:hover {
        color: #55c5ce;
        text-decoration: none;
    }

      .footer-ul__li__a:active {
        color: #55c5ce;
        text-decoration: none;
        }

        .showcase .footer-ul__li__a:link,
        .showcase .footer-ul__li__a:visited {
            color: #245d6c;
            text-decoration: none;
        }

        .showcase .footer-ul__li__a:hover {
            color: #245d6c;
            text-decoration: underline;
        }

        .showcase .footer-ul__li__a.no-href:hover {
            color: #245d6c;
          text-decoration: none;
      }

      .showcase .footer-ul__li__a:active {
            color: #245d6c;
          text-decoration: none;
          }

      .footer-ul__li__a.footer-ul__li__a--grey-link {
        font-size: 14px;
        font-weight: 400;
        color: #929aa3;
      }

      .footer-ul__li__sub-ul__li__a,
      .footer-bottom__ul__li__a,
      #footer-bottom__copyright {
        font-size: 14px;
        font-weight: 400;
        color: #929aa3;
      }

      .footer-ul__li__a.footer-ul__li__a--grey-link:link,
      .footer-ul__li__sub-ul__li__a:link,
      .footer-bottom__ul__li__a:link,
      .footer-ul__li__a.footer-ul__li__a--grey-link:visited,
      .footer-ul__li__sub-ul__li__a:visited,
      .footer-bottom__ul__li__a:visited {
        color: #929aa3;
        text-decoration: none;
      }

      .footer-ul__li__a.footer-ul__li__a--grey-link:hover,
      .footer-ul__li__sub-ul__li__a:hover,
      .footer-bottom__ul__li__a:hover {
        color: #929aa3;
        text-decoration: underline;
      }

      .footer-ul__li__a.footer-ul__li__a--grey-link:active,
      .footer-ul__li__sub-ul__li__a:active,
      .footer-bottom__ul__li__a:active {
        color: #929aa3;
        text-decoration: none;
      }

      #footer-connected {
        margin-top: 40px;
      }

      #footer-connected h1 {
        font-weight: 300;
        font-size: 30px;
        margin-top: 0;
        color: #55c5ce;
      }

      .showcase #footer-connected h1 {
        color: #245d6c;
      }

      #footer-connected h2 {
        color: #929aa3;
        font-weight: 300;
        font-size: 20px;
      }

      #footer-connected form {
        margin-top: 40px;
        position: relative;
      }

      #footer-connected form button {
        height: 40px;
        width: 100px;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

      #footer-connected__twitter {
        margin-top: 40px;
      }

      #footer-connected__twitter h3 {
        font-size: 18px;
        font-weight: 600;
        color: #55c5ce;
        margin-bottom: 0;
      }

      .showcase #footer-connected__twitter h3 {
        color: #245d6c;
      }

      #footer-connected__twitter p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 16px;
        font-weight: 400;
      }

      #footer-connected__twitter__link__label {
        color: #929aa3;
      }

      #footer-connected__twitter__link {
        padding: 20px;
      }

      #footer-connected__twitter__link svg {
        width: 24px;
        height: 20px;
        fill: #55c5ce;
      }

      .showcase #footer-connected__twitter__link svg {
        fill: #245d6c;
      }

      #footer-bottom {
        margin-top: 20px;
        border-top: 1px solid #bcc6cc;
        padding-top: 40px;
      }

      #footer-bottom__ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px;
      }

      .footer-bottom__ul__li {
        margin-bottom: 10px;
      }

      .footer-bottom__ul__li__a {
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .footer-bottom__ul__li__a:after {
        content: '|';
        margin-left: 10px;
        margin-right: 12px;
      }

      .footer-bottom__ul__li:last-child .footer-bottom__ul__li__a:after {
        content: '';
        margin-left: 0;
        margin-right: 0;
      }

      #footer-bottom__copyright {
        float: left;
        max-width: calc(100% - 90px);
        margin-bottom: 0;
      }

      #back-to-top {
        width: 50px;
        height: 44px;
        background-color: #55c5ce;
        border: 0;
        position: relative;
        float: right;
      }

      .showcase #back-to-top {
        background-color: #245d6c;
      }

      #back-to-top div {
        width: 15px;
        height: 3px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
      }

      #back-to-top div:first-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        left: 13px;
      }

      #back-to-top div:last-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        right: 13px;
      }

      @media screen and (min-width: 450px) {
        main,
        footer,
        .full-width-line-container,
        #community-section {
          padding-left: 30px;
          padding-right: 30px;
        }
      }

      @media screen and (min-width: 700px) {
        main,
        footer,
        .full-width-line-container,
        #community-section {
          padding-left: 60px;
          padding-right: 60px;
        }
      }

      @media screen and (min-width: 800px) {
        main,
        footer,
        .full-width-line-container,
        #community-section {
          padding-left: 80px;
          padding-right: 80px;
        }
      }

      @media screen and (min-width: 900px) {
        main,
        footer,
        .full-width-line-container,
        #community-section {
          padding-left: 100px;
          padding-right: 100px;
        }
      }

      @media screen and (min-width: 992px) {
        main,
        footer,
        .full-width-line-container,
        #community-section {
          padding-left: 0;
          padding-right: 0;
        }
      }

      #footer-connected h2 {
        margin-top: 0;
      }

      @media screen and (min-width: 600px) {
        #footer-ul {
          padding-bottom: 0;
        }
        .footer-ul__li {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 33.333%;
                  flex: 1 0 33.333%;
          padding-right: 30px;
          margin-bottom: 30px;
        }
        #footer-connected h1 {
          font-size: 36px;
        }
        #footer-connected h2 {
          font-size: 24px;
        }
      }

      @media screen and (min-width: 992px) {
        footer {
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 0;
          margin-top: 100px;
        }
        #footer-nav {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
        #footer-nav__accordion-btn {
          display: none;
        }
        #footer-ul {
          border-bottom: 0;
        }
        #footer-connected {
          width: 370px;
        }

        [rel=js-footer-nav-accordion] {
          width: 540px;
        }
        #footer-bottom,
        #footer-nav {
          max-width: 1050px;
          margin-left: auto;
          margin-right: auto;
        }
        #footer-bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 0;
        }
        #footer-bottom__copyright {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
        }
        #footer-bottom__ul {
          margin-bottom: 0;
        }

        .heat-map-key-block {
                float:left; margin-right:10px;
        }
        div#heat-map-key div.heat-map-block {
                margin-right: 10px;
        }
        #heat-map-key-title {
            float: left;
            margin-top: 8px;
            margin-right: 20px;
        }
        .center-container.chart {
                clear:left;
        }
        #heat-map-inner {
                width:100%;
                max-width: 100%;
        }

        .heat-map-row p {
                display: block;
                text-align:center;
                color:#fff;
                font-weight:400;
                font-size: 14px;
                line-height: 15px;
                -webkit-transform: rotate(0);
                        transform: rotate(0);
                position: initial;
                margin: 0;
                width: 138px;
                padding: 0 5px;
        }
        .heat-map-none p, .heat-map-light p {
                color:#333;
        }
        .heat-map-row div {
                margin-right: 8px;
                width: 140px;
                border-radius: 7px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            -webkit-box-pack:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -ms-flex-line-pack:center;
                align-content:center;
            -webkit-box-orient:vertical;
            -webkit-box-direction:normal;
                -ms-flex-direction:column;
                    flex-direction:column;
            height: 61px;
        }
        .platform-chart-heading {
                /* float: left; */
            margin-right: 50px;
            margin-top: 6px;
        }
      }

      @media screen and (min-width: 1100px) {
        #footer-connected {
            width: 440px;
        }

    }
    #heat-map-container {clear: left;}

    .pilot-reg-log-hidden{
	display: none;
    }

    button#pilot_login_btn, button#pilot_register_btn {
        margin: 20px auto;
        min-width: 50%;
        }

        .log-reg_box {
        width: 80%;
        margin: 0 auto;
        border: 1px solid rgba(100, 100, 100, 0.2);
        padding: 0 10px 10px 10px;
        border-radius: 5px;
        margin-bottom: 20px;
        }

        span#pilot_register_link, p>span#pilot_login_link {
        color: #55c5ce;
        font-weight: 700;
        cursor: pointer;
        }

        .content-cards--memberships {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
            }

            .content-cards--space {
                margin-top: 40px;
            }

            .content-cards__card {
                position: relative;
                border: 1px solid rgba(100, 100, 100, 0.1);
                border-bottom: 2px solid rgba(100, 100, 100, 0.1);
                background-color: #fff;
                -webkit-transition: -webkit-box-shadow .2s;
                transition: -webkit-box-shadow .2s;
                transition: box-shadow .2s;
                transition: box-shadow .2s, -webkit-box-shadow .2s;
            }

            .content-cards__card--memberships {
                width: 100%;
                max-width: 400px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                padding-left: 20px;
                padding-right: 20px;
                border-radius: 5px;
              }

              .content-cards__card--memberships:nth-of-type(1) {
                margin-top: 40px;
              }

              .content-cards__card--memberships:nth-of-type(2) {
                margin-top: 80px;
                margin-bottom: 80px;
              }

              .content-cards__card--memberships button {
                margin: 40px auto 0;
              }

              #content-cards__card__package-directory-listing,
              #content-cards__card__package-enhanced-listing {
                position: absolute;
                top: 0;
                left: 0;
              }

              #content-cards__card__package-directory-listing polygon {
                fill: #55c5ce;
              }

              #content-cards__card__package-enhanced-listing polygon {
                fill: #f0834c;
              }

              #content-cards__card__package-directory-listing text,
              #content-cards__card__package-enhanced-listing text {
                fill: #fff;
                font-size: 12px;
                font-weight: 600;
              }

              .content-cards__card__package-icon {
                width: 80px;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                top: -20px;
                margin-bottom: -10px;
                background-color: #fff;
              }

              .content-cards__card__package-icon--innovator {
                top: -35px;
                margin-bottom: -25px;
                margin-top: 10px;
              }

              .content-cards__card__package-heading {
                margin-bottom: 30px;
                color: #333;
              }

              .content-cards__card__package-heading p {
                font-size: 16px;
                font-weight: 400;
                text-transform: uppercase;
                margin-bottom: 0;
              }

              .content-cards__card__package-heading p.content-cards__card__package-heading__for-those {
                font-size: 14px;
                color: #333;
                background-color: rgba(188, 198, 204, 0.1);
                margin-top: 20px;
                padding: 10px;
              }

              .content-cards__card__package-heading h5 {
                font-size: 36px;
                margin-top: -6px;
                margin-bottom: 0;
                font-weight: 600;
              }

              .content-cards__card__package-price {
                color: #333;
                border-top: 1px solid;
                border-bottom: 1px solid;
                padding-top: 20px;
                padding-bottom: 20px;
              }

              .content-cards__card__package-price.content-cards__card__package-price--community {
                border-bottom: 0;
              }

              .content-cards__card__package-price p {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-weight: 600;
                margin-bottom: 0;
              }

              .content-cards__card__package-price p span:nth-of-type(1):not(.a-month) {
                font-size: 24px;
              }

              .content-cards__card__package-price p span:nth-of-type(2) {
                font-size: 48px;
                margin-left: 4px;
                margin-right: 1px;
                line-height: .8;
              }

              .content-cards__card__package-price p span:nth-of-type(3) {
                font-size: 18px;
                -ms-flex-item-align: start;
                    align-self: flex-start;
              }

              .content-cards__card__package-price p span .a-month {
                font-size: 16px;
                margin-left: 2px;
                position: relative;
                top: -1px;
              }

              .content-cards__card__package-details {
                text-align: left;
                display: none;
                border-top: 1px solid #bcc6cc;
                padding-top: 40px;
                margin-top: 40px;
              }

              .content-cards__card__package-details__detail {
                margin-bottom: 15px;
              }

              .content-cards__card__package-details__detail svg {
                float: left;
                margin-right: 10px;
                margin-top: 2px;
              }

              .content-cards__card__package-details__detail p {
                display: table;
                margin-bottom: 0;
                font-size: 16px;
                font-weight: 400;
              }

              #content-cards__card__package-community {
                background-color: #55c5ce;
                border-radius: 5px;
                padding: 40px 20px;
                margin-left: -20px;
                margin-right: -20px;
              }

              #content-cards__card__package-community .content-cards__card__package-details {
                border-color: #fff;
              }

              #content-cards__card__package-community .content-cards__card__package-details__detail svg {
                fill: #fff;
              }

              #content-cards__card__package-community .content-cards__card__package-details__detail p,
              #content-cards__card__package-community .content-cards__card__package-details__detail .blue-star {
                color: #fff;
              }

              #content-cards__card__package-community .standard-btn {
                background-color: #fff;
                color: #55c5ce;
                margin-bottom: 0;
              }

              #content-cards__card__package-innovator .standard-btn {
                background-color: #f0834c;
              }

              #content-cards__card__package-innovator button:first-of-type{
                background-color: #fff;
              }

              #content-cards__card__package-community button:first-of-type {
                background-color: transparent;
                border-color: #fff;
                margin-top: 0;
                color: #fff;
              }

              a.standard-btn {
                display: block;
                text-decoration: none;
                width: 124px;
                margin: 40px auto;
            }

            a.standard-btn:link,
            a.standard-btn:visited,
            a.standard-btn:hover,
            a.standard-btn:active {
                color: #fff;
            }

              @media screen and (min-width: 992px) {
                .content-cards--memberships {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                }

                .content-cards__card--memberships {
                  width: 320px;
                  -webkit-box-flex: 0;
                      -ms-flex: 0 0 320px;
                          flex: 0 0 320px;
                  margin-top: 40px;
                  margin-left: 0px;
                  margin-right: 0px;

                }
                .content-cards__card--memberships:nth-of-type(2) {
                  margin-top: 40px;
                  margin-bottom: 0;
                }
                .content-cards__card__package-icon--innovator {
                  margin-bottom: -30px;
                  width: 70px;
                }
                .content-cards__card__package-icon--innovator svg {
                  height: 50px;
                  width: 42px;
                }
                .content-cards__card__package-price {
                  margin-bottom: 40px;
                }
                .content-cards__card__package-price.content-cards__card__package-price--community {
                  margin-bottom: 0;
                }
                .content-cards__card__package-details {
                  border-top: 0;
                  padding-top: 0;
                  margin-top: 0;
                }
                .membership-accordion__btn {
                  display: none;
                }
              }

              .full-width-line--home {
                background-color: #bcc6cc;
                width: 100%;
                height: 1px;
                max-width: 992px;
                margin: 60px auto;
              }

              .home-section header {
                position: relative;
                z-index: 1;
                text-align: center;
              }

              .home-section header h1 {
                font-size: 28px;
              }

              .home-section header h2 {
                font-size: 20px;
                font-weight: 300;
              }

              @media screen and (orientation: landscape) and (min-height: 500px) {
                .home-section {
                  max-width: 992px;
                  margin-left: auto;
                  margin-right: auto;
                  position: relative;
                }
                .home-section header {
                  margin-bottom: 40px;
                }
                .home-section header h1 {
                  font-size: 50px;
                }
                .home-section header h2 {
                  font-size: 32px;
                }
              }

              @media screen and (orientation: portrait) and (min-width: 360px) {
                .home-section header h1 {
                  font-size: 30px;
                }
                .home-section header h2 {
                  font-size: 22px;
                }
              }

              @media screen and (orientation: portrait) and (min-width: 400px) {
                .home-section header h1 {
                  font-size: 32px;
                }
                .home-section header h2 {
                  font-size: 24px;
                }
              }

              @media screen and (orientation: portrait) and (min-width: 700px) {
                .home-section {
                  max-width: 992px;
                  margin-left: auto;
                  margin-right: auto;
                  position: relative;
                }
                .home-section header {
                  margin-bottom: 40px;
                }
                .home-section header h1 {
                  font-size: 50px;
                }
                .home-section header h2 {
                  font-size: 32px;
                }
              }

              @media screen and (min-width: 992px) {
                .home-section header h1 {
                  font-size: 60px;
                }
                .home-section header h2 {
                  font-size: 36px;
                }
            }

            .btn__arrow {
                width: 0;
                height: 0;
                position: absolute;
                bottom: 0;
                margin: auto;
              }

            .btn__arrow__label {
                position: relative;
                right: 8px;
              }


/* payment styles */

.package-details{
    padding-top: 120px;
}
.billing-details-form .form-group{
    margin-left: 10px;
    margin-right: 10px;
}
p.purchase-details{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}
.purchase-details span{
    display: block;
    color: #55c5ce;
}
p.request{
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.form-center-btn-container {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.payment-btn{
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    display: block;
    width: 95%;
}

#billing-details-form label {
    font-weight: 400;
}

#billing-details-form input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
  }

#billing-details-form  input.form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
  }

#billing-details-form  input.form-control:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
  }

#billing-details-form input.form-control:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
  }

@media screen and (min-width: 500px){
    .billing-details-form{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px){
    .billing-details-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .payment-btn{
        width: 50%;
    }
}

.form-response {
    color: #cc0000;
    margin-left: 10px;
    font-size: 14px;
}

#repeat-are-you-sure,
#repeat-go-to-gateway {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 420px;
  background: #fff;
  font-weight: 400;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1), 1px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 13;
}

#repeat-are-you-sure button,
#repeat-gateway {
  width: 100%;
  margin: 10px 0;
}

#repeat-go-to-gateway {
  height: 300px;
}

@media screen and (min-width: 500px) {
    #repeat-are-you-sure {
        width: 400px;
        padding: 20px 40px;
    }
}

#membership1-pkg .company-alert,
#membership1-pkg .innovator-alert,
#membership2-pkg .innovator-alert {
    border-color: #333;
    padding: 40px;
}

#membership2-pkg .company-alert,
#membership3-pkg .company-alert {
    margin-top: 40px;
    padding: 40px;
}

#membership3-pkg .innovator-alert {
    border: 0;
    padding: 0;
}

#membership1-pkg .company-alert p {
    color: #333;
}

#membership1-pkg .company-alert a:link,
#membership1-pkg .company-alert a:visited,
#membership1-pkg .company-alert a:hover,
#membership1-pkg .company-alert a:active {
    color: #333;
}

#membership1-pkg .company-alert .btn-addcmpn,
#membership1-pkg .company-alert .btn-addcmpn:hover {
    border-color: #333 !important;
    color: #333 !important;
    opacity: .7;
}

#membership-popup {
    width: 300px;
    height: 200px;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background-color: #fff;
    z-index: 10;
}

#membership-popup .glyphicon {
    color: #55c5ce;
}

#membership-popup a:link,
#membership-popup a:visited {
    color: #55c5ce;
    text-decoration: none;
}

#membership-popup a:hover {
    color: #333;
    text-decoration: none;
}

#membership-popup a:active {
    color: #55c5ce;
    text-decoration: none;
}

#membership-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background-color: #fff;
    color: #55c5ce;
}

#membership-popup-close .glyphicon {
    font-size: 20px;
}

#membership2-pkg a.paid-membership-feature .standard-btn,
#membership1-pkg a.paid-membership-feature .standard-btn,
#membership1-pkg a.paid-membership2-feature .standard-btn,
#membership2-pkg a.paid-membership2-feature .standard-btn,
#membership3-pkg a.paid-membership2-feature .standard-btn {
    background-color: #333;
    opacity: .7;
}

.unsuccessfull-info {
    padding-top: 120px;
    text-align: center;
}

.include-company {
    font-size: 18px;
    margin: -10px 0 20px;
    color: #fff;
    background: #55c5ce;
    padding: 10px;
}

.home-section header h2.include-company {
    font-size: 18px;
    margin: 40px auto 20px;
    max-width: 650px;
}

#cancel-pkg {
    color: #ccc;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}
.banner-pilot-cont{
    display: flex;
    justify-content: center; 
    margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
    .banner-pilot-cont img{
        max-width: 100%;
        height: auto;
    }
}

/* Redesign directory styles */

.directory-search-box.page-search-form.form.search{
    margin: 0;
    max-width: 40%;
    margin-top: -10%;
}
.directory-search-box .searchradio{
    display: none;
}
.directory-search-box.form.search input[type=text]{
    margin: 0;
    max-width: 40%;
    display: inline;
    position: relative;
}
.directory-search-box .standard-btn{
    position: absolute;
    border: 0;
    border-bottom: 1px solid #55c5ce;
    border-radius: 0;
    height: 40px;
    padding: 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.directory-search-box .standard-btn.change-border-color{
    border: 0;
    border-bottom: 1px solid #55c5ce;
    border-color: #55c5ce !important;
    opacity: 0.8;
}
.directory-search-box .standard-btn svg{
    fill: #fff;
}
.directory-search-box a.link-right-arrow:link{
    margin: 0;
    margin-left: 5px;
    margin-top: 10px;
    display: flex;
    font-size: 12px;
}
.directory-container-search.center-container.content-padding{
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}
.filter-by.srch-results-dir{
    margin-right: 140px;
}
@media screen and (max-width: 800px) {
    .directory-search-box.form.search input[type=text]{
        max-width: 85%;
    }
    .directory-search-box.page-search-form.form.search{
        margin-top: -12%;
    }
}
@media screen and (max-width: 767px) {
    .directory-search-box.page-search-form.form.search{
        max-width: 95%;
        margin-bottom: 40px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }   
    .directory-search-box.form.search input[type=text]{
        margin-right: auto;
        margin-left: auto;
    }
    .directory-search-box .standard-btn{
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 1400px) {
    .directory-search-box.page-search-form.form.search{
        margin-top: -8%;
    }
}
@media screen and (min-width: 1800px) {
    .directory-search-box.page-search-form.form.search{
        margin-top: -6%;
        margin-right: 15%;
    }
}
@media screen and (min-width: 2300px) {
    .directory-search-box.page-search-form.form.search{
        margin-top: -5%;
        margin-right: 20%;
    }
}

/* New showcase styles */

.showcase-top-row {
    margin: 0 auto; 
    position: relative; 
    top: -25px; 
    background-color:#ffffff;
}

.showcase-top-row, .showcase-top-row>.col-lg-12>.content-padding {
    max-width:950px; 
}

.showcase-top-row>.col-lg-12>.showcase-pgraph {
    max-width:650px; 
    margin: 0 auto; 
    margin-top: 80px;
}
@media (min-width: 992px){
    .showcase-col-left {
    padding-right: 15px;
    }

    .showcase-col-right {
        padding-left: 15px;
    }
    .showcase-row-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}


.showcase-col-right>a h3, .showcase-col-left>a h3 {
    color: #ffffff;
}

.showcase-col-right>a div, .showcase-col-left>a div {
    color: #245d6c;
}

.showcase-col-right>a:hover, .showcase-col-left>a:hover {
    text-decoration: none;
}

.background-container-big, .background-container-small {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    margin-bottom: 15px;
    position: relative;
}

.background-container-big {
    height: 500px;
}

.background-container-small {
   height: 300px;
}

.background-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(25, 26, 29, 0.4);
    padding: 30px; 
    background: -moz-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(132,14,77,0) 30%, rgba(25,26,29,0.85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,1,124,0)), color-stop(30%, rgba(132,14,77,0)), color-stop(100%, rgba(25,26,29,0.85)));
    background: -webkit-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(132,14,77,0) 30%, rgba(25,26,29,0.85) 100%);
    background: -o-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(132,14,77,0) 30%, rgba(25,26,29,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(239,1,124,0) 0%, rgba(132,14,77,0) 30%, rgba(25,26,29,0.85) 100%);
    background: linear-gradient(to bottom, rgba(239,1,124,0) 0%, rgba(132,14,77,0) 30%, rgba(25,26,29,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef017c', endColorstr='#191a1d', GradientType=0 );
}

.background-container-overlay>div {
    width: 160px;
    background: #fff;
    text-align: center;
    padding: 12px 0; 
    position: absolute;
    bottom: 30px;
}

.background-container-overlay>div:hover {
    background: #245d6c;
    color: #ffffff;
}

.background-container-overlay>h3{
   position: absolute;
   bottom: 95px; 
   padding-right: 30px;
   font-size: 21px;
}

.backgroud-first {
   background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/security_1.jpg'); 
}

.backgroud-second {
  background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/security_2.jpg');  
}

.backgroud-third{
  background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/security_3.jpg');  
}

.backgroud-fourth{
   background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/security_4.jpg'); 
}

.showcase-article-container {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 4px 7px 2px rgba(242,242,242,1);
    -moz-box-shadow: 0px 4px 7px 2px rgba(242,242,242,1);
    box-shadow: 0px 4px 7px 2px rgba(242,242,242,1);
    margin: 10px;
    padding: 30px;
    height: 97%;
}

.showcase-article-container img {
    width: 100%;
    height: auto;
}

.showcase-article-container a {
    color: #333;
}

.showcase-article-container a:hover {
    color: #333333;
    text-decoration: none;
}

.showcase-article-container div {
    width: 140px;
    background: #245d6c;
    text-align: center;
    padding: 12px 0; 
    color: #ffffff;
    border: 1px solid #245d6c;
}

.showcase-article-container div:hover {
   background: #ffffff; 
   color: #245d6c;
}

.showcase-article-container h3 {
    font-size: 20px;
    font-weight: 700;
}

.showcase-article-container p {
    font-size: 14px;
    padding: 15px 0;
}

/*tech trends styles*/

#tech-trends {
    background: #000000;
    background-image: url('/live/oe_/https://www.iotglobalnetwork.com/img/techtrends-header-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    color: #ffffff;
    margin-bottom: 20px; 
    padding-bottom: 30px;
}
#tech-trends h2 {
    color: #55c5ce;
    font-weight: 900;
    font-size: 40px;
}
#tech-trends img {
    width: 100%;
    height: auto;
}

#tech-trends p {
    padding-left: 5px;
}

.tech-ternds-insights {
    font-size: 20px;
    font-weight: bolder;
}

.tech-ternds-container{
    position: relative;
    padding: 20px 5px;
    padding-right: 60px;
}

div.tech-ternds-container:nth-child(5), div.tech-ternds-container:nth-child(4) {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
}

.tech-ternds-circle {
    height: 30px;
    width: 30px;
    background: #006cff;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 15px;
    padding: 7px 0 7px 9px;
}

.tech-ternds-btn {
    background-color: #006cff;
    color: #ffffff;
    padding: 15px 50px;
    font-size: 15px;
    border-radius: 4px;
    display: inline-block;
    margin: 30px 0;
}

.tech-ternds-btn:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #006cff; 
}

.banner-home-container {
    margin: 30px 5px 50px 5px;
    display: flex;
    justify-content: center;
}

.home-section > div.col-xs-4 {
    padding: 0 10px;
}

.tech-trends-news_container {
    -webkit-box-shadow: 0px 6px 8px 1px #f2f2f2;
    -moz-box-shadow: 0px 6px 8px 1px #f2f2f2;
    box-shadow: 0px 6px 8px 1px #f2f2f2;
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

.tech-trends-news_container >a.news-thumb {
    display: block;
    height: 230px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tech-trends-news_container > div {
    padding: 0 15px 30px 15px;
} 

p.tech-trends-news_content {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 124px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 

.news-thumb-title-link h2 {
    font-size: 16px;
    color: #333;
    margin: 20px 0 10px 0;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 41.6px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

@media screen and (max-width: 350px) {
    #tech-trends div.text-center > img{
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .home-section > div.col-xs-4 {
        width: 100%;
    }
    .tech-trends-news_container >a.news-thumb {
        height: 280px;
    }
}

@media screen and (max-width: 922px) {
    #tech-trends {
      background-image: none;
      padding-bottom: 30px;
      padding-left: 10px;
    }
}

@media screen and (max-width: 980px) {
    .banner-home-container img{
        max-width: 100%;
        height: auto;
    }
}
.events-row-home{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.events-desc-box-home{
    display: flex;
    align-items: center;
    max-width: 500px;
}
.events-content-text-space{
    margin-left: 40px;
}
.discover-featured-line.line-events-section{
    width: 160px;
}

.events-list-item.discover-events-link{
    margin-top: 15px;
}

/* Events section responsive */

@media screen and (max-width: 1000px) {
    .events-row-home{
        flex-direction: column;
    }
    .events-desc-box-home{
        flex-direction: column;
    }
    .events-content-text-space{
        margin-left: auto;
        margin-right: auto;
    }
    .events-content-text-space h1{
       text-align: center;
       margin-right: auto;
       margin-left: auto;
    }
    .events-content-text-space h3{
        text-align: center;
        margin-right: auto;
        margin-left: auto;
     }
}