BODY, HTML {
    background-color: #FFF;
    font-size: 15px;
    font-family: 'Noto Sans',Arial,Helvetica,sans-serif;
    line-height: 130%;
}

.text {
    font-size: 15px;
    line-height: 1.75rem;
}

.small-text {
    font-size: 13px;
    font-family: Arial,sans-serif;
}

.back-to-top {
    font-family: Arial,sans-serif;
}

#background {
    background-image: url(../images/background.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FFF;
    margin: 0;
}

#page-background {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    /*box-orient: vertical;*/
    flex-direction: column;
}

#header {
    padding: 10px 10px 45px;
}

#language-selector, #login-box, #top-box {
    display: none;
}

#language-selector-mobile {
    text-align: center;
    margin-top: 20px;
}

    #language-selector-mobile UL LI {
        display: inline-block;
        font-size: .9em;
    }

        #language-selector-mobile UL LI + LI:before {
            content: " | ";
            padding: 0 10px;
        }

    #language-selector-mobile A {
        outline: 0;
    }

#login-box-mobile {
    font-size: .9em;
    text-align: center;
    margin-top: 20px;
}

#main-menu {
    display: inline-block;
    float: right;
    margin-top: 7px;
    font-size: 14px;
    font-family: Arial,sans-serif;
}

    #main-menu UL LI {
        display: inline-block;
        color: #4D4D4D;
    }

    #main-menu LI + LI:before {
        content: " | ";
        padding: 0 2px;
    }

    #main-menu A {
        color: #4D4D4D;
        outline: 0;
    }

#logo {
    float: left;
}

    #logo IMG {
        width: 70px;
    }

#ribbon-background {
    clear: both;
}

    #ribbon-background #ribbon {
        display: inline;
        float: left;
        background-image: url(../images/ribbon-bdr-short.png);
        background-repeat: repeat-x;
        width: 100%;
        height: 77px;
        padding-top: 10px;
    }

    #ribbon-background.expanded #ribbon {
        height: 187px;
        background-image: url(../images/ribbon-bdr.png);
    }

#ribbon H1 {
    color: #FFF;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 13px;
    margin-left: 10px;
    line-height: 120%;
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 4px;
}

    #ribbon H1 #sub-caption {
        display: none;
    }

    #ribbon H1 IMG {
        display: none;
    }

#ribbon-background.expanded #ribbon H1 {
    max-width: 2000px;
    margin-right: 10px;
    word-wrap: break-word;
    white-space: normal;
    font-size: 1.9em;
}

    #ribbon-background.expanded #ribbon H1 #ribbon-splash {
        display: none;
    }

    #ribbon-background.expanded #ribbon H1 #sub-caption {
        margin-left: 0;
        margin-top: 10px;
        font-weight: 400;
        color: #ddd;
        font-size: .6em;
        line-height: 120%;
        display: block;
        height: 85px;
    }

#ribbon-slider IMG.ribbon-splash-gradient {
    display: none;
}

#ribbon-slider .unslider-nav {
    display: none;
}

#ribbon-slider {
    margin-top: -5px;
    height: 172px;
    width: 100%;
    overflow: hidden;
}

    #ribbon-slider .slider {
        height: 172px;
        width: 100%;
    }

    #ribbon-slider IMG.slider-picture {
        height: 172px;
        width: 270px;
        vertical-align: top;
        position: absolute;
        opacity: .5;
    }

    #ribbon-slider DIV.slider-text {
        color: #fff;
        text-shadow: 0 0 5px rgba(0,0,0,1);
        position: relative;
        margin-left: 20px;
        height: 172px;
    }

        #ribbon-slider DIV.slider-text SPAN {
            display: none;
        }

            #ribbon-slider DIV.slider-text SPAN.slider-caption {
                font-size: 25px;
                line-height: 120%;
                display: inline;
            }

        #ribbon-slider DIV.slider-text IMG {
            vertical-align: top;
            padding-top: 8px;
            padding-left: 10px;
            line-height: 120%;
            display: inline;
        }

    #ribbon-slider DIV.slider-text {
        background-image: url(/template/images/ribbon-splash-gradient.png);
        background-repeat: no-repeat;
        background-position: 181px;
    }

    #ribbon-slider .center-vertical {
        position: absolute;
        bottom: 15px;
        left: 0;
    }

#ragbox {
    margin-bottom: 20px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #ebebeb;
    border-color: #b2b2b2;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 0 10px 6px;
}

    #ragbox DIV {
        margin-top:-10px;
        display: inline-block;
    }

    #ragbox H1 {
        font-weight: 400;
        text-align: center;
    }

#page-menu-mobile {
    float: right;
    margin-top: -66px;
    margin-right: 10px;
}

#page-menu {
    width: 100%;
    display: none;
    margin-bottom: 17px;
    position: absolute;
    margin-top: 70px;
    z-index: 100;
    border-bottom: 5px solid gray;
}

#info-banner {
    margin-bottom: 20px;
    padding: 3px;
    background-color: #ff9;
}

#ribbon-background.expanded > #page-menu {
    margin-top: 180px;
}

#page-menu LI {
    font-size: 1.6em;
    border-bottom: 1px solid #a9a9a9;
    border-top: 1px solid #fff;
}

    #page-menu LI.odd {
        background-color: #ebebeb;
    }

    #page-menu LI.even {
        background-color: #d2d2d2;
    }

    #page-menu LI:last-child {
        border-bottom: none;
    }

    #page-menu LI:first-child {
        border-top: none;
    }

    #page-menu LI A {
        display: block;
        padding: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        #page-menu LI A.current {
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f24537),color-stop(1,#c62d1f));
            background: -moz-linear-gradient(top,#f24537 5%,#c62d1f 100%);
            background: -webkit-linear-gradient(top,#f24537 5%,#c62d1f 100%);
            background: -o-linear-gradient(top,#f24537 5%,#c62d1f 100%);
            /*background: -ms-linear-gradient(top,#f24537 5%,#c62d1f 100%);*/
            background: linear-gradient(to bottom,#f24537 5%,#c62d1f 100%);
            color: #fff;
        }

#sidebar-background {
    margin: 20px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    /*box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;*/
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}

#sidebar {
    background-color: #fff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    margin: 10px 0;
    padding: 10px 5px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 1.75rem;
}

    #sidebar HR.first {
        display: none;
    }

    #sidebar :first-child {
        margin-top: 0 !important;
    }

    #sidebar HR.first + * {
        margin-top: 0;
    }

#action-buttons {
    display: none;
}

a.action-button {
    padding-top: 10px;
}

#main {
    margin: 10px;
    /*box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;*/
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    min-height: 1px;
    line-height: 1.75rem;
}

    #main P, #main UL {
        margin-bottom: 1.5em;
    }

    #main UL {
        margin-left: 1.8em;
    }

#footer {
    font-family: Arial,sans-serif;
    border-top: 4px solid #ef282d;
    margin: 20px 0 30px;
}

#footer-menu {
    padding-left: 10px;
    margin-top: 20px;
    margin-right: 0;
    padding-right: 0;
    text-align: center;
    border-top: 1px solid #a9a9a9;
}

    #footer-menu UL {
        margin-left: -10px;
    }

        #footer-menu UL LI {
            display: inline-block;
            font-size: .9em;
            margin-top: 20px;
        }

            #footer-menu UL LI + LI:before {
                content: " | ";
                padding: 0 10px;
            }

#social-toolbar {
    display: block;
    margin-top: 17px;
}

    #social-toolbar UL {
        margin-left: 10px;
        margin-top: 0;
    }

        #social-toolbar UL LI {
            display: inline;
            margin-right: 20px;
        }

            #social-toolbar UL LI IMG {
                height: 32px;
                width: 32px;
            }

            #social-toolbar UL LI.no-mobile {
                display: none;
            }

#footer-logo {
    display: inline;
    float: right;
    font-size: 9px;
    line-height: 100%;
    margin-top: 8px;
    padding-right: 10px;
}

    #footer-logo img {
        width: 70px;
    }

#logobox A {
    outline: 0;
}

.caption {
    font-size: 20px;
    line-height: 110%;
}

    .caption.first-mobile {
        margin-top: 0;
    }

UL.screenshot-gallery {
    text-align: center;
    font-size: 13px;
}

    UL.screenshot-gallery LI {
        margin-bottom: 30px;
    }

        ul.screenshot-gallery LI SPAN {
            font-size: 12px;
        }

UL.references {
    padding: 0 !important;
    margin: 25px 0 !important;
    text-align: center;
}

    UL.references LI {
        display: inline-block;
        background-color: #fff;
    }

        UL.references LI IMG {
            height: 100px;
            width: 100px;
            border-color: gray;
            border-style: solid;
            border-width: 1px;
            padding: 5px;
            margin-right: 2px;
            margin-bottom: 1px;
        }

.hide-mobile {
    display: none;
}

INPUT {
    font-family: Arial,sans-serif;
    font-style: normal;
    font-size: 15px;
}

.col2-1, .col2-2, .col3-1, .col3-2, .col3-3 {
    margin-bottom: 30px;
}

IMG {
    max-width: 100%;
}

DIV#slideshow-conatainer {
    height: 180px;
}

    DIV#slideshow-conatainer.tv-frame {
        height: 195px;
    }

#slideshow {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    width: 300px;
}

    #slideshow IMG {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        width: 300px;
        height: 175px;
        max-width: inherit;
    }

DIV#slideshow-conatainer.tv-frame DIV#slideshow IMG {
    height: 185px;
}

#slideshow IMG.active {
    z-index: 10;
}

#slideshow IMG.last-active {
    z-index: 9;
}

UL.faq_list SPAN.faq_title {
    font-weight: 700;
}

UL.faq_list LI, UL.faq_categories LI {
    margin-bottom: 10px;
}

#sidebar .faq_list {
    margin-left: 15px;
    margin-bottom: 10px;
}

.faq_caption {
    margin-top: 0;
}

.faq_entry .faq_date {
    font-size: 12px;
    text-align: right;
}

.no_faq_entries {
    display: none;
}

.faq_answer OL {
    padding-left: 30px;
}

.faq_answer LI {
    margin-bottom: 5px;
}

#faq_breadcrumb {
    font-size: 11px;
    margin-bottom: 8px;
}

.faq_answer_serp {
    font-size: 11px;
    line-height: 1em;
}

.faq_source {
    color: #4D4D4D;
}

DIV.dl-box > IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dl-caption {
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 5px;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 3px;
}

.dl-subcaption {
    margin-bottom: 10px;
    margin-top: 10px;
}

#results-form #results-table {
    margin-top: 20px;
}

    #results-form #results-table TD {
        padding-bottom: 30px;
        vertical-align: top;
    }

        #results-form #results-table TD.results-logo {
            visibility: collapse;
        }

        #results-form #results-table TD.results-contact {
            padding-left: 10px;
        }

#partner-search-form DIV.input-data, DIV.input-label {
    display: inline;
}

#partner-search-form DIV.input-label {
    font-weight: 700;
    vertical-align: -3px;
}

#search-params-radius {
    margin-top: 20px;
}

#partner-search-form DIV.input-data {
    padding-right: 7px;
}

#search-params-extra, #search-params-extra > div:nth-child(2) {
    padding-top: 10px;
}

#search-params-classification > div.input-label {
    margin-right: 10px;
}

#search-submit {
    margin-bottom: 20px;
    display: block;
}

    #search-submit INPUT {
        margin-top: 15px;
        padding: 3px 10px;
        font-weight: 700;
    }

UL.use-case-list {
    line-height: 108%;
    list-style-type: none;
    font-family: Arial,sans-serif;
}

    UL.use-case-list LI {
        margin-bottom: 10px;
        font-size: 12px;
        display: block;
        clear: both;
    }

        UL.use-case-list LI IMG:first-child {
            float: left;
            height: 32px;
            width: 32px;
            margin-top: 3px;
        }

        UL.use-case-list LI DIV {
            margin-left: 38px;
        }

UL.feature-list-check {
    list-style-type: none;
    margin-left: 0 !important;
    padding-top: 8px;
}

    UL.feature-list-check LI {
        font-weight: 700;
        margin-left: 0;
        vertical-align: middle;
        background-image: url(../images/ico/feature_yes.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-left: 32px;
        padding-bottom: 10px;
    }

        UL.feature-list-check LI > DIV {
            font-size: 12px;
            font-weight: 400;
            line-height: 120%;
            font-family: Arial,sans-serif;
        }

UL.feature-list-icon {
    list-style-type: none;
}

    UL.feature-list-icon LI {
        margin-top: 10px;
        clear: both;
    }

        UL.feature-list-icon LI > IMG {
            float: left;
            width: 32px;
            height: 32px;
            margin-bottom: 10px;
        }

        UL.feature-list-icon LI DIV {
            margin-left: 40px;
        }

UL.feature-list-icon-60 {
    list-style-type: none;
}

    UL.feature-list-icon-60 LI {
        margin-top: 10px;
    }

        UL.feature-list-icon-60 LI > IMG {
            width: 60px;
            height: 60px;
            margin-left: auto;
            margin-right: auto;
            display: block;
            margin-bottom: 10px;
        }

IMG.float-right-pad, IMG.float-left-pad, IMG.float-right, IMG.float-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

IMG.float-right-pad, IMG.float-left-pad {
    margin-bottom: 20px;
}

.product-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}

DIV.float-right-pad, DIV.float-left-pad, DIV.float-right, DIV.float-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

DIV.float-right-pad, DIV.float-left-pad {
    margin-bottom: 20px;
}

DIV.float-left, div.float-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

DIV.overlay-container {
    position: relative;
}

IMG.overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

DIV.overlay-container IMG {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

DIV.ms-banner {
    margin-bottom: 30px;
}

DIV.ms-banner-wallpaper {
    display: none;
}

DIV.ms-banner-splash H2 {
    font-size: 23px;
    line-height: 110%;
    text-align: center;
    font-weight: 400;
}

DIV.ms-banner DIV.ms-banner-splash H2 + A {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

H3.slug-short, H3.slug-long {
    font-size: 1.4em;
    padding-bottom: 20px;
    line-height: 110%;
}

H3.slug-short {
    padding-top: 12px;
}

.col-wrapper IMG {
    display: block;
    margin: 0 auto;
}

.col-wrapper P {
    text-align: center;
    margin-top: 10px;
}

.col2-1 p:last-child, col2-2 p:last-child, .col3-1 p:last-child, .col3-2 p:last-child, .col3-3 p:last-child {
    margin-bottom: 0 !important;
}

.col2-1 p:nth-child(2), col2-2 p:nth-child(2), .col3-1 p:nth-child(2), .col3-2 p:nth-child(2), .col3-3 p:nth-child(2) {
    margin-top: 20px !important;
}

.v-center-parent {
    min-height: 30px;
}